:root{
  --gh-navy:#081a2d;
  --gh-navy-2:#0b2340;
  --gh-gold:#e3ad19;
  --gh-gold-soft:#fff6df;
  --gh-border:#d6e0e8;
  --gh-shadow:0 24px 60px rgba(9,27,44,.12);
}

body.b2s-guest-home .b2s-gh-shell{
  max-width:1240px;
  margin:0 auto;
  padding:28px 20px 48px;
}

body.b2s-guest-home .b2s-gh-section{
  margin-top:30px;
}

body.b2s-guest-home .b2s-gh-hero-premium{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:22px;
  align-items:stretch;
}

body.b2s-guest-home .b2s-gh-hero-premium .b2s-gh-intro{
  position:relative;
  overflow:hidden;
  min-height:420px;
  padding:44px 42px;
  border-radius:28px;
  background:
    linear-gradient(90deg,rgba(5,18,31,.93) 0%,rgba(5,18,31,.84) 44%,rgba(5,18,31,.48) 100%),
    url('discover-botswana/okavango-delta.webp') center/cover no-repeat;
  color:#fff;
  box-shadow:var(--gh-shadow);
}
body.b2s-guest-home .b2s-gh-hero-premium .b2s-gh-intro::after{
  content:"";
  position:absolute;
  inset:auto -48px -58px auto;
  width:220px;height:220px;border-radius:50%;
  background:radial-gradient(circle,rgba(227,173,25,.22),transparent 68%);
}
body.b2s-guest-home .b2s-gh-kicker,
body.b2s-guest-home .b2s-gh-panel-kicker,
body.b2s-guest-home .b2s-gh-section-kicker,
body.b2s-guest-home .b2s-gh-welcome-kicker{
  display:inline-flex;
  align-items:center;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
body.b2s-guest-home .b2s-gh-hero-premium .b2s-gh-kicker{color:#f7c650;margin-bottom:16px}
body.b2s-guest-home .b2s-gh-hero-premium h1{
  margin:0;
  max-width:580px;
  font-size:clamp(42px,5.1vw,66px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
  color:#fff;
}
body.b2s-guest-home .b2s-gh-hero-premium h1 span{color:var(--gh-gold)}
body.b2s-guest-home .b2s-gh-hero-premium p{
  max-width:540px;
  margin:20px 0 0;
  color:#e7eef5;
  font-size:17px;
  line-height:1.65;
  font-weight:600;
}
body.b2s-guest-home .b2s-gh-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
body.b2s-guest-home .b2s-gh-trust span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  color:#f6f8fb;
  background:rgba(255,255,255,.06);
  font-size:13px;
  font-weight:800;
}

body.b2s-guest-home .b2s-gh-search-elevated{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:420px;
  padding:34px 32px;
  border:1px solid var(--gh-border);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:var(--gh-shadow);
}
body.b2s-guest-home .b2s-gh-panel-kicker{color:#a16f00;margin-bottom:12px}
body.b2s-guest-home .b2s-gh-search-elevated h2{
  margin:0;
  color:#11263a;
  font-size:34px;
  line-height:1.06;
  letter-spacing:-.03em;
}
body.b2s-guest-home .b2s-gh-search-elevated p{
  margin:14px 0 0;
  color:#617283;
  font-size:15px;
  line-height:1.6;
}
body.b2s-guest-home .b2s-gh-destination{margin-top:20px}
body.b2s-guest-home .b2s-gh-destination label{
  display:block;
  margin-bottom:8px;
  color:#4f6273;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.b2s-guest-home .b2s-gh-destination select{
  width:100%;
  min-height:56px;
  border:1px solid #d5dee6;
  border-radius:16px;
  padding:0 16px;
  font:800 16px/1.2 Nunito,system-ui,sans-serif;
  color:#10263c;
  background:#fff;
}
body.b2s-guest-home .b2s-gh-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
body.b2s-guest-home .b2s-gh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 18px;
  border-radius:16px;
  text-align:center;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
}
body.b2s-guest-home .b2s-gh-btn.primary{
  background:var(--gh-gold);
  color:#081a2d;
  box-shadow:0 10px 24px rgba(227,173,25,.22);
}
body.b2s-guest-home .b2s-gh-btn.secondary{
  border:1px solid #ccd8e4;
  color:#16324d;
  background:#fff;
}

body.b2s-guest-home .b2s-gh-landing-section .b2s-gh-section-head,
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-section-head{
  margin-bottom:14px;
}
body.b2s-guest-home .b2s-gh-section-head h2{
  margin:6px 0 0;
  color:#11263a;
  font-size:31px;
  line-height:1.1;
  letter-spacing:-.03em;
}
body.b2s-guest-home .b2s-gh-section-head p{
  max-width:820px;
  margin:10px 0 0;
  color:#667684;
  font-size:15px;
  line-height:1.6;
}
body.b2s-guest-home .b2s-gh-section-kicker{color:#a16f00}

body.b2s-guest-home .b2s-gh-welcome-panel{
  display:grid;
  grid-template-columns:minmax(240px,.92fr) minmax(270px,1fr) minmax(270px,1fr);
  border:1px solid var(--gh-border);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--gh-shadow);
}
body.b2s-guest-home .b2s-gh-welcome-card{
  position:relative;
  display:grid;
  grid-template-columns:50px 1fr auto;
  gap:16px;
  align-items:center;
  min-height:174px;
  padding:28px;
  text-decoration:none;
  border-left:1px solid #e5ebf0;
  color:#11263a;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
body.b2s-guest-home .b2s-gh-welcome-card:first-child{border-left:0}
body.b2s-guest-home .b2s-gh-welcome-card:hover{transform:translateY(-1px)}
body.b2s-guest-home .b2s-gh-welcome-card-intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  color:#fff;
  background:linear-gradient(135deg,#0c1f33 0%,#132e49 100%);
}
body.b2s-guest-home .b2s-gh-welcome-card-intro h3{
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.03em;
}
body.b2s-guest-home .b2s-gh-welcome-card-intro p{
  margin:0;
  color:#dce7f1;
  font-size:16px;
  line-height:1.65;
}
body.b2s-guest-home .b2s-gh-welcome-kicker{color:#f1bf43}
body.b2s-guest-home .b2s-gh-welcome-card-browse{background:#fff}
body.b2s-guest-home .b2s-gh-welcome-card-budget{
  background:linear-gradient(135deg,#fff8e9 0%,#fff2cf 100%);
}
body.b2s-guest-home .b2s-gh-welcome-icon{
  width:50px;height:50px;border-radius:16px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#eef3f7;color:#153652;font-size:22px;font-weight:900;
}
body.b2s-guest-home .b2s-gh-welcome-card-budget .b2s-gh-welcome-icon{background:#f3b51b;color:#152130}
body.b2s-guest-home .b2s-gh-welcome-copy strong{
  display:block;
  color:#11263a;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.03em;
}
body.b2s-guest-home .b2s-gh-welcome-copy small{
  display:block;
  margin-top:8px;
  color:#667684;
  font-size:15px;
  line-height:1.55;
}
body.b2s-guest-home .b2s-gh-welcome-card b{
  color:#173b5d;
  font-size:24px;
  line-height:1;
}

body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-quick{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card{
  min-height:126px;
  border:1px solid var(--gh-border);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 36px rgba(9,27,44,.08);
  padding:24px 24px;
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card-primary{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card-accent{
  background:linear-gradient(135deg,#fffaf0 0%,#fff3d5 100%);
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-icon{
  width:52px;height:52px;border-radius:16px;
  background:#eef4f9;color:#17334d;
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card-accent .b2s-gh-icon{
  background:#f2c347;color:#11263a;
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card strong{
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.03em;
}
body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card span span{
  margin-top:8px;
  color:#667684;
  font-size:15px;
  line-height:1.55;
}

body.b2s-guest-home .b2s-gh-section .b2s-gh-section-head>a{
  align-self:flex-end;
  text-decoration:none;
  color:#173a5b;
  font-weight:900;
}
body.b2s-guest-home .b2s-gh-destinations{gap:16px}
body.b2s-guest-home .b2s-gh-destination-card{min-height:320px;border-radius:22px}
body.b2s-guest-home .b2s-gh-footer-note{
  margin:28px 0 8px;
  text-align:center;
  color:#6b7a88;
  font-size:14px;
}

@media (max-width: 1120px){
  body.b2s-guest-home .b2s-gh-hero-premium{grid-template-columns:1fr}
  body.b2s-guest-home .b2s-gh-welcome-panel{grid-template-columns:1fr 1fr}
  body.b2s-guest-home .b2s-gh-welcome-card-intro{grid-column:1/-1}
}
@media (max-width: 860px){
  body.b2s-guest-home .b2s-gh-shell{padding:18px 14px 36px}
  body.b2s-guest-home .b2s-gh-hero-premium .b2s-gh-intro,
  body.b2s-guest-home .b2s-gh-search-elevated{min-height:auto;padding:28px 22px;border-radius:24px}
  body.b2s-guest-home .b2s-gh-hero-premium h1{font-size:40px;max-width:100%}
  body.b2s-guest-home .b2s-gh-hero-premium p{font-size:15px}
  body.b2s-guest-home .b2s-gh-actions{grid-template-columns:1fr}
  body.b2s-guest-home .b2s-gh-welcome-panel,
  body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-quick{grid-template-columns:1fr}
  body.b2s-guest-home .b2s-gh-welcome-card{min-height:auto;padding:22px 20px}
  body.b2s-guest-home .b2s-gh-section-head h2{font-size:26px}
  body.b2s-guest-home .b2s-gh-welcome-copy strong,
  body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card strong{font-size:22px}
  body.b2s-guest-home .b2s-gh-destinations{grid-template-columns:1fr}
  body.b2s-guest-home .b2s-gh-destination-card{min-height:250px}
}
@media (max-width: 560px){
  body.b2s-guest-home .b2s-gh-shell{padding:14px 12px 30px}
  body.b2s-guest-home .b2s-gh-hero-premium .b2s-gh-intro,
  body.b2s-guest-home .b2s-gh-search-elevated{padding:24px 18px;border-radius:22px}
  body.b2s-guest-home .b2s-gh-hero-premium h1{font-size:34px}
  body.b2s-guest-home .b2s-gh-welcome-card{grid-template-columns:44px 1fr auto;gap:12px;padding:18px 16px}
  body.b2s-guest-home .b2s-gh-welcome-card-intro{padding:20px 18px}
  body.b2s-guest-home .b2s-gh-welcome-card-intro h3{font-size:22px}
  body.b2s-guest-home .b2s-gh-welcome-copy strong{font-size:20px}
  body.b2s-guest-home .b2s-gh-welcome-copy small,
  body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card span span,
  body.b2s-guest-home .b2s-gh-section-head p{font-size:14px}
  body.b2s-guest-home .b2s-gh-actions-section .b2s-gh-action-card{padding:20px 18px;border-radius:20px}
  body.b2s-guest-home .b2s-gh-destination-card{min-height:220px}
}
