/* ================================================================
   CEYBREEZ CSS DEVELOPER NOTE
   FILE: tours-v4.css
   PURPOSE: Styles used by the CeyBreez public website.
   EDITING TIP: Search for "CSS SECTION:" to jump to major visual areas.
   IMPORTANT: V4 files are override layers and should load AFTER the base CSS.
   ================================================================ */

/* CeyBreez Tours V4 — visual prototype. Loaded after the V3 public stylesheet. */
:root{--tour-deep:#073e37;--tour-deeper:#052f2a;--tour-forest:#0f5d50;--tour-cream:#f6f1e7;--tour-gold:#d9a95e;--tour-ink:#18302c;--tour-muted:#687a76;--tour-white:#fff;--tour-radius:30px;--tour-shadow:0 24px 70px rgba(14,48,43,.14)}
body[data-page="tours"]{background:var(--tour-cream);color:var(--tour-ink)}

/* ----------------------------------------------------------------
   CSS SECTION: TOURS HERO
   CONTROLS: Hero background, headline, CTAs and intro spacing.
   HTML: Search the matching page for "SECTION: TOURS HERO" or the selector below.
   ---------------------------------------------------------------- */
body[data-page="tours"] .tour-hero-v4{min-height:92vh!important;align-items:center!important;padding-top:140px!important;padding-bottom:80px!important;background-image:linear-gradient(90deg,rgba(3,31,27,.9) 0%,rgba(3,31,27,.62) 42%,rgba(3,31,27,.12) 76%),url('images/train.jpg')!important;background-position:center 52%!important}
body[data-page="tours"] .tour-hero-v4:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 35%,rgba(0,0,0,.24));pointer-events:none}
body[data-page="tours"] .tour-hero-content-v4{position:relative;z-index:2;width:min(100% - 48px,1320px)!important;margin:0 auto!important;max-width:none!important}
.tour-kicker,.v4-eyebrow{display:inline-flex;align-items:center;gap:10px;font:700 11px/1 'DM Sans',sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--tour-gold)}
.tour-kicker:before,.v4-eyebrow:before{content:"";width:34px;height:1px;background:currentColor}
body[data-page="tours"] .tour-hero-v4 h1{font-size:clamp(64px,8vw,118px)!important;max-width:900px!important;line-height:.82!important;letter-spacing:-.045em!important;margin:26px 0 26px!important;color:#fff!important}
body[data-page="tours"] .tour-hero-v4 p{max-width:670px!important;font-size:18px!important;line-height:1.7!important;color:rgba(255,255,255,.8)!important}
.tour-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.tour-hero-actions .hero-btn{padding:15px 22px!important}.hero-btn-ghost{background:rgba(255,255,255,.09)!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;backdrop-filter:blur(12px)}.hero-btn-ghost:hover{background:#fff!important;color:var(--tour-deep)!important}
.tour-hero-trust{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:34px;color:rgba(255,255,255,.62);font:500 12px/1.4 'DM Sans',sans-serif}.tour-hero-trust b{color:#fff;font-weight:700}
.tour-hero-note{position:absolute;z-index:3;right:max(24px,calc((100vw - 1320px)/2));bottom:80px;width:300px;padding:28px;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:rgba(4,43,38,.48);backdrop-filter:blur(18px);color:#fff}.tour-hero-note span{display:block;font:700 10px/1 'DM Sans',sans-serif;letter-spacing:.18em;color:var(--tour-gold);margin-bottom:18px}.tour-hero-note strong{display:block;font:600 31px/1 'Cormorant Garamond',serif;margin-bottom:12px}.tour-hero-note p{font-size:13px!important;line-height:1.6!important;margin:0!important;color:rgba(255,255,255,.68)!important}


/* ----------------------------------------------------------------
   CSS SECTION: TOURS INTRO / IMAGE COLLAGE
   CONTROLS: Travel differently editorial section.
   HTML: Search the matching page for "SECTION: TOURS INTRO / IMAGE COLLAGE" or the selector below.
   ---------------------------------------------------------------- */
.journey-intro-v4,.tour-types-v4,
/* ----------------------------------------------------------------
   CSS SECTION: ROUTE INSPIRATION
   CONTROLS: Route idea cards.
   HTML: Search the matching page for "SECTION: ROUTE INSPIRATION" or the selector below.
   ---------------------------------------------------------------- */
.route-ideas-v4,
/* ----------------------------------------------------------------
   CSS SECTION: FEATURED DESTINATIONS
   CONTROLS: Destination section styling.
   HTML: Search the matching page for "SECTION: FEATURED DESTINATIONS" or the selector below.
   ---------------------------------------------------------------- */
.destinations-v4,
/* ----------------------------------------------------------------
   CSS SECTION: WHY CEYBREEZ
   CONTROLS: Trust/reason cards.
   HTML: Search the matching page for "SECTION: WHY CEYBREEZ" or the selector below.
   ---------------------------------------------------------------- */
.why-v4{width:min(100% - 48px,1320px);margin:0 auto;padding:110px 0}.journey-intro-v4{display:grid;grid-template-columns:.88fr 1.12fr;gap:76px;align-items:center}.journey-copy-v4 h2,.v4-section-head h2{font:600 clamp(48px,5vw,76px)/.95 'Cormorant Garamond',serif;letter-spacing:-.03em;color:var(--tour-deep);margin:20px 0 24px}.journey-copy-v4>p{max-width:560px;color:var(--tour-muted);font-size:16px;line-height:1.8}.journey-facts-v4{margin-top:38px;border-top:1px solid rgba(7,62,55,.14)}.journey-facts-v4 div{display:grid;grid-template-columns:54px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid rgba(7,62,55,.14);align-items:center}.journey-facts-v4 strong{font:600 24px/1 'Cormorant Garamond',serif;color:var(--tour-gold)}.journey-facts-v4 span{font:600 13px/1.4 'DM Sans',sans-serif;color:var(--tour-ink)}
.journey-collage-v4{position:relative;min-height:620px}.journey-collage-v4 figure{position:absolute;margin:0;overflow:hidden;border-radius:26px;box-shadow:var(--tour-shadow);background:#d9ddd7}.journey-collage-v4 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.journey-collage-v4 figure:hover img{transform:scale(1.035)}.journey-collage-v4 figcaption{position:absolute;left:16px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(5,47,42,.74);backdrop-filter:blur(10px);color:#fff;font:700 10px/1 'DM Sans',sans-serif;letter-spacing:.08em;text-transform:uppercase}.jc-main{left:0;top:0;width:68%;height:100%}.jc-top{right:0;top:5%;width:36%;height:42%}.jc-bottom{right:4%;bottom:2%;width:38%;height:44%;border:8px solid var(--tour-cream)}


/* ----------------------------------------------------------------
   CSS SECTION: FEATURED TOUR PACKAGES
   CONTROLS: API tour card section and filter area.
   HTML: Search the matching page for "SECTION: FEATURED TOUR PACKAGES" or the selector below.
   ---------------------------------------------------------------- */
body[data-page="tours"] .tour-packages{width:100%!important;max-width:none!important;padding:105px max(24px,calc((100vw - 1320px)/2))!important;background:var(--tour-deeper)!important;color:#fff!important}.packages-head{max-width:760px!important;margin:0 0 38px!important;text-align:left!important}.packages-head .eyebrow{color:var(--tour-gold)!important}.packages-head h2{font-size:clamp(50px,5vw,76px)!important;line-height:.95!important;color:#fff!important;letter-spacing:-.03em}.packages-head p{margin:0!important;color:rgba(255,255,255,.62)!important;max-width:640px!important}.tour-filter-bar{max-width:none!important;margin:36px 0 22px!important;grid-template-columns:1.6fr .7fr .7fr!important}.tour-filter-bar input,.tour-filter-bar select{height:54px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;padding:0 20px!important}.tour-filter-bar select option{color:#111;background:#fff}.tour-filter-bar input::placeholder{color:rgba(255,255,255,.55)}.tour-package-status{max-width:none!important;color:rgba(255,255,255,.6)!important;margin-bottom:22px!important}.tour-packages-grid{max-width:none!important;gap:22px!important}.dynamic-tour-card{border:1px solid rgba(255,255,255,.1)!important;border-radius:24px!important;background:#fff!important;box-shadow:none!important}.dynamic-tour-card:hover{transform:translateY(-8px)!important;box-shadow:0 26px 70px rgba(0,0,0,.28)!important}.dynamic-tour-image{height:285px!important}.dynamic-tour-image:after{content:"";position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.4),transparent);pointer-events:none}.featured-badge{top:16px!important;right:16px!important;background:#fff!important;color:var(--tour-deep)!important}.tour-card-body{padding:24px!important}.tour-chip{background:#edf4f1!important;color:var(--tour-deep)!important}.dynamic-tour-card h3{font-size:34px!important;color:var(--tour-deep)!important}.tour-card-desc{font-size:14px!important;line-height:1.7!important}.view-tour-btn{background:var(--tour-deep)!important;padding:12px 18px!important}.tour-price{color:var(--tour-deep)!important}

.v4-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:42px}.v4-section-head>div{max-width:800px}.v4-section-head h2{margin-bottom:0}.v4-section-head>p{max-width:360px;color:var(--tour-muted);line-height:1.7;margin:0 0 7px}
/* ----------------------------------------------------------------
   CSS SECTION: TRAVEL MOOD CARDS
   CONTROLS: Experience/category image cards.
   HTML: Search the matching page for "SECTION: TRAVEL MOOD CARDS" or the selector below.
   ---------------------------------------------------------------- */
.type-grid-v4{display:grid!important;grid-template-columns:repeat(12,1fr)!important;gap:18px!important}.type-card-v4{position:relative;min-height:360px;border-radius:26px;overflow:hidden;background-position:center;background-size:cover;box-shadow:var(--tour-shadow)}.type-card-v4:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(4,39,35,.88) 100%)}.type-card-v4>div{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:26px;color:#fff}.type-card-v4 span{font:700 10px/1 'DM Sans',sans-serif;letter-spacing:.18em;color:#e9c585}.type-card-v4 h3{font-size:35px!important;line-height:1!important;color:#fff!important;margin:10px 0 10px!important}.type-card-v4 p{max-width:370px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.6}.type-card-v4:nth-child(1),.type-card-v4:nth-child(2){grid-column:span 6}.type-card-v4:nth-child(n+3){grid-column:span 3;min-height:320px}.type-beach{background-image:url('images/beach.jpg')}.type-hills{background-image:url('images/mountains.jpg')}.type-rail{background-image:url('images/train.jpg')}.type-culture{background-image:url('images/temple.jpg')}.type-wild{background-image:url('images/nature.jpg')}.type-food{background-image:url('images/food.jpg')}

.route-ideas-v4{padding-top:20px}.route-head-v4>a{display:inline-flex;align-items:center;gap:10px;color:var(--tour-deep);font:700 13px/1 'DM Sans',sans-serif;text-decoration:none;border-bottom:1px solid rgba(7,62,55,.35);padding-bottom:6px}.route-grid-v4{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:18px}.route-card-v4{position:relative;min-height:510px;border-radius:28px;overflow:hidden;background:#ddd;box-shadow:var(--tour-shadow)}.route-card-v4 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.route-card-v4:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,27,24,.08),rgba(2,27,24,.87))}.route-card-v4>div{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:30px;color:#fff}.route-card-v4 span{font:700 10px/1 'DM Sans',sans-serif;letter-spacing:.16em;color:#efc986}.route-card-v4 h3{font-size:38px;line-height:1;margin:12px 0}.route-card-v4 p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.74)}.route-card-v4 b{display:block;margin-top:17px;font:600 11px/1 'DM Sans',sans-serif;letter-spacing:.08em;text-transform:uppercase}.route-card-featured{min-height:570px;margin-top:-30px}

body[data-page="tours"] .destinations-v4{background:transparent!important;text-align:left!important}.destinations-v4 .destination-intro{margin:0 0 34px!important;color:var(--tour-muted)!important;max-width:700px!important}.destinations-v4 .province-grid{max-width:none!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important}.destinations-v4 .province-card{position:relative;border-radius:20px!important;padding:24px!important;background:#fff!important;border:1px solid rgba(7,62,55,.1)!important;box-shadow:none!important;transform:none!important}.destinations-v4 .province-card:hover{border-color:rgba(7,62,55,.3)!important;box-shadow:0 18px 50px rgba(7,62,55,.08)!important}.destinations-v4 .province-card h3{font-size:29px!important;color:var(--tour-deep)!important;margin-bottom:18px!important}.destinations-v4 .province-card button{background:#f3f5f0!important;color:#31524c!important;box-shadow:none!important;border:1px solid transparent!important;font-size:12px!important}.destinations-v4 .province-card button:hover{background:var(--tour-deep)!important;color:#fff!important}

body[data-page="tours"] .why-v4{background:#efe8da!important;text-align:left!important}.why-v4 .why-grid{max-width:none!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important}.why-v4 .why-grid>div{background:#fff!important;border-radius:22px!important;padding:30px!important;box-shadow:none!important;border:1px solid rgba(7,62,55,.08)!important}.why-v4 .why-grid h3{font-size:32px!important;color:var(--tour-deep)!important}.why-v4 .why-grid p{color:var(--tour-muted)!important}

body[data-page="tours"] 
/* ----------------------------------------------------------------
   CSS SECTION: CUSTOM TRIP PLANNER
   CONTROLS: Planner container, form steps, route/map and guest details.
   HTML: Search the matching page for "SECTION: CUSTOM TRIP PLANNER" or the selector below.
   ---------------------------------------------------------------- */
.trip-planner-v4{width:min(100% - 48px,1320px)!important;margin:45px auto 110px!important;padding:78px!important;background:var(--tour-deep)!important;border-radius:36px!important}.planner-eyebrow-v4{margin-bottom:18px}.trip-planner-v4>h2{max-width:800px;font-size:clamp(50px,5vw,76px)!important;line-height:.95!important;margin-left:auto!important;margin-right:auto!important}.trip-planner-v4 .planner-intro{max-width:760px!important}.trip-planner-v4 .trust-badges{margin-bottom:30px}.trip-planner-v4 .planner-box{background:#fff!important;border:0!important;padding:34px!important}.trip-planner-v4 .planner-section h3,.trip-planner-v4 .planner-section h4{color:var(--tour-deep)!important}.trip-planner-v4 .planner-section label,.trip-planner-v4 .field-label{color:#243d39!important}.trip-planner-v4 input:not([type="radio"]):not([type="checkbox"]),.trip-planner-v4 select,.trip-planner-v4 textarea{background:#f7f5ef!important;color:#172825!important;border:1px solid #dedbd0!important}.trip-planner-v4 input::placeholder,.trip-planner-v4 textarea::placeholder{color:#87918e!important}.trip-planner-v4 select option{background:#fff!important;color:#111!important}

body[data-page="tours"] .cta-v4{width:min(100% - 48px,1320px)!important;margin:0 auto 100px!important;padding:90px!important;border-radius:34px!important;background:linear-gradient(90deg,rgba(4,42,37,.94),rgba(4,42,37,.72)),url('images/cover.jpg') center/cover!important;text-align:left!important}.cta-v4 h2{max-width:800px!important;font-size:clamp(50px,6vw,80px)!important;line-height:.92!important;color:#fff!important;margin:20px 0!important}.cta-v4 p{max-width:640px!important;color:rgba(255,255,255,.7)!important;margin:0 0 30px!important}.cta-v4-actions{display:flex;flex-wrap:wrap;gap:10px}.cta-v4-actions>a{display:inline-flex!important;align-items:center;gap:9px;padding:14px 20px!important;border-radius:999px!important;background:#fff!important;color:var(--tour-deep)!important;text-decoration:none;font-weight:800!important}.cta-v4-actions .cta-secondary-v4{background:rgba(255,255,255,.1)!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important}

@media(max-width:1100px){.tour-hero-note{display:none}.journey-intro-v4{grid-template-columns:1fr;gap:50px}.journey-collage-v4{min-height:570px}.type-card-v4:nth-child(n){grid-column:span 6}.route-grid-v4{grid-template-columns:1fr 1fr}.route-card-featured{margin-top:0}.route-card-v4:last-child{grid-column:1/-1;min-height:420px}.destinations-v4 .province-grid{grid-template-columns:repeat(2,1fr)!important}.v4-section-head{align-items:flex-start;flex-direction:column}.tour-filter-bar{grid-template-columns:1fr 1fr!important}.tour-filter-bar input{grid-column:1/-1}.trip-planner-v4{padding:54px!important}.cta-v4{padding:64px!important}}
@media(max-width:700px){body[data-page="tours"] .tour-hero-v4{min-height:82vh!important;padding-top:126px!important}.tour-hero-trust{display:none}.tour-hero-actions{flex-direction:column;align-items:flex-start}.journey-intro-v4,.tour-types-v4,.route-ideas-v4,.destinations-v4,.why-v4{width:calc(100% - 28px);padding:72px 0}.journey-copy-v4 h2,.v4-section-head h2{font-size:48px}.journey-collage-v4{min-height:470px}.jc-main{width:76%;height:82%}.jc-top{width:45%;height:34%}.jc-bottom{width:48%;height:38%}.tour-filter-bar{grid-template-columns:1fr!important}.tour-filter-bar input{grid-column:auto}.tour-packages-grid{grid-template-columns:1fr!important}.type-card-v4:nth-child(n){grid-column:1/-1;min-height:320px}.route-grid-v4{grid-template-columns:1fr}.route-card-v4,.route-card-v4:last-child{grid-column:auto;min-height:430px}.destinations-v4 .province-grid{grid-template-columns:1fr!important}.why-v4 .why-grid{grid-template-columns:1fr!important}.trip-planner-v4{width:calc(100% - 24px)!important;padding:38px 14px!important}.trip-planner-v4 .planner-box{padding:20px!important}.cta-v4{width:calc(100% - 24px)!important;padding:50px 24px!important}.cta-v4 h2{font-size:48px!important}}


/* =========================================================
   TOURS V4.1 POLISH — contrast, spacing & planner controls
   ========================================================= */

/* CeyBreez way section: tighter rhythm + stronger readability */
body[data-page="tours"] .why-v4{
  box-sizing:border-box;
  padding:72px 34px!important;
  border-radius:30px;
}
body[data-page="tours"] .why-v4 .v4-section-head{
  margin-bottom:30px;
  gap:54px;
}
body[data-page="tours"] .why-v4 .v4-section-head>p{
  color:#50635d!important;
  font-size:14px!important;
  line-height:1.75!important;
  max-width:390px;
}
body[data-page="tours"] .why-v4 .why-grid{
  gap:16px!important;
}
body[data-page="tours"] .why-v4 .why-grid>div{
  min-height:150px;
  padding:28px 28px 26px!important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 10px 34px rgba(7,62,55,.045)!important;
}
body[data-page="tours"] .why-v4 .why-grid h3{
  margin:0 0 10px!important;
  font-size:29px!important;
  line-height:1.04!important;
}
body[data-page="tours"] .why-v4 .why-grid p{
  margin:0!important;
  color:#536660!important;
  font-size:13.5px!important;
  line-height:1.68!important;
}

/* Planner header */
body[data-page="tours"] .trip-planner-v4{
  padding:70px 68px!important;
}
body[data-page="tours"] .trip-planner-v4 .planner-intro{
  color:rgba(255,255,255,.76)!important;
  font-size:15px!important;
  line-height:1.7!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body[data-page="tours"] .trip-planner-v4 .trust-badges{
  gap:10px!important;
  justify-content:center!important;
}
body[data-page="tours"] .trip-planner-v4 .trust-badges span{
  padding:9px 14px!important;
  font-size:11px!important;
  color:#174c43!important;
  box-shadow:none!important;
  border:1px solid rgba(255,255,255,.35)!important;
}

/* Planner white panel */
body[data-page="tours"] .trip-planner-v4 .planner-box{
  padding:36px 34px 40px!important;
  border-radius:22px!important;
  box-shadow:0 20px 54px rgba(1,29,25,.18)!important;
}

/* Stepper: labels were being washed out by public page styles */
body[data-page="tours"] .trip-planner-v4 .planner-steps{
  margin-bottom:34px!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
body[data-page="tours"] .trip-planner-v4 .step{
  min-width:82px;
  gap:8px!important;
}
body[data-page="tours"] .trip-planner-v4 .step>span{
  width:38px!important;
  height:38px!important;
  background:#0f766e!important;
  color:#fff!important;
  border:2px solid #0f766e!important;
  box-shadow:0 5px 14px rgba(15,118,110,.17)!important;
}
body[data-page="tours"] .trip-planner-v4 .step>p{
  margin:0!important;
  color:#536660!important;
  font-family:'DM Sans',sans-serif!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:700!important;
  white-space:nowrap;
}
body[data-page="tours"] .trip-planner-v4 .step.active>p{
  color:#0b554a!important;
}
body[data-page="tours"] .trip-planner-v4 .step-line{
  width:48px!important;
  background:#9ec9c1!important;
  opacity:.72!important;
}

/* Planner headings */
body[data-page="tours"] .trip-planner-v4 .planner-section{
  margin-top:30px!important;
}
body[data-page="tours"] .trip-planner-v4 .planner-section h3{
  margin:0 0 18px!important;
  color:#103f37!important;
  font-size:22px!important;
  line-height:1.15!important;
}
body[data-page="tours"] .trip-planner-v4 .planner-section h4{
  color:#174c43!important;
}

/* Service choices */
body[data-page="tours"] .trip-planner-v4 .service-grid{
  gap:12px!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card{
  position:relative;
  min-height:112px;
  padding:18px 14px!important;
  gap:8px!important;
  justify-content:center;
  background:#fbfaf6!important;
  border:1px solid #e3e0d6!important;
  border-radius:16px!important;
  box-shadow:none!important;
  transform:none!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card:hover{
  border-color:#9bc8bf!important;
  background:#f4faf7!important;
  transform:translateY(-2px)!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card:has(input:checked){
  background:#eef7f3!important;
  border-color:#0f766e!important;
  box-shadow:inset 0 0 0 1px #0f766e!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card input[type="radio"]{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  min-height:16px!important;
  margin:0!important;
  padding:0!important;
  accent-color:#0f766e!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card .service-icon{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  color:#0f766e!important;
  font-size:0!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card .service-icon svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-page="tours"] .trip-planner-v4 .service-card strong{
  color:#174c43!important;
  font-family:'DM Sans',sans-serif!important;
  font-size:12.5px!important;
  line-height:1.35!important;
  font-weight:750!important;
  max-width:150px;
}

/* Do not let generic field styling touch radios / checkboxes */
body[data-page="tours"] .trip-planner-v4 input:not([type="radio"]):not([type="checkbox"]),
body[data-page="tours"] .trip-planner-v4 select,
body[data-page="tours"] .trip-planner-v4 textarea{
  background:#f7f5ef!important;
  color:#172825!important;
  border:1px solid #d9d7ce!important;
  border-radius:11px!important;
}
body[data-page="tours"] .trip-planner-v4 input:not([type="radio"]):not([type="checkbox"]):focus,
body[data-page="tours"] .trip-planner-v4 select:focus,
body[data-page="tours"] .trip-planner-v4 textarea:focus{
  outline:none!important;
  border-color:#4c9b8e!important;
  box-shadow:0 0 0 3px rgba(15,118,110,.10)!important;
}

/* Pickup/drop cards */
body[data-page="tours"] .trip-planner-v4 .airport-grid{
  gap:14px!important;
}
body[data-page="tours"] .trip-planner-v4 .airport-card{
  padding:24px!important;
  border-radius:18px!important;
  background:#f5eee4!important;
  border:1px solid #eadfce!important;
}
body[data-page="tours"] .trip-planner-v4 .airport-card h4{
  font-size:20px!important;
  margin-bottom:18px!important;
}
body[data-page="tours"] .trip-planner-v4 .planner-section label,
body[data-page="tours"] .trip-planner-v4 .field-label{
  color:#304b45!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:700!important;
}

@media(max-width:1100px){
  body[data-page="tours"] .why-v4{padding:64px 28px!important}
  body[data-page="tours"] .trip-planner-v4{padding:54px 34px!important}
  body[data-page="tours"] .trip-planner-v4 .planner-steps{gap:9px!important}
  body[data-page="tours"] .trip-planner-v4 .step-line{width:34px!important}
}

@media(max-width:700px){
  body[data-page="tours"] .why-v4{padding:56px 20px!important;border-radius:22px}
  body[data-page="tours"] .why-v4 .why-grid>div{min-height:auto;padding:24px!important}
  body[data-page="tours"] .trip-planner-v4{padding:40px 14px!important}
  body[data-page="tours"] .trip-planner-v4 .planner-box{padding:24px 16px 28px!important}
  body[data-page="tours"] .trip-planner-v4 .planner-steps{justify-content:space-between!important;gap:4px!important}
  body[data-page="tours"] .trip-planner-v4 .step{min-width:54px}
  body[data-page="tours"] .trip-planner-v4 .step>span{width:34px!important;height:34px!important}
  body[data-page="tours"] .trip-planner-v4 .step>p{font-size:9px!important;white-space:normal;text-align:center}
  body[data-page="tours"] .trip-planner-v4 .step-line{width:18px!important;flex:0 0 18px}
  body[data-page="tours"] .trip-planner-v4 .service-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  body[data-page="tours"] .trip-planner-v4 .service-card{min-height:108px;padding:16px 10px!important}
  body[data-page="tours"] .trip-planner-v4 .airport-grid{grid-template-columns:1fr!important}
}

/* =========================================================
   TOURS V4.2 — planner visibility + compact controls
   ========================================================= */

/* Step labels: force readable text on the white planner panel. */
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-steps .step > p,
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-steps .step > p *{
  color:#35534c!important;
  -webkit-text-fill-color:#35534c!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  background:transparent!important;
}
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-steps .step.active > p,
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-steps .step.active > p *{
  color:#0a6255!important;
  -webkit-text-fill-color:#0a6255!important;
}

/* Keep planner section copy readable even if a global light-text rule is injected. */
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-section,
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-section p,
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-section label,
body[data-page="tours"] .trip-planner-v4 .planner-box .planner-section strong{
  -webkit-text-fill-color:currentColor;
}

/* Compact top trip feature pills. */
body[data-page="tours"] .trip-planner-v4 .trust-badges{
  gap:6px!important;
  margin-bottom:24px!important;
}
body[data-page="tours"] .trip-planner-v4 .trust-badges span{
  padding:6px 10px!important;
  min-height:0!important;
  font-size:9.5px!important;
  line-height:1.1!important;
  border-radius:999px!important;
}

/* Compact service choice buttons/cards. */
body[data-page="tours"] .trip-planner-v4 .service-grid{
  gap:10px!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card{
  min-height:88px!important;
  padding:13px 12px!important;
  gap:5px!important;
  border-radius:14px!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card input[type="radio"]{
  top:11px!important;
  left:11px!important;
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  min-height:14px!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card .service-icon{
  width:25px!important;
  height:25px!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card .service-icon svg{
  width:23px!important;
  height:23px!important;
}
body[data-page="tours"] .trip-planner-v4 .service-card strong{
  font-size:11.5px!important;
  line-height:1.25!important;
  max-width:138px!important;
}

@media(max-width:700px){
  body[data-page="tours"] .trip-planner-v4 .trust-badges span{
    padding:6px 8px!important;
    font-size:9px!important;
  }
  body[data-page="tours"] .trip-planner-v4 .service-card{
    min-height:82px!important;
    padding:12px 9px!important;
  }
  body[data-page="tours"] .trip-planner-v4 .service-card strong{
    font-size:10.5px!important;
  }
}
