@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
/* =========================================================
   ROOT VARIABLES
   - Change colours here first if you want to tweak theme
   ========================================================= */
:root{
  --bg:#f5f0e8;
  --paper:#ffffff;
  --ink:#26313a;
  --muted:#64707a;
  --line:#e5d8c6;
  --brand:#b45f43;
  --brand-2:#8e4938;
  --gold:#c9785b;
  --moss:#6f8b72;
  --whatsapp:#1fa463;
  --shadow:0 14px 34px rgba(20, 28, 35, .08);
  --radius:24px;
  --max:1140px;
}

/* =========================================================
   GLOBAL BASICS
   ========================================================= */
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(225, 145, 82, .1), transparent 24%),
    radial-gradient(circle at top right, rgba(79, 142, 151, .08), transparent 22%),
    linear-gradient(180deg, #fbf7ef 0%, #f5f0e8 52%, #eee5d8 100%);
  line-height:1.65;
}

img{max-width:100%;display:block}
a{color:var(--brand-2)}
a:hover{opacity:.88}

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(12px);
  background:rgba(248, 246, 241, .88);
  border-bottom:1px solid rgba(222, 212, 198, .84);
}

.topbar-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand-lockup{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.crest{
  width:52px;
  height:52px;
  border-radius:18px;
  background:transparent;
  display:grid;
  place-items:center;
  box-shadow:0 8px 18px rgba(15,34,48,.08);
  flex:0 0 auto;
  overflow:hidden;
}

.crest img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:18px;
}


.brand-text{
  min-width:0;
}

.brand-text strong{
  display:block;
  font-size:.95rem;
  line-height:1.1;
}

.brand-text span{
  display:block;
  color:var(--muted);
  font-size:.82rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.top-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:stretch;
}

.mini-btn{
  text-decoration:none;
  border:1px solid var(--line);
  background:rgba(255,255,255,.9);
  color:var(--ink);
  min-height:54px;
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  font-size:.88rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.2;
  box-shadow:0 6px 16px rgba(15,34,48,.05);
}

.mini-btn.whatsapp{
  background:linear-gradient(135deg, #31c77b, var(--whatsapp));
  color:#fff;
  border:none;
}

.contact-pills{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  margin-top:16px;
}

/* =========================================================
   HERO AREA
   ========================================================= */
.hero-wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:26px 18px 8px;
}

.hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:600px;
  box-shadow:0 20px 44px rgba(72,51,36,.12);
  background:
    linear-gradient(180deg, rgba(14,24,34,.24) 0%, rgba(14,24,34,.5) 56%, rgba(14,24,34,.72) 100%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(120deg, rgba(54,76,61,.34), rgba(50,76,97,.30) 50%, rgba(43,51,67,.24) 85%),
    url("images/plaza-de-espana2.jpg") center 48%/cover no-repeat;
  isolation:isolate;
}

.hero::before{
  content:"";
  position:absolute;
  inset:auto -8% -18% -8%;
  height:46%;
  background:
    radial-gradient(circle at 22% 22%, rgba(255,255,255,.28), transparent 13%),
    radial-gradient(circle at 76% 18%, rgba(255,255,255,.18), transparent 12%),
    linear-gradient(180deg, rgba(9,27,18,.08), rgba(9,27,18,.46)),
    linear-gradient(120deg, #385846 0 26%, #4f6a55 26% 46%, #2f4d59 46% 70%, #20313d 70% 100%);
  clip-path: polygon(0 55%, 12% 48%, 22% 54%, 34% 44%, 46% 55%, 58% 47%, 69% 58%, 80% 45%, 90% 53%, 100% 43%, 100% 100%, 0 100%);
  opacity:.78;
  z-index:-1;
}

.hero::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-50px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18), transparent 68%);
  filter:blur(8px);
  z-index:-1;
}

.hero-wrap-spain .hero{
  background:
    linear-gradient(90deg, rgba(41,36,30,.30) 0%, rgba(41,36,30,.16) 44%, rgba(41,36,30,.04) 78%),
    url("images/plaza-de-espana2.jpg") center 46%/cover no-repeat;
}

.hero-wrap-spain .hero::before{
  display:none;
}

