
:root {
  --bg: #f4f7f8;
  --surface: #ffffff;
  --ink: #0e171c;
  --muted: #617178;
  --line: #dbe3e6;
  --dark: #0b1117;
  --dark-2: #121f26;
  --orange: #ff7417;
  --orange-2: #ff9b45;
  --cyan: #20bfd1;
  --green: #1fb878;
  --shadow: 0 24px 70px rgba(10, 22, 28, .12);
  --shadow-soft: 0 12px 38px rgba(10, 22, 28, .08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 40px));
  --header-h: 84px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(32,191,209,.55); outline-offset: 3px; }
::selection { background: rgba(255,116,23,.25); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.section.compact { padding: 76px 0; }
.section-dark { background: var(--dark); color: #fff; }
.section-dark .eyebrow { color: #8de8ef; }
.section-dark .muted, .section-dark p { color: #b6c0c4; }
.section-dark .section-lead { color: #c6d0d4; }
.section-tint { background: #ebf1f3; }
.section-grid-bg::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(15,34,42,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15,34,42,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; color: #9a480b; margin-bottom: 15px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.03em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
h1 { font-size: clamp(3.15rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.7rem); }
h3 { font-size: clamp(1.3rem, 2.1vw, 2rem); }
p { margin: 0; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; margin-bottom: 52px; }
.section-head.center { display: block; max-width: 820px; text-align: center; margin: 0 auto 52px; }
.section-head.center .eyebrow { justify-content: center; }
.section-lead { font-size: clamp(1rem, 1.5vw, 1.17rem); color: var(--muted); max-width: 650px; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; gap: 10px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; letter-spacing: .01em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.25), transparent 80%); transform: translateX(-120%); transition: transform .55s ease; }
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(255,116,23,.28); }
.btn-primary:hover { background: #ed650c; box-shadow: 0 15px 34px rgba(255,116,23,.35); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-light { background: #fff; color: var(--dark); }
.btn-outline { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.04); }
.btn-outline-dark { border-color: #b9c5c9; color: var(--dark); background: transparent; }
.icon-inline { width: 19px; height: 19px; flex: 0 0 19px; }

.scroll-progress { position: fixed; z-index: 1000; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg,var(--orange),var(--cyan)); }
.page-loader { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; background: var(--dark); transition: opacity .5s ease, visibility .5s ease; }
.page-loader.done { opacity: 0; visibility: hidden; }
.loader-mark { width: 66px; height: 66px; border-radius: 22px; background: var(--orange); position: relative; animation: loaderPulse 1.2s ease infinite; }
.loader-mark::before { content: ""; position: absolute; left: 16px; top: 17px; width: 34px; height: 27px; border: 5px solid #fff; border-top: 0; transform: rotate(45deg); border-radius: 4px; }
@keyframes loaderPulse { 50% { transform: scale(.88); opacity: .65; } }

.topbar { background: #081015; color: #cbd6da; font-size: .84rem; }
.topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 18px; }
.topbar a:hover { color: #fff; }
.header { position: sticky; top: 0; z-index: 990; height: var(--header-h); background: rgba(244,247,248,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(14,23,28,.06); transition: box-shadow .25s ease, background .25s ease; }
.header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(9,23,29,.09); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 255px; max-width: 44vw; }
.nav { display: flex; align-items: center; gap: 29px; }
.nav a { position: relative; font-size: .93rem; font-weight: 750; color: #23323a; padding: 30px 0 26px; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .25s ease; transform-origin: right; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav a.active { color: var(--orange); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.header-call { display: flex; flex-direction: column; line-height: 1.15; padding-right: 8px; }
.header-call span { font-size: .71rem; color: var(--muted); font-weight: 700; }
.header-call strong { font-size: .94rem; }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 15px; border: 1px solid var(--line); background: #fff; position: relative; }
.menu-toggle span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--dark); transition: .25s ease; }
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle span:nth-child(3) { top: 30px; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 980; inset: calc(var(--header-h) + 39px) 0 0; background: #f8fafb; padding: 24px 20px 120px; transform: translateY(-10px); opacity: 0; visibility: hidden; transition: .28s ease; overflow-y: auto; }
.mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-menu nav { display: grid; gap: 9px; }
.mobile-menu nav a { padding: 15px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line); font-weight: 800; }
.mobile-menu nav a.active { border-color: var(--orange); color: var(--orange); }
.mobile-menu .btn { margin-top: 18px; width: 100%; }

.hero { min-height: calc(100vh - 123px); background: var(--dark); color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(32,191,209,.13), transparent 33%), radial-gradient(circle at 82% 16%, rgba(255,116,23,.16), transparent 30%), url('../images/noise.svg'); z-index: -1; }
.hero-grid { min-height: calc(100vh - 123px); display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 50px; padding: 70px 0; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); color: #cde3e7; font-size: .82rem; font-weight: 800; letter-spacing: .05em; margin-bottom: 24px; }
.hero-kicker i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(31,184,120,.12); }
.hero h1 { max-width: 760px; }
.hero h1 .accent { color: var(--orange-2); }
.hero-copy > p { font-size: clamp(1.03rem, 1.45vw, 1.23rem); color: #bdc8cc; max-width: 690px; margin: 25px 0 33px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-badge { display: flex; align-items: center; gap: 9px; font-size: .87rem; color: #d5dfe2; }
.hero-badge span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: rgba(255,255,255,.09); }
.hero-media { position: relative; }
.hero-media img { width: 100%; filter: drop-shadow(0 35px 50px rgba(0,0,0,.3)); }
.hero-card { position: absolute; left: -22px; bottom: 36px; width: 245px; padding: 18px; background: rgba(255,255,255,.94); color: var(--dark); border-radius: 20px; box-shadow: var(--shadow); }
.hero-card strong { display: block; font-size: 1.08rem; margin-bottom: 3px; }
.hero-card span { display: block; font-size: .84rem; color: var(--muted); }
.hero-ring { position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -35px; top: 6%; animation: ringFloat 7s ease-in-out infinite; }
.hero-ring::before, .hero-ring::after { content: ""; position: absolute; border-radius: 50%; border: inherit; inset: 18px; }
.hero-ring::after { inset: 40px; }
@keyframes ringFloat { 50% { transform: translateY(16px) rotate(15deg); } }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: center; overflow: hidden; }
.trust-label { font-weight: 900; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.marquee-track { display: flex; gap: 46px; min-width: max-content; animation: marquee 24s linear infinite; }
.marquee-item { display: flex; align-items: center; gap: 10px; color: #4e5f66; font-weight: 750; }
.marquee-item i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-frame { position: relative; border-radius: var(--radius-xl); overflow: hidden; background: var(--dark); box-shadow: var(--shadow); }
.image-frame img { width: 100%; }
.image-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.15); pointer-events: none; }
.image-label { position: absolute; left: 22px; right: 22px; bottom: 20px; padding: 17px 19px; border-radius: 18px; background: rgba(8,16,21,.84); backdrop-filter: blur(15px); color: #fff; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.image-label span { color: #b8c5c9; font-size: .84rem; }
.feature-list { display: grid; gap: 17px; margin: 30px 0; }
.feature-list li { list-style: none; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }
.feature-list .check { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,116,23,.12); color: var(--orange); font-weight: 900; }
.feature-list strong { display: block; margin-bottom: 2px; }
.feature-list span { color: var(--muted); font-size: .93rem; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { background: #fff; border-radius: 28px; border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card .media { aspect-ratio: 1.25; overflow: hidden; background: var(--dark); }
.service-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover .media img { transform: scale(1.035); }
.service-card .body { padding: 26px; }
.service-card .number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 12px; background: var(--dark); color: #fff; font-size: .78rem; font-weight: 900; margin-bottom: 18px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .94rem; min-height: 74px; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 850; margin-top: 18px; }
.card-link::after { content: "→"; transition: transform .25s ease; }
.card-link:hover::after { transform: translateX(5px); }

.emergency-banner { background: linear-gradient(110deg, #ff7417, #ff9b45); color: #fff; border-radius: 34px; padding: 38px 42px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: 0 24px 60px rgba(255,116,23,.25); overflow: hidden; position: relative; }
.emergency-banner::after { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; right: -90px; top: -130px; border: 28px solid rgba(255,255,255,.12); }
.emergency-banner h3 { font-size: clamp(1.7rem,3vw,2.6rem); margin-bottom: 6px; }
.emergency-banner p { color: rgba(255,255,255,.86); }

.symptom-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.symptom { padding: 22px; border-radius: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: flex-start; gap: 15px; }
.symptom .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--orange); margin-top: 8px; box-shadow: 0 0 0 7px rgba(255,116,23,.1); flex: 0 0 auto; }
.symptom strong { display: block; margin-bottom: 3px; }
.symptom p { font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: steps; }
.process-card { counter-increment: steps; padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: 24px; position: relative; overflow: hidden; min-height: 250px; }
.process-card::before { content: "0" counter(steps); display: inline-flex; margin-bottom: 34px; font-size: .8rem; font-weight: 900; color: var(--orange); letter-spacing: .1em; }
.process-card::after { content: ""; position: absolute; width: 95px; height: 95px; border-radius: 50%; right: -40px; top: -35px; background: rgba(32,191,209,.08); }
.process-card h3 { font-size: 1.22rem; margin-bottom: 9px; }
.process-card p { color: var(--muted); font-size: .91rem; }

.before-after { position: relative; max-width: 1030px; margin: 0 auto; aspect-ratio: 1.55; border-radius: 34px; overflow: hidden; background: var(--dark); box-shadow: var(--shadow); }
.before-after .ba-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.before-after .after-wrap { position: absolute; inset: 0; width: 52%; overflow: hidden; border-right: 3px solid #fff; }
.before-after .after-wrap img { position: absolute; left: 0; top: 0; width: calc(100vw); max-width: none; height: 100%; object-fit: cover; }
.before-after input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 4; }
.ba-handle { position: absolute; left: 52%; top: 50%; width: 60px; height: 60px; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; color: var(--dark); display: grid; place-items: center; font-weight: 900; z-index: 3; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.ba-label { position: absolute; z-index: 2; top: 20px; padding: 10px 14px; border-radius: 999px; background: rgba(8,16,21,.82); color: #fff; font-size: .8rem; font-weight: 800; }
.ba-label.before { left: 20px; }
.ba-label.after { right: 20px; }

.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; overflow: hidden; }
.stat { padding: 37px 26px; background: var(--dark-2); text-align: center; }
.stat strong { display: block; font-family: Georgia,serif; font-size: clamp(2.3rem,4vw,4rem); color: var(--orange-2); line-height: 1; margin-bottom: 8px; }
.stat span { color: #b7c2c6; font-size: .88rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }

.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit { padding: 27px; border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.benefit .iconbox { width: 52px; height: 52px; border-radius: 17px; display: grid; place-items: center; background: rgba(255,116,23,.12); color: var(--orange); margin-bottom: 22px; font-size: 1.4rem; font-weight: 900; }
.benefit h3 { font-size: 1.18rem; margin-bottom: 8px; }
.benefit p { color: var(--muted); font-size: .91rem; }

.horizontal-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 36%); gap: 18px; overflow-x: auto; padding: 4px 4px 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.horizontal-card { scroll-snap-align: start; min-height: 320px; border-radius: 28px; padding: 28px; background: #101c22; color: #fff; border: 1px solid rgba(255,255,255,.09); display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.horizontal-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(32,191,209,.2), transparent 35%); }
.horizontal-card > * { position: relative; }
.horizontal-card .tag { display: inline-flex; align-self: flex-start; margin-bottom: auto; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #c9d5d9; font-size: .78rem; font-weight: 800; }
.horizontal-card h3 { margin-bottom: 10px; }
.horizontal-card p { color: #b6c1c5; font-size: .91rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 155px; gap: 17px; }
.gallery-item { border: 0; padding: 0; background: var(--dark); border-radius: 24px; overflow: hidden; position: relative; box-shadow: var(--shadow-soft); }
.gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(5), .gallery-item:nth-child(6) { grid-column: span 5; }
.gallery-item:nth-child(6) { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: "View detail ↗"; position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(7,14,18,.78); color: #fff; font-size: .77rem; font-weight: 800; backdrop-filter: blur(10px); }
.lightbox { position: fixed; inset: 0; z-index: 1200; background: rgba(3,7,9,.92); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: .25s ease; padding: 24px; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-height: 86vh; max-width: min(100%,1100px); border-radius: 26px; }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 0; font-size: 1.6rem; }

.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 13px; }
.faq-item { border-radius: 20px; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.faq-question { width: 100%; background: transparent; border: 0; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; text-align: left; font-weight: 850; color: var(--ink); }
.faq-question span:last-child { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #eef3f5; transition: transform .25s ease; flex: 0 0 auto; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); background: rgba(255,116,23,.13); color: var(--orange); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer > div { padding: 0 24px 22px; color: var(--muted); }

.cta-panel { border-radius: 38px; background: var(--dark); color: #fff; padding: 62px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; }
.cta-panel::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -130px; top: -220px; background: radial-gradient(circle, rgba(255,116,23,.35), transparent 67%); }
.cta-panel > * { position: relative; }
.cta-panel h2 { font-size: clamp(2.2rem,4vw,4.5rem); max-width: 760px; }
.cta-panel p { color: #b9c4c8; margin-top: 15px; max-width: 700px; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: stretch; }
.contact-card { padding: 34px; border-radius: 28px; background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; top: -100px; right: -100px; background: rgba(32,191,209,.14); }
.contact-card > * { position: relative; }
.contact-methods { display: grid; gap: 13px; margin-top: 30px; }
.contact-method { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 16px; border-radius: 17px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.contact-method .iconbox { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: rgba(255,116,23,.16); color: var(--orange-2); font-weight: 900; }
.contact-method span { display: block; color: #9eacb2; font-size: .8rem; }
.contact-form { padding: 34px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 800; color: #33434a; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ced9dd; background: #f8fafb; color: var(--ink); padding: 14px 15px; border-radius: 14px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(32,191,209,.11); background: #fff; }
.form-actions { display: flex; align-items: center; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.form-status { min-height: 24px; margin-top: 14px; font-size: .9rem; }
.form-status.success { color: #138c5a; }
.form-status.error { color: #c43e26; }
.hp-field { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.map-frame { margin-top: 24px; border-radius: 28px; overflow: hidden; min-height: 360px; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

.page-hero { position: relative; background: var(--dark); color: #fff; padding: 92px 0 78px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(255,116,23,.18), transparent 35%), url('../images/noise.svg'); }
.page-hero .container { position: relative; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #9caab0; font-size: .85rem; margin-bottom: 28px; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 { font-size: clamp(2.8rem,6vw,6rem); max-width: 900px; }
.page-hero p { margin-top: 21px; max-width: 760px; color: #b9c6ca; font-size: 1.08rem; }
.page-hero-art { position: absolute; right: max(20px,calc((100vw - 1180px)/2)); bottom: -90px; width: 390px; opacity: .34; filter: saturate(.75); }

.content-prose { max-width: 870px; }
.content-prose h2 { font-size: clamp(1.9rem,3.6vw,3.25rem); margin: 42px 0 16px; }
.content-prose h3 { margin: 28px 0 11px; }
.content-prose p, .content-prose li { color: #4c5e65; }
.content-prose ul { padding-left: 20px; }
.service-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: start; }
.sticky-card { position: sticky; top: 120px; padding: 28px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.sticky-card h3 { margin-bottom: 16px; }
.sticky-card .feature-list { margin: 18px 0 25px; }
.service-checklist { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin-top: 28px; }
.service-checklist div { display: flex; align-items: center; gap: 10px; padding: 14px; border-radius: 15px; background: #fff; border: 1px solid var(--line); font-weight: 750; font-size: .9rem; }
.service-checklist i { color: var(--green); font-style: normal; }

.footer { background: #071015; color: #b2bfc4; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 50px; padding-bottom: 50px; }
.footer-brand img { width: 245px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-brand p { max-width: 390px; }
.footer h4 { color: #fff; margin-bottom: 18px; font-size: 1rem; letter-spacing: .03em; }
.footer-links { display: grid; gap: 10px; }
.footer-links a:hover { color: #fff; transform: translateX(2px); }
.footer-contact { display: grid; gap: 13px; }
.footer-contact a, .footer-contact div { display: flex; align-items: flex-start; gap: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .84rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }

.floating-actions { position: fixed; z-index: 900; right: 18px; bottom: 20px; display: grid; gap: 11px; }
.float-btn { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 30px rgba(5,15,20,.25); transition: transform .25s ease; }
.float-btn:hover { transform: translateY(-3px) scale(1.03); }
.float-call { background: var(--orange); }
.float-whatsapp { background: #1dbd70; }
.back-to-top { position: fixed; z-index: 890; left: 18px; bottom: 20px; width: 48px; height: 48px; border-radius: 16px; border: 1px solid var(--line); background: #fff; color: var(--dark); box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-cta { display: none; transition: transform .25s ease, opacity .25s ease; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

@media (max-width: 1100px) {
  .nav { display: none; }
  .menu-toggle { display: block; }
  .header-call { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 88px 0 64px; }
  .hero-copy { max-width: 820px; }
  .hero-media { max-width: 760px; margin: 0 auto; }
  .hero-card { left: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .page-hero-art { width: 300px; opacity: .2; }
}
@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); --header-h: 72px; }
  .section { padding: 80px 0; }
  .section.compact { padding: 60px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-links span { display: none; }
  .header-actions .btn { display: none; }
  .logo { width: 215px; }
  .mobile-menu { inset: calc(var(--header-h) + 39px) 0 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .split, .contact-grid, .service-detail-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-grid, .benefit-grid { grid-template-columns: 1fr; }
  .symptom-grid { grid-template-columns: 1fr; }
  .emergency-banner, .cta-panel { grid-template-columns: 1fr; padding: 34px 26px; }
  .emergency-banner .btn, .cta-panel .btn { width: 100%; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .horizontal-scroller { grid-auto-columns: 78%; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: 1 / -1; }
  .before-after { aspect-ratio: 1.1; }
  .before-after .after-wrap img { width: calc(100vw - 28px); }
  .page-hero { padding: 76px 0 64px; }
  .page-hero-art { display: none; }
  .service-checklist { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding: 22px 0 92px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 920; left: 10px; right: 10px; bottom: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 8px; border-radius: 20px; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(7,18,24,.18); }
  .mobile-cta a { min-height: 47px; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-weight: 850; }
  .mobile-cta .call { background: var(--orange); }
  .mobile-cta .wa { background: var(--green); }
  .floating-actions { display: none; }
  .back-to-top { bottom: 82px; }
}
@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .topbar { font-size: .76rem; }
  .topbar-links { gap: 10px; }
  .topbar-inner { min-height: 37px; }
  .logo { width: 190px; max-width: 68vw; }
  .menu-toggle { width: 44px; height: 44px; border-radius: 14px; }
  .menu-toggle span { left: 12px; right: 12px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 64px 0 48px; gap: 38px; }
  .hero-copy > p { margin: 20px 0 27px; }
  .btn-row { display: grid; grid-template-columns: 1fr; width: 100%; }
  .btn-row .btn { width: 100%; }
  .hero-card { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 12px; }
  .hero-ring { display: none; }
  .hero-badges { display: grid; grid-template-columns: 1fr; }
  .trust-strip-inner { grid-template-columns: 1fr; gap: 12px; padding: 18px 0; }
  .trust-label { text-align: center; }
  .process-grid, .stats-grid { grid-template-columns: 1fr; }
  .horizontal-scroller { grid-auto-columns: 88%; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 225px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; }
  .before-after { aspect-ratio: .82; }
  .before-after .after-wrap img { width: calc(100vw - 24px); }
  .ba-handle { width: 52px; height: 52px; }
  .contact-card, .contact-form { padding: 25px 20px; }
  .cta-panel { border-radius: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer { padding-top: 56px; }
  .page-hero { padding: 62px 0 54px; }
  .page-hero h1 { font-size: clamp(2.6rem,14vw,4.4rem); }
}
@media (max-width: 360px) {
  :root { --container: calc(100% - 20px); }
  .logo { width: 168px; }
  .section { padding: 68px 0; }
  .service-card .body { padding: 22px; }
  .horizontal-scroller { grid-auto-columns: 94%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
/* Prevent intrinsic grid content from forcing horizontal overflow on very small screens. */
.service-detail-grid > *, .split > *, .contact-grid > *, .section-head > * { min-width: 0; }
.feature-list { padding: 0; }

@media (max-width: 820px) { .mobile-cta.form-obscured { transform: translateY(130%); opacity: 0; pointer-events: none; } }
