:root {
  --navy: #002c5c;
  --navy-deep: #001a38;
  --blue: #0759a4;
  --sky: #dceeff;
  --white: #ffffff;
  --ink: #142235;
  --muted: #5f6f82;
  --line: #dce5ef;
  --soft: #f4f8fc;
  --yellow: #ffd44b;
  --green: #25d366;
  --shadow: 0 20px 45px rgba(0, 32, 69, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body, button { font: inherit; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
section[id] { scroll-margin-top: 5.5rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 7.75rem 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(220, 229, 239, .85); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; color: var(--navy); white-space: nowrap; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.desktop-nav a { color: #536477; font-size: .88rem; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 44px; padding: .7rem 1.1rem; border-radius: 10px; font-size: .86rem; font-weight: 800; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 1.05rem; height: 1.05rem; }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 9px 18px rgba(0, 44, 92, .18); }
.button-primary:hover { background: var(--blue); box-shadow: 0 12px 24px rgba(0, 44, 92, .25); }
.header-cta { padding-inline: 1rem; }
.header-cta svg { width: 1.1rem; height: 1.1rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px 9px; border-radius: 9px; color: var(--navy); background: var(--soft); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; transition: transform .2s ease; }
.mobile-nav { display: none; }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: 640px; overflow: hidden; color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; z-index: -3; }
.hero-image { background: url("assets/hero-bg.jpeg") center/cover no-repeat; transform: scale(1.02); }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(0, 24, 53, .98) 0%, rgba(0, 36, 77, .9) 46%, rgba(0, 33, 71, .45) 100%); }
.hero-accent { position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; pointer-events: none; }
.hero-accent-one { width: 540px; height: 540px; right: -260px; top: -190px; }
.hero-accent-two { width: 380px; height: 380px; right: 7%; bottom: -265px; }
.hero-content { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 3rem; padding: 4.25rem 0; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: block; width: 24px; height: 2px; background: currentColor; }
.eyebrow-light { color: #a9d2ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 1.4rem; font-size: clamp(2.8rem, 5.2vw, 5rem); line-height: .99; letter-spacing: -.065em; }
h1 em, h2 em { color: #9fd0ff; font-style: normal; }
.hero-description { max-width: 605px; margin-bottom: 2rem; color: rgba(255,255,255,.83); font-size: 1.12rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 26px rgba(0, 20, 48, .18); }
.button-light:hover { color: var(--white); background: var(--blue); }
.button-large { min-height: 54px; padding: .95rem 1.45rem; font-size: .95rem; border-radius: 12px; }
.hero-phone { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; line-height: 1.2; }
.hero-phone small { display: block; margin-bottom: .18rem; color: rgba(255,255,255,.6); font-size: .69rem; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; }
.icon-disc { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.icon-disc svg { width: 1.05rem; height: 1.05rem; }
.hero-proof { align-self: end; padding: 1.6rem; border: 1px solid rgba(255, 255, 255, .22); border-radius: 18px; background: rgba(255, 255, 255, .1); box-shadow: 0 18px 38px rgba(0, 14, 39, .14); backdrop-filter: blur(10px); }
.hero-proof p { margin-bottom: 1rem; color: #a9d2ff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof ul { display: grid; gap: .9rem; padding: 0; margin: 0; list-style: none; font-size: .92rem; font-weight: 700; }
.hero-proof li { display: flex; align-items: center; gap: .6rem; }
.hero-proof li svg { width: 1rem; height: 1rem; color: #a9d2ff; }

/* Shared headings */
.section-heading { margin-bottom: 3.4rem; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: end; gap: 3rem; }
.heading-split > p { margin: 0 0 .45rem; color: var(--muted); font-size: .98rem; line-height: 1.65; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.1rem, 3.55vw, 3.45rem); line-height: 1.06; letter-spacing: -.055em; }
h2 em { color: var(--blue); }
.centered-heading { text-align: center; }
.centered-heading .eyebrow { justify-content: center; }

/* Trust */
.trust-strip { position: relative; z-index: 2; margin-top: -1px; background: var(--white); box-shadow: 0 10px 28px rgba(0, 30, 66, .08); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 1rem; min-height: 115px; padding: 1.4rem 2rem; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { flex: 0 0 auto; color: #8ba1b8; font-size: 1.2rem; font-weight: 850; letter-spacing: -.04em; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.trust-grid strong { display: block; color: var(--navy); font-size: .92rem; }

/* Services */
.services-section { background: linear-gradient(180deg, var(--white) 0%, #f7faff 100%); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { overflow: hidden; border: 1px solid #e0e9f1; border-radius: var(--radius); background: var(--white); box-shadow: 0 6px 0 #edf3f8; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card-featured { transform: translateY(1.5rem); }
.service-card-featured:hover { transform: translateY(.85rem); }
.service-image { position: relative; height: 218px; overflow: hidden; }
.service-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(0, 25, 57, .42)); }
.service-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.07); }
.service-image span { position: absolute; z-index: 1; top: 1rem; right: 1rem; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: rgba(0, 28, 61, .48); font-size: .76rem; font-weight: 800; backdrop-filter: blur(7px); }
.service-content { display: flex; flex-direction: column; min-height: 267px; padding: 1.7rem; }
.service-content h3 { margin-bottom: .85rem; color: var(--navy); font-size: 1.22rem; letter-spacing: -.035em; }
.service-content p { margin-bottom: 1.45rem; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: auto; color: var(--blue); font-size: .8rem; font-weight: 850; }
.text-link svg { width: 1rem; height: 1rem; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Process */
.process-section { padding-top: 10.5rem; background: var(--soft); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.process-grid::before { position: absolute; z-index: 0; top: 59px; right: 15%; left: 15%; border-top: 1px dashed #b6cbdf; content: ""; }
.process-step { position: relative; z-index: 1; padding: 1.2rem 1.5rem 1.5rem; text-align: center; }
.step-number { position: absolute; top: .3rem; right: 1.15rem; color: #b7cadc; font-size: .72rem; font-weight: 850; }
.process-icon { display: grid; width: 76px; height: 76px; place-items: center; margin: 0 auto 1.35rem; border: 8px solid var(--soft); border-radius: 50%; color: var(--white); background: var(--navy); box-shadow: 0 7px 0 #d2e2f1; }
.process-icon svg { width: 1.65rem; height: 1.65rem; }
.process-step h3 { margin-bottom: .6rem; color: var(--navy); font-size: 1.12rem; letter-spacing: -.03em; }
.process-step p { max-width: 260px; margin: 0 auto; color: var(--muted); font-size: .88rem; line-height: 1.6; }

/* About / Gallery */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(3rem, 7vw, 7.5rem); }
.photo-frame, .why-gallery { position: relative; min-height: 475px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.photo-frame::before { position: absolute; z-index: -1; width: 210px; height: 210px; right: -1.5rem; bottom: -1.5rem; border-radius: 50%; background: var(--sky); content: ""; }
.slide { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.slide.is-active { opacity: 1; }
.photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 48%, rgba(0, 24, 53, .74)); pointer-events: none; }
.photo-label { position: absolute; z-index: 2; bottom: 1.8rem; left: 1.8rem; display: grid; gap: .22rem; color: var(--white); }
.photo-label span { color: #b5d9ff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.photo-label strong { font-size: 1.15rem; letter-spacing: -.02em; }
.slider-dots { position: absolute; z-index: 3; right: 1.6rem; bottom: 1.8rem; display: flex; gap: .4rem; }
.slider-dots span { display: block; width: 7px; height: 7px; border-radius: 99px; background: rgba(255,255,255,.5); transition: width .25s ease, background .25s ease; }
.slider-dots .is-active { width: 25px; background: var(--white); }
.about-copy h2 { margin-bottom: 1.5rem; }
.lead { max-width: 530px; margin-bottom: 1.85rem; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.check-list { display: grid; gap: .85rem; padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .7rem; color: #34485d; font-size: .91rem; font-weight: 700; }
.check-list li > span { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--blue); background: #e9f4ff; }
.check-list svg { width: .85rem; height: .85rem; }

/* Why choose */
.why-section { overflow: hidden; color: var(--white); background: var(--navy); }
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .83fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.why-copy h2 { margin-bottom: 2rem; color: var(--white); }
.why-copy h2 em { color: #9fd0ff; }
.why-list { display: grid; gap: 1.2rem; margin-bottom: 2rem; }
.why-list article { display: grid; grid-template-columns: 32px 1fr; gap: .8rem; }
.why-list article > span { color: #9fd0ff; font-size: .72rem; font-weight: 850; padding-top: .1rem; }
.why-list h3 { margin-bottom: .32rem; color: var(--white); font-size: 1rem; letter-spacing: -.02em; }
.why-list p { margin-bottom: 0; color: rgba(255,255,255,.66); font-size: .88rem; line-height: 1.6; }
.why-gallery { min-height: 510px; border: 8px solid rgba(255,255,255,.1); box-shadow: 0 30px 54px rgba(0, 12, 32, .32); }
.gallery-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(160deg, rgba(0, 24, 53, .2), transparent 50%, rgba(0, 24, 53, .36)); pointer-events: none; }

/* Testimonials */
.testimonials-section { background: linear-gradient(180deg, #f7faff 0%, var(--white) 100%); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.testimonial { display: flex; flex-direction: column; min-height: 290px; padding: 1.8rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.testimonial-emphasis { color: var(--white); border-color: var(--navy); background: var(--navy); box-shadow: var(--shadow); }
.stars { margin-bottom: 1.25rem; color: #ffbd19; font-size: .88rem; letter-spacing: .18rem; }
blockquote { margin: 0 0 1.5rem; font-size: .98rem; font-weight: 650; line-height: 1.7; letter-spacing: -.01em; }
figcaption { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
figcaption > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf4ff; font-size: .69rem; font-weight: 850; }
.testimonial-emphasis figcaption > span { color: var(--navy); background: #a9d2ff; }
figcaption strong, figcaption small { display: block; }
figcaption strong { margin-bottom: .15rem; font-size: .82rem; }
figcaption small { color: var(--muted); font-size: .7rem; }
.testimonial-emphasis figcaption small { color: rgba(255,255,255,.6); }

/* Final CTA and footer */
.final-cta { padding-top: 1rem; padding-bottom: 7.75rem; background: var(--white); }
.final-cta-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 410px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.final-cta-image { position: relative; min-height: 320px; }
.final-cta-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0, 27, 59, .1), rgba(0, 27, 59, .52)); }
.final-cta-image img { height: 100%; object-fit: cover; }
.final-cta-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 5vw, 5rem); }
.final-cta-content h2 { margin-bottom: 1rem; color: var(--white); font-size: clamp(2rem, 3.2vw, 3rem); }
.final-cta-content p:not(.eyebrow) { max-width: 500px; margin-bottom: 1.7rem; color: rgba(255,255,255,.72); line-height: 1.7; }
.final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.cta-phone { color: rgba(255,255,255,.78); font-size: .84rem; }
.cta-phone strong { color: var(--white); }
.site-footer { color: #b2c0cf; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr .9fr; gap: 2.5rem; padding: 4.6rem 0 3.2rem; }
.footer-brand p { max-width: 290px; margin: 1rem 0 0; font-size: .84rem; line-height: 1.7; }
.site-footer .brand { color: var(--white); }
.site-footer .brand img { background: var(--white); border-radius: 50%; }
.footer-grid h2 { margin: .25rem 0 1.15rem; color: var(--white); font-size: .92rem; letter-spacing: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; color: #a7b6c7; font-size: .82rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border-top: 1px solid rgba(169, 194, 218, .16); color: #75889d; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: var(--white); }

/* Fixed contact shortcuts */
.floating-whatsapp, .floating-phone { position: fixed; z-index: 40; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .55rem; min-height: 48px; padding: .65rem .85rem; border-radius: 999px; color: var(--white); box-shadow: 0 12px 28px rgba(0, 24, 53, .23); font-size: .78rem; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover, .floating-phone:hover { transform: translateY(-4px); box-shadow: 0 17px 32px rgba(0, 24, 53, .3); }
.floating-whatsapp { right: 1.25rem; background: var(--green); }
.floating-phone { left: 1.25rem; background: var(--navy); }
.floating-whatsapp svg, .floating-phone svg { width: 1.2rem; height: 1.2rem; }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { width: 100%; padding: .6rem 20px 1.2rem; border-top: 1px solid var(--line); background: var(--white); }
  .mobile-nav.is-open { display: grid; gap: .7rem; }
  .mobile-nav > a:not(.button) { padding: .65rem 0; color: var(--navy); font-size: .92rem; font-weight: 750; }
  .mobile-nav .button { margin-top: .25rem; }
  .hero-content { grid-template-columns: 1fr; gap: 2rem; }
  .hero-proof { width: min(100%, 450px); align-self: auto; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0, 24, 53, .96), rgba(0, 36, 77, .78)); }
  .trust-grid > div { padding: 1.3rem 1rem; }
  .trust-grid > div:first-child { padding-left: 0; }
  .heading-split { grid-template-columns: 1fr; gap: 1.1rem; }
  .heading-split > p { max-width: 570px; }
  .service-card-featured, .service-card-featured:hover { transform: none; }
  .service-content { min-height: 255px; }
  .about-grid, .why-grid { grid-template-columns: 1fr; }
  .why-gallery { min-height: 420px; max-width: 620px; }
  .footer-grid { grid-template-columns: 1.45fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 5.3rem 0; }
  .header-inner { min-height: 66px; }
  .brand { font-size: .93rem; }
  .brand img { width: 37px; height: 37px; }
  .hero, .hero-content { min-height: 650px; }
  .hero-content { padding: 4.5rem 0 2rem; }
  h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  h2 { font-size: clamp(2rem, 9.7vw, 2.65rem); }
  .hero-description { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-phone { margin-inline: .3rem; }
  .hero-proof { padding: 1.25rem; }
  .hero-accent-one { right: -360px; }
  .trust-grid { grid-template-columns: 1fr; padding: .4rem 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 74px; padding: .75rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .trust-icon { width: 30px; }
  .section-heading { margin-bottom: 2.5rem; }
  .heading-split h2 br, .centered-heading h2 br { display: none; }
  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .service-image { height: 210px; }
  .service-content { min-height: auto; }
  .process-section { padding-top: 5.3rem; }
  .process-grid { grid-template-columns: 1fr; gap: .65rem; }
  .process-grid::before { top: 70px; bottom: 70px; left: 50%; right: auto; border-top: 0; border-left: 1px dashed #b6cbdf; }
  .process-step { display: grid; grid-template-columns: 70px 1fr; gap: 0 1rem; padding: 1rem .3rem; text-align: left; }
  .step-number { top: .25rem; right: 0; }
  .process-icon { grid-row: span 2; width: 62px; height: 62px; margin: 0; border-width: 6px; }
  .process-step h3 { margin: .2rem 1.8rem .35rem 0; }
  .process-step p { max-width: none; margin: 0; }
  .photo-frame, .why-gallery { min-height: 355px; }
  .about-grid { gap: 2.8rem; }
  .why-section { padding: 5.3rem 0; }
  .why-grid { gap: 2.8rem; }
  .why-gallery { border-width: 5px; }
  .testimonial { min-height: 0; }
  .final-cta { padding: 0 0 5.3rem; }
  .final-cta-card { grid-template-columns: 1fr; }
  .final-cta-image { min-height: 230px; grid-row: 1; }
  .final-cta-content { padding: 2.4rem 1.5rem; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem 1.5rem; padding: 3.5rem 0 2.5rem; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp, .floating-phone { bottom: 1rem; min-height: 46px; }
  .floating-whatsapp { right: 1rem; }
  .floating-phone { left: 1rem; width: 46px; justify-content: center; padding: 0; }
  .floating-phone span { display: none; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 46px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
