:root {
  --navy-950: #03102c;
  --navy-900: #061a3d;
  --navy-800: #082b55;
  --blue-800: #083f9a;
  --blue-700: #075ecb;
  --blue-600: #087fe5;
  --cyan: #52d8f7;
  --cyan-soft: #a7efff;
  --ice: #e8edff;
  --white: #fff;
  --ink: #102a45;
  --muted: #5b7086;
  --line: #d8e5ef;
  --page: 1320px;
  --header: 88px;
  --ease: cubic-bezier(.22,.72,.19,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
#destaque, #processo, #servicos, #duvidas { scroll-margin-top: calc(var(--header) + 18px); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #f5fafd; font-family: Inter, "Segoe UI", sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-width { width: min(calc(100% - 96px), var(--page)); margin-inline: auto; }
.section { position: relative; padding-block: 118px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; border-radius: 8px; color: #fff; background: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; height: var(--header); border-bottom: 1px solid rgba(8,63,154,.08); background: rgba(255,255,255,.97); backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - 72px), 1380px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-symbol { display: grid; place-items: center; width: 48px; height: 48px; color: #fff; border-radius: 50% 36% 48% 40%; background: linear-gradient(145deg, var(--cyan), var(--blue-700) 72%); box-shadow: 0 8px 20px rgba(7,94,203,.24); transform: rotate(-5deg); }
.brand-symbol svg { width: 31px; height: 31px; }
.brand-symbol-avatar { overflow: hidden; border: 3px solid #fff; border-radius: 50%; background: #dce8f2; box-shadow: 0 8px 20px rgba(7,55,112,.24), 0 0 0 1px rgba(19,112,199,.16); transform: none; }
.brand-symbol-avatar img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { display: flex; flex-direction: column; line-height: .9; }
.brand-name strong { color: var(--blue-700); font-size: 30px; font-weight: 800; letter-spacing: -.07em; font-style: italic; }
.brand-name small { margin-top: 7px; color: var(--navy-900); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.nav-desktop { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 50px); margin-left: auto; }
.nav-desktop a { position: relative; padding-block: 18px; color: #30475c; font-size: 14px; font-weight: 500; }
.nav-desktop a span { margin-right: 7px; color: var(--cyan); font-weight: 800; }
.nav-desktop a::after { content: ""; position: absolute; left: 15px; right: 0; bottom: 10px; height: 1px; background: var(--blue-600); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-desktop a:hover::after, .nav-desktop a:focus-visible::after { transform: scaleX(1); }
.header-button { display: grid; grid-template-columns: 1fr 52px; align-items: center; min-height: 62px; margin-left: clamp(10px,2vw,28px); padding: 6px 6px 6px 24px; border: 4px solid #173457; border-radius: 17px; color: #fff; background: var(--navy-900); box-shadow: 0 10px 24px rgba(3,16,44,.16); font-size: 13px; font-weight: 700; }
.header-button-arrow { display: grid; place-items: center; width: 48px; height: 48px; margin-left: 18px; border-radius: 11px; color: var(--navy-900); background: var(--cyan); }
.header-button svg { width: 22px; height: 22px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid #b7e7f5; border-radius: 13px; color: var(--blue-800); background: #fff; box-shadow: 0 7px 0 #dceaf1; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin-block: 5px; border-radius: 4px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { position: fixed; z-index: 95; inset: var(--header) 0 auto; padding: 24px; border-top: 1px solid var(--line); background: rgba(255,255,255,.99); box-shadow: 0 22px 40px rgba(7,38,76,.14); }
.nav-mobile > a:not(.mobile-budget) { display: flex; justify-content: space-between; padding: 16px 5px; border-bottom: 1px solid var(--line); font-family: Sora, sans-serif; font-size: 1.1rem; }
.nav-mobile a span { color: var(--blue-600); font: 700 11px/1 Inter,sans-serif; letter-spacing: .08em; }
.mobile-budget { min-height: 58px; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-radius: 12px; color: #fff; background: var(--navy-900); font-weight: 700; }
.mobile-budget svg { width: 23px; height: 23px; }

.hero { position: relative; min-height: calc(100vh - var(--header)); height: 812px; overflow: hidden; color: #fff; background: var(--blue-800); isolation: isolate; }
.hero-photo { position: absolute; z-index: -3; inset: 0; background-image: url("assets/hero-tecnico-puro-ar.webp"); background-size: cover; background-position: center right; transform: scale(1.01); }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,52,148,.98) 0%, rgba(4,43,119,.93) 31%, rgba(4,24,67,.55) 56%, rgba(3,16,44,.05) 81%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 74% 45%, transparent 0 24%, rgba(2,25,65,.07) 50%, rgba(1,20,56,.36) 100%); }
.hero-content { position: relative; width: min(calc(100% - 96px), var(--page)); height: 100%; margin-inline: auto; }
.hero-title-wrap { position: absolute; top: 62px; left: 0; width: 58%; }
.hero h1 { margin: 0; display: flex; flex-direction: column; align-items: flex-start; font-family: Inter, sans-serif; font-size: clamp(4.4rem,6vw,6rem); font-weight: 400; line-height: 1.1; letter-spacing: -.065em; }
.title-band { display: inline-block; padding: 2px 18px 8px; border: 1px solid rgba(136,238,255,.8); border-radius: 8px 8px 4px 4px; background: linear-gradient(95deg, rgba(68,213,245,.95), rgba(3,25,65,.92)); box-shadow: inset 0 -1px 0 rgba(255,255,255,.22); }
.title-band-alt { margin-top: 2px; background: linear-gradient(95deg, rgba(3,25,65,.94), rgba(68,213,245,.94)); }
.title-plain { max-width: 600px; margin: 18px 0 0 18px; line-height: 1.14; }
.hero-support { position: absolute; left: 32%; bottom: 74px; width: 34%; }
.hero-support > p { max-width: 470px; margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.55; }
.support-line { height: 1px; margin: 26px 0 34px; background: rgba(255,255,255,.2); }
.hero-action-row { display: flex; align-items: center; gap: 30px; }
.hero-thumbs { display: flex; }
.hero-thumbs span { width: 90px; height: 74px; border: 2px solid rgba(255,255,255,.8); border-radius: 19px; background: url("assets/servico-manutencao.webp") center/cover; }
.hero-thumbs span + span { margin-left: -7px; background-image: url("assets/servico-higienizacao.webp"); background-position: center 35%; }
.tech-button { display: grid; grid-template-columns: 1fr 58px; align-items: center; min-height: 78px; padding: 8px 8px 8px 26px; border-radius: 17px; font-size: 14px; font-weight: 600; transition: transform .2s var(--ease), box-shadow .2s ease; }
.tech-button:hover { transform: translateY(-3px); }
.tech-button b { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; }
.tech-button svg { width: 24px; height: 24px; }
.tech-button-light { color: var(--ink); border: 6px solid rgba(255,255,255,.76); background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(1,17,48,.2); }
.tech-button-light b { color: var(--navy-900); background: var(--cyan); box-shadow: 0 5px 0 #1687b5; }
.hero-route { position: absolute; z-index: 1; right: -16px; top: 0; width: min(66vw, 950px); height: 100%; pointer-events: none; }
.hero-route path { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.hero-route circle { fill: var(--cyan); stroke: rgba(255,255,255,.75); stroke-width: 6; }
.hero-tags span { position: absolute; z-index: 2; padding: 11px 18px; border: 6px solid rgba(182,220,242,.42); border-radius: 999px; color: var(--navy-900); background: var(--cyan-soft); box-shadow: 0 12px 24px rgba(1,20,54,.13); font-size: 12px; }
.hero-tags span:first-child { top: 118px; right: 43%; }
.hero-tags span:last-child { right: 15%; bottom: 185px; }
.hero-card { position: absolute; z-index: 3; right: 92px; bottom: 38px; width: 200px; border-radius: 26px; overflow: hidden; box-shadow: 0 20px 46px rgba(2,15,45,.3); }
.hero-card-top { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; color: #fff; text-align: center; background: var(--navy-950); }
.hero-card-top svg { width: 26px; height: 26px; margin-bottom: 13px; color: var(--cyan); }
.hero-card-top strong { font: 400 21px/1.1 Sora,sans-serif; }
.hero-card-top small { margin-top: 10px; color: #c2d2e1; }
.hero-card a { position: relative; display: block; height: 170px; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.hero-card a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(3,16,44,.8)); }
.hero-card a > span { position: absolute; z-index: 2; left: 16px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.hero-card a b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--navy-900); background: #fff; }
.hero-card a svg { width: 18px; height: 18px; }
.hero-mobile-nav { display: none; }

.section-kicker { display: inline-flex; align-items: center; gap: 11px; color: #39576f; font-size: 12px; letter-spacing: .02em; }
.section-kicker::before { content: "/"; color: var(--blue-600); font-weight: 800; font-size: 28px; transform: skew(-12deg); }
.section-kicker-light { color: #afc6df; }
.section-kicker-light::before { color: var(--cyan); }
.spotlight { background: #fff; }
.spotlight::after { content: ""; position: absolute; z-index: 0; right: 2%; top: 6%; width: 280px; height: 500px; border: 74px solid #f7fbfd; border-radius: 0 0 140px 140px; opacity: .9; }
.spotlight > * { position: relative; z-index: 1; }
.spotlight-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.spotlight h2, .field-heading h2, .services-heading h2, .results-head h2, .faq-heading h2, .contact-copy h2 { margin: 18px 0 0; font: 400 clamp(2.7rem,4.3vw,4.45rem)/.98 Sora,sans-serif; letter-spacing: -.06em; text-wrap: balance; }
.spotlight h2 { max-width: 900px; color: var(--navy-800); }
.spotlight-facts { display: grid; grid-template-columns: 1fr 1fr; align-items: end; border-top: 1px solid var(--line); }
.spotlight-facts > div { min-height: 124px; display: flex; align-items: flex-end; gap: 13px; padding: 24px 18px; border-right: 1px solid var(--line); }
.spotlight-facts strong { color: var(--blue-700); font: 300 3.5rem/1 Sora,sans-serif; }
.spotlight-facts span { color: var(--muted); font-size: 12px; }
.spotlight-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: stretch; gap: 38px; margin-top: 60px; }
.spotlight-copy { padding: 48px 20px 40px 0; }
.spotlight-copy p { max-width: 470px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.spotlight-copy ul { display: grid; gap: 15px; margin: 32px 0 0; padding: 0; list-style: none; color: var(--navy-800); font-weight: 600; }
.spotlight-copy li { display: flex; align-items: center; gap: 10px; }
.spotlight-copy svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; color: #fff; background: var(--blue-600); }
.spotlight-media { position: relative; height: 485px; overflow: hidden; border-radius: 36px 36px 12px 36px; background: var(--ice); }
.spotlight-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,37,88,.58), transparent 55%); }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.spotlight-media .media-label { position: absolute; z-index: 2; left: 30px; top: 30px; padding: 11px 16px; border-radius: 999px; color: var(--navy-900); background: var(--cyan-soft); font-size: 12px; }
.spotlight-media > a { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: grid; place-items: center; width: 64px; height: 64px; border: 8px solid rgba(255,255,255,.65); border-radius: 50%; color: var(--navy-900); background: #fff; }
.spotlight-media > a svg { width: 25px; height: 25px; }

.field-section { color: #fff; background: linear-gradient(145deg, #061a3d, #03102c 72%); overflow: hidden; }
.field-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 46%, rgba(34,96,158,.14) 46.2%, transparent 46.5%), radial-gradient(circle at 10% 18%, rgba(44,155,237,.13), transparent 30%); pointer-events: none; }
.field-notch, .services-notch, .results-notch { position: absolute; z-index: 2; top: -1px; left: 50%; width: 300px; height: 36px; border-radius: 0 0 48px 48px; background: #fff; transform: translateX(-50%); }
.field-section .page-width { position: relative; z-index: 1; }
.field-heading { display: grid; grid-template-columns: 1fr .62fr; align-items: end; column-gap: 80px; }
.field-heading .section-kicker { grid-column: 1 / -1; }
.field-heading h2 { color: #fff; }
.field-heading > p { max-width: 410px; margin: 0 0 6px; color: #aebfd1; line-height: 1.7; }
.field-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 64px 0 0; padding: 0; list-style: none; }
.field-card { position: relative; min-height: 560px; display: flex; flex-direction: column; overflow: hidden; padding: 0; border: 1px solid rgba(111,158,206,.26); border-radius: 26px; background: rgba(2,15,40,.72); box-shadow: inset 0 0 0 7px rgba(255,255,255,.016), 0 24px 48px rgba(0,8,28,.2); }
.field-card-mid { transform: translateY(22px); }
.field-card-media { position: relative; height: 228px; flex: 0 0 auto; overflow: hidden; background: #0b2549; }
.field-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,16,44,.02) 34%, rgba(3,16,44,.82) 100%); }
.field-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.field-card:nth-child(1) .field-card-media img { object-position: 48% center; }
.field-card:nth-child(2) .field-card-media img { object-position: 57% center; }
.field-card:nth-child(3) .field-card-media img { object-position: 60% center; }
.field-card:hover .field-card-media img { transform: scale(1.035); }
.field-number { position: absolute; z-index: 2; top: 20px; right: 22px; color: rgba(255,255,255,.88); font: 300 2rem/1 Sora,sans-serif; text-shadow: 0 2px 14px rgba(0,8,28,.5); }
.field-icon { position: absolute; z-index: 3; top: 194px; left: 26px; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgba(82,216,247,.38); border-radius: 50%; color: var(--cyan); background: rgba(3,24,58,.94); box-shadow: 0 12px 26px rgba(0,8,28,.32); }
.field-icon svg { width: 30px; height: 30px; fill: currentColor; }
.field-card-copy { display: flex; flex: 1; flex-direction: column; justify-content: flex-end; padding: 56px 28px 30px; }
.field-card small { color: var(--cyan); font-size: 10px; letter-spacing: .13em; }
.field-card h3 { margin: 12px 0 16px; font: 400 1.75rem/1.12 Sora,sans-serif; letter-spacing: -.04em; }
.field-card p { margin: 0; color: #9db2c8; font-size: 14px; line-height: 1.7; }
.field-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 76px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.field-cta span { color: #829bb4; font-size: 10px; letter-spacing: .12em; }
.field-cta a { display: inline-flex; align-items: center; gap: 12px; color: var(--cyan); font-weight: 600; }
.field-cta svg { width: 22px; height: 22px; }

.services { background: var(--ice); }
.services-notch { background: var(--navy-950); }
.services-heading { max-width: 800px; margin-inline: auto; text-align: center; }
.services-heading .section-kicker { justify-content: center; }
.services-heading h2 { color: var(--navy-800); }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px; margin-top: 68px; }
.service-card { overflow: hidden; border-radius: 24px; background: transparent; }
.service-media { height: 300px; overflow: hidden; border-radius: 24px 24px 0 0; background: #a4caed; }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-media-one img { object-position: 50% 31%; }
.service-media-two img { object-position: 50% 42%; }
.service-media-three img { object-position: 50% 34%; }
.service-media-four img { object-position: 50% 27%; }
.service-body { position: relative; min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; margin-top: -38px; padding: 52px 38px 30px; border-radius: 48px 0 24px 24px; background: #fff; box-shadow: 0 18px 38px rgba(22,59,106,.08); }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-top: -82px; margin-bottom: 40px; border: 8px solid rgba(255,255,255,.78); border-radius: 50%; color: #fff; background: var(--blue-700); box-sizing: content-box; }
.service-icon svg { width: 28px; height: 28px; }
.service-index { position: absolute; right: 24px; bottom: -8px; color: rgba(8,63,154,.08); font: 300 6rem/1 Sora,sans-serif; }
.service-body h3 { margin: 0 0 15px; font: 400 2rem/1.1 Sora,sans-serif; letter-spacing: -.045em; }
.service-body p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.65; }
.service-body a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; margin-top: auto; color: var(--blue-700); font-size: 13px; font-weight: 600; }
.service-body a svg { width: 18px; height: 18px; }
.service-card-dark .service-body { color: #fff; background: var(--blue-800); }
.service-card-dark .service-body p { color: #c4d6e8; }
.service-card-dark .service-body a { color: var(--cyan); }
.service-card-dark .service-index { color: rgba(255,255,255,.08); }
.service-help { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 50px; padding: 18px 18px 18px 28px; border: 1px solid #c4d8e9; border-radius: 18px; background: rgba(255,255,255,.75); box-shadow: 0 18px 38px rgba(22,59,106,.08); }
.service-help div { display: flex; flex-direction: column; gap: 5px; }
.service-help small { color: #75899e; font-size: 10px; letter-spacing: .11em; }
.service-help strong { font: 400 1.35rem/1.25 Sora,sans-serif; }
.tech-button-dark { min-width: 290px; color: #fff; background: var(--navy-900); box-shadow: inset 0 -5px 0 #0b6bc0; }
.tech-button-dark b { color: var(--navy-950); background: var(--cyan); }

.results { overflow: hidden; color: #fff; background: var(--navy-950); }
.results-notch { background: var(--ice); }
.results-wave { position: absolute; right: -160px; bottom: -110px; width: 700px; height: 700px; border: 42px solid rgba(9,120,223,.21); border-radius: 50%; box-shadow: 0 0 0 42px rgba(9,120,223,.09), 0 0 0 84px rgba(9,120,223,.05); }
.results-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .65fr; gap: 100px; align-items: end; }
.results-head h2 { color: #fff; }
.results-head p { margin: 0 0 28px; color: #b5c6d7; line-height: 1.7; }
.results-head a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.24); color: var(--cyan); font-size: 13px; }
.results-head svg { width: 18px; height: 18px; }
.results-gallery { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 330px 300px; gap: 18px; margin-top: 58px; }
.results-gallery figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(136,195,232,.18); border-radius: 24px; background: #08224d; box-shadow: 0 20px 46px rgba(0,9,31,.22); }
.results-gallery .result-large { grid-row: 1 / 3; }
.results-gallery figure:last-child { grid-column: 2; }
.results-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.results-gallery figure:hover img { transform: scale(1.025); }
.results-gallery .result-large img { object-position: 50% 42%; }
.results-gallery figure:nth-child(2) img { object-position: center 42%; }
.results-gallery figure:last-child img { object-position: center 46%; }
.results-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(3,16,44,.94)); }
.results-gallery figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: flex-start; gap: 12px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(3,16,44,.54); backdrop-filter: blur(8px); }
.results-gallery figcaption > span { margin-top: 4px; color: var(--cyan); font-size: 11px; }
.results-gallery figcaption div { display: flex; flex-direction: column; }
.results-gallery figcaption strong { font-size: 15px; }
.results-gallery figcaption small { color: #b5c7d8; font-size: 11px; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header) + 30px); }
.faq-heading h2 { color: var(--navy-800); }
.faq-direct { margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); }
.faq-direct small { color: #7b8fa3; font-size: 10px; letter-spacing: .12em; }
.faq-direct p { margin: 7px 0 14px; color: var(--muted); }
.faq-direct a { display: inline-flex; align-items: center; gap: 11px; color: var(--blue-700); font-weight: 600; }
.faq-direct svg { width: 19px; height: 19px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 96px; padding: 24px 8px; list-style: none; cursor: pointer; font: 400 1.08rem/1.35 Sora,sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid #c9e4ee; border-radius: 50%; background: #f2fbff; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 19px; left: 11px; right: 11px; height: 2px; background: var(--blue-700); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary { color: var(--blue-700); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; margin: -6px 62px 28px 8px; color: var(--muted); line-height: 1.7; }

.contact-section { padding: 0 40px 70px; background: #fff; }
.contact-hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; border-radius: 34px; color: #fff; background: var(--navy-900); }
.contact-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,44,.96), rgba(5,45,111,.79) 47%, rgba(3,16,44,.15)); }
.contact-copy { position: relative; z-index: 2; width: min(620px, 48%); margin-left: max(7vw,80px); }
.contact-copy h2 { color: #fff; }
.contact-copy p { max-width: 520px; margin: 26px 0 32px; color: #c0d3e5; line-height: 1.7; }
.contact-copy .tech-button { width: min(370px,100%); }

.site-footer { padding: 78px 0 24px; color: #b9cbdd; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .5fr; gap: 90px; padding-bottom: 60px; }
.brand-footer .brand-name strong { color: #fff; }
.brand-footer .brand-name small { color: #9fb8d1; }
.footer-brand p { max-width: 420px; margin: 24px 0 0; color: #849db6; }
.footer-contact small { display: block; margin-bottom: 15px; color: var(--cyan); font-size: 10px; letter-spacing: .13em; }
.footer-contact a { line-height: 1.8; }
.footer-contact strong { color: #fff; font: 400 1.45rem/1.2 Sora,sans-serif; }
.footer-nav { display: flex; flex-direction: column; gap: 14px; }
.footer-nav a { transition: color .2s ease; }
.footer-nav a:hover { color: var(--cyan); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #7189a2; font-size: 12px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 9px; color: #afc7dc; }
.footer-bottom svg { width: 17px; height: 17px; }
.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; width: 64px; height: 64px; display: grid; place-items: center; border: 5px solid #fff; border-radius: 50%; color: #fff; background: #1ebd62; box-shadow: 0 10px 28px rgba(9,105,52,.32), 0 0 0 3px rgba(30,189,98,.28); transition: transform .2s var(--ease); }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 36px; height: 36px; fill: currentColor; }
.whatsapp-float span { position: absolute; bottom: calc(100% + 7px); white-space: nowrap; padding: 3px 8px; border-radius: 6px; color: #285043; background: #effff6; box-shadow: 0 5px 14px rgba(4,44,24,.12); font-size: 10px; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.reveal { transform: translateY(18px); transition: transform .7s var(--ease); }
.reveal.is-visible { transform: translateY(0); }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }

@media (max-width: 1120px) {
  .page-width { width: min(calc(100% - 64px), var(--page)); }
  .nav-desktop { display: none; }
  .menu-toggle { display: block; }
  .header-button { margin-left: auto; }
  .hero { height: calc(100svh - var(--header)); min-height: 680px; max-height: 812px; }
  .hero-title-wrap { top: 52px; width: 64%; }
  .hero h1 { font-size: clamp(3.8rem,6.5vw,4.8rem); }
  .hero-support { left: 28%; bottom: 36px; width: 46%; }
  .hero-support .support-line { margin: 20px 0 24px; }
  .hero-support .tech-button { min-height: 70px; grid-template-columns: 1fr 52px; }
  .hero-support .tech-button b { width: 52px; height: 52px; }
  .hero-card { display: none; }
  .hero-route { right: -130px; }
  .field-heading { grid-template-columns: 1fr; }
  .field-heading > p { margin-top: 24px; }
  .field-cards { gap: 18px; }
  .field-card { min-height: 540px; padding: 0; }
  .field-card h3 { font-size: 1.45rem; }
  .service-grid { gap: 24px; }
  .faq-layout { gap: 56px; }
  .footer-grid { gap: 56px; }
}
@media (max-width: 820px) {
  :root { --header: 66px; }
  .page-width { width: min(calc(100% - 40px), var(--page)); }
  .section { padding-block: 88px; }
  .header-inner { width: calc(100% - 28px); }
  .header-button { display: none; }
  .brand-symbol { width: 39px; height: 39px; }
  .brand-symbol svg { width: 25px; height: 25px; }
  .brand-name strong { font-size: 24px; }
  .brand-name small { margin-top: 5px; font-size: 7px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { height: auto; min-height: calc(100svh - var(--header)); display: flex; flex-direction: column; padding: 18px 16px; background: linear-gradient(155deg,#1249a9,#073479 54%,#061a3d); }
  .hero-photo, .hero-shade, .hero-route, .hero-support, .hero-tags { display: none; }
  .hero-content { width: 100%; height: auto; display: flex; flex: 1; flex-direction: column; }
  .hero-title-wrap { position: relative; top: auto; left: auto; width: 100%; text-align: center; }
  .hero h1 { align-items: center; font-size: clamp(2.45rem,12vw,3.4rem); letter-spacing: -.065em; }
  .title-band { padding: 1px 12px 5px; border-radius: 5px; }
  .title-plain { margin: 9px 0 0; font-size: .7em; letter-spacing: -.05em; }
  .hero-card { position: relative; right: auto; bottom: auto; width: 100%; min-height: 0; margin-top: 22px; display: flex; flex: 1; overflow: visible; border-radius: 20px; box-shadow: none; }
  .hero-card-top { position: absolute; z-index: 4; left: -2px; bottom: 82px; width: 110px; min-height: 112px; padding: 12px; border-radius: 10px; box-shadow: 0 10px 22px rgba(2,15,45,.24); }
  .hero-card-top svg { width: 21px; height: 21px; margin-bottom: 8px; }
  .hero-card-top strong { font-size: 13px; }
  .hero-card-top small { display: none; }
  .hero-card a { height: auto; min-height: 370px; flex: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 20px; }
  .hero-card img { object-position: center 31%; }
  .hero-card a > span { display: none; }
  .hero-card a::after { background: linear-gradient(transparent 65%,rgba(3,16,44,.35)); }
  .hero-mobile-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 12px; }
  .hero-mobile-nav a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 9px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 9px; color: var(--navy-900); background: rgba(255,255,255,.82); font-size: 11px; }
  .hero-mobile-nav svg { width: 16px; height: 16px; }
  .spotlight-head, .spotlight-grid, .results-head, .faq-layout { grid-template-columns: 1fr; }
  .spotlight h2, .field-heading h2, .services-heading h2, .results-head h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(2.45rem,10vw,3.45rem); }
  .spotlight-head { gap: 0; }
  .spotlight-facts { margin-top: 30px; }
  .spotlight-grid { gap: 20px; margin-top: 42px; }
  .spotlight-copy { padding: 0; }
  .spotlight-media { height: 430px; }
  .field-notch, .services-notch, .results-notch { width: 150px; height: 30px; }
  .field-cards { grid-template-columns: 1fr; gap: 18px; }
  .field-card { min-height: 520px; }
  .field-card-mid { transform: none; }
  .field-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-media { height: 300px; }
  .service-help { flex-direction: column; align-items: stretch; }
  .service-help .tech-button { min-width: 0; width: 100%; }
  .results-head { gap: 28px; }
  .results-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 280px; }
  .results-gallery .result-large { grid-column: 1 / 3; grid-row: auto; }
  .results-gallery figure:last-child { grid-column: auto; }
  .faq-heading { position: static; }
  .faq-direct { margin-bottom: 34px; }
  .contact-section { padding-inline: 0; padding-bottom: 0; }
  .contact-hero { min-height: 640px; border-radius: 0; }
  .contact-copy { width: calc(100% - 40px); margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .section { padding-block: 76px; }
  .page-width { width: calc(100% - 30px); }
  .hero { padding-inline: 14px; }
  .hero h1 { font-size: clamp(2.15rem,11.8vw,3rem); }
  .hero-card { margin-top: 16px; }
  .hero-card a { height: auto; min-height: 365px; }
  .hero-card img { object-position: 50% 30%; }
  .spotlight::after { display: none; }
  .spotlight h2 { font-size: clamp(2.35rem,11vw,3rem); line-height: 1.01; }
  .spotlight-facts { grid-template-columns: repeat(2,minmax(0,1fr)); overflow: hidden; margin-top: 26px; border: 1px solid var(--line); border-radius: 18px; background: #f8fcfe; }
  .spotlight-facts > div { min-height: 112px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; padding: 18px; }
  .spotlight-facts > div:last-child { border-right: 0; }
  .spotlight-facts strong { font-size: 3rem; }
  .spotlight-facts span { line-height: 1.35; }
  .spotlight-media { height: 370px; }
  .field-card { min-height: 500px; padding: 0; }
  .field-card-media { height: 210px; }
  .field-icon { top: 178px; width: 64px; height: 64px; }
  .field-card-copy { padding: 52px 24px 26px; }
  .service-grid { margin-top: 46px; }
  .service-media { height: 230px; }
  .service-body { min-height: 330px; padding-inline: 24px; }
  .service-help { padding: 22px 16px; }
  .service-help strong { font-size: 1.1rem; }
  .tech-button { grid-template-columns: 1fr 52px; min-height: 68px; padding-left: 18px; }
  .tech-button b { width: 52px; height: 52px; }
  .results-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3,300px); }
  .results-gallery .result-large, .results-gallery figure:last-child { grid-column: auto; }
  .faq-list summary { min-height: 86px; font-size: 1rem; }
  .contact-copy .tech-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-bottom: 70px; }
  .whatsapp-float { right: 14px; bottom: calc(92px + env(safe-area-inset-bottom)); width: 58px; height: 58px; }
  .whatsapp-float svg { width: 29px; height: 29px; }
  .whatsapp-float span { display: none; }
}
@media (max-width: 340px) {
  .brand-name strong { font-size: 21px; }
  .hero h1 { font-size: 2rem; }
  .hero-card a { height: auto; min-height: 330px; }
  .hero-mobile-nav { grid-template-columns: 1fr; }
  .hero-mobile-nav a { min-height: 43px; }
}
@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 { transform: none; }
}