.page-bbih .hero{
  background:
    linear-gradient(180deg, rgba(41,36,30,.18) 0%, rgba(41,36,30,.38) 56%, rgba(41,36,30,.58) 100%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(120deg, rgba(180,95,67,.20), rgba(80,110,97,.18) 50%, rgba(41,36,30,.18) 85%),
    url("images/granada1.jpg") center/cover no-repeat;
}

.page-ge .hero{
  background:
    linear-gradient(90deg, rgba(41,36,30,.58) 0%, rgba(41,36,30,.34) 36%, rgba(41,36,30,.14) 62%, rgba(41,36,30,.36) 100%),
    linear-gradient(180deg, rgba(41,36,30,.14) 0%, rgba(41,36,30,.32) 58%, rgba(41,36,30,.54) 100%),
    radial-gradient(circle at 72% 18%, rgba(255,232,196,.20), transparent 32%),
    linear-gradient(120deg, rgba(180,95,67,.20), rgba(80,64,54,.18) 52%, rgba(41,36,30,.18) 88%),
    url("images/seville3.jpg") 56% 48%/cover no-repeat;
}

.page-ge .hero::before{
  background:
    radial-gradient(circle at 22% 22%, rgba(255,236,204,.22), transparent 13%),
    radial-gradient(circle at 76% 18%, rgba(255,255,255,.15), transparent 12%),
    linear-gradient(180deg, rgba(42,29,19,.06), rgba(42,29,19,.48)),
    linear-gradient(120deg, #5c4636 0 26%, #806348 26% 46%, #6e594a 46% 70%, #2f3437 70% 100%);
}

.hero-inner{
  padding:40px 34px 30px;
  min-height:540px;
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:28px;
  align-items:center;
}

.hero-copy{
  min-width:0;
  align-self:center;
}

.hero-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  max-width:100%;
  margin-bottom:0;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:.88rem;
  letter-spacing:.02em;
  font-weight:700;
  opacity:.92;
}

h1{
  margin:0;
  color:#fff;
  font-size:clamp(2rem, 4.2vw, 3.6rem);
  line-height:1.02;
  max-width:10ch;
  letter-spacing:-.02em;
}

.hero-sub{
  color:rgba(255,255,255,.92);
  font-size:1.02rem;
  max-width:46ch;
  margin:18px 0 20px;
}

.hero-portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255,255,255,0.25);
  display: block;
}

.hero-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:6px 0 16px;
}

.hero-support{
  margin:2px 0 18px;
  max-width:48ch;
  color:rgba(255,255,255,.9);
  font-size:.95rem;
  line-height:1.55;
}

.hero-pill{
  padding:9px 13px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  font-weight:700;
  font-size:.9rem;
}

.cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid transparent;
  cursor:pointer;
  font:inherit;
  text-decoration:none;
  padding:14px 18px;
  border-radius:16px;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(0,0,0,.14);
}

.btn-primary{
  background:#fff;
  color:#163140;
}

.btn-outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
}

/* =========================================================
   QUICK START CARD
   ========================================================= */
.quick-start-card{
  max-width:460px;
  min-width:0;
  padding:1.4rem 1.45rem;
  border-radius:22px;
  backdrop-filter:blur(14px);
  background:rgba(41,36,30,0.26);
  border:1px solid rgba(255,255,255,0.22);
  color:#fff;
  justify-self:end;
}

.quick-start-card h2{
  font-size:1.05rem;
  line-height:1.25;
  margin:0 0 0.65rem;
  font-weight:700;
  letter-spacing:.01em;
}

.quick-intro{
  line-height:1.5;
  margin:0 0 1rem;
  color:rgba(255,255,255,0.85);
  max-width:none;
  font-size:.93rem;
  text-wrap:pretty;
}

.quick-intro-final{
  margin-top:10px;
}

.quick-item{
  display:grid;
  grid-template-columns:28px minmax(0, 1fr);
  gap:8px;
  align-items:start;
  padding:0.35rem 0;
}

.quick-item strong{
  display:block;
  font-weight:700;
  margin-bottom:3px;
  font-size:1rem;
}

.quick-item p{
  margin:0;
  color:rgba(255,255,255,0.84);
  font-size:.95rem;
}

.quick-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  font-size:1.05rem;
  line-height:1;
  margin-top:0;
}

.quick-divider{
  height:1px;
  background:rgba(255,255,255,0.14);
  margin:0.65rem 0;
}

/* =========================================================
   PAGE WRAP + JUMP NAV
   ========================================================= */
.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:18px 18px 20px;
}

.tour-glimpse{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin:6px 0 22px;
}

.tour-glimpse-card{
  position:relative;
  margin:0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(222, 212, 198, .9);
  background:#fff;
}

