:root{
  --red:#e30613;
  --red-dark:#b4000c;
  --red-soft:#fff1f2;
  --navy:#071225;
  --ink:#101827;
  --muted:#5d6678;
  --line:#e9edf3;
  --white:#fff;
  --green:#16b65f;
  --green-dark:#0b9549;
  --blue:#1769e0;
  --amber:#f5b83d;
  --shadow:0 18px 46px rgba(16,24,39,.14);
  --radius:8px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.45;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.narrow{width:min(820px,calc(100% - 40px))}
.center{text-align:center}

.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(233,237,243,.9);
  backdrop-filter:blur(18px);
}
.nav-wrap{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:0;
  font-size:30px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
}
.brand-mark{
  width:46px;
  height:46px;
  color:var(--red);
  flex:0 0 auto;
  display:grid;
  place-items:center;
}
.brand-mark svg{width:100%;height:100%}
.brand-copy{display:block;min-width:0}
.brand-copy strong{
  display:block;
  font-size:1em;
  line-height:.9;
}
.brand-copy strong span{color:var(--red)}
.brand-copy small{
  display:block;
  color:#3e4859;
  font-size:11px;
  font-weight:700;
  letter-spacing:0;
  white-space:nowrap;
}
.desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  color:#344057;
  font-size:14px;
  font-weight:800;
}
.desktop-nav a{
  position:relative;
  padding:29px 0 25px;
}
.desktop-nav a:hover,.desktop-nav a[aria-current="page"]{color:var(--red)}
.desktop-nav a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:17px;
  height:3px;
  border-radius:99px;
  background:var(--red);
}
.nav-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.country-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:0 6px;
  color:#172034;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  border-radius:999px;
  padding:14px 20px;
  min-height:50px;
  font-weight:900;
  font-size:15px;
  line-height:1.15;
  max-width:100%;
  text-align:center;
  white-space:normal;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--red),#ff2633);
  box-shadow:0 14px 30px rgba(227,6,19,.28);
}
.btn-primary:hover{background:linear-gradient(135deg,var(--red-dark),var(--red))}
.btn-whatsapp{
  color:#fff;
  background:linear-gradient(135deg,#18bd64,var(--green-dark));
  box-shadow:0 12px 26px rgba(22,182,95,.24);
}
.btn-whatsapp:hover{background:linear-gradient(135deg,var(--green-dark),#08763a)}
.btn-light{
  color:var(--red);
  background:#fff;
  border:1px solid #f4cbd0;
  box-shadow:0 10px 24px rgba(16,24,39,.08);
}
.btn-small{min-height:44px;padding:11px 17px;font-size:14px}
.btn-large{min-height:62px;padding:18px 26px;font-size:17px}
.wa-icon,.wa-green{
  width:25px;
  height:25px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:900;
}
.wa-icon{border:2px solid currentColor}
.wa-green{color:var(--green);border:2px solid var(--green)}

.hero{
  position:relative;
  min-height:710px;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:78px 0 120px;
}
.hero-photo,.hero-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.hero-photo img{
  object-fit:cover;
  object-position:center center;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.45) 59%,rgba(255,255,255,.10) 100%),
    linear-gradient(180deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,.82) 100%);
}
.hero-inner{
  position:relative;
  z-index:2;
  min-height:512px;
  display:flex;
  align-items:center;
}
.hero-copy{
  width:min(610px,100%);
  padding-top:8px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--red);
  font-size:12px;
  font-weight:950;
  letter-spacing:0;
  text-transform:uppercase;
}
.eyebrow::before{
  content:"";
  width:26px;
  height:3px;
  border-radius:99px;
  background:currentColor;
}
.hero h1{
  margin:15px 0 17px;
  max-width:660px;
  color:#071225;
  font-size:66px;
  line-height:.98;
  font-weight:950;
  letter-spacing:0;
}
.hero h1 span{
  display:block;
}
.hero h1 .headline-main{
  color:#071225;
}
.hero h1 .headline-red{
  margin-top:8px;
  color:var(--red);
}
.lead{
  margin:0 0 26px;
  max-width:560px;
  color:#263246;
  font-size:21px;
  line-height:1.35;
  font-weight:600;
}
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  width:min(560px,100%);
  margin-top:28px;
}
.hero-benefits article{
  min-height:118px;
  padding:12px 10px;
  text-align:center;
}
.hero-benefits span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin:0 auto 8px;
  color:var(--red);
  font-size:27px;
}
.hero-benefits strong,.hero-benefits small{display:block}
.hero-benefits strong{
  font-size:14px;
  line-height:1.15;
  font-weight:950;
}
.hero-benefits small{
  margin-top:4px;
  color:#3c485b;
  font-size:12px;
  line-height:1.25;
  font-weight:700;
}
.destination-board{
  position:absolute;
  right:0;
  top:36px;
  width:232px;
  padding:17px;
  color:#fff;
  background:rgba(7,18,37,.92);
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.board-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:13px;
  border-bottom:1px solid rgba(255,255,255,.12);
  font-size:18px;
  line-height:1.15;
}
.board-head span{font-size:30px}
.destination-board ul{
  display:grid;
  gap:8px;
  margin:14px 0 10px;
  padding:0;
  list-style:none;
}
.destination-board li{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:27px;
  padding:4px 7px;
  color:#172034;
  background:#fff;
  border-radius:6px;
  font-size:13px;
  font-weight:800;
}
.destination-board small{
  display:block;
  color:#dce4f5;
  font-size:12px;
}

