/* Penguin Business Service — cobalt / Hong Kong hero refresh, v2. */
:root {
  --navy: #101e48;
  --blue: #174cff;
  --blue-dark: #174cff;
  --ink: #26344f;
  --muted: #5f6b80;
  --light: #f2f5ff;
  --line: #dfe5f3;
}
.btn-primary { background: var(--blue); box-shadow: 0 5px 15px #174cff14; }
.btn-primary:hover { background: #1039d1; box-shadow: 0 8px 22px #174cff28; }
.btn-outline { border-color: #adbde8; color: #173b9f; }
.btn-outline:hover { background: #eaf0ff; }
.btn-white { color: #174cff; }
.brand-dot { color: #174cff; }
.main-nav>a:hover,.main-nav>a.active { color: #174cff; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline-color: #174cff; }
.service-icon,.step-top>span { background: #eaf0ff; border-color: #dbe4ff; }
.custom-inner { background: #f4f6ff; }
.contact-section { background: #edf2ff; }
.contact-wa,.floating-wa { background: #174cff; }
.floating-wa { box-shadow: 0 5px 23px #174cff33; }
.promise { background: #fafbff; }
.promise-inner .icon { background: #eaf0ff; border-radius: 50%; width: 21px; height: 21px; padding: 3px; }

.hero {
  grid-template-columns: 1fr 1.04fr;
  gap: 62px;
  padding-top: 55px;
  padding-bottom: 66px;
  min-height: 714px;
  align-items: center;
}
.hero-copy { padding: 0; position: relative; z-index: 2; }
.hero .eyebrow { font-size: 9px; letter-spacing: 1.8px; margin-bottom: 24px; color: #174cff; }
.hero .status-dot { width: 7px; height: 7px; box-shadow: 0 0 0 5px #edf2ff; margin-right: 4px; }
.hero h1 { font-size: clamp(55px,5.05vw,73px); line-height: 1.075; font-weight: 800; letter-spacing: -3.6px; margin-bottom: 25px; }
.hero h1>span { color: #174cff; white-space: nowrap; }
.hero-description { font-size: 15px; line-height: 1.9; }
.hero .hero-description { max-width: 470px; margin-bottom: 27px; }
.hero-actions { gap: 23px; }
.hero-actions .btn { min-height: 55px; padding-inline: 23px; font-size: 12px; border-radius: 5px; }
.hero-actions .text-link { font-size: 12px; }
.hero-note { gap: 9px; font-size: 10px; line-height: 1.6; margin-top: 25px; color: #657189; }
.hero-note .icon { width: 18px; height: 18px; padding: 2px; color: #174cff; border: 1px solid #d6e0ff; border-radius: 50%; }
.hero-visual { height: 586px; background: transparent; border-radius: 0; overflow: visible; isolation: isolate; }
.hero-visual:after { display: none; }
.hero-visual:before { content: ''; position: absolute; width: 180px; height: 180px; right: -18px; top: -18px; z-index: -1; background: #edf2ff; border-radius: 0 14px 0 0; }
.hero-city-frame { position: absolute; inset: 0 0 54px 18px; border-radius: 8px 8px 66px 8px; overflow: hidden; background: #122444; }
.hero-city-frame:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #071b4348, transparent 40%, #071b4326); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.photo-coordinate { top: 24px; left: 25px; color: white; display: flex; align-items: center; gap: 9px; font-size: 10px; letter-spacing: 2px; font-weight: 700; text-shadow: 0 1px 8px #0008; z-index: 2; }
.photo-coordinate .icon { width: 16px; height: 16px; }
.photo-coordinate>span { opacity: .8; font-size: 11px; letter-spacing: 3px; margin-left: 6px; border-left: 1px solid #ffffff66; padding-left: 13px; }
.hero-city-rule { position: absolute; width: 46px; height: 3px; background: #5d83ff; top: 62px; left: 26px; z-index: 2; }
.hero-work-card { position: absolute; width: 46%; left: -14px; bottom: 0; z-index: 3; border: 8px solid white; border-radius: 9px; background: white; box-shadow: 0 16px 36px #101e4814; }
.hero-work-card>img { width: 100%; aspect-ratio: 1.53; height: auto; object-fit: cover; object-position: center; border-radius: 3px; }
.hero-work-icon { position: absolute; display: grid; place-items: center; width: 39px; height: 39px; top: -24px; right: 17px; background: #174cff; color: white; border: 4px solid white; border-radius: 50%; }
.hero-work-icon .icon { width: 18px; height: 18px; }
.photo-caption { position: absolute; bottom: 12px; right: -1px; left: auto; width: 52%; min-height: 174px; display: block; padding: 23px 22px; border: 5px solid white; background: #174cff; border-radius: 9px; z-index: 4; box-shadow: 0 13px 28px #174cff12; }
.photo-caption p { color: #d8e3ff; font-size: 8px; line-height: 1.5; letter-spacing: 1.45px; margin-bottom: 11px; padding-right: 14px; }
.photo-caption strong { color: white; font-size: 24px; font-weight: 700; line-height: 1.23; letter-spacing: -.8px; }
.photo-caption small { font-size: 9px; color: #e3eaff; line-height: 1.6; margin-top: 11px; }
.caption-arrow { position: absolute; width: 18px; height: 18px; right: 15px; top: 16px; color: white; }

html[lang=fr] .hero,html[lang=es] .hero { gap: 56px; }
html[lang=fr] .hero h1,html[lang=es] .hero h1 { font-size: 59px; letter-spacing: -2.6px; }
html[lang=ja] .hero h1 { font-size: 43px; line-height: 1.5; letter-spacing: -.9px; }
html[lang=ja] .photo-caption strong { font-size: 21px; line-height: 1.45; }
html[lang=fr] .photo-caption strong,html[lang=es] .photo-caption strong { font-size: 22px; }

@media(min-width:1550px) {
  .hero { gap: 68px; padding-top: 64px; padding-bottom: 76px; }
  .hero h1 { font-size: 75px; }
}
@media(max-width:1190px) {
  .hero,html[lang=fr] .hero,html[lang=es] .hero { gap: 40px; min-height: 665px; padding-top: 43px; padding-bottom: 55px; }
  .hero h1 { font-size: 58px; letter-spacing: -2.7px; }
  .hero-visual { height: 538px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 12px 19px; }
  .hero-actions .btn { font-size: 11px; padding-inline: 18px; }
  .hero-actions .text-link { font-size: 11px; }
  .photo-caption { width: 55%; padding: 20px 17px; min-height: 167px; }
  .photo-caption strong { font-size: 21px; }
  .photo-caption p { font-size: 7px; letter-spacing: 1.1px; }
  .photo-caption small { font-size: 8px; }
  .hero-work-card { width: 47%; left: -8px; bottom: 0; }
  html[lang=fr] .hero h1,html[lang=es] .hero h1 { font-size: 48px; }
  html[lang=ja] .hero h1 { font-size: 35px; }
  html[lang=fr] .photo-caption strong,html[lang=es] .photo-caption strong { font-size: 18px; }
  html[lang=ja] .photo-caption strong { font-size: 18px; }
}
@media(min-width:781px) and (max-width:960px) {
  .hero { gap: 31px; }
  .hero h1 { font-size: 48px; letter-spacing: -2.2px; }
  .hero-visual { height: 510px; }
  .hero-work-card { width: 54%; left: -7px; bottom: 0; border-width: 6px; }
  .photo-caption { width: 66%; bottom: 89px; min-height: 149px; padding: 17px 15px; }
  .photo-caption strong { font-size: 20px; }
  html[lang=fr] .hero h1,html[lang=es] .hero h1 { font-size: 40px; }
  html[lang=ja] .hero h1 { font-size: 30px; }
  .hero .hero-description { font-size: 13px; }
}
@media(max-width:780px) {
  .hero,html[lang=fr] .hero,html[lang=es] .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 43px; padding-bottom: 42px; min-height: auto; }
  .hero h1 { font-size: 66px; line-height: 1.08; letter-spacing: -3.1px; margin-bottom: 23px; }
  .hero .hero-description { font-size: 14px; max-width: 540px; margin-bottom: 23px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.35px; margin-bottom: 22px; }
  .hero-actions { gap: 13px 22px; }
  .hero-actions .btn { padding-inline: 21px; font-size: 12px; }
  .hero-note { margin-top: 22px; font-size: 10px; }
  .hero-visual { height: 520px; margin-top: 6px; }
  .hero-visual:before { right: -8px; top: -9px; width: 100px; height: 100px; }
  .hero-city-frame { left: 0; bottom: 57px; border-bottom-right-radius: 52px; }
  .hero-photo { object-position: center; }
  .hero-work-card { left: -6px; bottom: 0; width: 47%; border-width: 6px; }
  .photo-caption { width: 51%; bottom: 12px; min-height: 174px; padding: 22px 18px; right: -2px; }
  .photo-caption strong { font-size: 24px; }
  .photo-caption p { font-size: 8px; }
  .photo-caption small { font-size: 9px; }
  html[lang=fr] .hero h1,html[lang=es] .hero h1 { font-size: 58px; }
  html[lang=ja] .hero h1 { font-size: 43px; }
  html[lang=fr] .photo-caption strong,html[lang=es] .photo-caption strong { font-size: 23px; }
  html[lang=ja] .photo-caption strong { font-size: 21px; }
}
@media(max-width:540px) {
  .hero h1 { font-size: 48px; letter-spacing: -2.1px; }
  .hero-actions .btn { font-size: 11px; padding-inline: 18px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-visual { height: 410px; }
  .hero-city-frame { bottom: 52px; }
  .photo-coordinate { top: 19px; left: 19px; font-size: 8px; gap: 6px; }
  .photo-coordinate>span { font-size: 9px; }
  .hero-city-rule { top: 50px; left: 21px; }
  .hero-work-card { width: 51%; bottom: 0; }
  .hero-work-card>img { aspect-ratio: 1.27; }
  .photo-caption { width: 54%; min-height: 147px; padding: 19px 13px 16px; bottom: 11px; border-width: 4px; }
  .photo-caption strong { font-size: 19px; letter-spacing: -.55px; }
  .photo-caption p { font-size: 6px; letter-spacing: .85px; margin-bottom: 10px; padding-right: 13px; }
  .photo-caption small { font-size: 8px; margin-top: 10px; }
  .caption-arrow { width: 14px; height: 14px; right: 10px; top: 12px; }
  html[lang=fr] .hero h1,html[lang=es] .hero h1 { font-size: 41px; letter-spacing: -1.8px; }
  html[lang=ja] .hero h1 { font-size: 29px; letter-spacing: -.6px; }
  html[lang=fr] .photo-caption strong,html[lang=es] .photo-caption strong { font-size: 17px; }
  html[lang=ja] .photo-caption strong { font-size: 17px; }
}
@media(max-width:360px) {
  .hero h1 { font-size: 44px; }
  .hero-note { font-size: 9px; }
  html[lang=fr] .hero h1,html[lang=es] .hero h1 { font-size: 37px; }
  html[lang=ja] .hero h1 { font-size: 26px; }
}
