:root {
    --navy: #071b2d;
    --navy-2: #0b2942;
    --gold: #c8a55b;
    --gold-light: #e4ca8c;
    --ink: #132536;
    --muted: #667684;
    --line: #dfe5e9;
    --soft: #f3f6f7;
    --white: #fff;
    --shadow: 0 22px 60px rgba(7, 27, 45, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { overflow-x: hidden; background: var(--white); color: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.section-title { max-width: 700px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.15; letter-spacing: -.045em; }
.section-copy { max-width: 620px; margin-top: 20px; color: var(--muted); font-size: .98rem; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 1px solid transparent; background: transparent; color: var(--white); cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: .25s ease; }
.btn-gold { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.btn-gold:hover { border-color: var(--gold-light); background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255, 255, 255, .5); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
.arrow { transition: transform .25s ease; }
a:hover .arrow, button:hover .arrow { transform: translateX(4px); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid rgba(7, 27, 45, .1); background: rgba(255, 255, 255, .94); box-shadow: 0 8px 30px rgba(7, 27, 45, .08); backdrop-filter: blur(14px); }
nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--navy); line-height: 1; }
.brand-logo-wrap { width: 44px; height: 50px; overflow: hidden; display: grid; place-items: center; background: transparent; }
.brand-logo { width: 42px; height: 48px; object-fit: contain; object-position: center top; }
.brand-name { font-size: .8rem; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.brand-name small { display: block; margin-top: 6px; color: #9a762d; font-size: .55rem; font-weight: 600; letter-spacing: .3em; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a:not(.btn) { color: rgba(7, 27, 45, .72); font-size: .67rem; font-weight: 700; letter-spacing: .1em; transition: color .2s; }
.nav-links a:not(.btn):hover, .nav-links a.active { color: #9a762d; }
.language-menu { position: relative; }
.language-toggle { min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--gold); background: rgba(200, 165, 91, .08); color: var(--navy); cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.globe-icon { font-size: 1rem; }
.language-caret { font-size: .55rem; }
.language-options { min-width: 150px; position: absolute; top: calc(100% + 12px); right: 0; display: grid; padding: 7px; border: 1px solid rgba(200,165,91,.35); background: var(--navy); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s; }
.language-menu.open .language-options { opacity: 1; pointer-events: auto; transform: translateY(0); }
.language-options a { display: flex; justify-content: space-between; gap: 15px; padding: 9px 10px; color: rgba(255,255,255,.65); font-size: .67rem; font-weight: 800; }
.nav-links .language-options a { color: rgba(255,255,255,.72); }
.language-options a span { font-weight: 500; }
.language-options a:hover, .language-options a.selected { background: rgba(200,165,91,.12); color: var(--gold-light); }
.menu-toggle { width: 42px; height: 42px; display: none; border: 1px solid rgba(7, 27, 45, .2); background: transparent; color: var(--navy); cursor: pointer; }

.hero { min-height: 100vh; position: relative; display: grid; align-items: center; color: var(--white); background-image: linear-gradient(90deg, rgba(4, 18, 31, .96) 0%, rgba(5, 25, 42, .8) 49%, rgba(5, 25, 42, .28) 100%), url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2000&q=85"); background-position: center, center calc(50% + var(--parallax-offset, 0px)); background-size: cover; }
.hero::after { height: 180px; position: absolute; inset: auto 0 0; background: linear-gradient(transparent, rgba(7, 27, 45, .45)); content: ""; pointer-events: none; }
.hero-grid { padding-top: 110px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; }
.hero-content { max-width: 760px; position: relative; z-index: 2; padding: 70px 0 100px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero-kicker span { width: 42px; height: 1px; background: var(--gold); }
h1 { margin: 24px 0; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .96; letter-spacing: -.065em; text-transform: uppercase; }
h1 em { display: block; color: var(--gold-light); font-family: "Playfair Display", serif; font-style: normal; font-weight: 700; letter-spacing: -.04em; text-transform: none; }
.hero-copy { max-width: 620px; color: rgba(255, 255, 255, .72); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.hero-note { position: relative; z-index: 2; justify-self: end; display: flex; align-items: center; gap: 18px; padding: 24px; margin-bottom: 100px; border-left: 2px solid var(--gold); background: rgba(7, 27, 45, .7); backdrop-filter: blur(8px); }
.hero-note strong { color: var(--gold-light); font-size: 2rem; line-height: 1; }
.hero-note span { max-width: 145px; color: rgba(255, 255, 255, .75); font-size: .7rem; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }

#about { position: relative; background-image: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)), url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=75"); background-position: center; background-size: cover; background-attachment: fixed; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.about-visual { min-height: 520px; position: relative; }
.about-image-frame { height: 500px; overflow: hidden; }
.about-visual img { height: 125%; object-fit: cover; transform: translate3d(0, var(--parallax-offset, -7%), 0) scale(1.04); will-change: transform; }
.about-visual::before { width: 72%; height: 78%; position: absolute; z-index: -1; left: -20px; bottom: 0; border: 1px solid var(--gold); content: ""; transform: translateY(20px); }
.experience { width: 180px; position: absolute; right: -20px; bottom: -20px; padding: 28px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.experience strong { display: block; color: var(--gold-light); font-size: 2.4rem; line-height: 1; }
.experience span { display: block; margin-top: 9px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.about-statement { margin-top: 24px; padding-left: 20px; border-left: 2px solid var(--gold); }
.about-statement strong { color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about-statement p { margin-top: 5px; color: var(--muted); font-size: .82rem; line-height: 1.75; }
.mission-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 90px; }
.mission-card { min-height: 205px; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: .3s ease; }
.mission-card:hover { border-color: rgba(200, 165, 91, .6); box-shadow: var(--shadow); transform: translateY(-5px); }
.mission-card span { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.mission-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: .92rem; }
.mission-card p { color: var(--muted); font-size: .73rem; line-height: 1.75; }
.about-closing { max-width: 970px; margin: 45px auto 0; color: var(--muted); font-size: .85rem; line-height: 1.9; text-align: center; }

.services { position: relative; background-image: linear-gradient(rgba(243,246,247,.93), rgba(243,246,247,.93)), url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=75"); background-position: center; background-size: cover; background-attachment: fixed; }
.services-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.services-head .section-copy { max-width: 420px; margin-bottom: 5px; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { min-height: 290px; position: relative; grid-column: span 2; overflow: hidden; padding: 35px; border: 1px solid var(--line); background: var(--white); transition: .3s ease; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { border-color: rgba(200, 165, 91, .6); box-shadow: var(--shadow); transform: translateY(-7px); }
.service-card::after { width: 0; height: 3px; position: absolute; left: 0; bottom: 0; background: var(--gold); content: ""; transition: width .3s; }
.service-card:hover::after { width: 100%; }
.service-num { position: absolute; top: 24px; right: 27px; color: #dce3e6; font-size: .69rem; font-weight: 800; letter-spacing: .15em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; background: rgba(200, 165, 91, .13); color: var(--navy); }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.service-card h3 { margin-bottom: 12px; font-size: 1rem; letter-spacing: -.02em; }
.service-card p { color: var(--muted); font-size: .78rem; line-height: 1.75; }
.service-link { display: inline-flex; gap: 7px; margin-top: 22px; color: #98752d; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }

.partners { padding: 84px 0; background-image: linear-gradient(rgba(255,255,255,.93), rgba(255,255,255,.93)), url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=1800&q=75"); background-position: center; background-size: cover; }
.partners .eyebrow { justify-content: center; }
.partners .eyebrow::after { width: 34px; height: 1px; background: currentColor; content: ""; }
.partner-title { margin: 0 auto; text-align: center; }
.partner-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; border: 1px solid var(--line); }
.partner { min-height: 190px; display: grid; place-items: center; align-content: center; gap: 20px; padding: 28px; border-right: 1px solid var(--line); background: rgba(255,255,255,.9); color: var(--muted); transition: .25s; backdrop-filter: blur(7px); }
.partner:last-child { border-right: 0; }
.partner:hover { background: var(--soft); color: var(--navy); }
.partner img { width: 100%; height: 70px; object-fit: contain; filter: grayscale(1); opacity: .68; transition: .25s; }
.partner:hover img { filter: none; opacity: 1; transform: scale(1.03); }
.partner h3 { font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-align: center; }

.contact { display: grid; grid-template-columns: 1fr 1fr; }
.contact-form-side { padding: 90px max(40px, calc((100vw - 1160px) / 2)); padding-right: 7vw; background-image: linear-gradient(rgba(7,27,45,.88), rgba(11,41,66,.9)), url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1200&q=75"); background-position: center; background-size: cover; color: var(--white); }
.contact-form-side .section-title { font-size: clamp(2rem, 4vw, 3rem); }
.contact-form-side .section-copy { color: rgba(255, 255, 255, .55); }
form { display: grid; gap: 20px; margin-top: 36px; }
.field label { display: block; margin-bottom: 7px; color: rgba(255, 255, 255, .55); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); outline: 0; background: transparent; color: white; transition: border .2s; }
.field textarea { height: 90px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
form .btn { justify-self: start; margin-top: 8px; }
.form-message { display: none; color: var(--gold-light); font-size: .78rem; }
.form-message.error { color: #ffb4a8; }
.captcha-field label span { color: var(--gold-light); font-size: .72rem; letter-spacing: .05em; }
.honeypot { width: 1px; height: 1px; position: absolute; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.btn[disabled] { cursor: wait; opacity: .65; }
.map-side { min-height: 700px; position: relative; display: flex; align-items: end; padding: 55px; background-image: linear-gradient(rgba(230, 236, 238, .84), rgba(230, 236, 238, .84)), url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=1400&q=85"); background-position: center, center calc(50% + var(--parallax-offset, 0px)); background-size: cover; }
.map-lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(35deg, transparent 45%, var(--navy) 46%, transparent 47%), linear-gradient(-28deg, transparent 53%, var(--gold) 54%, transparent 55%); background-size: 130px 120px, 180px 160px; }
.pin { width: 64px; height: 64px; position: absolute; top: 34%; left: 56%; display: grid; place-items: center; border: 8px solid rgba(200, 165, 91, .2); border-radius: 50%; background: var(--navy); color: var(--gold-light); box-shadow: 0 14px 28px rgba(7, 27, 45, .25); }
.contact-card { width: min(100%, 470px); position: relative; z-index: 2; padding: 34px; background: var(--white); box-shadow: var(--shadow); }
.contact-card h3 { margin-bottom: 22px; font-size: 1.1rem; }
.contact-item { display: grid; grid-template-columns: 36px 1fr; gap: 10px; margin-top: 16px; }
.contact-item i { width: 28px; height: 28px; display: grid; place-items: center; background: rgba(200, 165, 91, .16); color: #94732e; font-size: .65rem; font-style: normal; }
.contact-item small { display: block; color: var(--muted); font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item span, .contact-item a { font-size: .76rem; font-weight: 600; transition: color .2s; }
.contact-item a:hover { color: #94732e; }
.whatsapp-link { display: inline-flex; align-items: center; gap: 8px; }
.whatsapp-link svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: #25d366; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.legal-hero { padding: 180px 0 90px; background-image: linear-gradient(105deg, rgba(255,255,255,.97), rgba(255,255,255,.82)), url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=75"); background-position: center; background-size: cover; color: var(--navy); }
.legal-hero h1 { margin: 15px 0 20px; font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-hero h1 em { color: #9a762d; }
.legal-hero p { color: var(--muted); }
.legal-section { padding: 85px 0 110px; background-image: linear-gradient(rgba(243,246,247,.94), rgba(243,246,247,.94)), url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=1800&q=70"); background-position: center; background-size: cover; background-attachment: fixed; }
.legal-content { max-width: 920px; padding: 55px 65px; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.legal-content p, .legal-content li { color: var(--muted); font-size: .9rem; line-height: 1.9; }
.legal-content h2 { margin: 42px 0 14px; color: var(--navy); font-size: 1.35rem; }
.legal-content ul { display: grid; gap: 12px; padding-left: 22px; margin-top: 14px; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: #94732e; font-weight: 700; }
.legal-content .legal-updated { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

footer { padding: 27px 0; background: #04121f; color: rgba(255, 255, 255, .45); font-size: .63rem; letter-spacing: .06em; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 22px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.parallax-background, .parallax-image { will-change: background-position, transform; }
.route-page > .section, .route-page > .partners, .route-page > .contact { min-height: calc(100vh - 82px); padding-top: 150px; }
.route-page > .contact { padding-top: 82px; }

@media (max-width: 1080px) {
    .nav-links { gap: 18px; }
    .brand-name { display: none; }
}

@media (max-width: 980px) {
    .section { padding: 86px 0; }
    .brand-name { display: inline; }
    .nav-links { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 18px 20px 25px; border-top: 1px solid rgba(7,27,45,.08); background: rgba(255,255,255,.98); box-shadow: 0 20px 35px rgba(7,27,45,.12); opacity: 0; transform: translateY(-130%); transition: .3s; }
    .nav-links.open { opacity: 1; transform: translateY(0); }
    .nav-links li a:not(.btn) { display: block; padding: 14px 3px; border-bottom: 1px solid rgba(7,27,45,.08); }
    .language-toggle { width: 100%; justify-content: center; margin-top: 14px; }
    .language-options { position: static; display: none; margin-top: 5px; opacity: 1; pointer-events: auto; transform: none; }
    .language-menu.open .language-options { display: grid; }
    .nav-links .language-options a { color: rgba(255,255,255,.72); border-bottom-color: rgba(255,255,255,.08); }
    .menu-toggle { display: grid; place-items: center; }
    .hero-grid, .about-grid { grid-template-columns: 1fr; }
    .hero-note { display: none; }
    .about-grid { gap: 70px; }
    .mission-grid { grid-template-columns: repeat(2, 1fr); margin-top: 75px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card, .service-card:nth-child(4) { grid-column: span 1; }
    .service-card:last-child { grid-column: 1 / -1; }
    .contact { grid-template-columns: 1fr; }
    .contact-form-side { padding: 80px max(24px, calc((100vw - 720px) / 2)); }
    .map-side { min-height: 560px; padding: 40px max(24px, calc((100vw - 720px) / 2)); }
    #about, .services, .legal-section { background-attachment: scroll; }
}

@media (max-width: 700px) {
    .container { width: min(100% - 28px, 1160px); }
    .section { padding: 70px 0; }
    .brand-logo-wrap { width: 39px; height: 45px; }
    .brand-logo { width: 37px; height: 43px; }
    .brand-name { font-size: .65rem; }
    h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
    .hero-content { padding-bottom: 65px; }
    .about-visual { min-height: auto; }
    .about-image-frame { height: 390px; }
    .about-visual img { height: 125%; }
    .experience { right: 0; }
    .services-grid, .mission-grid { grid-template-columns: 1fr; }
    .mission-grid { margin-top: 60px; }
    .service-card, .service-card:nth-child(4), .service-card:last-child { grid-column: auto; }
    .services-head { display: block; }
    .partner-row { grid-template-columns: 1fr 1fr; }
    .partner { border-bottom: 1px solid var(--line); }
    .partner:nth-child(2n) { border-right: 0; }
    .partner:nth-last-child(-n+2) { border-bottom: 0; }
    .map-side { min-height: 500px; padding: 20px; }
    .contact-card { padding: 26px; }
    .legal-hero { padding: 145px 0 65px; }
    .legal-section { padding: 35px 0 70px; }
    .legal-content { padding: 35px 24px; }
    .footer-inner { display: grid; justify-content: center; text-align: center; }
    .footer-links { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .parallax-background { background-position: center; }
    .parallax-image { transform: translate3d(0, -7%, 0) scale(1.04); }
}
