:root {
  --navy: #08284b;
  --navy-deep: #04182f;
  --blue: #2f669d;
  --gold: #c8a45d;
  --gold-light: #ead7ab;
  --cream: #f7f4ed;
  --white: #ffffff;
  --ink: #10223a;
  --muted: #607086;
  --line: #dce3ea;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--navy); color: white; padding: 12px 18px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 86px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(8,40,75,.1);
  box-shadow: 0 8px 30px rgba(8,40,75,.06);
}
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand-symbol { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--gold); border-radius: 50%; position: relative; }
.brand-symbol::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(8,40,75,.28); border-radius: 50%; }
.brand-symbol span { z-index: 1; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-text strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; letter-spacing: .1em; }
.brand-text small { color: #82652f; font-size: 9px; letter-spacing: .2em; }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible { color: #967536; }
.nav-cta { justify-self: end; padding: 12px 19px; border-radius: 999px; background: var(--navy); color: white; font-size: 12px; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 90px 7vw;
  background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 27%, rgba(255,255,255,.62) 45%, rgba(255,255,255,.06) 69%), url("assets/hero-travio.png");
  background-size: cover;
  background-position: center right;
  position: relative;
}
.hero-content { width: min(680px, 54%); position: relative; z-index: 1; }
.eyebrow { margin-bottom: 20px; color: #86682f; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #76591f; }
.hero h1 { margin-bottom: 27px; color: var(--navy); font-size: clamp(3.5rem, 6vw, 6.3rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.hero h1 em { color: #9a7635; font-weight: 500; }
.hero-lead { max-width: 590px; color: #344860; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 25px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; text-align: center; }
.button-gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 10px 26px rgba(8,40,75,.12); }
.button-gold:hover, .button-gold:focus-visible { background: #d8ba7a; }
.button-outline { border: 1px solid rgba(8,40,75,.32); color: var(--navy); background: rgba(255,255,255,.48); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--navy); }
.trust-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 44px; color: #53667c; font-size: 12px; font-weight: 700; }
.trust-points span::before { content: "✓"; color: #947231; margin-right: 7px; }

.contact-strip { padding: 0 7vw; display: grid; grid-template-columns: repeat(3,1fr); background: var(--gold); color: var(--navy-deep); }
.contact-strip > div { min-height: 108px; padding: 25px 27px; display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.contact-strip > div + div { border-left: 1px solid rgba(8,40,75,.22); }
.contact-strip small, .contact-card small { font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.contact-strip a, .contact-strip span { font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 700; overflow-wrap: anywhere; }

.section { padding: 110px 7vw; }
.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .about h2, .quote-banner h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.section-heading > p, .contact-intro > p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 315px; padding: 31px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(16,34,58,.08); }
.service-code { width: 43px; height: 43px; margin-bottom: 30px; display: inline-flex; align-items: center; justify-content: center; background: var(--navy); color: var(--gold-light); font-size: 10px; font-weight: 900; }
.service-card h3 { margin-bottom: 13px; font-size: 22px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card a { margin-top: auto; color: #79591f; font-size: 13px; font-weight: 900; }

.about { padding: 115px 7vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--navy); color: white; }
.about-copy > p:not(.eyebrow) { color: #cad6e2; line-height: 1.85; margin: 30px 0; }
.about-copy > a { color: var(--gold-light); font-size: 13px; font-weight: 900; }
.values { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; scroll-margin-top: 110px; }
.values article { min-height: 220px; padding: 30px; border: 1px solid rgba(255,255,255,.14); }
.values strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; }
.values h3 { margin: 42px 0 10px; font-size: 20px; }
.values p { color: #aebdce; font-size: 13px; line-height: 1.7; }

.quote-banner { padding: 80px 7vw; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; background: linear-gradient(110deg,#b68d48,var(--gold)); color: var(--navy-deep); }
.quote-banner h2 { max-width: 790px; }
.button-navy { background: var(--navy); color: white; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-intro h2 { margin-bottom: 25px; }
.contact-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.contact-card { min-height: 145px; padding: 25px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--line); }
.contact-card.featured { background: var(--navy); border-color: var(--navy); color: white; }
.contact-card small { color: #87692f; }
.contact-card a, .contact-card span { font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.45; overflow-wrap: anywhere; }
.contact-card.featured small, .contact-card.featured span { color: var(--gold-light); }

footer { padding: 55px 7vw; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; background: var(--navy-deep); color: #9db0c3; }
footer .brand-text strong { color: white; }
footer .brand-text small { color: var(--gold-light); }
.footer-copy { max-width: 720px; text-align: right; font-size: 11px; line-height: 1.6; }
.footer-copy p { margin: 4px 0; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #25d366; color: #063c20; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 13px; font-weight: 900; }

section { scroll-margin-top: 84px; }
a:focus-visible, button:focus-visible { outline: 3px solid #78b8ff; outline-offset: 3px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .hero-content { width: 62%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .site-header { min-height: 76px; padding: 0 22px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; padding: 18px 22px 24px; flex-direction: column; align-items: flex-start; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(8,40,75,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid #edf1f5; }
  .hero { min-height: 700px; padding: 80px 22px 70px; background-image: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 60%,rgba(255,255,255,.35) 100%), url("assets/hero-travio.png"); background-position: 62% center; }
  .hero-content { width: 76%; }
  .section-heading, .about, .contact { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .about { gap: 55px; }
}

@media (max-width: 600px) {
  .brand-symbol { width: 40px; height: 40px; }
  .brand-text strong { font-size: 19px; }
  .brand-text small { font-size: 7px; }
  .hero { min-height: 680px; align-items: flex-end; background-image: linear-gradient(180deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.96) 48%,rgba(255,255,255,1) 100%), url("assets/hero-travio.png"); background-position: 70% top; background-size: auto 48%, cover; background-repeat: no-repeat; }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(3.1rem,15vw,4.3rem); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-points { flex-direction: column; gap: 10px; }
  .contact-strip { grid-template-columns: 1fr; padding: 0 22px; }
  .contact-strip > div { min-height: 88px; padding: 20px 0; }
  .contact-strip > div + div { border-left: 0; border-top: 1px solid rgba(8,40,75,.22); }
  .section, .about, .contact { padding: 80px 22px; }
  .service-grid, .values, .contact-cards { grid-template-columns: 1fr; }
  .quote-banner { grid-template-columns: 1fr; padding: 70px 22px; gap: 35px; }
  footer { grid-template-columns: 1fr; padding: 45px 22px; }
  .footer-copy { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .service-card { transition: none; }
}
