:root {
  --navy: #071a4b;
  --blue: #12348f;
  --electric: #2f5eff;
  --yellow: #ffc52f;
  --ink: #10162a;
  --muted: #64708b;
  --paper: #f4f6fb;
  --white: #ffffff;
  --line: rgba(16, 22, 42, .12);
  --radius: 1.5rem;
  --shadow: 0 30px 70px rgba(7, 26, 75, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--paper); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--yellow); padding: .8rem 1rem; border-radius: .5rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem clamp(1.2rem, 4vw, 4.5rem); color: white; transition: .35s ease; }
.site-header.scrolled { background: rgba(7, 26, 75, .92); backdrop-filter: blur(16px); box-shadow: 0 10px 40px rgba(0,0,0,.18); padding-block: .75rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: .8rem; background: var(--yellow); color: var(--navy); transform: rotate(-5deg); }
.brand-mark svg { width: 2rem; height: 2rem; fill: var(--yellow); stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font: 800 1.25rem/1 "Sora"; letter-spacing: .08em; }
.brand small { margin-top: .28rem; font-size: .64rem; opacity: .7; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.7rem); font-size: .88rem; font-weight: 600; }
.desktop-nav a { position: relative; opacity: .8; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--yellow); transition: .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 3.5rem; padding: .8rem 1.35rem; border-radius: 999px; font-weight: 800; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-small { min-height: 2.8rem; padding: .65rem 1.1rem; font-size: .82rem; }
.button-outline { border: 1px solid rgba(255,255,255,.4); }
.button-outline:hover { background: white; color: var(--navy); }
.button-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 15px 35px rgba(255,197,47,.2); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(255,197,47,.35); }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 3rem; padding: 8.5rem clamp(1.2rem, 6vw, 7.5rem) 5rem; color: white; background: radial-gradient(circle at 18% 18%, #173b9f 0, transparent 32%), linear-gradient(125deg, #06143d 0%, #0a2468 58%, #173faa 100%); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-copy { position: relative; z-index: 2; max-width: 44rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 800; color: rgba(255,255,255,.72); }
.eyebrow i { width: .55rem; height: .55rem; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 .35rem rgba(255,197,47,.15); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2, .why h2, .contact h2 { font-family: "Sora", sans-serif; letter-spacing: -.055em; }
.hero h1 { max-width: 11ch; margin: 1.2rem 0 1.35rem; font-size: clamp(3.6rem, 7.3vw, 7.4rem); line-height: .91; }
.hero h1 span { color: var(--yellow); }
.hero-copy > p { max-width: 38rem; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.text-link { display: inline-flex; gap: .7rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 700; }
.hero-trust { display: flex; align-items: center; gap: 1.35rem; margin-top: 2.8rem; }
.hero-trust > div:not(.trust-divider) { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: .6rem; }
.hero-trust strong { font: 800 1.45rem/1 "Sora"; }
.hero-trust span { color: var(--yellow); font-size: .72rem; letter-spacing: .12em; }
.hero-trust small { grid-column: 1 / -1; margin-top: .35rem; color: rgba(255,255,255,.55); font-size: .74rem; }
.trust-divider { width: 1px; height: 2.7rem; background: rgba(255,255,255,.2); }

.hero-visual { position: relative; z-index: 2; min-height: 40rem; display: grid; place-items: center; }
.hero-photo { position: relative; width: min(34rem, 92%); aspect-ratio: .82; border-radius: 42% 42% 2.5rem 2.5rem; overflow: hidden; box-shadow: 0 45px 80px rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.2); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,26,75,.5)); pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgba(255,197,47,.38); border-radius: 50%; animation: spin 16s linear infinite; }
.orbit::after { content: ""; position: absolute; width: .9rem; height: .9rem; border-radius: 50%; background: var(--yellow); top: 15%; left: 8%; box-shadow: 0 0 20px var(--yellow); }
.orbit-one { width: 34rem; height: 34rem; }
.orbit-two { width: 42rem; height: 42rem; animation-direction: reverse; animation-duration: 22s; opacity: .55; }
.orbit-two::after { top: auto; left: auto; right: 7%; bottom: 22%; }
.floating-card { position: absolute; display: flex; align-items: center; gap: .8rem; min-width: 12rem; padding: .85rem 1rem; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.6); border-radius: 1rem; box-shadow: var(--shadow); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .85rem; }
.floating-card small { margin-top: .18rem; color: var(--muted); font-size: .68rem; }
.card-top { top: 12%; right: 0; }
.card-bottom { bottom: 10%; left: -2%; animation-delay: -2.5s; }
.icon-bulb { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: .7rem; color: var(--navy); background: var(--yellow); font-size: 1.2rem; }
.pulse { width: .75rem; height: .75rem; border-radius: 50%; background: #24c977; box-shadow: 0 0 0 .35rem rgba(36,201,119,.15); }
.scroll-cue { position: absolute; left: clamp(1.2rem, 3vw, 3.5rem); bottom: 2.2rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.48); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 3rem; background: linear-gradient(var(--yellow), transparent); }