.tour-glimpse-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.tour-glimpse-card figcaption{
  position:absolute;
  left:12px;
  bottom:12px;
  margin:0;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(31,42,51,.54);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(8px);
  color:#f9fafb;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1;
}

.tour-divider{
  margin:8px 0 20px;
}

.tour-divider-card{
  position:relative;
  margin:0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(222, 212, 198, .9);
  background:#fff;
}

.tour-divider-card img{
  width:100%;
  height:clamp(280px, 22vw, 360px);
  object-fit:cover;
  object-position:center 48%;
  display:block;
}

.tour-divider-card .tour-divider-img-pilatus{
  object-position:center 56%;
  filter:brightness(.99) contrast(1.03) saturate(1.03);
}

.tour-divider-card .tour-divider-img-florence{
  object-position:center 52%;
  filter:brightness(.98) contrast(1.04) saturate(1.05);
}

.tour-divider-card figcaption{
  position:absolute;
  left:12px;
  bottom:12px;
  margin:0;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(31,42,51,.54);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(8px);
  color:#f9fafb;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1;
}

.anchor-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin:14px 0 18px;
}

.anchor-nav a{
  text-decoration:none;
  color:var(--ink);
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid var(--line);
  font-weight:700;
  font-size:.9rem;
  box-shadow:0 5px 14px rgba(72,51,36,.035);
  flex:0 0 auto;
}

.page-tools{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  margin:6px 0 18px 8px;
}

.page-tool-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#4F6274;
  text-decoration:none;
  font-size:.99rem;
  font-weight:700;
  line-height:1.2;
}

.page-tool-link:hover{
  color:#3F556B;
  text-decoration:underline;
  text-underline-offset:2px;
}

.section-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.section-btn{
  border-color:rgba(18,79,123,.18);
  color:var(--brand-2);
  background:rgba(18,79,123,.06);
}

.airport-photo-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:6px;
}

.inline-photo-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  min-width:92px;
  margin-left:0;
  padding:0 12px;
  color:var(--muted);
  font-size:.78rem;
  font-weight:600;
  text-decoration:none;
  border-radius:999px;
  border:1px solid rgba(47,70,89,.22);
  background:rgba(255,255,255,.7);
  line-height:1.2;
  white-space:nowrap;
}

.inline-photo-link:hover{
  color:var(--brand-2);
  border-color:rgba(47,70,89,.58);
  background:rgba(255,255,255,.92);
}

.image-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}

.image-modal:target{
  opacity:1;
  pointer-events:auto;
}

.image-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(17,24,32,.6);
  backdrop-filter:blur(2px);
}

.image-modal-panel{
  position:relative;
  z-index:1;
  width:min(980px, calc(100% - 2rem));
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(222, 212, 198, .9);
  box-shadow:0 24px 56px rgba(10, 20, 30, .28);
}

.image-modal-panel figcaption{
  padding:12px 14px;
  font-size:.9rem;
  color:var(--muted);
  border-bottom:1px solid rgba(222, 212, 198, .9);
}

.modal-ref-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:8px;
  font-size:.8rem;
}

.modal-ref-links a{
  color:var(--brand-2);
  text-decoration:none;
  border-bottom:1px dotted rgba(47,70,89,.6);
}

.modal-ref-links a:hover{
  border-bottom-color:rgba(47,70,89,.95);
}

.image-modal-panel img{
  width:100%;
  max-height:min(72vh, 780px);
  object-fit:contain;
  background:#101a24;
}

.plug-modal .image-modal-panel{
  display:grid;
  grid-template-rows:auto minmax(0, 74px) minmax(0, 1fr) auto;
  width:min(980px, calc(100% - 2rem));
  height:min(820px, calc(100vh - 2rem));
}

.plug-modal-note{
  margin:0;
  padding:12px 14px;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.35;
  overflow:auto;
  border-bottom:1px solid rgba(222, 212, 198, .9);
  background:rgba(248,246,242,.72);
}

.plug-modal-images{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  background:#101a24;
  min-height:0;
}

.plug-modal-images img{
  width:100%;
  height:100%;
  min-height:0;
  max-height:none;
  object-fit:contain;
}

.plug-modal-nav{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px 14px;
  border-top:1px solid rgba(222, 212, 198, .9);
  background:#fff;
}

.plug-modal-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(47,70,89,.22);
  color:var(--brand-2);
  background:rgba(18,79,123,.06);
  font-size:.84rem;
  font-weight:700;
  text-decoration:none;
}

