:root {
  --navy: #062958;
  --navy-2: #0b3d78;
  --blue: #0878f9;
  --blue-2: #1d92ff;
  --cyan: #66c7ff;
  --ink: #10213a;
  --muted: #5d6b7e;
  --line: #dfe8f3;
  --soft: #f4f8fd;
  --white: #fff;
  --success: #11a36a;
  --shadow: 0 22px 70px rgba(5, 43, 91, .12);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-tinted { background: var(--soft); }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; background: var(--navy); color: white; border-radius: 10px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(223,232,243,.8); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 10px; }
.brand span, .footer-logo span { color: var(--blue); font-size: 1.35rem; font-weight: 850; letter-spacing: -.045em; }
.brand span b, .footer-logo span b { color: var(--navy); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; color: #33445d; transition: .2s; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-cta { background: var(--navy); color: white; padding: 11px 17px; border-radius: 12px; }
.main-nav .nav-cta:hover { background: var(--blue); color: white; transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.hero { min-height: 720px; display: flex; align-items: center; overflow: hidden; padding-top: 78px; background: linear-gradient(180deg,#fff 0%,#f9fcff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: -180px; background: radial-gradient(circle,rgba(8,120,249,.14),transparent 69%); }
.hero-glow-two { width: 360px; height: 360px; left: -180px; bottom: -160px; background: radial-gradient(circle,rgba(102,199,255,.16),transparent 70%); }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 850; color: var(--blue); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #16bd79; box-shadow: 0 0 0 5px rgba(22,189,121,.12); }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 20px 0 26px; font-size: clamp(3rem,6vw,5.35rem); line-height: .99; letter-spacing: -.065em; color: var(--navy); }
h1 span { color: var(--blue); }
.hero-lead { max-width: 650px; font-size: 1.18rem; color: var(--muted); line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin: 36px 0 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 50px; padding: 13px 20px; border-radius: 13px; text-decoration: none; border: 1px solid transparent; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg,var(--blue),var(--blue-2)); color: white; box-shadow: 0 12px 30px rgba(8,120,249,.23); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(8,120,249,.32); }
.button-secondary { background: white; border-color: var(--line); color: var(--navy); }
.button-secondary:hover { border-color: #bcd3ee; box-shadow: 0 8px 20px rgba(5,43,91,.08); }
.button.full { width: 100%; }
.trust-row { display: flex; align-items: stretch; gap: 0; }
.trust-row > div { padding: 0 24px; border-left: 1px solid var(--line); }
.trust-row > div:first-child { padding-left: 0; border-left: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: .98rem; color: var(--navy); }
.trust-row span { font-size: .78rem; color: var(--muted); }

.hero-card-wrap { position: relative; }
.hero-card { position: relative; z-index: 2; padding: 0 28px 30px; border: 1px solid rgba(183,209,237,.75); border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: 0 35px 90px rgba(6,41,88,.16); backdrop-filter: blur(20px); transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.window-bar { display: flex; align-items: center; gap: 7px; height: 50px; border-bottom: 1px solid var(--line); }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #d8e4f1; }
.window-bar span:first-child { background: #ff7878; }.window-bar span:nth-child(2){background:#ffc960}.window-bar span:nth-child(3){background:#48ca86}
.window-bar small { margin-left: auto; color: #8a98aa; font-size: .72rem; font-weight: 700; }
.diagnostic { display: grid; grid-template-columns: 82px 1fr; gap: 20px; align-items: center; padding: 34px 0 28px; }
.diagnostic-icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; color: var(--blue); background: linear-gradient(145deg,#ebf6ff,#fff); box-shadow: inset 0 0 0 1px #dcecff; }
.diagnostic-icon svg { width: 44px; }
.mini-label { font-size: .68rem; letter-spacing: .16em; font-weight: 850; color: var(--blue); }
.diagnostic strong { display: block; margin: 4px 0; font-size: 1.3rem; color: var(--navy); }
.diagnostic p { margin: 0; color: var(--muted); font-size: .9rem; }
.progress { height: 7px; overflow: hidden; border-radius: 99px; background: #e9f0f8; }
.progress span { display: block; width: 84%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue),var(--cyan)); animation: progress 3s ease-in-out infinite alternate; }
@keyframes progress { from { width: 67%; } to { width: 92%; } }
.diagnostic-list { margin-top: 23px; }
.diagnostic-list div { display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid #ecf1f7; font-size: .88rem; }
.diagnostic-list div:last-child { border-bottom: 0; }
.diagnostic-list b { color: var(--success); font-size: .76rem; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e9f9f2; }
.check::after { content: ""; width: 7px; height: 4px; border-left: 2px solid var(--success); border-bottom: 2px solid var(--success); transform: rotate(-45deg) translateY(-1px); }
.floating-chip { position: absolute; z-index: 3; padding: 9px 14px; border-radius: 12px; background: white; color: var(--navy); font-size: .78rem; font-weight: 850; box-shadow: 0 16px 35px rgba(6,41,88,.16); }
.chip-one { right: -24px; top: 65px; animation: float 3.2s ease-in-out infinite; }
.chip-two { left: -22px; bottom: 72px; animation: float 3.8s ease-in-out infinite reverse; }
@keyframes float { 50% { transform: translateY(-9px); } }

.benefit-strip { padding: 34px 0; background: var(--navy); color: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.benefit-grid > div { display: flex; gap: 16px; align-items: flex-start; padding: 4px 34px; border-left: 1px solid rgba(255,255,255,.15); }
.benefit-grid > div:first-child { border-left: 0; padding-left: 0; }
.benefit-grid span { color: #63baff; font-weight: 900; font-size: .75rem; }
.benefit-grid p { margin: 0; color: #c9d7e8; font-size: .88rem; }
.benefit-grid strong { display: block; color: white; font-size: 1rem; }

.section-heading { max-width: 720px; text-align: center; margin: 0 auto 52px; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2 { margin: 12px 0 18px; color: var(--navy); font-size: clamp(2.25rem,4.2vw,3.5rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #bad6f5; box-shadow: var(--shadow); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 22px; color: var(--blue); border-radius: 14px; background: #edf6ff; }
.service-icon svg { width: 25px; height: 25px; }
.service-card h3 { margin-bottom: 9px; color: var(--navy); font-size: 1.12rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.scope-note { display: flex; gap: 15px; margin-top: 26px; padding: 20px 22px; border: 1px solid #cfe4fb; border-radius: 16px; background: #f2f8ff; }
.scope-note svg { flex: 0 0 24px; color: var(--blue); }
.scope-note p { margin: 0; color: #41536a; font-size: .91rem; }

.pricing-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { display: flex; align-items: center; gap: 12px; margin: 15px 0; color: #354860; font-weight: 650; }
.price-card { position: relative; padding: 38px; border: 1px solid #cbdff5; border-radius: 27px; background: white; box-shadow: 0 25px 70px rgba(6,41,88,.12); }
.price-badge { position: absolute; top: -14px; left: 30px; padding: 7px 12px; border-radius: 999px; background: var(--navy); color: white; font-size: .7rem; font-weight: 800; }
.price-label { margin: 8px 0 0; color: var(--muted); font-size: .84rem; font-weight: 700; }
.price { margin: 5px 0 2px; color: var(--navy); font-size: 5.2rem; line-height: 1; font-weight: 900; letter-spacing: -.07em; }
.price span { vertical-align: top; margin-right: 7px; color: var(--blue); font-size: 1.8rem; }
.price-includes { color: var(--muted); }
.price-divider { height: 1px; margin: 25px 0 15px; background: var(--line); }
.price-extra { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; color: var(--muted); font-size: .87rem; }
.price-extra strong { color: var(--navy); text-align: right; }
.price-card .button { margin-top: 22px; }
.price-card small { display: block; margin-top: 14px; text-align: center; color: #8290a2; }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { position: relative; padding: 28px 24px; border-top: 2px solid #dce9f6; }
.step span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 24px; border-radius: 10px; background: var(--navy); color: white; font-weight: 900; }
.step h3 { margin-bottom: 8px; color: var(--navy); }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }

.service-area { overflow: hidden; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.area-visual { position: relative; min-height: 410px; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg,#edf7ff,#dceefe); box-shadow: inset 0 0 0 1px #cce2f8; }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(8,120,249,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-1 { width: 150px; height: 150px; background: rgba(8,120,249,.04); }.ring-2{width:280px;height:280px}.ring-3{width:430px;height:430px}
.map-pin { position: absolute; left: 50%; top: 46%; width: 58px; height: 58px; border-radius: 50% 50% 50% 8px; background: var(--blue); transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 15px 32px rgba(8,120,249,.3); }
.map-pin span { position: absolute; width: 18px; height: 18px; left: 20px; top: 20px; border-radius: 50%; background: white; }
.map-label { position: absolute; left: 50%; top: 65%; transform: translateX(-50%); color: var(--navy); font-weight: 900; letter-spacing: .18em; }
.location-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.location-tags span { padding: 8px 12px; border: 1px solid #cfe0f2; border-radius: 999px; background: white; color: var(--navy); font-size: .79rem; font-weight: 750; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-card { display: grid; place-items: center; min-height: 400px; padding: 40px; border-radius: 30px; background: white; box-shadow: 0 20px 65px rgba(6,41,88,.11); }
.about-card img { width: 90%; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 45px 22px 0; list-style: none; color: var(--navy); font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 5px; top: 16px; font-size: 1.6rem; color: var(--blue); font-weight: 400; transition: .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { padding: 0 40px 20px 0; color: var(--muted); }

.contact-section { color: white; background: linear-gradient(135deg,#052957 0%,#073b77 60%,#0a67c7 130%); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.kicker.light { color: #7ac5ff; }
.contact-copy h2 { margin: 12px 0 18px; font-size: clamp(2.4rem,4.5vw,3.6rem); line-height: 1.07; letter-spacing: -.05em; }
.contact-copy > p { color: #c2d4e9; }
.contact-options { margin-top: 32px; display: grid; gap: 12px; }
.contact-option { display: flex; gap: 14px; align-items: center; padding: 13px; text-decoration: none; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.06); }
.contact-option-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.12); font-weight: 900; }
.contact-option small, .contact-option strong { display: block; }.contact-option small{color:#9eb9d6}.contact-option strong{color:white}
.setup-note { padding: 14px 16px; border: 1px dashed rgba(255,255,255,.25); border-radius: 14px; color: #c7d8ea!important; font-size: .85rem; }
.contact-form { padding: 34px; border-radius: 25px; background: white; color: var(--ink); box-shadow: 0 32px 80px rgba(0,0,0,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--navy); font-size: .83rem; font-weight: 800; }
.contact-form label span { color: #7d899a; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d7e1ec; border-radius: 11px; background: #fbfdff; color: var(--ink); outline: none; transition: .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,120,249,.1); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.checkbox-label { display: grid!important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-weight: 500!important; color: #5e6c7e!important; line-height: 1.45; }
.checkbox-label input { width: 17px; height: 17px; margin: 3px 0 0; }
.checkbox-label a { color: var(--blue); }
.form-hint { margin: 12px 0 0; text-align: center; color: #7b8797; font-size: .75rem; }
.form-status { margin-top: 9px; text-align: center; color: #b31d3a; font-size: .82rem; }

.site-footer { padding: 70px 0 20px; background: #031c3d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 70px; }
.footer-logo { display: inline-flex!important; align-items: center; gap: 10px; text-decoration: none; margin: 0!important; padding: 8px 13px 8px 8px; border-radius: 13px; background: white; }
.footer-logo img { width: 44px; height: 44px; object-fit: contain; border-radius: 9px; }
.footer-brand p { color: #9fb3cb; max-width: 320px; }
.site-footer h3 { margin-bottom: 15px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: #dceaff; }
.site-footer a { display: block; margin: 9px 0; color: #9fb3cb; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: white; }
.privacy-note { color: #7088a4; font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #728aa6; font-size: .8rem; }
.footer-bottom a { margin: 0; }
.mobile-cta { display: none; }

.message-dialog { width: min(660px,calc(100% - 30px)); border: 0; border-radius: 22px; padding: 28px; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.message-dialog::backdrop { background: rgba(1,20,44,.68); backdrop-filter: blur(6px); }
.dialog-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dialog-head h2 { margin: 0; color: var(--navy); }
.dialog-head button { border: 0; background: #edf3f9; width: 38px; height: 38px; border-radius: 10px; font-size: 1.5rem; color: var(--navy); }
.message-dialog > p { color: var(--muted); }
.message-dialog textarea { width: 100%; resize: none; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbfe; }
.dialog-actions { display: flex; gap: 10px; margin-top: 15px; }
.dialog-note { font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-shell { width: min(820px,calc(100% - 36px)); margin: 0 auto; padding: 55px 0 100px; }
.legal-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 35px; }
.legal-top img { width: 160px; }
.legal-top a { color: var(--blue); font-weight: 750; text-decoration: none; }
.legal-card { padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; font-size: 3rem; }
.legal-card h2 { margin-top: 35px; color: var(--navy); }
.placeholder-box { padding: 18px; border: 1px dashed #f0a040; border-radius: 14px; background: #fff8ea; color: #80520e; }

@media (max-width: 980px) {
  .hero-grid,.pricing-layout,.area-grid,.about-grid,.faq-layout,.contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { min-height: auto; }
  .hero-copy { text-align: center; }.hero-lead{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}
  .hero-card-wrap { max-width: 570px; margin-inline: auto; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .area-visual { order: 2; }
  .about-card { min-height: 300px; }
  .section-heading.left { max-width: 760px; }
}
@media (max-width: 760px) {
  .section { padding: 78px 0; }
  .container { width: min(var(--max),calc(100% - 28px)); }
  .header-inner { height: 68px; }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 1.18rem; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 76px; display: grid; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 11px 12px; }
  h1 { font-size: clamp(2.8rem,14vw,4.2rem); }
  .hero { padding-top: 60px; }
  .hero-actions { flex-direction: column; }
  .trust-row { display: grid; grid-template-columns: repeat(3,1fr); }
  .trust-row > div { padding: 0 10px; }
  .hero-card { transform: none; padding-inline: 20px; }
  .floating-chip { display: none; }
  .benefit-grid { grid-template-columns: 1fr; gap: 20px; }
  .benefit-grid > div { padding: 0; border-left: 0; }
  .services-grid,.steps-grid { grid-template-columns: 1fr; }
  .price-card { padding: 30px 23px; }
  .price { font-size: 4.7rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { margin-bottom: 58px; }
  .mobile-cta { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 10px; display: block; }
  .mobile-cta a { display: block; padding: 13px; text-align: center; border-radius: 13px; background: var(--blue); color: white; text-decoration: none; font-weight: 850; box-shadow: 0 14px 35px rgba(8,120,249,.35); }
  .dialog-actions { flex-direction: column; }
  .legal-card { padding: 27px 20px; }
  .legal-card h1 { font-size: 2.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}

/* Backend contact form states */
.form-honeypot { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form .button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status.success { color: #087a43; font-weight: 800; }

/* Mobile usability update — v2.1 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
html { scroll-padding-top: 92px; }
body { min-width: 0; }
section[id] { scroll-margin-top: 92px; }
a,
button,
summary,
input,
select,
textarea { touch-action: manipulation; }
.contact-option > span:last-child,
.price-extra > span,
.price-extra > strong,
.footer-grid > div,
.hero-copy,
.section-heading,
.contact-copy { min-width: 0; }
.contact-option strong,
.contact-option small,
.footer-brand p,
.section-heading p,
.hero-lead { overflow-wrap: anywhere; }

@media (hover: none) {
  .button:hover,
  .service-card:hover,
  .main-nav .nav-cta:hover { transform: none; }
}

@media (max-width: 760px) {
  :root { --radius: 19px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .site-header { padding-top: env(safe-area-inset-top); backdrop-filter: blur(12px); }
  .header-inner { height: 64px; gap: 12px; }
  .brand { gap: 7px; min-width: 0; }
  .brand img { width: 36px; height: 36px; border-radius: 9px; }
  .brand span { font-size: 1.13rem; }
  .menu-toggle {
    display: grid;
    place-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
  }
  .menu-toggle span { width: 22px; margin: 3px 0; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav {
    top: calc(72px + env(safe-area-inset-top));
    left: 10px;
    right: 10px;
    max-height: calc(100dvh - 92px - env(safe-area-inset-top));
    overflow-y: auto;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(5,43,91,.2);
  }
  .main-nav a { min-height: 46px; display: flex; align-items: center; padding: 11px 13px; border-radius: 10px; }
  .main-nav a:not(.nav-cta):active { background: var(--soft); }
  .main-nav .nav-cta { justify-content: center; margin-top: 4px; }
  body.nav-open::before {
    content: "";
    position: fixed;
    z-index: 40;
    inset: 0;
    background: rgba(3,28,61,.32);
    backdrop-filter: blur(2px);
  }

  .section { padding: 66px 0; }
  .container { width: calc(100% - 24px); }
  .hero {
    padding-top: 38px;
    padding-bottom: 60px;
    overflow: clip;
  }
  .hero-grid { gap: 42px; }
  .hero-copy { text-align: left; }
  .eyebrow { font-size: .68rem; letter-spacing: .09em; }
  h1 {
    margin: 16px 0 20px;
    font-size: clamp(2.18rem, 10.8vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -.052em;
    hyphens: auto;
    overflow-wrap: normal;
  }
  .hero-lead { font-size: 1rem; line-height: 1.65; margin-inline: 0; }
  .hero-actions { margin: 28px 0 28px; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    text-align: left;
  }
  .trust-row > div {
    padding: 12px 13px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(255,255,255,.78);
  }
  .trust-row > div:first-child { padding-left: 13px; border-left: 1px solid var(--line); }
  .trust-row > div:last-child { grid-column: 1 / -1; }
  .trust-row strong { font-size: .94rem; }
  .trust-row span { font-size: .75rem; }

  .hero-card-wrap { width: 100%; }
  .hero-card { padding: 0 18px 20px; border-radius: 19px; box-shadow: 0 22px 55px rgba(6,41,88,.14); backdrop-filter: none; }
  .window-bar { height: 43px; }
  .window-bar small { max-width: 58%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .diagnostic { grid-template-columns: 58px minmax(0,1fr); gap: 14px; padding: 24px 0 21px; }
  .diagnostic-icon { width: 58px; height: 58px; border-radius: 16px; }
  .diagnostic-icon svg { width: 31px; }
  .diagnostic strong { font-size: 1.05rem; }
  .diagnostic p { font-size: .82rem; line-height: 1.45; }
  .diagnostic-list { margin-top: 17px; }
  .diagnostic-list div { grid-template-columns: 20px minmax(0,1fr) auto; gap: 8px; padding: 11px 0; font-size: .8rem; }
  .diagnostic-list b { font-size: .68rem; }

  .benefit-strip { padding: 27px 0; }
  .benefit-grid { gap: 14px; }
  .benefit-grid > div {
    padding: 0 0 14px;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .benefit-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }

  .section-heading { margin-bottom: 34px; }
  .section-heading.left { text-align: left; }
  .section-heading h2,
  .contact-copy h2 { font-size: clamp(2rem, 9.4vw, 2.65rem); letter-spacing: -.04em; }
  .section-heading p { font-size: .96rem; }
  .service-card { padding: 23px 20px; border-radius: 17px; }
  .service-icon { width: 46px; height: 46px; margin-bottom: 17px; }
  .scope-note { align-items: flex-start; padding: 17px; border-radius: 14px; }
  .scope-note p { font-size: .86rem; }

  .pricing-layout,
  .area-grid,
  .about-grid,
  .faq-layout,
  .contact-grid { gap: 38px; }
  .feature-list li { align-items: flex-start; font-size: .92rem; }
  .price-card { padding: 30px 20px 24px; border-radius: 21px; }
  .price-badge {
    position: static;
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 14px;
    white-space: normal;
    line-height: 1.3;
  }
  .price-label { margin-top: 0; }
  .price { font-size: 4.25rem; }
  .price span { font-size: 1.45rem; }
  .price-includes br { display: none; }
  .price-extra { align-items: flex-start; gap: 8px; }
  .price-extra strong { flex: 0 0 auto; }

  .step { padding: 22px 18px; border: 1px solid var(--line); border-top: 2px solid #dce9f6; border-radius: 15px; }
  .step span { margin-bottom: 17px; }
  .area-visual { min-height: 270px; border-radius: 22px; }
  .ring-1 { width: 110px; height: 110px; }
  .ring-2 { width: 205px; height: 205px; }
  .ring-3 { width: 310px; height: 310px; }
  .map-pin { width: 50px; height: 50px; }
  .map-pin span { width: 16px; height: 16px; left: 17px; top: 17px; }
  .map-label { top: 68%; font-size: .9rem; }
  .location-tags span { padding: 7px 10px; }
  .about-card { min-height: 220px; padding: 22px; border-radius: 22px; }
  .about-card img { width: min(88%, 380px); }

  .accordion summary { min-height: 56px; padding: 18px 42px 18px 0; line-height: 1.35; }
  .accordion summary::after { top: 12px; right: 2px; }
  .accordion details p { padding: 0 12px 18px 0; font-size: .92rem; }

  .contact-section { padding-bottom: 72px; }
  .contact-options { margin-top: 25px; }
  .contact-option { gap: 11px; padding: 12px; }
  .contact-option-icon { flex: 0 0 40px; width: 40px; height: 40px; }
  .contact-option strong { font-size: .92rem; }
  .contact-form { padding: 23px 16px; border-radius: 20px; }
  .contact-form label { margin-bottom: 14px; }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 48px;
    padding: 12px;
    font-size: 16px;
    border-radius: 10px;
  }
  .contact-form textarea { min-height: 125px; }
  .checkbox-label { grid-template-columns: 23px minmax(0,1fr); gap: 9px; font-size: .82rem!important; }
  .checkbox-label input { width: 20px; height: 20px; }
  .form-hint { font-size: .71rem; line-height: 1.45; }
  .form-status { min-height: 1.2em; line-height: 1.45; overflow-wrap: anywhere; }

  .site-footer { padding-top: 54px; }
  .footer-grid { gap: 28px; }
  .footer-logo { max-width: 100%; }
  .footer-bottom { align-items: flex-start; gap: 14px; margin-top: 38px; margin-bottom: 0; }
  .mobile-cta {
    left: auto;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    max-width: calc(100% - 20px);
    transition: opacity .2s, transform .2s, visibility .2s;
  }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; padding: 10px 18px; border-radius: 999px; }
  .mobile-cta.is-hidden { opacity: 0; visibility: hidden; transform: translateY(18px); pointer-events: none; }

  .legal-shell { width: calc(100% - 24px); padding: 28px 0 72px; }
  .legal-top { align-items: flex-start; gap: 18px; margin-bottom: 20px; }
  .legal-top img { width: min(128px, 48vw); }
  .legal-top a { max-width: 44%; text-align: right; font-size: .83rem; line-height: 1.35; }
  .legal-card { padding: 24px 17px; border-radius: 18px; }
  .legal-card h1 { font-size: clamp(2rem, 10vw, 2.55rem); overflow-wrap: anywhere; }
  .legal-card h2 { margin-top: 29px; font-size: 1.22rem; }
  .legal-card p,
  .legal-card a { overflow-wrap: anywhere; }
}

@media (max-width: 420px) {
  .container,
  .legal-shell { width: calc(100% - 20px); }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(2.05rem, 10.2vw, 2.7rem); }
  .hero { padding-top: 30px; }
  .hero-card { padding-inline: 14px; }
  .diagnostic { grid-template-columns: 50px minmax(0,1fr); gap: 11px; }
  .diagnostic-icon { width: 50px; height: 50px; }
  .diagnostic-icon svg { width: 27px; }
  .diagnostic strong { font-size: .98rem; }
  .diagnostic-list div { font-size: .76rem; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div:last-child { grid-column: auto; }
  .price-extra { flex-direction: column; }
  .price-extra strong { text-align: left; }
  .contact-option strong { font-size: .86rem; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 340px) {
  .brand span { font-size: 1.02rem; }
  h1 { font-size: 2rem; }
  .eyebrow { font-size: .62rem; }
  .diagnostic-list b { display: none; }
  .diagnostic-list div { grid-template-columns: 20px minmax(0,1fr); }
  .price { font-size: 3.75rem; }
  .contact-form { padding-inline: 13px; }
}

@media (max-width: 760px) and (orientation: landscape) {
  .main-nav { max-height: calc(100dvh - 82px); }
  .hero { padding-top: 26px; }
}