.marquee { padding: 1rem 0; color: var(--navy); background: var(--yellow); overflow: hidden; }
.marquee-track { display: flex; align-items: center; gap: 2.2rem; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { font: 800 .84rem/1 "Sora"; letter-spacing: .14em; }
.marquee i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--navy); }

.section { padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 6vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 2rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section h2, .why h2, .contact h2 { margin: 1rem 0 0; font-size: clamp(2.5rem, 4.6vw, 5rem); line-height: 1.02; }
.section-heading p { margin: 0 0 .5rem; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 4rem; }
.category-card { min-height: 24rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .35s, box-shadow .35s, color .35s, background .35s; overflow: hidden; }
.category-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); background: var(--navy); color: white; }
.category-featured { color: white; background: var(--blue); }
.card-number { color: var(--muted); font-size: .72rem; letter-spacing: .15em; }
.category-featured .card-number, .category-card:hover .card-number { color: rgba(255,255,255,.55); }
.category-icon { align-self: center; display: grid; place-items: center; width: 6.5rem; height: 6.5rem; border-radius: 50%; color: var(--blue); background: var(--paper); transition: transform .4s, background .35s; }
.category-card:hover .category-icon, .category-featured .category-icon { color: var(--navy); background: var(--yellow); transform: rotate(-7deg) scale(1.08); }
.category-icon svg { width: 3.2rem; height: 3.2rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.category-card h3 { margin: 0 0 .5rem; font: 800 1.25rem/1.2 "Sora"; }
.category-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.category-featured p, .category-card:hover p { color: rgba(255,255,255,.7); }
.category-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 800; }
.category-featured a, .category-card:hover a { border-color: rgba(255,255,255,.2); }

.why { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 9vw, 10rem); color: white; background: var(--navy); }
.why-copy p { max-width: 36rem; margin: 1.5rem 0 2.2rem; color: rgba(255,255,255,.65); line-height: 1.75; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.18); }
.benefit { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.benefit > span { color: var(--yellow); font: 700 .8rem/1 "Sora"; }
.benefit h3 { margin: 0 0 .5rem; font: 700 1.3rem/1.2 "Sora"; }
.benefit p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.65; }