.plug-modal-nav a:hover{
  border-color:rgba(47,70,89,.5);
  background:rgba(18,79,123,.1);
}

.image-modal-img-t1{
  transform:rotate(180deg);
}

.image-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(17,24,32,.66);
  color:#fff;
  font-size:.82rem;
  font-weight:700;
  text-decoration:none;
}

/* =========================================================
   STANDARD CONTENT SECTION
   ========================================================= */
.section{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:var(--shadow);
  border-radius:28px;
  padding:28px;
  margin:14px 0;
  backdrop-filter:blur(10px);
  text-wrap:pretty;
}

.wrap > .section:last-of-type{
  margin-bottom:8px;
}

.section-header{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
}

.section-icon{
  width:auto;
  height:auto;
  display:grid;
  place-items:center;
  background:transparent;
  color:var(--brand-2);
  font-size:1.15rem;
  line-height:1;
  flex:0 0 auto;
  padding-top:6px;
}

.section h2{
  margin:0;
  font-size:clamp(1.45rem, 2.2vw, 2rem);
  line-height:1.1;
  letter-spacing:-.02em;
}

.lede{
  color:var(--muted);
  margin-top:8px;
  text-wrap:pretty;
}

/* =========================================================
   2-COLUMN GRID OF CARDS
   ========================================================= */
.grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(2, minmax(0,1fr));
  margin-top:18px;
  align-items:start;
}

.tile{
  background:var(--paper);
  border:1px solid rgba(222, 212, 198, .9);
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 24px rgba(20, 28, 35, .05);
  height:100%;
}

.tile h3{
  margin:0 0 10px;
  font-size:1.06rem;
}

.tile p:last-child,
.section p:last-child{
  margin-bottom:0;
}

.tile p,
.tile li{
  font-size:1.03rem;
  line-height:1.72;
}

.before-travel-grid .tile-arrival-plan{
  grid-row:auto;
}

.before-travel-grid .tile p,
.before-travel-grid .tile li{
  font-size:1rem;
  line-height:1.65;
}

#this-week .note{
  font-size:1rem;
  line-height:1.55;
}

@media (min-width: 980px){
  .before-travel-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
    align-items:stretch;
  }

  .before-travel-grid .tile{
    height:100%;
  }

}

.arrival-grid{
  align-items:stretch;
}

.arrival-grid .tile{
  height:100%;
}

.practical-core-grid,
.practical-balance-grid{
  grid-auto-flow:row;
}

.practical-balance-grid{
  align-items:start;
}

@media (min-width: 900px){
  .practical-balance-grid .tile-gratuities{
    grid-column:1 / -1;
  }
}

/* =========================================================
   SIMPLE BULLET LIST INSIDE CARDS
   ========================================================= */
ul.clean{
  margin:0;
  padding-left:18px;
}

ul.clean li{
  margin:8px 0;
}

.clean-emoji{
  list-style:none;
  padding-left:0;
}

.clean-emoji li{
  margin:10px 0;
}

/* =========================================================
   TIP / NOTE BOXES
   ========================================================= */
.tip{
  margin-top:14px;
  padding:15px 16px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(95,123,87,.10), rgba(95,123,87,.05));
  border:1px solid rgba(95,123,87,.18);
}

.note{
  margin-top:14px;
  padding:15px 16px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(18,79,123,.08), rgba(18,79,123,.04));
  border:1px solid rgba(18,79,123,.14);
}

.next-step-card{
  margin-top:18px;
  padding:20px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(18,79,123,.08), rgba(18,79,123,.03)),
    #fff;
  border:1px solid rgba(18,79,123,.14);
}

.next-step-card h3{
  margin:0 0 8px;
  font-size:1.04rem;
}

.next-step-card p{
  margin:0;
  color:var(--muted);
  max-width:none;
  text-wrap:pretty;
}

/* =========================================================
   STEP LIST (USED FOR WHATSAPP SECTION)
   ========================================================= */
.steps{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:12px;
}

.steps li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px 16px;
}

.step-no{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(18,79,123,.20);
}

/* =========================================================
   TABLE WRAP (USED FOR TRIP TALK)
   ========================================================= */
.table-wrap{
  overflow:auto;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  margin-top:16px;
}

table{
  width:100%;
  border-collapse:collapse;
  min-width:700px;
}

th,td{
  padding:15px 16px;
  text-align:left;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}

th{
  background:linear-gradient(180deg, rgba(18,79,123,.08), rgba(18,79,123,.04));
  font-size:.92rem;
  color:var(--brand-2);
}

