
:root{--red:#8b3f32;--rd:#6d2e25;--green:#30493b;--g2:#22352b;--cream:#f8f4ed;--sand:#eee7dc;--ink:#202722;--muted:#68716b;--line:rgba(32,39,34,.11);--shadow:0 18px 55px rgba(26,34,28,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.top{background:var(--g2);color:#dce6df;text-align:center;padding:8px;font-size:12px}header{position:sticky;top:0;z-index:30;background:rgba(248,244,237,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{font:700 23px Georgia,serif;line-height:1}.brand small{display:block;margin-top:5px;font:8px Arial;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted)}.menu{display:flex;gap:23px;align-items:center;font-size:13px;font-weight:700}.menu a:hover{color:var(--red)}.menu .navcta{background:var(--red);color:#fff;padding:11px 17px;border-radius:999px}.hero{min-height:76vh;display:flex;align-items:end;position:relative;color:#fff;background-size:cover;background-position:center}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,24,19,.82),rgba(15,24,19,.25) 67%),linear-gradient(0deg,rgba(15,20,17,.55),transparent 60%)}.hi{position:relative;z-index:1;padding:105px 0 75px;max-width:830px}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:2.4px;font-size:11px;font-weight:800}.eyebrow{color:#edcdbd}.kicker{color:var(--red);margin-bottom:12px}h1,h2,h3{font-family:Georgia,serif;line-height:1.08;margin:0}h1{font-size:clamp(47px,7vw,82px);letter-spacing:-1.7px}h2{font-size:clamp(35px,4.8vw,56px);letter-spacing:-1px}h3{font-size:26px}.hero p{font-size:19px;max-width:680px;color:#eef2ef;margin:24px 0 29px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 21px;background:var(--red);color:#fff;font-size:13px;font-weight:800;border:0;cursor:pointer}.btn:hover{background:var(--rd)}.btn.light{background:#fff;color:var(--ink)}.btn.outline{background:transparent;border:1px solid var(--red);color:var(--red)}.actions{display:flex;gap:12px;flex-wrap:wrap}.trust{background:var(--green);color:#fff;padding:17px 0}.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;font-size:12px}.trustgrid div{text-align:center}.tick{color:#e2ba88}section{padding:92px 0}.head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:40px}.head p{max-width:500px;color:var(--muted);margin:0}.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature,.card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:19px;overflow:hidden;box-shadow:0 9px 30px rgba(29,35,31,.055)}.feature{padding:28px}.feature b{display:block;color:var(--red);font-size:11px;letter-spacing:1.2px;margin-bottom:14px}.feature p,.card p{color:var(--muted);font-size:13px}.cardimg{height:240px;background-size:cover;background-position:center;position:relative}.tag{position:absolute;left:13px;top:13px;background:rgba(255,255,255,.94);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800}.cardbody{padding:22px}.cardbody h3{margin-bottom:9px}.link{color:var(--red);font-size:12px;font-weight:800}.alt{background:var(--sand)}.dest{height:320px;border-radius:19px;position:relative;overflow:hidden;background-size:cover;background-position:center;color:#fff;box-shadow:var(--shadow)}.dest:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,27,22,.78),transparent 63%)}.dc{position:absolute;left:21px;right:21px;bottom:20px}.dc h3{font-size:29px}.dc p{font-size:12px;margin:5px 0;color:#e7ece8}.split{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.photo{min-height:500px;border-radius:22px;background-size:cover;background-position:center;box-shadow:var(--shadow)}.points{display:grid;gap:12px;margin:25px 0}.point{display:flex;gap:11px}.point strong{color:var(--red)}.daybox{background:var(--green);color:#fff;border-radius:24px;padding:52px;display:grid;grid-template-columns:1.35fr .65fr;gap:35px;align-items:center}.daybox p{color:#dce5df}.daybox h2{font-size:44px}.pagehero{padding:75px 0 62px;background:var(--green);color:#fff}.pagehero h1{font-size:clamp(42px,6vw,68px)}.pagehero p{max-width:720px;color:#dce5df;font-size:17px}.crumb{font-size:11px;color:#b7c1ba;margin-bottom:17px}.content{max-width:820px;margin:auto}.content h2{font-size:38px;margin-top:40px}.content p,.content li{color:#505a54}.itinerary{display:grid;gap:12px;margin-top:25px}.day{background:#fff;border:1px solid var(--line);border-radius:13px;padding:17px 19px}.day b{color:var(--red)}.form{background:#fff;border-radius:20px;padding:29px;box-shadow:var(--shadow)}.fg{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px}.full{grid-column:1/-1}.field label{font-size:11px;font-weight:800}.field input,.field textarea{font:inherit;padding:12px;border:1px solid #d5d8d5;border-radius:10px}.field textarea{min-height:105px}.notice{background:#fff8e9;border:1px solid #ead6a9;border-radius:11px;padding:13px 15px;font-size:12px;color:#6e6044}.cta{padding-top:0}.ctabox{border-radius:25px;min-height:410px;display:flex;align-items:center;position:relative;overflow:hidden;color:#fff;background-size:cover;background-position:center}.ctabox:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,53,43,.95),rgba(34,53,43,.38))}.ctac{position:relative;z-index:1;padding:52px;max-width:690px}.ctac p{color:#e3eae5}footer{background:#1e2b23;color:#dce4df;padding:52px 0 23px}.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}.foot h3{font-size:21px;color:#fff;margin-bottom:12px}.muted{color:#9ea9a2;font-size:12px}.flinks{display:grid;gap:8px;font-size:12px}.fb{margin-top:38px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:#8e9992;font-size:10px}.wa{position:fixed;right:19px;bottom:19px;z-index:40;background:#168652;color:#fff;padding:13px 17px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.22)}@media(max-width:900px){.menu a:not(.navcta){display:none}.trustgrid,.g3,.g4,.split,.daybox,.foot{grid-template-columns:1fr}.head{display:block}.head p{margin-top:16px}.trustgrid div{text-align:left}.hero{min-height:72vh}.hi{padding:88px 0 55px}.photo{min-height:390px}.daybox{padding:34px}.fg{grid-template-columns:1fr}.full{grid-column:auto}.fb{display:block}}

.dest-section-title{font-family:Georgia,serif;font-size:32px;margin:50px 0 20px}
.dest-text-card{min-height:250px;border-radius:20px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#31493c,#1f3027);color:#fff;box-shadow:var(--shadow)}
.dest-text-card h3{font-size:29px;margin-bottom:7px}.dest-text-card p{font-size:12px;color:#dbe4de;margin:0 0 15px}.dest-text-card .link{color:#edc4ad}
.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){.dest-grid{grid-template-columns:1fr}}

.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dest-section-title{font-family:Georgia,serif;font-size:32px;margin:52px 0 20px}
.dest-grid .dest{height:310px}
.more-destinations{background:var(--green);color:#fff;border-radius:26px;padding:52px;display:grid;grid-template-columns:1.3fr .7fr;gap:45px;align-items:center}
.more-destinations h2{font-size:45px}.more-destinations p{color:#dce6df;max-width:700px}
.more-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.light-outline{border-color:#fff!important;color:#fff!important}
@media(max-width:900px){.dest-grid,.more-destinations{grid-template-columns:1fr}.more-actions{justify-content:flex-start}.dest-grid .dest{height:330px}.more-destinations{padding:34px}}

/* V6 destination layout repair */
.pagehero{padding:78px 0 62px;background:var(--g);color:#fff}
.pagehero h1{font-size:clamp(44px,6vw,70px)}
.pagehero p{max-width:820px;color:#dce5df;font-size:17px}
.crumb{font-size:11px;color:#b7c1ba;margin-bottom:18px}
.crumb a{color:#fff}
.dest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.dest-grid .dest{height:330px;min-height:330px;display:block;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;position:relative}
.dest-grid .dest:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,26,21,.82),rgba(17,26,21,.08) 70%)}
.dest-grid .dc{position:absolute;left:22px;right:22px;bottom:20px;z-index:2}
.dest-grid .dc h3{font-size:30px;color:#fff;margin:0 0 6px}
.dest-grid .dc p{font-size:12px;line-height:1.45;color:rgba(255,255,255,.92);margin:0}
.dest-section-title{font:700 34px Georgia,serif;margin:56px 0 22px}
.more-destinations{background:var(--g);color:#fff;border-radius:26px;padding:52px;display:grid;grid-template-columns:1.3fr .7fr;gap:45px;align-items:center}
.more-destinations h2{font-size:45px}
.more-destinations p{color:#dce6df;max-width:700px}
.more-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.light-outline{border-color:#fff!important;color:#fff!important}
@media(max-width:1000px){.dest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.dest-grid{grid-template-columns:1fr}.dest-grid .dest{height:350px}.more-destinations{grid-template-columns:1fr;padding:34px}.more-actions{justify-content:flex-start}}

.more-routes-card{
  border-radius:20px;
  background:linear-gradient(145deg,var(--g),#1e3027);
  color:#fff;
  padding:34px;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:var(--shadow);
}
.more-routes-card .kicker{color:#e8bca9}
.more-routes-card h3{font-size:34px;line-height:1.08;margin:8px 0 14px;color:#fff}
.more-routes-card p{font-size:14px;color:#dbe5df;margin:0 0 22px}
.more-routes-card .btn{align-self:flex-start}

.home-more-destinations{
  margin-top:34px;
  padding:30px 32px;
  border:1px solid rgba(32,39,34,.11);
  border-radius:20px;
  background:#fff;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:30px;
  align-items:center;
  box-shadow:0 9px 30px rgba(29,35,31,.05);
}
.home-more-destinations h3{
  font-size:30px;
  margin:5px 0 10px;
}
.home-more-destinations p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  max-width:720px;
}
.home-more-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
@media(max-width:900px){
  .home-more-destinations{grid-template-columns:1fr;padding:26px}
  .home-more-actions{justify-content:flex-start}
}

/* V9 high contrast More Private Journeys */
.more-routes-card{background:#20372d!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)}
.more-routes-card .kicker{color:#e7b29d!important;font-weight:800;letter-spacing:.18em}
.more-routes-card h3{color:#fff!important;opacity:1!important}
.more-routes-card p{color:#e4ebe7!important;opacity:1!important;line-height:1.65}
.more-routes-card .btn,.more-routes-card .btn.light{background:#fff!important;color:#1f3028!important;border-color:#fff!important;opacity:1!important;font-weight:800}
.more-routes-card .btn:hover,.more-routes-card .btn.light:hover{background:#f1e7dd!important;color:#9b4434!important}

/* V11: photographic hero treatment for all top-level navigation pages */
.pagehero{
  position:relative;
  overflow:hidden;
  padding:82px 0 76px !important;
  min-height:360px;
  display:flex;
  align-items:center;
  background-size:cover !important;
  background-position:center !important;
  color:#fff !important;
}
.pagehero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(20,34,28,.88) 0%,rgba(20,34,28,.62) 47%,rgba(20,34,28,.28) 100%),
    linear-gradient(0deg,rgba(17,27,22,.24),rgba(17,27,22,.10));
  z-index:0;
}
.pagehero .container{
  position:relative;
  z-index:1;
}
.pagehero h1{
  color:#fff !important;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}
.pagehero p{
  color:rgba(255,255,255,.92) !important;
  max-width:820px;
  font-size:17px;
  line-height:1.65;
}
.pagehero .crumb{
  color:rgba(255,255,255,.82) !important;
}
.pagehero .crumb a{
  color:#fff !important;
}
@media(max-width:900px){
  .pagehero{
    min-height:310px;
    padding:64px 0 58px !important;
  }
}

/* V12 — full-site visual upgrade */
:root{--photo-shadow:0 24px 60px rgba(21,31,25,.16)}
.hero{background-position:center 48%!important}
.hero:before{
  background:
    linear-gradient(90deg,rgba(12,24,19,.82) 0%,rgba(12,24,19,.52) 44%,rgba(12,24,19,.13) 78%),
    linear-gradient(0deg,rgba(10,18,14,.58) 0%,transparent 55%)!important
}
.hero h1{max-width:880px;text-shadow:0 4px 30px rgba(0,0,0,.24)}
.hero p{text-shadow:0 2px 18px rgba(0,0,0,.20)}
.dest{box-shadow:var(--photo-shadow);transition:transform .32s ease,box-shadow .32s ease;isolation:isolate}
.dest:after{
  content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(180deg,rgba(0,0,0,.01) 32%,rgba(10,22,16,.84) 100%);
  pointer-events:none
}
.dest:hover{transform:translateY(-7px);box-shadow:0 30px 72px rgba(18,28,22,.22)}
.dest .dc,.dest .dest-content{z-index:2!important}
.dest h3{text-shadow:0 2px 14px rgba(0,0,0,.45)}
.dest p{text-shadow:0 1px 8px rgba(0,0,0,.35)}
.card{transition:transform .28s ease,box-shadow .28s ease}
.card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(26,34,28,.13)}
.cardimg{
  min-height:285px;background-size:cover!important;background-position:center!important;position:relative
}
.cardimg:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.13));
  pointer-events:none
}
.pagehero{
  min-height:430px!important;background-position:center 50%!important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.1)
}
.pagehero::before{
  background:
    linear-gradient(90deg,rgba(13,28,21,.88) 0%,rgba(13,28,21,.60) 46%,rgba(13,28,21,.22) 76%),
    linear-gradient(0deg,rgba(10,18,14,.28),rgba(10,18,14,.04))!important
}
.pagehero h1{max-width:850px;text-shadow:0 3px 24px rgba(0,0,0,.3)}
.home-more-destinations{margin-top:42px}
@media(min-width:901px){.grid-4 .dest{min-height:365px}}
@media(max-width:900px){.pagehero{min-height:340px!important}.dest{min-height:360px}}

/* V13 — Trust & licensing */
.trust-section{padding:90px 0;background:#f3eee6;border-top:1px solid rgba(30,45,36,.08)}
.trust-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end;margin-bottom:42px}
.trust-intro h2{font-size:clamp(40px,5vw,62px);line-height:1.02;margin:8px 0 0}
.trust-intro>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px}
.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.trust-card{grid-column:span 2;background:#fff;border:1px solid rgba(30,45,36,.08);border-radius:20px;padding:30px;min-height:290px;box-shadow:0 12px 35px rgba(25,35,29,.05)}
.trust-card:nth-child(4),.trust-card:nth-child(5){grid-column:span 3}
.trust-card>span{display:inline-block;font:700 12px/1 Arial,sans-serif;letter-spacing:.16em;color:var(--red);margin-bottom:42px}
.trust-card h3{font-size:27px;line-height:1.08;margin:0 0 10px}
.trust-card strong{display:block;font-size:13px;margin-bottom:12px}
.trust-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.trust-license-card{background:var(--g);color:#fff}
.trust-license-card h3,.trust-license-card strong{color:#fff}
.trust-license-card p{color:#dce6df}
.trust-license-card>span{color:#e8b49e}
.license-number{margin:18px 0 8px;padding-top:15px;border-top:1px solid rgba(255,255,255,.15);font-size:12px;color:#e8eee9}
.trust-license-card .text-link{color:#fff;font-weight:800;font-size:13px}

.license-hero{background-image:linear-gradient(rgba(20,35,28,.82),rgba(20,35,28,.82)),url('travel-agency-license.jpg');background-position:center!important}
.license-info-section{padding:80px 0}
.license-summary{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;margin-bottom:55px}
.license-summary h2{font-size:46px;margin:8px 0 16px}
.license-summary p{color:var(--muted);line-height:1.7}
.license-facts{background:#f4efe7;border-radius:20px;padding:28px}
.license-facts div{padding:15px 0;border-bottom:1px solid rgba(30,45,36,.09)}
.license-facts div:last-child{border-bottom:0}
.license-facts small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.license-facts strong{font-size:14px}
.credential-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.credential-card{background:#fff;border:1px solid rgba(30,45,36,.1);border-radius:22px;overflow:hidden;box-shadow:0 16px 42px rgba(25,35,29,.08)}
.credential-image{background:#eee9e1;padding:18px}
.credential-image img{display:block;width:100%;height:460px;object-fit:contain;background:#fff;border-radius:12px}
.credential-copy{padding:26px}
.credential-copy h3{font-size:27px;margin:0 0 10px}
.credential-copy p{color:var(--muted);font-size:14px;line-height:1.65}
.credential-copy a{color:var(--red);font-weight:800;font-size:13px}
.license-cta{margin-top:55px;background:var(--g);color:#fff;border-radius:24px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.license-cta h2{font-size:38px;color:#fff;margin:6px 0 10px}
.license-cta p{color:#dce6df;margin:0}
@media(max-width:900px){
  .trust-intro,.license-summary,.credential-grid,.license-cta{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .trust-card,.trust-card:nth-child(4),.trust-card:nth-child(5){grid-column:span 1}
  .credential-image img{height:auto}
}

/* V14 — production cleanup and trust/license contrast fixes */
.trust-license-card{
  background:#20372d !important;
  color:#ffffff !important;
  border-color:#20372d !important;
}
.trust-license-card h3,
.trust-license-card strong,
.trust-license-card b,
.trust-license-card .license-number,
.trust-license-card .text-link{
  color:#ffffff !important;
  opacity:1 !important;
}
.trust-license-card p{
  color:#e4ebe7 !important;
  opacity:1 !important;
}
.trust-license-card>span{
  color:#e7b29d !important;
}
.trust-license-card .license-number{
  border-top-color:rgba(255,255,255,.18) !important;
}
.trust-license-card .text-link{
  font-weight:800;
  text-decoration:none;
}

.license-cta{
  background:#20372d !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.08);
}
.license-cta .kicker{
  color:#e7b29d !important;
}
.license-cta h2{
  color:#ffffff !important;
  opacity:1 !important;
}
.license-cta p{
  color:#e4ebe7 !important;
  opacity:1 !important;
}
.license-cta .btn{
  background:#ffffff !important;
  color:#20372d !important;
  border-color:#ffffff !important;
}
.license-cta .btn:hover{
  background:#f1e7dd !important;
  color:#9b4434 !important;
}

/* Credential documents: preserve their true horizontal composition and never crop. */
.credential-image{
  background:#eee9e1 !important;
  padding:18px !important;
}
.credential-image img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  border-radius:12px;
  background:#ffffff;
}

/* V16 — Homepage Why Travel With Us conversion section */
.whyus-v16{
  padding:96px 0;
  background:#f3eee6;
  border-top:1px solid rgba(31,49,40,.08);
}
.whyus-v16-head{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:70px;
  align-items:end;
  margin-bottom:44px;
}
.whyus-v16-head h2{
  margin:8px 0 0;
  font-size:clamp(42px,5vw,68px);
  line-height:.98;
  letter-spacing:-.025em;
}
.whyus-v16-lead{
  max-width:570px;
  color:#536057;
  font-size:16px;
  line-height:1.72;
}
.whyus-v16-lead p{margin:0 0 12px}
.whyus-v16-lead strong{color:#20372d}
.whyus-v16-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.whyus-v16-card{
  position:relative;
  min-height:330px;
  padding:30px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(31,49,40,.08);
  box-shadow:0 14px 38px rgba(29,43,35,.055);
}
.whyus-num{
  display:block;
  margin-bottom:48px;
  font:800 12px/1 Arial,sans-serif;
  letter-spacing:.18em;
  color:#a34534;
}
.whyus-v16-card h3{
  margin:0 0 10px;
  font-size:27px;
  line-height:1.08;
  color:#1e2d25;
}
.whyus-sub{
  margin-bottom:14px;
  font-weight:800;
  font-size:13px;
  color:#1e2d25;
}
.whyus-v16-card p{
  margin:0;
  color:#58645d;
  font-size:14px;
  line-height:1.7;
}
.whyus-license{
  background:#20372d;
  border-color:#20372d;
}
.whyus-license .whyus-num{color:#e7b29d}
.whyus-license h3,
.whyus-license .whyus-sub,
.whyus-license strong{color:#fff}
.whyus-license p{color:#dfe7e2}
.whyus-license-no{
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#e6ece8;
  font-size:12px;
}
.whyus-license-link{
  display:inline-block;
  margin-top:13px;
  color:#fff;
  font-weight:800;
  font-size:13px;
}
.whyus-start{
  background:#ede3d7;
}
.whyus-v16-cta{
  margin-top:20px;
  padding:42px 44px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(31,49,40,.09);
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  box-shadow:0 14px 38px rgba(29,43,35,.05);
}
.whyus-v16-cta h3{
  margin:7px 0 10px;
  font-size:34px;
  line-height:1.08;
}
.whyus-v16-cta p{
  max-width:760px;
  margin:0;
  color:#58645d;
  line-height:1.65;
}
.whyus-whatsapp{
  white-space:nowrap;
}
@media(max-width:900px){
  .whyus-v16{padding:70px 0}
  .whyus-v16-head,
  .whyus-v16-cta{grid-template-columns:1fr;gap:28px}
  .whyus-v16-grid{grid-template-columns:1fr}
  .whyus-v16-card{min-height:auto}
  .whyus-num{margin-bottom:30px}
  .whyus-whatsapp{width:100%;text-align:center}
}

/* V17 — China Ready: turn first-time China friction into service value */
.china-ready{
  padding:96px 0;
  background:#fff;
  border-top:1px solid rgba(31,49,40,.07);
}
.china-ready-head{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:72px;
  align-items:end;
  margin-bottom:44px;
}
.china-ready-head h2{
  margin:8px 0 0;
  font-size:clamp(42px,5vw,68px);
  line-height:.98;
  letter-spacing:-.025em;
}
.china-ready-intro{
  max-width:580px;
  color:#56625b;
  font-size:16px;
  line-height:1.72;
}
.china-ready-intro p{margin:0 0 12px}
.china-ready-intro strong{color:#20372d}
.china-ready-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.china-ready-card{
  min-height:250px;
  padding:28px;
  border:1px solid rgba(31,49,40,.09);
  border-radius:18px;
  background:#f7f4ef;
}
.cr-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:34px;
  background:#20372d;
  color:#fff;
  font:800 11px/1 Arial,sans-serif;
  letter-spacing:.02em;
}
.china-ready-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.1;
}
.china-ready-card p{
  margin:0;
  color:#59655e;
  font-size:14px;
  line-height:1.7;
}
.china-ready-promise{
  margin-top:20px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:55px;
  align-items:center;
  padding:44px;
  border-radius:22px;
  background:#20372d;
  color:#fff;
}
.china-ready-promise .kicker{color:#e7b29d}
.china-ready-promise h3{
  margin:7px 0 12px;
  color:#fff;
  font-size:38px;
  line-height:1.06;
}
.china-ready-promise p{
  max-width:650px;
  margin:0;
  color:#dfe7e2;
  line-height:1.7;
}
.china-ready-points>div{
  display:grid;
  grid-template-columns:42px 1fr;
  column-gap:14px;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.china-ready-points>div:last-child{border-bottom:0}
.china-ready-points span{
  grid-row:1 / span 2;
  color:#e7b29d;
  font:800 11px/1.2 Arial,sans-serif;
  padding-top:3px;
}
.china-ready-points strong{color:#fff;font-size:15px}
.china-ready-points small{color:#cfd9d3;font-size:12px;line-height:1.5;margin-top:3px}
@media(max-width:900px){
  .china-ready{padding:70px 0}
  .china-ready-head,.china-ready-promise{grid-template-columns:1fr;gap:28px}
  .china-ready-grid{grid-template-columns:1fr}
  .china-ready-card{min-height:auto}
}

/* V18 — Local guide photo */
.local-guide-visual{overflow:hidden;background:none!important;}
.local-guide-photo{width:100%;height:100%;display:block;object-fit:cover;object-position:center;border-radius:inherit;}

/* V19 — guide photo only, full-bleed in left visual card */
.local-guide-visual{
  overflow:hidden!important;
  background:none!important;
  padding:0!important;
}
.local-guide-photo{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* V20 — make the local-guide photo fill the entire left frame */
.local-guide-visual{
  position:relative !important;
  overflow:hidden !important;
  min-height:520px !important;
  height:100% !important;
  padding:0 !important;
  background:none !important;
  border-radius:22px !important;
}
.local-guide-visual .local-guide-photo{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  border-radius:22px !important;
}
@media(max-width:900px){
  .local-guide-visual{
    min-height:420px !important;
  }
}
