:root {
  --navy: #082e62;
  --navy-deep: #061f43;
  --green: #07843e;
  --green-dark: #056b33;
  --green-soft: #edf8f1;
  --blue-soft: #eef5fb;
  --ink: #183047;
  --muted: #667789;
  --line: #dce7e2;
  --white: #fff;
  --bg: #fbfdfc;
  --shadow: 0 18px 50px rgba(8,46,98,.11);
  --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 92px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--navy); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy-deep); color: #eef5fb; font-size: .86rem; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-left, .topbar-links { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { color: #b8f0c9; }
.dot { width: 8px; height: 8px; background: #42c76c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(66,199,108,.13); }
.divider { opacity: .35; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(8,46,98,.08); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: min(360px, 44vw); flex: 0 1 auto; }
.brand img { width: 100%; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--navy); font-weight: 700; font-size: .94rem; }
.nav-links > a:not(.btn):hover { color: var(--green); }
.lang-toggle { border: 1px solid #c8d7e5; border-radius: 999px; background: white; color: var(--navy); min-width: 66px; padding: 7px 11px; cursor: pointer; font-weight: 800; }
.lang-toggle:hover { border-color: var(--green); color: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 9px; }
.menu-toggle span { display: block; height: 3px; background: var(--navy); border-radius: 10px; margin: 5px 0; transition: .2s ease; }

.btn { min-height: 48px; padding: 12px 20px; border-radius: 12px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(7,132,62,.18); }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { background: white; color: var(--navy); border-color: #c3d2df; }
.btn-secondary:hover { border-color: var(--navy); }
.btn-whatsapp { background: #138f45; color: white; box-shadow: 0 10px 24px rgba(19,143,69,.2); }
.btn-whatsapp:hover { background: #0c7838; }
.btn-small { min-height: 42px; padding: 9px 15px; }
.btn-white { background: white; color: var(--navy); }
.btn-ghost { border-color: rgba(255,255,255,.4); color: white; background: rgba(255,255,255,.06); }
.full { width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); background: var(--green-soft); border: 1px solid #d7ecdf; padding: 7px 11px; border-radius: 999px; font-weight: 800; font-size: .76rem; letter-spacing: .08em; }
.eyebrow.light { color: #e9fff0; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.section-heading { margin-bottom: 38px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-heading h2, .about-copy h2, .home-copy h2 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.15; margin: 14px 0 14px; }
.section-heading p, .about-copy > p { color: var(--muted); font-size: 1.02rem; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 12%, rgba(7,132,62,.15), transparent 28%), radial-gradient(circle at 6% 8%, rgba(8,46,98,.09), transparent 26%), linear-gradient(180deg,#fff 0%,#f6fbf8 100%); padding: 78px 0 72px; }
.hero::after { content:""; width: 400px; height: 400px; border: 45px solid rgba(8,46,98,.035); border-radius: 50%; position: absolute; right: -180px; bottom: -250px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; position: relative; z-index: 1; }
.hero h1 { max-width: 720px; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.035em; margin: 17px 0 24px; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; font-size: 1.08rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.trust-points { display: flex; flex-wrap: wrap; gap: 12px 20px; color: var(--navy); font-weight: 700; font-size: .92rem; }
.check { display: inline-grid; place-items: center; width: 22px; height: 22px; color: white; background: var(--green); border-radius: 50%; font-size: .72rem; margin-right: 7px; }

.booking-card { background: white; border: 1px solid rgba(8,46,98,.1); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.booking-card::before { content:""; position: absolute; left:0; right:0; top:0; height:5px; background: linear-gradient(90deg,var(--green),var(--navy)); }
.booking-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.booking-card-head img { width: 68px; height: 68px; object-fit: contain; border: 1px solid #e0e9e4; border-radius: 50%; background: white; }
.booking-card-head h2 { color: var(--navy); font-size: 1.55rem; line-height: 1.2; }
.booking-card-head p { color: var(--muted); font-size: .9rem; }
.mini-label { color: var(--green); font-size: .72rem; letter-spacing: .08em; font-weight: 800; }
.field-row { display: grid; gap: 13px; }
.two-col { grid-template-columns: 1fr 1fr; }
.field { margin-bottom: 13px; }
.field label { display:block; color: var(--navy); font-size: .85rem; font-weight: 750; margin-bottom: 6px; }
.field input, .field select, .field textarea { width:100%; color: var(--ink); border:1px solid #ccd9d3; background:#fcfefd; border-radius:11px; padding:12px 13px; outline:none; transition:.2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(7,132,62,.09); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color:#be3d3d; box-shadow:0 0 0 3px rgba(190,61,61,.06); }
.field-error { display:block; min-height:0; color:#a72f2f; font-size:.76rem; margin-top:4px; }
.form-note { color: var(--muted); font-size: .77rem; text-align:center; margin-top:9px; }

.quick-strip { margin-top: -28px; position: relative; z-index: 5; }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); background:white; border:1px solid var(--line); border-radius:18px; box-shadow:0 14px 40px rgba(8,46,98,.08); overflow:hidden; }
.quick-item { display:flex; align-items:center; gap:13px; padding:20px 24px; border-right:1px solid var(--line); }
.quick-item:last-child { border-right:0; }
.quick-item:hover { background:#fbfefc; }
.quick-icon { width:44px; height:44px; flex:0 0 auto; border-radius:13px; display:grid; place-items:center; background:var(--green-soft); color:var(--green); font-weight:900; }
.quick-item small { display:block; color:var(--muted); font-size:.78rem; }
.quick-item strong { color:var(--navy); font-size:.98rem; }

.test-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.test-card { appearance:none; text-align:left; background:white; border:1px solid var(--line); border-radius:18px; padding:22px; min-height:205px; cursor:pointer; transition:.2s ease; }
.test-card:hover { transform:translateY(-4px); border-color:#b9dac7; box-shadow:0 14px 32px rgba(8,46,98,.08); }
.test-icon { width:48px; height:48px; border-radius:13px; display:grid; place-items:center; background:var(--green-soft); color:var(--green-dark); font-size:.75rem; font-weight:900; margin-bottom:18px; }
.test-card h3 { color:var(--navy); font-size:1.06rem; margin-bottom:5px; }
.test-card p { color:var(--muted); font-size:.88rem; min-height:42px; }
.test-link { display:inline-block; color:var(--green); font-weight:800; font-size:.84rem; margin-top:11px; }

.about-section { background:#f4f9f6; }
.about-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:70px; align-items:center; }
.about-logo-panel { min-height:470px; position:relative; display:grid; place-items:center; background:radial-gradient(circle at 40% 36%,#fff 0%,#eef7f1 72%); border:1px solid #dce9e2; border-radius:36px; overflow:hidden; }
.about-logo-panel::before, .about-logo-panel::after { content:""; position:absolute; border-radius:50%; border:24px solid rgba(8,46,98,.05); }
.about-logo-panel::before { width:320px; height:320px; left:-130px; top:-120px; }
.about-logo-panel::after { width:260px; height:260px; right:-120px; bottom:-110px; border-color:rgba(7,132,62,.06); }
.about-logo-panel img { width:min(75%,330px); position:relative; z-index:1; mix-blend-mode:multiply; }
.about-badge { position:absolute; right:24px; bottom:24px; z-index:2; background:white; border-radius:16px; padding:15px 18px; box-shadow:var(--shadow); }
.about-badge strong { display:block; color:var(--green); font-size:1.5rem; line-height:1; }
.about-badge span { color:var(--muted); font-size:.78rem; }
.about-list { display:grid; gap:15px; margin-top:28px; }
.about-list > div { display:grid; grid-template-columns:44px 1fr; gap:13px; align-items:start; padding:15px 0; border-bottom:1px solid var(--line); }
.about-list > div:last-child { border-bottom:0; }
.about-list > div > span { width:38px; height:38px; border-radius:11px; display:grid; place-items:center; background:var(--green-soft); color:var(--green); font-weight:900; font-size:.78rem; }
.about-list strong { color:var(--navy); }
.about-list p { color:var(--muted); font-size:.9rem; }

.home-section { padding-top:80px; padding-bottom:80px; }
.home-collection-card { position:relative; overflow:hidden; display:grid; grid-template-columns:.45fr 1.55fr; align-items:center; gap:45px; background:linear-gradient(135deg,var(--navy) 0%,#0b4279 58%,#087a4a 130%); color:white; padding:52px; border-radius:32px; box-shadow:var(--shadow); }
.home-collection-card::after { content:""; position:absolute; width:360px; height:360px; right:-170px; top:-190px; border:38px solid rgba(255,255,255,.05); border-radius:50%; }
.home-graphic { display:grid; place-items:center; }
.pulse-circle { width:170px; height:170px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14); box-shadow:0 0 0 24px rgba(255,255,255,.035); }
.pulse-circle span { font-size:4rem; color:#d9ffe5; }
.home-copy { position:relative; z-index:2; }
.home-copy h2 { color:white; max-width:720px; }
.home-copy p { color:#dbe9f3; max-width:760px; }

.contact-section { background:#fff; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:22px; }
.contact-info-card, .map-card { border:1px solid var(--line); border-radius:22px; background:white; overflow:hidden; }
.contact-info-card { padding:28px; }
.contact-row { display:grid; grid-template-columns:46px 1fr; gap:13px; padding:15px 0; border-bottom:1px solid var(--line); }
.contact-row:last-of-type { border-bottom:0; }
.contact-icon { width:43px; height:43px; border-radius:12px; display:grid; place-items:center; background:var(--green-soft); color:var(--green); font-weight:900; }
.contact-row small { display:block; color:var(--muted); font-size:.78rem; margin-bottom:2px; }
.contact-row a, .contact-row p { color:var(--navy); font-weight:700; }
.contact-row a:hover { color:var(--green); }
.contact-actions { display:flex; flex-wrap:wrap; gap:10px; padding-top:24px; }
.map-card { min-height:460px; }
.map-card iframe { display:block; min-height:460px; }

.site-footer { background:#061f43; color:#d7e2ef; padding:46px 0 20px; }
.footer-grid { display:grid; grid-template-columns:1.35fr .65fr 1fr; gap:46px; align-items:start; }
.footer-brand img { width:min(340px,100%); background:white; border-radius:11px; padding:7px 10px; }
.footer-brand p { margin-top:12px; color:#b9c9d9; }
.footer-links, .footer-contact { display:grid; gap:8px; }
.footer-links strong, .footer-contact strong { color:white; margin-bottom:5px; }
.footer-links a:hover, .footer-contact a:hover { color:#a9edbd; }
.footer-contact p { color:#b9c9d9; font-size:.9rem; }
.footer-bottom { margin-top:32px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; color:#aebed0; font-size:.82rem; }

.floating-wa { position:fixed; right:20px; bottom:20px; z-index:120; display:flex; align-items:center; gap:9px; background:#118c44; color:white; padding:10px 15px 10px 10px; border-radius:999px; box-shadow:0 14px 35px rgba(0,0,0,.2); font-size:.88rem; }
.floating-wa span { width:34px; height:34px; display:grid; place-items:center; background:white; color:#118c44; border-radius:50%; font-size:.72rem; font-weight:900; }
.floating-wa:hover { background:#0b7938; }
.toast { position:fixed; left:50%; bottom:25px; transform:translate(-50%,20px); z-index:999; background:#13283c; color:white; border-radius:10px; padding:11px 15px; font-size:.86rem; opacity:0; visibility:hidden; transition:.2s ease; box-shadow:0 10px 30px rgba(0,0,0,.18); }
.toast.show { opacity:1; visibility:visible; transform:translate(-50%,0); }

@media (max-width: 1050px) {
  .nav-links { gap:15px; }
  .brand { width:min(315px,42vw); }
  .test-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 900px) {
  .topbar-links .divider, .topbar-links a[href^="mailto"] { display:none; }
  .menu-toggle { display:block; }
  .nav-links { position:fixed; left:0; right:0; top:122px; bottom:0; background:white; padding:28px 24px; display:flex; flex-direction:column; align-items:stretch; gap:6px; transform:translateX(100%); opacity:0; pointer-events:none; transition:.25s ease; border-top:1px solid var(--line); }
  .nav-links.open { transform:translateX(0); opacity:1; pointer-events:auto; }
  .nav-links a:not(.btn), .lang-toggle { padding:12px 3px; border-bottom:1px solid #edf1ef; border-radius:0; text-align:left; }
  .lang-toggle { min-width:0; }
  .nav-links .btn { margin-top:10px; }
  .menu-toggle.active span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity:0; }
  .menu-toggle.active span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero h1, .hero-lead { margin-left:auto; margin-right:auto; }
  .hero-actions, .trust-points { justify-content:center; }
  .about-grid { gap:36px; }
  .about-logo-panel { min-height:390px; }
  .home-collection-card { grid-template-columns:1fr; text-align:center; }
  .home-copy .hero-actions { justify-content:center; }
  .pulse-circle { width:135px; height:135px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px,1160px); }
  .section { padding:70px 0; }
  .topbar-inner { min-height:44px; font-size:.78rem; }
  .topbar-links { display:none; }
  .brand { width:min(276px,72vw); }
  .nav-wrap { min-height:74px; }
  .nav-links { top:118px; }
  .hero { padding:54px 0 58px; }
  .hero h1 { font-size:clamp(2.6rem,13vw,4.3rem); }
  .booking-card { padding:22px; border-radius:22px; }
  .booking-card-head img { width:58px; height:58px; }
  .two-col { grid-template-columns:1fr; gap:0; }
  .quick-strip { margin-top:-18px; }
  .quick-grid { grid-template-columns:1fr; }
  .quick-item { border-right:0; border-bottom:1px solid var(--line); padding:16px 18px; }
  .quick-item:last-child { border-bottom:0; }
  .test-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .test-card { padding:18px; min-height:190px; }
  .about-logo-panel { min-height:310px; border-radius:26px; }
  .about-badge { right:15px; bottom:15px; }
  .home-collection-card { padding:34px 22px; border-radius:25px; gap:28px; }
  .contact-info-card { padding:21px; }
  .map-card, .map-card iframe { min-height:360px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:7px; }
  .floating-wa b { display:none; }
  .floating-wa { padding:8px; right:14px; bottom:14px; }
  .toast { width:calc(100% - 28px); text-align:center; }
}

@media (max-width: 420px) {
  .test-grid { grid-template-columns:1fr; }
  .test-card { min-height:auto; }
  .test-card p { min-height:0; }
  .hero-actions .btn { width:100%; }
}