tr:last-child td{
  border-bottom:none;
}

/* =========================================================
   CONTACT GRID
   ========================================================= */
.contact-grid{
  display:grid;
  gap:16px;
  grid-template-columns:1.05fr .95fr;
  margin-top:18px;
  align-items:start;
}

.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
}

.contact-card-title{
  margin-top:0;
}

.contact-label{
  margin:0 0 4px;
}

.contact-number{
  margin:0 0 10px;
  font-size:1.2rem;
  font-weight:700;
}

.contact-helper{
  margin:0;
}

.contact-footer-note{
  margin-top:18px;
}

.contact-row{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 0;
  border-top:1px solid var(--line);
}

.contact-row:first-child{
  border-top:none;
  padding-top:0;
}

.contact-row span:first-child{
  width:32px;
  text-align:center;
  flex:0 0 auto;
}

.contact-card-egs .tip{
  margin-top:10px;
  margin-bottom:6px;
  padding:13px 14px;
}

.contact-card-egs .contact-row{
  padding:10px 0;
}

.contact-card-egs .tip + .contact-row{
  margin-top:4px;
}

.contact-card-egs .contact-row div{
  line-height:1.4;
}

/* =========================================================
   SOCIAL CONTACT CARDS
   ========================================================= */
.social-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:18px;
}

.social-quiet-card{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  box-shadow:0 10px 24px rgba(72,51,36,.045);
  color:var(--ink);
  text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.social-quiet-card:hover{
  transform:translateY(-2px);
  border-color:#cfc2b0;
  box-shadow:0 14px 30px rgba(72,51,36,.07);
  opacity:1;
}

.social-quiet-card h3{
  margin:0 0 3px;
  font-size:1rem;
}

.social-quiet-card p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}

.social-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(244,239,231,.95);
  color:var(--brand-2);
  flex:0 0 auto;
}

.social-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.social-quiet-card-whatsapp .social-icon{
  background:rgba(226,245,232,.92);
  color:#1f8f52;
}

.social-quiet-card-email .social-icon{
  background:rgba(255,240,226,.92);
  color:var(--brand-2);
}

