:root {
  --navy: #052f73;
  --blue: #064cad;
  --blue-dark: #033b89;
  --pale: #f3f8ff;
  --pale-2: #eef6ff;
  --line: #cbddee;
  --line-strong: #a9c8ec;
  --ink: #102544;
  --muted: #52647b;
  --green: #07895b;
  --shadow: 0 7px 22px rgba(8, 52, 110, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; line-height: 1.7; background: #fff; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 3.1; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 10px 16px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid #d9e4f0; background: rgba(255,255,255,.98); backdrop-filter: blur(8px); transform: translateY(-100%); transition: transform .28s ease, box-shadow .28s ease; }
.site-header.is-visible { transform: translateY(0); box-shadow: 0 8px 24px rgba(8, 52, 110, .08); }
.header-inner { display: flex; align-items: center; width: min(1220px, calc(100% - 36px)); min-height: 72px; margin-inline: auto; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; color: #101820; font-size: 18px; font-weight: 800; white-space: nowrap; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 8px; }
.global-nav { display: flex; align-items: center; gap: 22px; color: #162f55; font-size: 13px; font-weight: 800; }
.global-nav a { padding-block: 8px; }
.global-nav a:hover { color: var(--blue); }
.global-nav .nav-cta { padding: 10px 17px; border-radius: 5px; color: #fff; background: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1.09fr); min-height: 540px; border-bottom: 1px solid #e3edf7; background: linear-gradient(105deg, #fff 47%, #f3f7fc 47%); overflow: hidden; }
.hero-copy { align-self: center; width: min(590px, calc(100% - 50px)); margin-left: max(30px, calc((100vw - 1180px) / 2)); padding: 52px 0; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .03em; }
.eyebrow { padding: 5px 10px; border: 1px solid #b8d1ed; border-radius: 5px; background: #f7fbff; }
.section-kicker { justify-content: center; width: 100%; margin-bottom: 4px; color: #42638a; text-align: center; }
h1 { margin: 0; color: var(--navy); font-size: clamp(38px, 3.7vw, 56px); line-height: 1.18; letter-spacing: .01em; }
h1 span { display: block; font-size: .55em; margin-bottom: 3px; }
.lead { margin: 18px 0 24px; font-weight: 800; }
.hero-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin: 0 0 26px; padding: 0; list-style: none; text-align: center; }
.hero-points li { padding: 2px 2px 0; background: transparent; }
.hero-points svg { display: block; width: 42px; height: 42px; margin: 0 auto 7px; color: var(--blue); }
.hero-points li:nth-child(n) svg { color: var(--blue); }
.hero-points b, .hero-points span { display: block; font-size: 12px; }
.hero-points b { color: var(--navy); }
.hero-points span { color: var(--muted); }
.button-row { display: flex; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 12px 28px; border: 2px solid var(--blue); border-radius: 6px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.primary { color: #fff; background: var(--blue); }
.button.secondary { color: var(--navy); background: #fff; }
.hero-image { align-self: stretch; display: grid; align-items: end; min-width: 0; margin: 0; padding: 14px 0 0 14px; }
.hero-image img { width: 100%; max-width: 790px; height: 100%; max-height: 520px; object-fit: contain; object-position: bottom left; filter: saturate(.98) contrast(1.01); }

.section { padding: 54px 0; }
.section.soft { background: #fbfdff; }
.section h2, .final-cta h2 { margin: 0 0 24px; color: var(--navy); font-size: 28px; line-height: 1.4; text-align: center; }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.five { grid-template-columns: repeat(5, 1fr); }
.info-card { display: flex; align-items: center; gap: 18px; min-height: 142px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.info-card h3, .feature-card h3, .product-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 17px; }
.info-card p, .feature-card p, .product-card p { margin: 0; font-size: 13px; }
.line-icon { display: grid; flex: 0 0 66px; place-items: center; width: 66px; height: 66px; border: 2px solid #bcd5ef; border-radius: 14px; color: var(--blue); background: #f8fbff; font-size: 32px; }
.accent-blue .line-icon,
.accent-orange .line-icon,
.accent-green .line-icon { color: var(--blue); }
.solution { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 18px 0 0; padding: 15px 20px; border: 1px solid #9ec5f5; border-radius: 8px; color: var(--navy); background: #eaf4ff; font-size: 19px; font-weight: 900; text-align: center; }
.solution span { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--blue); }
.solution svg { width: 18px; height: 18px; }

.feature-card, .product-card { padding: 22px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; box-shadow: 0 5px 18px rgba(12, 56, 110, .04); }
.feature-card::before { display: none; }
.feature-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 14px; color: var(--blue); font-size: 35px; }
.tone-orange .feature-icon,
.tone-cyan .feature-icon,
.tone-green .feature-icon,
.tone-purple .feature-icon { color: var(--blue); background: transparent; }
.product-card { padding-bottom: 18px; }
.product-card img { width: 145px; height: 92px; margin: 0 auto 10px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.98) contrast(1.02); }
.section-note { margin: -16px auto 24px; color: var(--muted); font-size: 13px; text-align: center; }
.price-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(#fff, #f8fbff); text-align: center; box-shadow: 0 5px 18px rgba(12, 56, 110, .04); }
.price-grid article:nth-child(2),
.price-grid article:nth-child(3) { border-top: 1px solid var(--line); }
.price-grid h3 { margin: 0; color: var(--navy); font-size: 17px; }
.price-grid p { margin: 3px 0 12px; font-size: 13px; }
.price-grid strong { color: var(--blue); font-size: 38px; line-height: 1; }
.price-grid article:nth-child(2) strong,
.price-grid article:nth-child(3) strong { color: var(--blue); }
.price-grid small { margin-left: 5px; font-size: 13px; }

.flow-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.flow-list li { position: relative; min-height: 160px; padding: 46px 12px 17px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; box-shadow: 0 5px 18px rgba(12, 56, 110, .04); }
.flow-list li:not(:last-child)::after { content: ">"; position: absolute; z-index: 2; top: 58px; right: -12px; color: #8db1d7; font-size: 26px; line-height: 1; }
.flow-list span { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.flow-list svg { width: 42px; height: 42px; margin-bottom: 8px; color: var(--blue); }
.flow-list li:nth-child(n) svg { color: var(--blue); }
.flow-list b, .flow-list small { display: block; }
.flow-list b { margin-bottom: 6px; color: var(--navy); font-size: 14px; }
.flow-list small { color: var(--muted); font-size: 12px; }

.scene-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.scene-image { aspect-ratio: 1.75; overflow: hidden; background: #eef6fb; }
.scene-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.98) contrast(1.01); }
.scene-grid article:nth-child(3) .scene-image img { object-position: center 42%; }
.scene-grid div:last-child { padding: 16px 20px 18px; }
.scene-grid span { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 6px; color: var(--blue); font-size: 12px; font-weight: 900; }
.scene-grid span svg { width: 18px; height: 18px; }
.scene-grid h3 { margin: 0 0 3px; color: var(--navy); font-size: 18px; }
.scene-grid p { margin: 0; font-size: 13px; }

.faq-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 26px; align-items: start; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.faq-list summary { position: relative; padding: 14px 45px 14px 42px; color: var(--navy); font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::before { content: "Q."; position: absolute; left: 14px; color: var(--blue); }
.faq-list summary::after { content: "+"; position: absolute; right: 16px; font-size: 22px; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { margin: 0; padding: 0 18px 16px 42px; font-size: 14px; }
.contact-card { display: grid; grid-template-columns: 220px 1fr; align-items: end; min-height: 330px; padding: 26px 28px 0 8px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(135deg, #fff, #edf6ff); overflow: hidden; box-shadow: var(--shadow); }
.contact-visual { align-self: end; height: 304px; overflow: hidden; }
.contact-card img { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; filter: saturate(.98) contrast(1.01); }
.contact-card > div:last-child { align-self: center; padding-bottom: 25px; }
.contact-card .section-kicker { justify-content: flex-start; text-align: left; }
.contact-card h2 { margin-bottom: 8px; font-size: 23px; text-align: left; }
.contact-card p { margin: 0 0 18px; font-weight: 700; }
.contact-card .button { width: 100%; min-height: 50px; margin-top: 9px; }

.final-cta { padding: 30px 0; background: linear-gradient(90deg, #f2f7eb, #fff9ed); }
.final-inner { display: grid; grid-template-columns: 150px 1fr auto; gap: 26px; align-items: center; }
.installer-visual { height: 150px; overflow: hidden; align-self: end; }
.installer-visual img { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; filter: saturate(.98) contrast(1.01); }
.final-cta h2 { margin: 0 0 3px; font-size: 23px; text-align: left; }
.final-cta p { margin: 0; font-weight: 700; }
.button.green { border-color: var(--green); color: #fff; background: var(--green); }
.button.green-outline { border-color: var(--green); color: var(--green); background: #fff; }

.site-footer { padding: 42px 0 16px; color: #fff; background: linear-gradient(130deg, #073866, #06284e); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand { display: block; margin-bottom: 10px; font-size: 22px; font-weight: 800; }
.site-footer h2 { margin: 0 0 10px; color: #fff; font-size: 15px; }
.site-footer p, .site-footer a { font-size: 13px; }
.site-footer div > a:not(.footer-brand):not(.phone) { display: block; margin: 3px 0; }
.site-footer .phone { display: block; margin: 10px 0 4px; font-size: 22px; font-weight: 800; }
.copyright { margin: 30px auto 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.2); text-align: center; }

@media (max-width: 1050px) {
  .global-nav { gap: 12px; font-size: 11px; }
  .hero { grid-template-columns: 1fr 48%; }
  .hero-copy { margin-left: 28px; }
  .card-grid.five { grid-template-columns: repeat(3, 1fr); }
  .flow-list { grid-template-columns: repeat(3, 1fr); }
  .flow-list li:not(:last-child)::after { display: none; }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 680px); }
  .header-inner { min-height: 62px; }
  .brand { font-size: 17px; }
  .brand img { width: 39px; height: 39px; }
  .menu-button { display: grid; gap: 6px; padding: 10px; cursor: pointer; }
  .menu-button span { display: block; width: 29px; height: 3px; background: var(--navy); transition: .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .global-nav { position: absolute; top: 62px; left: 0; display: none; width: 100%; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); font-size: 14px; }
  .global-nav.open { display: grid; }
  .global-nav a { padding: 10px 4px; border-bottom: 1px solid #edf1f6; }
  .global-nav .nav-cta { margin-top: 8px; text-align: center; }

  .hero { display: flex; flex-direction: column; min-height: auto; background: #fff; }
  .hero-copy { width: calc(100% - 40px); margin: 0 auto; padding: 28px 0 18px; }
  .eyebrow { margin-bottom: 8px; font-size: 12px; }
  h1 { font-size: clamp(31px, 9.5vw, 46px); }
  h1 span { font-size: .49em; }
  .lead { margin: 12px 0 17px; font-size: 14px; line-height: 1.65; }
  .hero-points { gap: 4px; margin-bottom: 18px; }
  .hero-points svg { width: 34px; height: 34px; }
  .hero-points b, .hero-points span { font-size: 10px; }
  .hero-image { order: -1; min-height: 270px; padding: 18px 16px 0; background: #eef4f9; }
  .hero-image img { width: 100%; max-height: 315px; object-fit: contain; object-position: center bottom; }
  .hero .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 51px; padding: 10px 12px; gap: 7px; font-size: 14px; }

  .section { padding: 43px 0; }
  .section h2 { margin-bottom: 20px; font-size: 23px; }
  .card-grid.three { grid-template-columns: 1fr; }
  .card-grid.five { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .info-card { min-height: 105px; padding: 16px; }
  .line-icon { flex-basis: 54px; width: 54px; height: 54px; font-size: 26px; }
  .info-card h3 { font-size: 16px; }
  .solution { font-size: 16px; }
  .feature-grid .feature-card:last-child, .product-grid .product-card:last-child { grid-column: 1 / -1; }
  .feature-card, .product-card { padding: 18px 10px; }
  .feature-card h3, .product-card h3 { font-size: 14px; }
  .feature-card p { display: none; }
  .feature-icon { width: 58px; height: 58px; margin-bottom: 10px; font-size: 28px; }
  .product-card img { width: 120px; height: 76px; }
  .product-card p { font-size: 11px; }
  .price-grid { gap: 10px; }
  .price-grid article { padding: 18px 10px; }
  .price-grid strong { font-size: 32px; }
  .flow-list { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .flow-list li { min-height: 135px; padding-top: 43px; }
  .flow-list svg { width: 34px; height: 34px; }
  .scene-grid { display: grid; grid-template-columns: 1fr; }
  .scene-grid article { display: grid; grid-template-columns: 43% 1fr; }
  .scene-image { aspect-ratio: auto; min-height: 145px; height: 100%; }
  .scene-grid div:last-child { padding: 14px; }
  .scene-grid h3 { font-size: 16px; }
  .contact-card { grid-template-columns: 42% 1fr; min-height: 285px; padding: 18px 12px 0 0; }
  .contact-visual { height: 270px; }
  .contact-card h2 { font-size: 19px; }
  .contact-card p { font-size: 13px; }
  .contact-card .button { font-size: 13px; }
  .final-inner { grid-template-columns: 105px 1fr; gap: 12px; }
  .installer-visual { height: 122px; }
  .final-cta h2 { font-size: 18px; }
  .final-cta p { font-size: 13px; }
  .final-inner .button-row { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
}

@media (max-width: 430px) {
  .brand span { font-size: 15px; }
  .hero-image { min-height: 245px; }
  .hero-copy { width: calc(100% - 28px); }
  .hero .button-row { gap: 8px; }
  .hero .button { font-size: 12px; }
  .contact-card { display: block; padding: 22px; }
  .contact-visual { float: left; width: 38%; height: 185px; margin: 0 12px 3px -8px; }
  .contact-card > div:last-child { padding: 0; }
  .contact-card .button { clear: both; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.creative-hero {
  background: #fff;
  border-bottom: 1px solid #e2ecf6;
}

.seo-hero-copy {
  padding: 36px 0 24px;
  text-align: center;
}

.seo-hero-copy h1 {
  max-width: 980px;
  margin: 0 auto 14px;
  color: var(--navy);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.25;
}

.seo-hero-copy p:not(.seo-kicker) {
  max-width: 900px;
  margin: 0 auto;
  color: #263b56;
  font-size: 16px;
  font-weight: 700;
}

.seo-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px;
  border: 1px solid #b8d1ed;
  border-radius: 5px;
  color: var(--navy);
  background: #f7fbff;
  font-size: 13px;
  font-weight: 900;
}

.seo-cta-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.creative-hero img {
  width: 100%;
  height: auto;
}

.creative-hero picture {
  width: 100%;
}

.hero-frame {
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  z-index: 3;
  left: 4.2%;
  top: 19.5%;
  width: 45%;
  color: var(--navy);
}

.hero-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-label,
.hero-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  padding: 8px 22px;
  border-radius: 8px;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 900;
  line-height: 1.2;
}

.hero-label {
  border: 2px solid var(--navy);
  background: rgba(255, 255, 255, .78);
}

.hero-overlay h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4.1vw, 70px);
  line-height: 1.28;
  letter-spacing: .01em;
}

.hero-lead {
  margin: 28px 0 0;
  color: #1f1f1f;
  font-size: clamp(17px, 1.65vw, 28px);
  font-weight: 700;
  line-height: 1.75;
}

.hero-area {
  flex-direction: column;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-size: clamp(14px, 1.25vw, 20px);
  text-align: center;
  line-height: 1.15;
}

.hero-area span {
  display: block;
  padding-top: 7px;
  font-size: .86em;
}

.hero-scene {
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--blue);
  color: var(--blue);
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 900;
}

.hero-cta-row,
.section-cta-row {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 28px;
}

.hero-cta-row .button,
.section-cta-row .button {
  min-width: 230px;
}

.creative-frame {
  position: relative;
  display: block;
}

.creative-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 10px;
}

.creative-hotspot:focus-visible {
  outline: 3px solid #4b8ff0;
  outline-offset: 3px;
  background: rgba(255, 255, 255, .08);
}

.hero-consult {
  left: 3.1%;
  top: 67.4%;
  width: 22.8%;
  height: 10.2%;
}

.hero-estimate {
  left: 27.9%;
  top: 67.4%;
  width: 19.2%;
  height: 10.2%;
}

.contact-consult {
  left: 3.6%;
  top: 53.4%;
  width: 39.2%;
  height: 12.8%;
}

.section-cta-row {
  justify-content: center;
  margin-top: 22px;
}

.creative-section {
  padding: 38px 0;
  background: #fff;
}

.section-copy {
  max-width: 920px;
  margin: 0 auto 22px;
  text-align: center;
}

.section-copy h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}

.section-copy p:not(.seo-kicker) {
  margin: 0 auto;
  color: #263b56;
  font-size: 15px;
  font-weight: 700;
}

.creative-section.soft {
  background: #fbfdff;
}

.creative-section img {
  width: 100%;
  height: auto;
  border: 1px solid #e3edf7;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(7, 56, 115, .06);
}

.creative-section.contact-creative img,
.creative-section a img {
  transition: transform .2s, box-shadow .2s;
}

.creative-section a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(7, 56, 115, .11);
}

@media (max-width: 760px) {
  .creative-section {
    padding: 22px 0;
  }

  .seo-hero-copy {
    padding: 26px 0 18px;
    text-align: left;
  }

  .seo-hero-copy h1 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .seo-hero-copy p:not(.seo-kicker) {
    font-size: 14px;
  }

  .seo-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .section-copy {
    margin-bottom: 16px;
    text-align: left;
  }

  .section-copy h2 {
    font-size: 24px;
  }

  .section-copy p:not(.seo-kicker) {
    font-size: 14px;
  }

  .creative-hero {
    overflow-x: visible;
  }

  .creative-hero img {
    min-width: 0;
  }

  .creative-hero .creative-frame {
    min-width: 0;
  }

  .hero-overlay {
    left: 5.8%;
    top: 12.2%;
    width: 88.4%;
    box-sizing: border-box;
    padding: 18px 18px 20px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 10px 24px rgba(8, 46, 93, .08);
    backdrop-filter: blur(2px);
  }

  .hero-label {
    padding: 5px 14px;
    border-radius: 7px;
    font-size: clamp(14px, 4.1vw, 20px);
  }

  .hero-tabs {
    gap: 8px;
    margin-bottom: 12px;
  }

  .hero-overlay h1 {
    font-size: clamp(27px, 7.4vw, 42px);
    line-height: 1.24;
    letter-spacing: 0;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: clamp(14px, 3.8vw, 19px);
    line-height: 1.6;
  }

  .hero-area {
    padding: 6px 12px;
    font-size: clamp(12px, 3.3vw, 16px);
  }

  .hero-scene {
    margin-top: 12px;
    padding-left: 12px;
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.55;
  }

  .hero-cta-row,
  .section-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 16px;
  }

  .hero-cta-row .button,
  .section-cta-row .button {
    min-width: 0;
    width: 100%;
    padding: 13px 18px;
    font-size: 14px;
  }

  .hero-consult {
    left: 6.3%;
    top: 40.7%;
    width: 80.9%;
    height: 6.6%;
  }

  .hero-estimate {
    left: 6.3%;
    top: 48.6%;
    width: 80.9%;
    height: 6.6%;
  }

  .contact-consult {
    left: 5.9%;
    top: 43.8%;
    width: 88.2%;
    height: 9.9%;
  }

  .creative-section .container {
    width: min(100% - 20px, 680px);
  }

  .creative-section img {
    border-radius: 8px;
  }
}

@media (max-width: 430px) {
  .hero-overlay {
    top: 11.5%;
    padding: 14px 14px 16px;
    border-radius: 15px;
  }

  .hero-label {
    font-size: 13px;
  }

  .hero-tabs {
    gap: 6px;
    margin-bottom: 9px;
  }

  .hero-overlay h1 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .hero-lead {
    margin-top: 11px;
    font-size: 13px;
  }

  .hero-area {
    padding: 5px 10px;
    font-size: 12px;
  }

  .hero-scene {
    margin-top: 9px;
    font-size: 12px;
  }

  .hero-cta-row {
    margin-top: 12px;
  }

  .hero-cta-row .button {
    padding: 11px 14px;
    font-size: 13px;
  }
}
