/* ═══ REMIS DON COCO · Landing Sencilla ═══ */
:root {
  --yellow: #F5B800;
  --yellow-dark: #D9A300;
  --ink: #1F2430;
  --ink-soft: #5A6374;
  --bg: #FFFFFF;
  --gray: #F4F5F7;
  --line: #E4E6EA;
  --sans: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--sans); }
::selection { background: var(--yellow); color: #fff; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav-wrap { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { font-size: 1.15rem; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.brand i { color: var(--yellow-dark); }
.brand span { color: var(--yellow-dark); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .85rem; color: var(--ink-soft); transition: color .3s; }
.nav-links a:hover { color: var(--yellow-dark); }
.nav-cta { background: var(--yellow); color: var(--ink) !important; padding: 11px 20px; border-radius: 8px; font-weight: 600; }
.nav-cta:hover { background: var(--yellow-dark); color: #fff !important; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.4rem; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { background: #fff; padding: 90px 0 70px; }
.hero-content { max-width: 640px; }
.hero-badge { display: inline-block; background: var(--gray); border: 1px solid var(--line); padding: 8px 18px; border-radius: 100px; font-size: .78rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 700; line-height: 1.15; margin-bottom: 18px; }
.hero h1 span { color: var(--yellow-dark); }
.hero p { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 30px; max-width: 500px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 8px; font-weight: 600; font-size: .9rem; transition: all .3s; }
.btn-solid { background: var(--yellow); color: var(--ink); }
.btn-solid:hover { background: var(--yellow-dark); color: #fff; }
.btn-outline { border: 1px solid var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--yellow-dark); color: var(--yellow-dark); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-features { display: flex; gap: 20px; flex-wrap: wrap; font-size: .85rem; color: var(--ink-soft); }
.hero-features i { color: var(--yellow-dark); margin-right: 6px; }

/* Secciones */
.section { padding: 70px 0; }
.section-gray { background: var(--gray); }
.sec-head { max-width: 560px; margin: 0 auto 40px; text-align: center; }
.sec-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); margin-bottom: 10px; }
.sec-head p { color: var(--ink-soft); }

/* Servicios */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px 24px; text-align: center; transition: all .3s; }
.service:hover { border-color: var(--yellow-dark); box-shadow: 0 12px 28px rgba(31,36,48,.08); }
.service i { font-size: 1.6rem; color: var(--yellow-dark); margin-bottom: 12px; }
.service h3 { font-size: 1rem; margin-bottom: 8px; }
.service p { font-size: .85rem; color: var(--ink-soft); }

/* Tarifas */
.table-wrap { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; max-width: 720px; margin: 0 auto; }
.rates { width: 100%; border-collapse: collapse; }
.rates th { background: var(--ink); color: #fff; text-align: left; padding: 14px 20px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.rates td { padding: 13px 20px; border-top: 1px solid var(--line); font-size: .9rem; }
.rates td:last-child { font-weight: 600; color: var(--yellow-dark); }
.rates tr:nth-child(even) td { background: var(--gray); }

/* Destinos */
.destinos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.destino { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; font-size: .88rem; display: flex; align-items: center; gap: 10px; transition: all .3s; }
.destino:hover { border-color: var(--yellow-dark); }
.destino i { color: var(--yellow-dark); }

/* Pasos */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 760px; margin: 0 auto; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; text-align: center; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.step h3 { font-size: 1rem; margin-bottom: 6px; }
.step p { font-size: .85rem; color: var(--ink-soft); }

/* Contacto */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px; text-align: center; transition: all .3s; }
.contact-card:hover { border-color: var(--yellow-dark); box-shadow: 0 12px 28px rgba(31,36,48,.08); }
.contact-card i { font-size: 1.6rem; color: var(--yellow-dark); margin-bottom: 10px; }
.contact-card h3 { font-size: 1rem; margin-bottom: 4px; }
.contact-card p { font-size: .85rem; color: var(--ink-soft); }
.contact-note { text-align: center; margin-top: 26px; font-size: .88rem; color: var(--ink-soft); }

/* Footer */
footer { background: var(--ink); color: rgba(255,255,255,.8); padding: 48px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { font-size: .85rem; margin-top: 12px; color: rgba(255,255,255,.65); }
.footer-legal { font-size: .75rem !important; color: rgba(255,255,255,.4) !important; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col h4 { font-size: .9rem; color: #fff; margin-bottom: 6px; }
.footer-col a { font-size: .85rem; color: rgba(255,255,255,.7); transition: color .3s; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 20px 0; text-align: center; font-size: .8rem; color: rgba(255,255,255,.5); }
.footer-bottom b { color: var(--yellow); }

/* Responsive */
@media (max-width: 900px) {
  .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: min(280px, 80vw); background: #fff; flex-direction: column; justify-content: center; gap: 24px; padding: 36px; transform: translateX(100%); visibility: hidden; transition: transform .4s, visibility 0s .4s; box-shadow: -16px 0 50px rgba(0,0,0,.12); }
  .nav-links.open { transform: translateX(0); visibility: visible; transition: transform .4s, visibility 0s; }
  .nav-toggle { display: block; z-index: 120; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .destinos-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: 1fr; max-width: 420px; }
  .steps { grid-template-columns: 1fr; max-width: 420px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: 1fr; }
  .destinos-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 50px; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 26px 24px; text-align: left; }
  .footer-brand { grid-column: 1 / -1; text-align: center; }
  .footer-brand p { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-col { align-items: flex-start; }
  .footer-bottom { text-align: center; }
}