.action-section{
  position:relative;
  z-index:5;
  margin-top:-66px;
  padding-bottom:28px;
}
.action-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.action-card{
  min-height:194px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:20px 24px;
  padding:26px;
  border-radius:var(--radius);
  border:1px solid rgba(233,237,243,.95);
  background:#fff;
  box-shadow:0 18px 42px rgba(16,24,39,.12);
}
.send-card{background:linear-gradient(135deg,#fff,#fff5f6)}
.traveler-action{background:linear-gradient(135deg,#fff,#f4f8ff)}
.action-card h2{
  margin:0 0 7px;
  font-size:30px;
  line-height:1.08;
  letter-spacing:0;
}
.action-card h2 span{color:var(--red)}
.action-card p{
  margin:0;
  color:#3d4657;
  font-size:16px;
  font-weight:600;
}
.action-card .btn{
  grid-column:2;
  justify-self:start;
  min-width:278px;
}
.box-stack{
  position:relative;
  width:128px;
  height:112px;
  align-self:end;
}
.box-stack span{
  position:absolute;
  display:block;
  background:linear-gradient(135deg,#d69b53,#f2c680);
  border:2px solid #c58945;
  border-radius:6px;
  box-shadow:0 12px 24px rgba(119,76,35,.15);
}
.box-stack span:nth-child(1){left:4px;bottom:0;width:68px;height:52px}
.box-stack span:nth-child(2){right:6px;bottom:0;width:57px;height:66px}
.box-stack span:nth-child(3){left:36px;top:3px;width:63px;height:58px}
.luggage-stack{
  position:relative;
  width:134px;
  height:126px;
}
.luggage-stack .case{
  position:absolute;
  right:8px;
  bottom:0;
  width:64px;
  height:102px;
  border-radius:8px;
  background:linear-gradient(135deg,#ff2230,#b9000d);
  box-shadow:inset 10px 0 18px rgba(255,255,255,.2),0 14px 26px rgba(166,0,12,.22);
}
.luggage-stack .case::before{
  content:"";
  position:absolute;
  left:20px;
  top:-20px;
  width:22px;
  height:24px;
  border:5px solid #18243a;
  border-bottom:0;
  border-radius:8px 8px 0 0;
}
.luggage-stack .bag{
  position:absolute;
  left:4px;
  bottom:0;
  width:58px;
  height:70px;
  border-radius:8px 8px 5px 5px;
  background:linear-gradient(135deg,#1e293f,#0f1828);
}
.luggage-stack .bag::before{
  content:"";
  position:absolute;
  left:16px;
  top:-17px;
  width:22px;
  height:20px;
  border:5px solid #1e293f;
  border-bottom:0;
  border-radius:8px 8px 0 0;
}
.luggage-stack .plane{
  position:absolute;
  left:54px;
  top:0;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--blue);
  border-radius:50%;
  font-size:22px;
}

.section{padding:76px 0}
.section-heading{margin-bottom:34px}
.section-heading h2{
  margin:8px 0 0;
  color:#071225;
  font-size:38px;
  line-height:1.12;
  font-weight:950;
  letter-spacing:0;
}
.process{background:#fff}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.process-step{
  position:relative;
  min-height:176px;
  padding:0 14px;
  text-align:center;
}
.process-step:not(:last-child)::after{
  content:"→";
  position:absolute;
  right:-23px;
  top:64px;
  color:var(--red);
  font-size:34px;
  font-weight:900;
}
.step-number{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin:0 auto 10px;
  color:#fff;
  background:var(--red);
  border-radius:50%;
  font-size:22px;
  font-weight:950;
}
.process-icon{
  display:grid;
  place-items:center;
  width:60px;
  height:60px;
  margin:0 auto 10px;
  color:var(--red);
  font-size:36px;
  font-weight:900;
}
.whatsapp-icon{
  color:#fff;
  background:var(--green);
  border-radius:50%;
  font-size:28px;
}
.process-step h3{
  margin:0 0 5px;
  font-size:18px;
  line-height:1.2;
  font-weight:950;
}
.process-step p{
  margin:0 auto;
  max-width:190px;
  color:#5f6879;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

.items-section{
  background:linear-gradient(180deg,#fff5f6,#fff);
}
.items-grid{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:10px;
}
.item-card{
  min-height:132px;
  display:grid;
  align-content:center;
  gap:10px;
  padding:16px 10px;
  text-align:center;
  background:#fff;
  border:1px solid #f1dfe2;
  border-radius:var(--radius);
  box-shadow:0 10px 24px rgba(16,24,39,.06);
}
.item-card span{
  display:grid;
  place-items:center;
  width:56px;
  height:52px;
  margin:0 auto;
  border-radius:8px;
  background:#f5f8ff;
  font-size:32px;
}
.item-card strong{
  color:#172034;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.safety-strip{
  padding:24px 0 56px;
  background:#fff;
}
.safety-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.safety-grid article{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:88px;
  padding:16px;
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:var(--radius);
  box-shadow:0 9px 22px rgba(16,24,39,.05);
}
.safety-grid span{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#fff;
  font-size:24px;
  font-weight:950;
}
.safety-grid .good{background:var(--green)}
.safety-grid .bad{background:var(--red)}
.safety-grid .shield{background:#f52235}
.safety-grid .chat{background:#fff;color:var(--red);border:3px solid #ffccd0}
.safety-grid strong,.safety-grid small{display:block}
.safety-grid strong{
  color:#172034;
  font-size:14px;
  line-height:1.2;
  font-weight:950;
}
.safety-grid small{
  margin-top:4px;
  color:#5e6879;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

.traveler-story{
  color:#fff;
  background:
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.24),transparent 28%),
    linear-gradient(135deg,#a5000b 0%,#e30613 48%,#f74f5b 100%);
}
.story-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:48px;
  align-items:center;
}
.traveler-story .eyebrow{color:#fff}
.traveler-story h2{
  margin:10px 0 12px;
  font-size:42px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:0;
}
.traveler-story p{
  margin:0 0 23px;
  max-width:560px;
  color:#ffe2e5;
  font-size:18px;
  font-weight:600;
}
.route-panel{
  min-height:300px;
  display:grid;
  align-content:end;
  gap:18px;
  padding:22px;
  overflow:hidden;
  border-radius:var(--radius);
  background:linear-gradient(180deg,#dff3ff,#ffffff 58%,#cfe7fb);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.4),0 18px 44px rgba(92,0,7,.2);
}
.route-globe{
  position:relative;
  min-height:210px;
  border-radius:50% 50% 0 0;
  background:
    radial-gradient(circle at 50% 112%,#fff 0 7%,transparent 8%),
    radial-gradient(circle at 50% 90%,#d6f0ff 0 45%,#78b9ee 46% 61%,#357ccb 62% 66%,transparent 67%),
    linear-gradient(180deg,transparent 0%,transparent 100%);
}
.route-globe::before{
  content:"";
  position:absolute;
  left:6%;
  right:6%;
  bottom:2px;
  height:98px;
  background:
    linear-gradient(135deg,transparent 0 12%,#b98947 13% 18%,transparent 19% 31%,#7a90b4 32% 36%,transparent 37%),
    linear-gradient(45deg,transparent 0 20%,#687d99 21% 24%,transparent 25% 44%,#d5b27c 45% 52%,transparent 53%);
  opacity:.85;
  clip-path:polygon(0 100%,7% 47%,12% 100%,18% 14%,24% 100%,31% 38%,36% 100%,45% 0,51% 100%,60% 32%,67% 100%,78% 14%,86% 100%,94% 45%,100% 100%);
}
.pin{
  position:absolute;
  width:24px;
  height:24px;
  border:5px solid #fff;
  border-radius:50% 50% 50% 0;
  background:var(--red);
  box-shadow:0 8px 16px rgba(7,18,37,.2);
  transform:rotate(-45deg);
}
.p1{left:21%;top:86px}
.p2{left:43%;top:56px}
.p3{right:32%;top:96px}
.p4{right:14%;top:50px}
.flight-line{
  position:absolute;
  left:18%;
  right:10%;
  top:72px;
  height:80px;
  border-top:3px dashed rgba(227,6,19,.72);
  border-radius:50%;
  transform:rotate(-7deg);
}
.route-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  color:#fff;
}
.route-stats span{
  min-height:50px;
  display:grid;
  place-items:center;
  padding:8px;
  text-align:center;
  background:rgba(7,18,37,.78);
  border-radius:var(--radius);
  font-size:13px;
}

.faq-section{background:#f8fafc}
.faq-list{display:grid;gap:12px}
.faq-list details{
  background:#fff;
  border:1px solid #e7ebf2;
  border-radius:var(--radius);
  box-shadow:0 8px 22px rgba(16,24,39,.04);
}
.faq-list summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:19px 50px 19px 20px;
  font-size:16px;
  font-weight:950;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:13px;
  color:var(--red);
  font-size:28px;
  font-weight:800;
}
.faq-list details[open] summary::after{content:"-"}
.faq-list p{
  margin:0;
  padding:0 20px 20px;
  color:#5d6678;
  font-size:15px;
  font-weight:600;
}

footer{
  padding:34px 0 24px;
  color:#d9deeb;
  background:#071225;
}
.footer-wrap{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}
.footer-brand{color:#fff;font-size:24px}
.footer-brand .brand-mark{width:36px;height:36px;color:var(--red)}
.footer-wrap p{
  margin:0;
  text-align:center;
  color:#9aa6bc;
  font-size:14px;
  font-weight:600;
}
.footer-wa{
  color:#b9ffd4;
  font-weight:900;
  white-space:nowrap;
}
.legal{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#7f8ca4;
  text-align:center;
  font-size:12px;
}
.floating-wa{
  position:fixed;
  z-index:40;
  right:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:13px 17px;
  color:#fff;
  background:var(--green);
  border-radius:999px;
  box-shadow:0 16px 36px rgba(11,149,73,.32);
  font-size:14px;
  font-weight:900;
}
.floating-wa span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:50%;
  font-size:13px;
}

@media(max-width:1040px){
  .desktop-nav{gap:18px;font-size:13px}
  .hero h1{font-size:58px}
  .destination-board{right:10px;width:214px}
  .items-grid{grid-template-columns:repeat(4,1fr)}
  .safety-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .desktop-nav{display:none}
  .country-pill{display:none}
  .hero{
    min-height:auto;
    padding:54px 0 88px;
  }
  .hero-photo img{object-position:63% center}
  .hero-shade{
    background:
      linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.92) 56%,rgba(255,255,255,.32) 100%),
      linear-gradient(180deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.2) 55%,rgba(255,255,255,.94) 100%);
  }
  .hero-inner{min-height:570px;align-items:flex-start}
  .hero-inner{
    display:block;
    min-height:0;
  }
  .destination-board{
    position:relative;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
    width:100%;
    max-width:430px;
    margin-top:26px;
  }
  .destination-board ul{grid-template-columns:1fr 1fr}
  .hero-copy{padding-top:22px}
  .hero h1{font-size:52px}
  .action-grid{grid-template-columns:1fr}
  .action-card{grid-template-columns:120px 1fr}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:38px 20px}
  .process-step:not(:last-child)::after{display:none}
  .story-grid{grid-template-columns:1fr}
  .traveler-story{text-align:center}
  .traveler-story p{margin-left:auto;margin-right:auto}
}

@media(max-width:680px){
  .container,.narrow{width:min(1180px,calc(100% - 28px))}
  .nav-wrap{min-height:68px}
  .brand{font-size:22px}
  .brand-mark{width:36px;height:36px}
  .brand-copy small{display:none}
  .btn-small{min-height:40px;padding:9px 12px;font-size:13px}
  .hero{
    padding:34px 0 74px;
  }
  .hero-photo img{object-position:68% center}
  .hero-shade{
    background:
      linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 69%,rgba(255,255,255,.35) 100%),
      linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.48) 55%,#fff 100%);
  }
  .hero-inner{min-height:0}
  .eyebrow{font-size:11px}
  .hero h1{
    margin-top:12px;
    font-size:43px;
    line-height:1.02;
  }
  .lead{font-size:17px}
  .btn-large{
    width:100%;
    min-height:58px;
    padding:16px 18px;
    font-size:15px;
  }
  .hero-benefits{
    grid-template-columns:1fr 1fr 1fr;
    gap:6px;
    margin-top:20px;
  }
  .hero-benefits article{padding:8px 3px;min-height:104px}
  .hero-benefits span{width:36px;height:36px;font-size:23px}
  .hero-benefits strong{font-size:12px}
  .hero-benefits small{font-size:11px}
  .destination-board{
    padding:14px;
    max-width:none;
  }
  .destination-board ul{gap:6px}
  .destination-board li{font-size:12px}
  .action-section{margin-top:-20px}
  .action-card{
    grid-template-columns:1fr;
    min-height:0;
    padding:20px;
    text-align:left;
  }
  .action-card h2{font-size:25px}
  .action-card .btn{
    grid-column:1;
    width:100%;
    min-width:0;
    white-space:normal;
  }
  .box-stack,.luggage-stack{display:none}
  .section{padding:58px 0}
  .section-heading{margin-bottom:27px}
  .section-heading h2{font-size:31px}
  .process-grid{grid-template-columns:1fr}
  .process-step{min-height:0;padding:0}
  .items-grid{grid-template-columns:repeat(2,1fr)}
  .item-card{min-height:128px;padding:14px 8px}
  .safety-strip{padding-bottom:44px}
  .safety-grid{grid-template-columns:1fr}
  .traveler-story h2{font-size:34px}
  .traveler-story p{font-size:16px}
  .route-panel{min-height:260px;padding:16px}
  .route-stats{grid-template-columns:1fr}
  .footer-wrap{grid-template-columns:1fr;text-align:center}
  .footer-wrap p{text-align:center}
  .footer-wa{justify-self:center}
  .floating-wa{display:none}
}

@media(max-width:430px){
  .brand{font-size:20px}
}

@media(max-width:520px){
  .nav-actions .btn-small{
    width:44px;
    padding:0;
    font-size:0;
  }
  .nav-actions .btn-small .wa-icon{font-size:13px}
  .hero h1{font-size:36px}
  .hero-inner{min-height:0}
  .hero .btn-large span:last-child,
  .action-card .btn span:last-child{display:none}
}

@media(max-width:430px){
  .hero-inner{min-height:0}
  .hero-benefits{grid-template-columns:1fr}
  .hero-benefits article{
    min-height:0;
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:8px;
    text-align:left;
    padding:5px 0;
  }
  .hero-benefits span{
    margin:0;
    grid-row:1 / span 2;
  }
  .destination-board ul{grid-template-columns:1fr}
  .items-grid{gap:8px}
  .item-card strong{font-size:12px}
}