.social-arrow{
  margin-left:auto;
  color:var(--brand-2);
  font-weight:800;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer{
  text-align:center;
  color:var(--muted);
  padding:10px 16px 52px;
  font-size:.94rem;
}

.tiny{
  font-size:.86rem;
  color:var(--muted);
}

/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */
@media (max-width: 920px){
  .hero-inner{
    grid-template-columns:1fr;
    align-items:end;
  }

  .quick-start-card{
    justify-self:start;
    width:min(100%, 520px);
  }

  .contact-grid{
    grid-template-columns:1fr;
  }

  .social-grid{
    grid-template-columns:1fr;
  }

  .tour-glimpse{
    grid-template-columns:1fr;
  }

  .tour-divider-card img{
    height:220px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 720px){
  .topbar-inner{
    flex-direction:column;
    align-items:stretch;
  }

  .top-actions{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    justify-content:stretch;
  }

  .top-actions a{
    width:100%;
    min-width:0;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    align-self:stretch;
  }

  .hero{
    min-height:auto;
    border-radius:26px;
  }

  .hero-inner{
    min-height:auto;
    padding:28px 20px 22px;
    gap:18px;
  }

  .hero-head{
    align-items:flex-start;
    gap:10px;
  }

  .hero-portrait{
    width:64px;
    height:64px;
  }

  .wrap{
    padding:12px 14px 20px;
  }

  .section{
    padding:22px;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .before-travel-grid .tile-arrival-plan{
    grid-row:auto;
  }

  .practical-balance-grid .tile-optionals{
    grid-column:auto;
    grid-row:auto;
  }

  .anchor-nav{
    overflow-x:auto;
    overflow-y:hidden;
    flex-wrap:nowrap;
    padding-bottom:4px;
    -webkit-overflow-scrolling:touch;
  }

  .anchor-nav a{
    white-space:nowrap;
  }

  .page-tools{
    gap:14px;
    margin:4px 0 14px;
    margin-left:0;
  }

  .page-tool-link{
    font-size:.96rem;
  }

  .section-icon{
    padding-top:2px;
  }

  h1{
    max-width:11ch;
  }

  .quick-start-card{
    width:100%;
    max-width:100%;
    padding:1.25rem;
  }

  .quick-item{
    grid-template-columns:24px minmax(0, 1fr);
    gap:8px;
  }

  .quick-icon{
    width:24px;
    height:24px;
  }

  .quick-item p,
  .hero-support,
  .hero-sub{
    overflow-wrap:break-word;
  }

  .inline-photo-link{
    min-height:44px;
    min-width:110px;
    font-size:.86rem;
  }

  .airport-photo-links{
    gap:8px;
  }

  .image-modal-panel{
    width:calc(100% - 2rem);
  }

  .plug-modal .image-modal-panel{
    grid-template-rows:auto minmax(0, 96px) minmax(0, 1fr) auto;
    width:calc(100% - 2rem);
    height:min(620px, calc(100vh - 2rem));
  }

  .plug-modal-note{
    font-size:.86rem;
  }

  .plug-modal-images{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .plug-modal-images img{
    min-height:0;
    max-height:none;
  }
}

/* =========================================================
   PRINT / PDF OPTIMIZATION
   - Keep content readable
   - Strip heavy visual backgrounds and large photos
   ========================================================= */
@media print{
  @page{
    size:A4;
    margin:12mm;
  }

  *{
    box-shadow:none !important;
    text-shadow:none !important;
    filter:none !important;
    backdrop-filter:none !important;
    animation:none !important;
    transition:none !important;
  }

  body{
    background:#fff !important;
    color:#1f2a33 !important;
    font-size:11pt;
    line-height:1.45;
  }

  .topbar{
    position:static;
    background:#fff !important;
    border-bottom:1px solid #d9d9d9;
    backdrop-filter:none;
  }

  .hero{
    min-height:auto;
    background:#fff !important;
    box-shadow:none;
    border:1px solid #d9d9d9;
    border-radius:10px;
  }

  .hero::before,
  .hero::after{
    display:none;
  }

  .hero-inner{
    min-height:auto;
    grid-template-columns:1fr;
    padding:14px;
    gap:12px;
  }

  h1,
  .hero-sub,
  .hero-support,
  .eyebrow{
    color:#1f2a33 !important;
  }

  h1{
    font-size:22pt;
    line-height:1.1;
    max-width:none;
  }

  .eyebrow{
    background:transparent;
    border:1px solid #d9d9d9;
  }

  .hero-wrap{
    padding:0;
    margin:0 0 10pt;
  }

  .wrap{
    max-width:none;
    padding:0;
  }

  .quick-start-card{
    color:#1f2a33;
    background:#fff;
    border:1px solid #d9d9d9;
    backdrop-filter:none;
    box-shadow:none;
    border-radius:10px;
    padding:12px;
    max-width:none;
  }

  .quick-start-card h2,
  .quick-item p,
  .quick-item strong{
    color:#1f2a33 !important;
  }

  .quick-item{
    padding:4px 0;
  }

  .quick-divider{
    margin:6px 0;
    border-color:#e2e2e2;
  }

  .hero-portrait,
  .tour-glimpse,
  .tour-divider-card,
  .image-modal,
  .page-tools,
  .anchor-nav,
  .top-actions .mini-btn[href^="../index.html"]{
    display:none !important;
  }

  .topbar-inner{
    max-width:none;
    padding:0 0 8px;
  }

  .top-actions{
    gap:4px;
  }

  .mini-btn{
    min-height:auto;
    padding:6px 10px;
    font-size:9.5pt;
    border-radius:999px;
  }

  .section{
    box-shadow:none;
    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff !important;
    padding:12px;
    margin:0 0 10pt;
    break-inside:avoid;
    page-break-inside:avoid;
  }

  .section-header{
    margin-bottom:8px;
  }

  .section h2{
    font-size:16pt;
    margin:0 0 4px;
  }

  .section .lede{
    margin:0;
    color:#3d4852;
  }

  .grid{
    grid-template-columns:1fr !important;
    gap:8px;
  }

  .practical-balance-grid .tile-optionals{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  .tile,
  .note{
    break-inside:avoid;
    page-break-inside:avoid;
    border:1px solid #e3e3e3;
    border-radius:8px;
    background:#fff !important;
    padding:10px;
  }

  .tile h3{
    margin:0 0 6px;
    font-size:13pt;
  }

  .tile p,
  .tile li,
  .note p,
  .note li{
    margin:0 0 6px;
    color:#2a333c;
  }

  img{
    max-width:100% !important;
    height:auto !important;
    image-rendering:auto;
  }

  a{
    color:#1f2a33 !important;
    text-decoration:underline;
  }
}