.reviews { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); background: white; }
.review-intro h2 { font-size: clamp(2.4rem, 4vw, 4.3rem); }
.google-score { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.google-score > strong { font: 800 3rem/1 "Sora"; }
.google-score div { display: grid; }
.google-score span { color: #f4ac0b; letter-spacing: .1em; }
.google-score small { margin-top: .3rem; color: var(--muted); }
.review-slider { align-self: center; position: relative; min-height: 25rem; padding: clamp(2rem, 4vw, 4rem); border-radius: 2rem; color: white; background: var(--blue); overflow: hidden; }
.quote-mark { position: absolute; top: -2rem; right: 2rem; color: rgba(255,255,255,.1); font: 800 13rem/1 Georgia; }
.review-track { position: relative; min-height: 12rem; }
.review { position: absolute; inset: 0; margin: 0; opacity: 0; transform: translateX(2rem); transition: .45s ease; pointer-events: none; }
.review.active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.review p { position: relative; z-index: 1; margin: 0; font: 600 clamp(1.35rem, 2.2vw, 2.1rem)/1.45 "Sora"; letter-spacing: -.025em; }
.review footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; color: rgba(255,255,255,.7); font-size: .85rem; }
.review footer span { color: var(--yellow); letter-spacing: .1em; }
.review-controls { position: absolute; left: clamp(2rem, 4vw, 4rem); right: clamp(2rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; justify-content: space-between; }
.review-controls button { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 1.2rem; transition: .2s; }
.review-controls button:hover { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.review-controls span { color: rgba(255,255,255,.55); font-size: .8rem; }
.review-controls b { color: white; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 10rem); align-items: end; padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 8vw, 9rem); color: white; background: radial-gradient(circle at 80% 20%, #2549ae 0, transparent 35%), var(--navy); }
.contact-main address { margin-top: 2rem; color: rgba(255,255,255,.72); font-style: normal; font-size: 1.05rem; line-height: 1.75; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.phone-link { padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 800; }
.hours-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.16); border-radius: 1.5rem; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.hours-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.14); font: 700 1.2rem/1 "Sora"; }
.live-dot { width: .7rem; height: .7rem; border-radius: 50%; background: #31db85; box-shadow: 0 0 0 .35rem rgba(49,219,133,.15); }
.hours-row { display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.hours-row span { color: rgba(255,255,255,.65); }
.hours-card > small { display: block; margin-top: 1.3rem; color: rgba(255,255,255,.42); line-height: 1.6; }

footer { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.2rem, 6vw, 7.5rem); color: white; background: #04102f; }
.footer-links { justify-self: end; display: flex; gap: 1.5rem; color: rgba(255,255,255,.7); font-size: .82rem; }
footer > p { grid-column: 1 / -1; margin: .6rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: .72rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 1.3rem; bottom: 1.3rem; display: grid; place-items: center; width: 3.7rem; height: 3.7rem; border-radius: 50%; background: #25d366; box-shadow: 0 14px 35px rgba(0,0,0,.28); transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 2rem; height: 2rem; fill: white; }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; }
  .hero-copy { max-width: 52rem; }
  .hero h1 { font-size: clamp(4rem, 10vw, 6.5rem); }
  .hero-visual { min-height: 34rem; }
  .hero-photo { max-height: 34rem; width: min(30rem, 80%); }
  .orbit-one { width: 28rem; height: 28rem; }
  .orbit-two { width: 35rem; height: 35rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .why, .reviews, .contact { grid-template-columns: 1fr; }
  .why { gap: 4rem; }
  .review-intro { max-width: 50rem; }
  .contact { align-items: stretch; }
}

@media (max-width: 680px) {
  .site-header .button { display: none; }
  .site-header { padding: .8rem 1rem; }
  .hero { min-height: auto; padding: 7.5rem 1.2rem 4.5rem; gap: 1.8rem; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .7rem; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-trust { margin-top: 2rem; }
  .hero-visual { min-height: 28rem; }
  .hero-photo { width: 86%; max-height: none; }
  .orbit-one { width: 23rem; height: 23rem; }
  .orbit-two { width: 28rem; height: 28rem; }
  .floating-card { min-width: 10rem; padding: .7rem .8rem; }
  .card-top { right: -2%; }
  .card-bottom { left: -2%; bottom: 7%; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .category-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .category-card { min-height: 20rem; }
  .section, .why, .contact { padding-inline: 1.2rem; }
  .review-slider { min-height: 26rem; padding: 2rem 1.4rem; }
  .review-controls { left: 1.4rem; right: 1.4rem; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
}

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