:root {
  --ink: #08254d;
  --green: #063b7a;
  --green-2: #0759a5;
  --sage: #86bce7;
  --cream: #f3f7fc;
  --paper: #ffffff;
  --gold: #d6a52a;
  --line: rgba(6, 59, 122, .14);
  --muted: #5d6d82;
  --shadow: 0 24px 80px rgba(6, 59, 122, .13);
  --radius: 28px;
  --container: min(1180px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable", "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--green); border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-wrap { height: 92px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); line-height: 1; margin-right: auto; }
.brand-mark { width: 48px; height: 48px; }
.brand-mark circle, .brand-mark > path:not(.spark) { fill: none; stroke: currentColor; stroke-width: 3.25; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .spark { fill: var(--gold); }
.brand span { display: grid; gap: 2px; }
.brand b { font-size: 19px; letter-spacing: -.4px; }
.brand small { color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: 2.2px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1.5px; background: var(--green); transition: .25s ease; }
.site-nav a:hover::after { right: 0; }
.header-socials { display: flex; align-items: center; gap: 7px; padding-left: 16px; border-left: 1px solid var(--line); }
.social-icon { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(6,59,122,.15); transition: transform .2s ease, box-shadow .2s ease; }
.social-icon:hover { transform: translateY(-2px); box-shadow: 0 11px 26px rgba(6,59,122,.22); }
.social-icon svg { width: 20px; height: 20px; fill: currentColor; }
.social-icon-whatsapp { background: #25d366; }
.social-icon-facebook { background: #0866ff; }
.social-icon-instagram { background: radial-gradient(circle at 30% 105%, #ffd600 0 19%, #ff7a00 38%, #ff0169 61%, #d300c5 78%, #7638fa 100%); }
.social-icon-tiktok { background: #111; }
.social-icon-facebook svg { width: 19px; height: 19px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 56px; padding: 0 27px; border: 1px solid var(--green); border-radius: 999px; color: #fff; background: var(--green); font-weight: 720; line-height: 1; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-2); border-color: var(--green-2); box-shadow: 0 14px 32px rgba(23,63,53,.22); }
.button-small { min-height: 46px; padding-inline: 21px; font-size: 14px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 12px 8px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--green); margin: 5px 0; transition: .2s ease; }

.hero { min-height: 760px; height: min(900px, 100svh); position: relative; overflow: hidden; background: #ebe1d2; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(246,250,255,.94) 31%, rgba(233,244,255,.43) 54%, rgba(233,244,255,0) 76%); }
.hero-grid { position: relative; height: 100%; display: grid; align-items: center; padding-top: 70px; }
.hero-copy { width: min(610px, 52vw); }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6.2vw, 92px); line-height: .96; letter-spacing: -4.5px; font-weight: 500; }
h1 em { color: var(--gold); font-weight: 500; }
.hero-copy > p { max-width: 580px; margin-bottom: 33px; color: #445751; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button-ghost { color: var(--green); background: rgba(255,255,255,.45); border-color: rgba(23,63,53,.28); backdrop-filter: blur(10px); }
.button-ghost:hover { color: #fff; }
.hero-points { display: flex; gap: 25px; padding: 0; margin: 30px 0 0; list-style: none; color: #52635d; font-size: 13px; font-weight: 640; }
.hero-points span { color: var(--green); font-weight: 900; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; align-items: center; gap: 11px; color: rgba(21,54,47,.75); font-size: 11px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.scroll-cue span { width: 7px; height: 7px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); animation: bob 1.8s ease-in-out infinite; }

.trust-strip { color: #fff; background: var(--green); }
.trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid > div { padding: 0 26px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: #f5d59b; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.trust-grid span { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 650; letter-spacing: .3px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 50px; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: 1fr; max-width: 760px; }
.kicker { margin-bottom: 18px; }
.section h2, .quote-section h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(43px, 5vw, 68px); line-height: 1.04; letter-spacing: -2.6px; font-weight: 500; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 18px; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-card { min-height: 395px; position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .35s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-featured { background: #edf6ff; }
.service-number { position: absolute; right: 24px; top: 22px; color: #9caaa5; font: italic 14px Georgia, serif; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 58px; color: var(--green); border-radius: 18px; background: var(--cream); }
.service-featured .service-icon { background: #fff; }
.service-icon svg { width: 32px; }
.service-icon path { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.5px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 760; }
.service-card > a span { font-size: 20px; transition: transform .2s ease; }
.service-card > a:hover span { transform: translateX(4px); }
.extra-services { display: grid; grid-template-columns: 170px 1fr; gap: 25px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.extra-services > span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.extra-services div { display: flex; flex-wrap: wrap; gap: 13px 30px; }
.extra-services b { font-size: 14px; font-weight: 650; }

.why-us { color: #fff; background: #eef5fc; }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.why-panel { min-height: 620px; position: relative; padding: 64px; background: var(--green); overflow: hidden; }
.kicker-light { color: #e4c58e; }
.why-panel h2 { max-width: 500px; margin-top: 24px; color: #fff; }
.why-panel > p { max-width: 430px; margin-top: 25px; color: rgba(255,255,255,.7); font-size: 17px; }
.text-link { display: inline-flex; gap: 16px; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 700; }
.clock-art { position: absolute; width: 280px; right: -45px; bottom: -55px; color: rgba(255,255,255,.12); }
.clock-art circle, .clock-art path:not(.spark) { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.clock-art .spark { fill: rgba(213,168,91,.48); }
.benefit-list { padding: 35px 58px; color: var(--ink); background: #fff; }
.benefit { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.benefit:last-child { border: 0; }
.benefit > span { color: var(--gold); font: italic 16px Georgia, serif; }
.benefit h3 { margin-bottom: 8px; font-size: 20px; }
.benefit p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 60px; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; padding-top: 38px; border-top: 1px solid var(--line); }
.process-grid li::after { content: ""; position: absolute; left: 0; top: -2px; width: 70px; height: 3px; background: var(--gold); }
.process-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font: 19px Georgia, serif; }
.process-grid h3 { margin-bottom: 10px; font-size: 21px; }
.process-grid p { max-width: 300px; color: var(--muted); }

.plans { background: var(--cream); }
.plans-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.plan-copy > p { max-width: 440px; margin: 25px 0 35px; color: var(--muted); font-size: 17px; }
.button-dark { background: var(--green); }
.plan-list { display: grid; }
.plan { display: grid; grid-template-columns: 1fr auto 30px; align-items: center; gap: 24px; width: 100%; padding: 25px 18px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; transition: .25s ease; }
.plan:first-child { border-top: 1px solid var(--line); }
.plan:hover, .plan.active { padding-left: 28px; background: rgba(255,255,255,.68); }
.plan span, .plan b, .plan small { display: block; }
.plan b { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.plan small { color: var(--muted); }
.plan i { color: var(--green); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.plan em { font-size: 22px; font-style: normal; }

.about-section { background: linear-gradient(135deg, #fff 0%, #f2f7fd 100%); }
.about-grid { display: grid; grid-template-columns: 1.04fr .76fr; gap: 90px; align-items: center; }
.about-copy h2 { max-width: 700px; margin: 20px 0 28px; }
.about-copy > p { max-width: 720px; margin-bottom: 17px; color: var(--muted); font-size: 17px; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.text-link-dark { color: var(--green); border-color: rgba(6,59,122,.35); }
.about-visual { position: relative; margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.about-visual img { width: 100%; height: auto; object-fit: contain; border-radius: 20px; }
.about-visual figcaption { display: grid; gap: 2px; margin-top: 12px; padding: 18px 20px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: #082f62; }
.about-visual figcaption strong { color: #f8ce68; font: 600 21px Georgia, serif; }
.about-visual figcaption span { color: rgba(255,255,255,.75); font-size: 12px; }
.facebook-link { display: inline-flex; align-items: center; gap: 9px; color: #0866ff; font-size: 13px; font-weight: 800; }
.facebook-link svg { width: 24px; height: 24px; fill: currentColor; }

.team-section { overflow: hidden; background: var(--cream); }
.team-grid { display: grid; grid-template-columns: minmax(320px,.74fr) 1.26fr; gap: clamp(55px,8vw,110px); align-items: center; }
.manager-portrait { position: relative; width: min(100%,470px); margin: 0 auto; padding: 12px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.manager-portrait::before { content: ""; position: absolute; inset: -22px 24px 22px -22px; z-index: -1; border-radius: 38px; background: linear-gradient(145deg, #063b7a, #0a73c9 68%, #d6a52a); transform: rotate(-3deg); }
.manager-portrait img { width: 100%; height: auto; border-radius: 22px; }
.manager-copy h2 { margin: 18px 0 6px; }
.manager-role { margin: 0 0 28px; color: var(--green-2); font-size: 13px; font-weight: 800; letter-spacing: .75px; text-transform: uppercase; }
.manager-copy > p:not(.manager-role) { max-width: 650px; margin-bottom: 17px; color: var(--muted); font-size: 17px; }
.manager-copy .button { margin-top: 18px; }

.reviews-section { position: relative; overflow: hidden; color: #fff; background: var(--green); }
.reviews-section::before { content: "“"; position: absolute; right: 4vw; top: -100px; color: rgba(255,255,255,.05); font: 500 520px/1 Georgia, serif; }
.reviews-section .kicker { color: #f1c75e; }
.reviews-section .section-heading > p { color: rgba(255,255,255,.68); }
.reviews-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.review-card { min-height: 340px; display: flex; flex-direction: column; padding: clamp(30px,5vw,58px); border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: rgba(255,255,255,.08); }
.review-card-accent { background: #fff; color: var(--ink); }
.review-stars { color: #f4bf32; font-size: 20px; letter-spacing: 5px; }
.review-card blockquote { max-width: 800px; margin: 30px 0 45px; font: 500 clamp(27px,3.4vw,45px)/1.25 Georgia, serif; letter-spacing: -.8px; }
.review-card footer { display: grid; gap: 2px; margin-top: auto; }
.review-card footer strong { font-size: 15px; }
.review-card footer span { color: rgba(255,255,255,.56); font-size: 12px; }
.review-card-accent footer span { color: var(--muted); }
.review-form-wrap { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; margin-top: 56px; padding: clamp(28px,5vw,58px); color: var(--ink); border-radius: 28px; background: #fff; }
.review-form-copy h3 { margin: 14px 0 16px; font: 500 clamp(34px,4vw,52px)/1.05 Georgia, serif; letter-spacing: -1.5px; }
.review-form-copy p { color: var(--muted); }
.review-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.star-rating { margin: 0; padding: 0; border: 0; }
.star-rating legend { margin-bottom: 8px; font-size: 12px; font-weight: 800; letter-spacing: .5px; }
.star-rating > div { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; }
.star-rating input { position: absolute; opacity: 0; pointer-events: none; }
.star-rating label { color: #b9c4d2; font-size: 31px; line-height: 1; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: #f4b323; }
.star-rating label:hover { transform: scale(1.08); }
.star-rating input:focus-visible + label { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

.gallery-section { background: #f4f8fd; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gallery-card { position: relative; overflow: hidden; aspect-ratio: 4 / 3; padding: 12px; border-radius: 24px; background: #fff; box-shadow: 0 16px 45px rgba(6,59,122,.09); }
.gallery-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 16px; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.gallery-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,24,53,.84)); }
.gallery-card span { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 20px; color: #fff; font-size: 16px; font-weight: 760; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-tall, .gallery-wide { grid-row: auto; grid-column: auto; }

.service-area { padding: 82px 0; color: #fff; background: linear-gradient(120deg, #052e64 0%, #0759a5 72%, #0b75c9 100%); }
.area-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.area-copy h2 { max-width: 760px; margin: 16px 0 20px; font: 500 clamp(40px,5vw,64px)/1.03 Georgia, serif; letter-spacing: -2px; }
.area-copy p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }
.area-action { display: grid; justify-items: start; gap: 14px; min-width: 280px; }
.area-action > span { color: rgba(255,255,255,.68); font-size: 12px; }
.button-gold { color: #08254d; background: #f1c75e; border-color: #f1c75e; }
.button-gold:hover { color: #fff; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-grid > div:first-child > p { max-width: 400px; margin-top: 25px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; font-size: 18px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 22px; height: 22px; position: relative; flex: 0 0 auto; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 10px; left: 3px; width: 16px; height: 1.5px; background: var(--green); transition: .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 620px; padding: 0 40px 25px 0; color: var(--muted); }

.quote-section { padding: 105px 0; color: #fff; background: var(--green); }
.quote-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: start; }
.quote-copy h2 { margin-top: 25px; color: #fff; }
.quote-copy > p { margin-top: 25px; color: rgba(255,255,255,.68); }
.contact-lines { display: grid; margin-top: 45px; }
.contact-lines a { display: grid; grid-template-columns: 70px 1fr; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.16); font-size: 17px; }
.contact-lines a:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-lines span { color: rgba(255,255,255,.52); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 40px; color: var(--ink); border-radius: var(--radius); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; letter-spacing: .5px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(21,54,47,.25); border-radius: 0; outline: 0; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.button-light { color: var(--green); background: #f0d29c; border-color: #f0d29c; }
.button-light:hover { color: #fff; background: var(--green-2); border-color: var(--green-2); }
.quote-form > small { color: var(--muted); text-align: center; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { min-height: 24px; margin: 0; color: var(--muted); text-align: center; font-size: 13px; font-weight: 700; }
.form-status.success { color: #177245; }
.form-status.error { color: #b42318; }
.button[disabled] { cursor: wait; opacity: .7; transform: none; }

.site-footer { color: rgba(255,255,255,.72); background: #041f43; }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: center; }
.brand-footer { color: #fff; }
.brand-footer small { color: rgba(255,255,255,.55); }
.footer-contact { display: grid; gap: 18px; }
.footer-contact > p { margin: 0; max-width: 360px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.footer-socials > a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 750; }
.footer-socials .social-icon { width: 34px; height: 34px; box-shadow: none; }
.footer-socials .social-icon svg { width: 18px; height: 18px; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; font-size: 13px; font-weight: 700; }
.footer-bottom { min-height: 66px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #25d366; border: 4px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 12px 34px rgba(0,0,0,.22); transition: .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 30px; fill: currentColor; }

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 110px 24px 60px; text-align: center; background: var(--cream); }
.error-card { width: min(620px, 100%); padding: clamp(36px, 7vw, 72px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.error-code { display: block; margin-bottom: 16px; color: var(--gold); font: italic 18px Georgia, serif; }
.error-card h1 { margin-bottom: 18px; font-size: clamp(48px, 9vw, 76px); }
.error-card p { max-width: 430px; margin: 0 auto 30px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes bob { 0%,100% { transform: translateY(-2px) rotate(45deg); } 50% { transform: translateY(5px) rotate(45deg); } }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 760px); }
  .site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(15px); }
  .nav-wrap { height: 76px; }
  .brand-mark { width: 42px; }
  .menu-button { display: block; order: 3; }
  .header-socials { order: 1; margin-left: auto; padding-left: 0; border-left: 0; }
  .nav-cta { order: 2; margin-left: 0; }
  .site-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: grid; gap: 0; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 13px 12px; }
  .site-nav a::after { display: none; }
  .hero { min-height: 800px; height: 100svh; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(245,250,255,.92) 48%, rgba(235,245,255,.16) 85%); }
  .hero-copy { width: min(580px, 76vw); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .section-heading, .plans-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-visual { max-width: 560px; margin-inline: auto; }
  .team-grid { grid-template-columns: .78fr 1.22fr; gap: 55px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-form-wrap { grid-template-columns: 1fr; gap: 30px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-panel { min-height: 460px; }
  .process-grid { gap: 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 50px 0; }
  .footer-links { justify-content: flex-start; grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 34px); }
  .nav-wrap { gap: 10px; }
  .nav-cta { display: none; }
  .header-socials { gap: 6px; }
  .header-socials .social-icon { width: 34px; height: 34px; }
  .header-socials .social-icon svg { width: 18px; height: 18px; }
  .brand b { font-size: 17px; }
  .hero { min-height: 790px; height: auto; }
  .hero::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(6,59,122,.23), transparent); pointer-events: none; }
  .hero-image { object-position: 62% bottom; }
  .hero-shade { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.95) 45%, rgba(235,245,255,.23) 76%); }
  .hero-grid { align-items: start; padding-top: 145px; padding-bottom: 280px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: 10px; letter-spacing: 1.6px; }
  h1 { font-size: clamp(48px, 15vw, 66px); letter-spacing: -3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: none; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .trust-grid > div { min-height: 72px; display: grid; align-content: center; padding: 10px 16px; border: 0; }
  .trust-grid > div:last-child { border: 0; }
  .section { padding: 82px 0; }
  .section h2, .quote-section h2 { font-size: 43px; letter-spacing: -1.8px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .service-icon { margin-bottom: 35px; }
  .extra-services { grid-template-columns: 1fr; }
  .about-grid { gap: 40px; }
  .about-copy > p { font-size: 15px; }
  .about-actions { align-items: flex-start; }
  .about-visual { padding: 8px; border-radius: 22px; transform: none; }
  .about-visual img { border-radius: 16px; }
  .team-grid { grid-template-columns: 1fr; gap: 55px; }
  .manager-portrait { width: min(88%,430px); }
  .manager-copy { text-align: left; }
  .manager-copy > p:not(.manager-role) { font-size: 15px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 300px; }
  .review-form-wrap { padding: 26px 20px; }
  .review-form { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .service-area { padding: 70px 0; }
  .area-copy h2 { font-size: 43px; letter-spacing: -1.5px; }
  .why-panel { min-height: 520px; padding: 42px 28px; }
  .benefit-list { padding: 20px 28px; }
  .benefit { grid-template-columns: 40px 1fr; }
  .process-grid { gap: 45px; }
  .plans-grid { gap: 40px; }
  .plan { grid-template-columns: 1fr 24px; }
  .plan i { display: none; }
  .faq-grid { gap: 30px; }
  .quote-section { padding: 82px 0; }
  .quote-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .field-wide { grid-column: auto; }
  .contact-lines a { grid-template-columns: 55px 1fr; font-size: 14px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 5px; padding: 20px 0; }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

@media (max-width: 400px) {
  .brand span { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .header-socials .social-icon { width: 32px; height: 32px; }
  .header-socials .social-icon svg { width: 17px; height: 17px; }
}

@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; }
}
