/*
 Theme Name:   Astra Child - Overland Timur
 Theme URI:    https://overlandtimur.com/
 Description:  Child theme of Astra for Overland Timur. Green "land/overland" palette.
 Author:       Overland Timur
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  astra-child-overland
*/

/* =========================================================
   Overland Timur — Green land palette
   ---------------------------------------------------------
   Forest    #1B4332  (headers, footer, primary buttons)
   Green     #2D6A4F  (primary brand)
   Fresh     #52B788  (accent / hover)
   Mist      #D8F3DC  (light section background)
   Cream     #FAF9F6  (page background)
   Ink       #1C2B24  (body text, dark green-charcoal)
   ========================================================= */

:root {
  --ot-forest: #1B4332;
  --ot-green:  #2D6A4F;
  --ot-fresh:  #52B788;
  --ot-mist:   #D8F3DC;
  --ot-cream:  #FAF9F6;
  --ot-ink:    #1C2B24;
}

body {
  background-color: var(--ot-cream);
  color: var(--ot-ink);
}

/* Links & accents */
a { color: var(--ot-green); }
a:hover, a:focus { color: var(--ot-forest); }

/* Buttons */
.ast-button,
.wp-block-button__link,
button,
input[type="submit"],
.elementor-button {
  background-color: var(--ot-green);
  border-color: var(--ot-green);
  color: #fff;
}
.ast-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  background-color: var(--ot-forest);
  border-color: var(--ot-forest);
  color: #fff;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.entry-title { color: var(--ot-forest); }

/* Site header / footer */
.site-header { border-bottom: 3px solid var(--ot-fresh); }
.site-footer,
footer.site-footer { background-color: var(--ot-forest); color: var(--ot-mist); }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--ot-fresh); }

/* Light "land" section helper — add class .ot-section-mist to any section */
.ot-section-mist { background-color: var(--ot-mist); }

/* =========================================================
   Overland Timur — Premium homepage
   ========================================================= */
.ot-home *{box-sizing:border-box}
.ot-home img{max-width:100%;height:auto}
.ot-container{max-width:1180px;margin:0 auto;padding:0 24px}
.ot-kicker{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ot-fresh);margin-bottom:14px}
.ot-section{padding:88px 0}
.ot-section--mist{background:linear-gradient(180deg,#F0F7F1 0%,#FAF9F6 100%)}
.ot-section h2{font-size:clamp(28px,3.2vw,42px);line-height:1.15;color:var(--ot-forest);margin:0 0 18px;font-weight:800}
.ot-section .ot-lead{font-size:18px;line-height:1.8;color:#3d4a43;max-width:760px}

/* Hero */
.ot-hero{position:relative;overflow:hidden;color:#fff;text-align:center;
  background:linear-gradient(180deg,rgba(18,46,34,.70) 0%,rgba(18,46,34,.62) 45%,rgba(18,46,34,.86) 100%),
    url('/wp-content/uploads/overland/hero-kelimutu.jpg') center 60%/cover no-repeat,
    radial-gradient(120% 120% at 50% -10%,#2D6A4F 0%,#1B4332 55%,#122e22 100%)}
.ot-hero::after{content:"";position:absolute;inset:0;opacity:.12;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 60L30 0l30 60z' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E")}
.ot-hero__inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:120px 24px 130px}
.ot-hero__inner{text-align:center}
.ot-hero__eyebrow,.ot-hero__sub,.ot-hero__cta{max-width:760px;margin-left:auto;margin-right:auto}
.ot-hero__title{max-width:none;text-align:center}
.ot-hero__eyebrow{text-align:center}
.ot-home .ot-hero__logo{height:90px;width:auto;margin:0 auto 24px;opacity:.98}
.ot-hero__eyebrow{font-size:13px;letter-spacing:.32em;text-transform:uppercase;color:#a7e3c2;margin:0 auto 10px;font-weight:600}
.ot-hero__title{font-size:clamp(48px,8vw,96px);line-height:.98;font-weight:800;margin:0 0 22px;letter-spacing:-.02em;color:#fff}
.ot-hero__title span{color:#f2b64c}
.ot-hero__sub{font-size:clamp(16px,2vw,20px);line-height:1.7;color:#dff1e6;max-width:640px;margin:0 auto 36px}
.ot-hero__cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ot-hero__cta a,.ot-btn{text-decoration:none !important}
.ot-btn svg{width:20px;height:20px;flex:none}
.ot-btn--primary{color:#1B4332 !important}
.ot-btn--ghost{color:#fff !important}
.ot-btn--ghost:hover{background:#fff !important;color:var(--ot-forest) !important}
.ot-hero__wave{position:absolute;bottom:-1px;left:0;width:100%;height:70px;z-index:2;display:block}

/* Buttons */
.ot-btn{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;border-radius:999px;font-weight:700;font-size:16px;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease}
.ot-btn--primary{background:#f2b64c;color:#1B4332;box-shadow:0 10px 24px rgba(242,182,76,.35)}
.ot-btn--primary:hover{transform:translateY(-2px);color:#1B4332}
.ot-btn--ghost{background:rgba(255,255,255,.10);color:#fff;border:1.5px solid rgba(255,255,255,.55)}
.ot-btn--ghost:hover{background:#fff;color:var(--ot-forest);transform:translateY(-2px)}
.ot-btn--green{background:var(--ot-green);color:#fff}
.ot-btn--green:hover{background:var(--ot-forest);color:#fff;transform:translateY(-2px)}

/* Product grid */
.ot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:40px}
@media(max-width:900px){.ot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.ot-grid{grid-template-columns:1fr}}
.ot-card,.ot-card *{text-decoration:none !important}
.ot-card{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;text-decoration:none;
  border:1px solid #e7ece8;box-shadow:0 6px 20px rgba(27,67,50,.06);transition:transform .18s ease,box-shadow .2s ease}
.ot-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(27,67,50,.16)}
.ot-card__media{position:relative;height:170px;display:flex;align-items:flex-end;padding:16px}
.ot-card__badge{background:rgba(255,255,255,.92);color:var(--ot-forest);font-weight:800;font-size:13px;padding:6px 14px;border-radius:999px}
.ot-card__body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.ot-card__body h3{margin:0 0 8px;color:var(--ot-forest);font-size:21px;font-weight:800}
.ot-card__body p{margin:0 0 18px;color:#5b665f;font-size:15px;line-height:1.6;flex:1}
.ot-card__foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef2ef;padding-top:16px}
.ot-price{color:var(--ot-green);font-weight:800;font-size:16px}
.ot-price small{display:block;font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#9aa89f}
.ot-card__link{color:var(--ot-fresh);font-weight:700;font-size:14px}

/* Feature strip */
.ot-features{background:var(--ot-forest);color:#eafaf0}
.ot-features h2{color:#fff}
.ot-features .ot-kicker{color:#8fe0b3}
.ot-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:38px}
@media(max-width:860px){.ot-feat-grid{grid-template-columns:1fr 1fr}}
.ot-feat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:24px}
.ot-feat h4{margin:0 0 6px;color:#fff;font-size:17px}
.ot-feat p{margin:0;color:#b9d9c6;font-size:14px;line-height:1.6}

/* CTA */
.ot-cta{background:radial-gradient(120% 140% at 50% 0%,#2D6A4F,#1B4332);color:#fff;text-align:center;padding:80px 24px}
.ot-cta h2{color:#fff;font-size:clamp(26px,3vw,38px);margin:0 0 14px;font-weight:800}
.ot-cta p{color:#cfe9d9;font-size:18px;margin:0 0 30px}

/* Hide the default page title on the homepage */
.home .ast-title-bar,.page-template-homepage .entry-title{display:none}

/* =========================================================
   Top bar (contact + language + social)
   ========================================================= */
.ot-topbar{background:var(--ot-forest);color:#dff1e6;font-size:13.5px}
.ot-topbar__inner{max-width:1240px;margin:0 auto;padding:9px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.ot-topbar a{color:#dff1e6;text-decoration:none;display:inline-flex;align-items:center;gap:7px;transition:color .15s}
.ot-topbar a:hover{color:#fff}
.ot-topbar svg{width:16px;height:16px;flex:none}
.ot-topbar__left{display:flex;align-items:center;gap:22px}
.ot-topbar__right{display:flex;align-items:center;gap:20px}
.ot-lang{display:inline-flex;align-items:center;gap:6px;color:#8fe0b3}
.ot-lang svg{width:15px;height:15px}
.ot-lang a{font-weight:600;padding:0}
.ot-lang a.is-active{color:#f2b64c}
.ot-lang span{opacity:.5}
.ot-social{display:inline-flex;align-items:center;gap:6px}
.ot-social a{width:30px;height:30px;justify-content:center;border-radius:50%;background:rgba(255,255,255,.10)}
.ot-social a:hover{background:var(--ot-fresh);color:var(--ot-forest);transform:translateY(-1px)}
.ot-social svg{width:15px;height:15px}
.ot-social a.ot-social--wa:hover{background:#25D366;color:#fff}
@media(max-width:782px){.ot-hide-sm{display:none !important}.ot-topbar__inner{padding:8px 16px;gap:10px}.ot-topbar__left{gap:12px}.ot-topbar__right{gap:12px}.ot-topbar{font-size:12.5px}}

/* Header polish + dropdown menu */
.main-header-menu .sub-menu,.ast-desktop .sub-menu{border-top:3px solid var(--ot-fresh);box-shadow:0 16px 40px rgba(27,67,50,.18);border-radius:0 0 10px 10px;padding:6px 0}
.main-header-menu .sub-menu a{font-size:14.5px}
.ast-menu-toggle,.main-header-menu a{font-weight:600}
.main-header-menu > .menu-item-has-children > a::after{content:"";display:inline-block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-left:7px;vertical-align:2px;opacity:.7}

/* =========================================================
   Cookie consent (Complianz) — brand it green
   ========================================================= */
.cmplz-cookiebanner{border-radius:16px !important;border:none !important;box-shadow:0 24px 60px rgba(18,46,34,.28) !important;overflow:hidden;font-family:inherit !important}
.cmplz-cookiebanner .cmplz-header{border-top:5px solid var(--ot-green)}
.cmplz-cookiebanner .cmplz-title{color:var(--ot-forest) !important;font-weight:800 !important}
.cmplz-cookiebanner .cmplz-body,.cmplz-cookiebanner .cmplz-message{color:#4a564f !important}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{border-radius:999px !important;font-weight:700 !important;padding:12px 22px !important;transition:transform .15s,background .2s}
.cmplz-cookiebanner .cmplz-btn.cmplz-accept,.cmplz-cookiebanner .cmplz-btn.cmplz-accept-all{background:var(--ot-green) !important;border-color:var(--ot-green) !important;color:#fff !important}
.cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover{background:var(--ot-forest) !important;transform:translateY(-1px)}
.cmplz-cookiebanner .cmplz-btn.cmplz-deny,.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,.cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences{background:transparent !important;border:1.5px solid #cfd8d2 !important;color:var(--ot-forest) !important}
.cmplz-cookiebanner .cmplz-btn.cmplz-deny:hover,.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences:hover{border-color:var(--ot-green) !important;background:var(--ot-mist) !important}
.cmplz-cookiebanner a{color:var(--ot-green) !important}
.cmplz-cookiebanner .cmplz-links .cmplz-link{font-size:13px}

/* =========================================================
   Premium elegant header (logo + sticky + shrink + CTA)
   ========================================================= */
#masthead{position:sticky;top:0;z-index:99;background:#fff;transition:box-shadow .28s ease,background .28s ease}
body.ot-stuck #masthead{box-shadow:0 10px 30px rgba(27,67,50,.10);border-bottom:1px solid #eef2ef}
.main-header-bar{transition:padding .25s ease;padding-top:14px;padding-bottom:14px;border-bottom:none}
body.ot-stuck .main-header-bar{padding-top:6px;padding-bottom:6px}
/* logo */
.site-title,.ast-site-title-wrap .site-title{display:none !important}
.custom-logo,.ast-logo-title-inline .custom-logo-link img{height:56px !important;width:auto !important;transition:height .25s ease}
body.ot-stuck .custom-logo{height:44px !important}
/* elegant top-level menu */
.ast-desktop .main-header-menu > .menu-item > a{text-transform:uppercase;letter-spacing:.07em;font-size:13.5px;font-weight:600;color:var(--ot-forest);padding-left:18px;padding-right:18px;position:relative}
.ast-desktop .main-header-menu > .menu-item > a::before{content:"";position:absolute;left:18px;right:18px;bottom:12px;height:2px;background:var(--ot-fresh);transform:scaleX(0);transform-origin:left center;transition:transform .28s ease;border-radius:2px}
.ast-desktop .main-header-menu > .menu-item:hover > a::before,.ast-desktop .main-header-menu > .current-menu-item > a::before{transform:scaleX(1)}
.ast-desktop .main-header-menu > .current-menu-item > a{color:var(--ot-green)}
/* dropdown caret already styled; refine submenu */
.ast-desktop .main-header-menu .sub-menu{min-width:250px}
.ast-desktop .main-header-menu .sub-menu a{text-transform:none;letter-spacing:0;font-weight:600;color:#3d4a43;padding:11px 22px}
.ast-desktop .main-header-menu .sub-menu a:hover{background:var(--ot-mist);color:var(--ot-forest)}
/* keep nav items vertically centered */
.ast-desktop .main-header-menu{align-items:center}
.ast-desktop .main-header-menu > .menu-item{display:flex;align-items:center}
/* CTA button in nav — fixed-height pill */
.ast-desktop .main-header-menu .ot-nav-cta{margin-left:14px}
.ast-desktop .main-header-menu .ot-nav-cta > a{display:inline-flex;align-items:center;height:46px;line-height:1;padding:0 26px !important;background:var(--ot-green);color:#fff !important;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:700;box-shadow:0 8px 20px rgba(45,106,79,.30);transition:transform .15s,background .2s}
body.ot-stuck .ast-desktop .main-header-menu .ot-nav-cta > a{height:40px}
.ast-desktop .main-header-menu .ot-nav-cta > a::before,.ast-desktop .main-header-menu .ot-nav-cta > a::after{display:none !important}
.ast-desktop .main-header-menu .ot-nav-cta:hover > a{background:var(--ot-forest);transform:translateY(-2px)}
/* top bar hides on scroll for a compact sticky header */
.ot-topbar{transition:margin-top .3s ease,opacity .3s ease}
body.ot-stuck .ot-topbar{margin-top:-48px;opacity:0}

/* =========================================================
   Overland Timur — Custom premium header (replaces Astra header)
   ========================================================= */
#masthead{display:none !important}

.ot-hdr{position:relative;z-index:9999}
.ot-hdr *{box-sizing:border-box}
.ot-hdr__search svg,.ot-hdr__phico svg,.ot-social svg,.ot-hdr__book svg,.ot-hdr__list svg{width:18px;height:18px;display:block}
.ot-hdr__top{background:var(--ot-forest);color:#dff1e6;font-size:13.5px;overflow:hidden;transition:height .3s ease,opacity .3s ease,padding .3s ease;height:105px}
.ot-hdr__top-inner{max-width:1280px;margin:0 auto;padding:11px 30px 36px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.ot-hdr__top a,.ot-hdr__loc{color:#dff1e6;text-decoration:none;display:inline-flex;align-items:center;gap:8px}
.ot-hdr__top a:hover{color:#fff}
.ot-hdr__top svg{width:16px;height:16px;flex:none;color:var(--ot-fresh)}
.ot-hdr__top-left{display:flex;align-items:center;gap:26px}
.ot-hdr__top-right{display:flex;align-items:center;gap:20px}
.ot-flags{display:inline-flex;align-items:center;gap:9px;font-size:19px}
.ot-flags a{opacity:.45;text-decoration:none;line-height:1;transition:.15s}
.ot-flags a.is-active,.ot-flags a:hover{opacity:1;transform:translateY(-1px)}
.ot-social{display:inline-flex;align-items:center;gap:7px}
.ot-social a{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.10);color:#fff;transition:.18s}
.ot-social svg{width:15px;height:15px}
.ot-social a:hover{background:var(--ot-green);color:#fff !important;transform:translateY(-2px)}
.ot-social a:hover svg{color:#fff}
.ot-social a.ot-social--wa:hover{background:#25D366;color:#fff !important}

/* floating white capsule */
.ot-hdr__barwrap{position:absolute;left:0;right:0;top:60px;padding:0 30px;z-index:60;transition:top .3s ease,padding .3s ease,background .3s ease,box-shadow .3s ease}
.ot-hdr__bar{max-width:1280px;margin:0 auto;background:#fff;border-radius:60px;box-shadow:0 20px 50px rgba(27,67,50,.15);padding:12px 16px 12px 32px;display:flex;align-items:center;gap:22px;transition:border-radius .3s ease,padding .3s ease}
.ot-hdr__logo{flex:none;display:flex;align-items:center}
.ot-hdr__logo img{height:62px;width:auto;display:block;transition:height .25s ease}
.ot-hdr__nav{flex:1;display:flex;justify-content:center}
.ot-hdr__list{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}
.ot-hdr__list li{position:relative}
.ot-hdr__list a{color:var(--ot-forest);text-decoration:none;font-weight:600;font-size:15px;padding:10px 16px;border-radius:10px;display:inline-flex;align-items:center;gap:7px;transition:.15s;white-space:nowrap}
.ot-hdr__list > li > a:hover,.ot-hdr__list > .current-menu-item > a{color:var(--ot-green);background:var(--ot-mist)}
.ot-hdr__list .menu-item-has-children > a::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-4px;opacity:.6}
.ot-hdr__list .sub-menu{position:absolute;top:calc(100% + 14px);left:0;min-width:280px;background:#fff;border-radius:14px;box-shadow:0 22px 55px rgba(27,67,50,.18);border-top:3px solid var(--ot-fresh);padding:8px;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:30}
.ot-hdr__list .sub-menu::before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}
.ot-hdr__list li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.ot-hdr__list .sub-menu a{font-weight:600;font-size:14px;padding:11px 16px;border-radius:9px;width:100%;color:#3d4a43}
.ot-hdr__list .sub-menu a:hover{background:var(--ot-mist);color:var(--ot-forest)}

.ot-hdr__actions{flex:none;display:flex;align-items:center;gap:16px}
.ot-hdr__phone{display:flex;align-items:center;gap:11px;text-decoration:none}
.ot-hdr__phico{width:46px;height:46px;border-radius:50%;background:var(--ot-mist);color:var(--ot-green);display:flex;align-items:center;justify-content:center;flex:none;transition:.15s}
.ot-hdr__phone:hover .ot-hdr__phico{background:var(--ot-green);color:#fff}
.ot-hdr__phico svg{width:20px;height:20px}
.ot-hdr__phtxt{display:flex;flex-direction:column;line-height:1.25}
.ot-hdr__phtxt small{font-size:11px;color:#93a099;text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.ot-hdr__phtxt b{font-size:16px;color:var(--ot-forest);font-weight:800}
.ot-hdr__search{width:46px;height:46px;min-width:46px;padding:0;border-radius:50%;border:1.5px solid #e4eae6;background:#fff;color:var(--ot-forest);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s;flex:0 0 46px}
.ot-hdr__search:hover{border-color:var(--ot-green);color:var(--ot-green)}
.ot-hdr__search svg{width:18px;height:18px}
.ot-hdr__book{background:var(--ot-green);color:#fff !important;text-decoration:none;font-weight:700;font-size:14px;padding:14px 28px;border-radius:999px;white-space:nowrap;box-shadow:0 12px 26px rgba(45,106,79,.32);transition:.15s}
.ot-hdr__book:hover{background:var(--ot-forest);transform:translateY(-2px)}

.ot-hdr__searchbar{max-width:1280px;margin:12px auto 0;background:#fff;border-radius:16px;box-shadow:0 16px 44px rgba(27,67,50,.14);padding:8px;display:none;gap:8px;align-items:center}
.ot-hdr.ot-search-open .ot-hdr__searchbar{display:flex}
.ot-hdr__searchbar input{flex:1;border:none;padding:13px 20px;font-size:16px;outline:none;background:transparent;color:var(--ot-ink)}
.ot-hdr__searchbar button{background:var(--ot-green);color:#fff;border:none;border-radius:12px;width:52px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.ot-hdr__searchbar button svg{width:20px;height:20px}

.ot-hdr__toggle{display:none}
.ot-hdr__toggle,.ot-hdr__toggle:hover,.ot-hdr__toggle:focus,.ot-hdr__toggle:active{background:transparent !important;border:none !important;box-shadow:none !important;outline:none}
.ot-hdr__toggle:hover span{background:var(--ot-green)}
.ot-hdr__mfoot{display:none}
.ot-hdr__mcall{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:var(--ot-mist);text-decoration:none;color:var(--ot-forest)}
.ot-hdr__mcall svg{width:20px;height:20px;color:var(--ot-green);flex:none}
.ot-hdr__mcall small{display:block;font-size:11px;color:#7c8a82;text-transform:uppercase;letter-spacing:.05em;font-weight:600}
.ot-hdr__mcall b{font-size:15px}
.ot-hdr__mbook{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;border-radius:12px;background:var(--ot-green);color:#fff !important;font-weight:700;text-decoration:none;box-shadow:0 12px 26px rgba(45,106,79,.28)}
.ot-hdr__mbook svg{width:20px;height:20px;flex:none}

/* sticky compact */
body.ot-stuck .ot-hdr__top{height:0;opacity:0;padding:0}
body.ot-stuck .ot-hdr__barwrap{position:fixed;top:0;padding-top:8px;padding-bottom:8px;background:#fff;box-shadow:0 8px 30px rgba(27,67,50,.10)}
body.ot-stuck .ot-hdr__bar{box-shadow:none;border-radius:44px}
body.ot-stuck .ot-hdr__logo img{height:48px}

/* responsive */
@media(max-width:1120px){.ot-hdr__phtxt{display:none}.ot-hdr__list a{font-size:14px;padding:9px 12px}}
@media(max-width:980px){
  .ot-hdr__top{height:90px}
  .ot-hdr__top-inner{padding:9px 16px}
  .ot-hdr__barwrap{padding:0 12px;margin-top:0;top:55px}
  .ot-hdr__bar{border-radius:20px;padding:9px 10px 9px 16px;flex-wrap:wrap;gap:10px}
  .ot-hdr__logo img{height:44px}
  body.ot-stuck .ot-hdr__top{height:0}
  body.ot-stuck .ot-hdr__logo img{height:40px}
  .ot-hdr__toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border:none;background:transparent;cursor:pointer;order:3;margin-left:auto;flex:none}
  .ot-hdr__toggle span{display:block;height:2.5px;width:24px;background:var(--ot-forest);border-radius:2px;transition:.2s}
  .ot-hdr.ot-open .ot-hdr__toggle span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
  .ot-hdr.ot-open .ot-hdr__toggle span:nth-child(2){opacity:0}
  .ot-hdr.ot-open .ot-hdr__toggle span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
  .ot-hdr__actions{display:none}
  .ot-hdr__nav{order:5;flex-basis:100%;display:none;max-height:calc(100vh - 150px);overflow-y:auto;-webkit-overflow-scrolling:touch}
  .ot-hdr.ot-open .ot-hdr__nav{display:block}
  .ot-hdr__list{flex-direction:column;align-items:stretch;gap:0;padding:6px 2px 2px}
  .ot-hdr__list > li{border-bottom:1px solid #eef4f0}
  .ot-hdr__list a{font-size:15px;padding:13px 14px}
  .ot-hdr__list > li > a{justify-content:flex-start}
  .ot-hdr__list .menu-item-has-children > a::after{margin-left:auto}
  .ot-hdr__list .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-top:none;padding:0 0 6px 12px;min-width:0}
  .ot-hdr__list .sub-menu a{padding:10px 14px;font-size:14px;color:#5d6b63}
  .ot-hdr__mfoot{display:flex;flex-direction:column;gap:10px;padding:12px 8px 6px}
}
@media(max-width:560px){
  .ot-hide-sm{display:none !important}
  .ot-hdr__loc span{display:inline}
  .ot-hdr__loc{font-size:12px;white-space:nowrap}
  .ot-flags{display:none}
  .ot-hdr__top-inner{gap:10px}
  .ot-hdr__logo img{height:40px}
}

/* =========================================================
   Hero trip filter (Location / Type / Duration / Price)
   ========================================================= */
.ot-herofilter{margin:46px auto 0;max-width:1180px;width:100%;background:#fff;border-radius:18px;box-shadow:0 26px 60px rgba(18,46,34,.30);display:flex;align-items:stretch;padding:10px;position:relative;z-index:3;text-align:left}
.ot-hf__field{flex:1;display:flex;align-items:center;gap:12px;padding:12px 18px;border-right:1px solid #eef2ef;min-width:0}
.ot-hf__ico{width:38px;height:38px;border-radius:10px;background:var(--ot-mist);color:var(--ot-green);display:flex;align-items:center;justify-content:center;flex:none}
.ot-hf__ico svg{width:19px;height:19px}
.ot-hf__wrap{display:flex;flex-direction:column;min-width:0;flex:1}
.ot-hf__wrap label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#93a099;margin:0 0 3px}
.ot-hf__wrap select{border:none;background:transparent;font-size:15px;font-weight:600;color:var(--ot-forest);outline:none;cursor:pointer;padding:0;width:100%;max-width:100%;appearance:none;-webkit-appearance:none;text-overflow:ellipsis}
.ot-hf__btn{flex:none;display:inline-flex;align-items:center;gap:9px;background:var(--ot-green);color:#fff;border:none;border-radius:12px;padding:0 28px;margin-left:8px;font-weight:700;font-size:15px;cursor:pointer;box-shadow:0 10px 24px rgba(45,106,79,.3);transition:.15s}
.ot-hf__btn:hover{background:var(--ot-forest);color:#fff;transform:translateY(-1px)}
.ot-hf__btn svg{width:19px;height:19px}
@media(max-width:820px){
  .ot-herofilter{flex-wrap:wrap;gap:6px;padding:12px}
  .ot-hf__field{flex:1 1 44%;border-right:none;border-bottom:1px solid #eef2ef;padding:10px 12px}
  .ot-hf__btn{flex:1 1 100%;justify-content:center;margin-left:0;padding:15px}
}
@media(max-width:560px){
  .ot-hf__field,.ot-hf__price{flex:1 1 100%}
  .ot-hf__field{padding:11px 14px}
  .ot-hf__wrap select{font-size:16px}
}

/* flash highlight when search icon scrolls to the hero filter */
.ot-herofilter{transition:box-shadow .3s ease,transform .3s ease}
.ot-herofilter.ot-hf-flash{box-shadow:0 0 0 4px var(--ot-fresh),0 26px 60px rgba(18,46,34,.30);transform:translateY(-2px)}

/* =========================================================
   Destinasi Flores — premium arch cards
   ========================================================= */
.ot-dest__grid{display:grid;grid-template-columns:0.9fr 1.25fr;gap:56px;align-items:center}
.ot-badge-pill{display:inline-flex;align-items:center;gap:9px;background:var(--ot-mist);color:var(--ot-green);font-weight:700;font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;padding:9px 18px;border-radius:999px;margin-bottom:22px}
.ot-badge-pill svg{width:16px;height:16px}
.ot-dest__intro h2{font-size:clamp(30px,3.6vw,48px);line-height:1.12;color:var(--ot-forest);font-weight:800;margin:0 0 20px}
.ot-dest__intro h2 span{color:var(--ot-green)}
.ot-dest__intro .ot-lead{margin-bottom:30px}
.ot-dest__intro .ot-btn--green{display:inline-flex;text-decoration:none}
.ot-dest__intro .ot-btn--green svg{width:19px;height:19px}
.ot-dest__cards{display:flex;gap:22px;overflow-x:auto;padding:8px 4px 22px;scroll-snap-type:x mandatory}
.ot-dest__cards::-webkit-scrollbar{height:6px}
.ot-dest__cards::-webkit-scrollbar-thumb{background:#d5ded8;border-radius:6px}
.ot-dcard{flex:0 0 210px;text-decoration:none !important;text-align:center;scroll-snap-align:start}
.ot-dcard__img{height:310px;border-radius:130px 130px 22px 22px;background-size:cover;background-position:center;position:relative;box-shadow:0 18px 42px rgba(27,67,50,.18);display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}
.ot-dcard__img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,46,34,.05) 40%,rgba(20,46,34,.62) 100%)}
.ot-dcard__count{position:relative;z-index:2;background:#f2b64c;color:#1B4332;font-weight:800;font-size:13px;padding:7px 16px;border-radius:999px;box-shadow:0 6px 16px rgba(0,0,0,.18)}
.ot-dcard--feat .ot-dcard__img{border:0}
.ot-dcard--feat .ot-dcard__img::after{background:linear-gradient(180deg,rgba(27,67,50,.25) 0%,rgba(27,67,50,.72) 100%)}
.ot-dcard--feat .ot-dcard__count{background:var(--ot-green);color:#fff}
.ot-dcard:hover .ot-dcard__img{transform:translateY(-8px);box-shadow:0 26px 54px rgba(27,67,50,.26)}
.ot-dcard__label{margin-top:16px}
.ot-dcard__label small{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ot-fresh);font-weight:700;margin-bottom:3px}
.ot-dcard__label b{font-size:20px;color:var(--ot-forest);font-weight:800}
@media(max-width:900px){.ot-dest__grid{grid-template-columns:1fr;gap:34px}}

/* =========================================================
   Hero price range slider
   ========================================================= */
.ot-hf__price{flex:1.25}
.ot-hf__pval{font-size:14px;font-weight:700;color:var(--ot-forest);margin:1px 0 4px}
.ot-range{position:relative;height:22px}
.ot-range__track{position:absolute;top:9px;left:2px;right:2px;height:5px;background:rgba(45,106,79,.16);border-radius:5px}
.ot-range__fill{position:absolute;height:100%;background:var(--ot-green);border-radius:5px}
.ot-range input[type=range]{position:absolute;top:0;left:0;width:100%;height:22px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none}
.ot-range input[type=range]:focus{outline:none}
.ot-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--ot-green);box-shadow:0 2px 8px rgba(27,67,50,.28);cursor:pointer;margin-top:-8px}
.ot-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--ot-green);box-shadow:0 2px 8px rgba(27,67,50,.28);cursor:pointer}
.ot-range input[type=range]::-webkit-slider-runnable-track{background:none;height:5px}
.ot-range input[type=range]::-moz-range-track{background:none}

/* =========================================================
   "Kenali Kami" — trusted operator + floating animated icons
   ========================================================= */
.ot-about2__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}
.ot-about2__visual{position:relative;min-height:480px}
.ot-about2__imgmain{width:80%;height:460px;border-radius:26px;background-size:cover;background-position:center;box-shadow:0 24px 60px rgba(27,67,50,.20)}
.ot-about2__imgsub{position:absolute;right:0;bottom:14px;width:52%;height:236px;border-radius:20px;background-size:cover;background-position:center;border:6px solid #fff;box-shadow:0 20px 44px rgba(27,67,50,.22)}
.ot-about2__badge{position:absolute;top:24px;right:9%;width:120px;height:120px;border-radius:50%;background:#fff;box-shadow:0 16px 36px rgba(27,67,50,.22);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:3px dashed var(--ot-fresh);animation:ot-float-y 4s ease-in-out infinite}
.ot-about2__badge b{font-size:30px;color:var(--ot-green);font-weight:900;line-height:1}
.ot-about2__badge span{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ot-forest);margin-top:4px;line-height:1.25}
.ot-float{position:absolute;color:var(--ot-fresh);z-index:3}
.ot-float svg{width:100%;height:100%}
.ot-float--plane{width:46px;height:46px;top:-8px;left:-12px;color:#f2b64c;filter:drop-shadow(0 6px 12px rgba(242,182,76,.4));animation:ot-plane 6s ease-in-out infinite}
.ot-float--leaf{width:34px;height:34px;bottom:2px;left:-16px;color:var(--ot-green);animation:ot-float-y 5s ease-in-out infinite}
.ot-float--compass{width:44px;height:44px;top:46%;right:-16px;color:var(--ot-green);background:#fff;border-radius:50%;padding:9px;box-shadow:0 12px 26px rgba(27,67,50,.18);animation:ot-float-y 4.6s ease-in-out .5s infinite}
@keyframes ot-float-y{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}
@keyframes ot-plane{0%{transform:translate(0,0) rotate(-10deg)}50%{transform:translate(15px,-13px) rotate(6deg)}100%{transform:translate(0,0) rotate(-10deg)}}
.ot-about2__body h2{font-size:clamp(28px,3.4vw,44px);line-height:1.14;color:var(--ot-forest);font-weight:800;margin:0 0 18px}
.ot-about2__body h2 span{color:var(--ot-green)}
.ot-about2__body .ot-lead{margin-bottom:26px}
.ot-about2__feats{display:grid;grid-template-columns:1fr 1fr;gap:26px;padding:26px 0;border-top:1px solid #e7ece8;border-bottom:1px solid #e7ece8}
.ot-feat2{display:flex;gap:14px}
.ot-feat2__ic{flex:none;width:52px;height:52px;border-radius:14px;background:var(--ot-mist);color:var(--ot-green);display:flex;align-items:center;justify-content:center}
.ot-feat2__ic svg{width:24px;height:24px}
.ot-feat2__tx b{display:block;color:var(--ot-forest);font-size:17px;font-weight:800;margin-bottom:5px}
.ot-feat2__tx p{margin:0;color:#5b665f;font-size:14px;line-height:1.6}
.ot-about2__foot{display:flex;align-items:center;gap:28px;margin:28px 0 30px}
.ot-about2__award{flex:none;width:132px;height:132px;border-radius:20px;background:var(--ot-mist);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;color:var(--ot-green)}
.ot-about2__award svg{width:36px;height:36px}
.ot-about2__award b{color:var(--ot-forest);font-size:13px;font-weight:800;line-height:1.3}
.ot-checks{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:15px 22px}
.ot-checks li{display:flex;align-items:center;gap:10px;color:var(--ot-forest);font-weight:600;font-size:15px}
.ot-checks svg{width:21px;height:21px;color:var(--ot-green);flex:none}
.ot-about2__body .ot-btn--green{text-decoration:none;display:inline-flex}
@media(prefers-reduced-motion:reduce){.ot-float,.ot-about2__badge{animation:none}}
@media(max-width:900px){.ot-about2__grid{grid-template-columns:1fr;gap:80px}.ot-about2__feats,.ot-checks{grid-template-columns:1fr}.ot-about2__foot{flex-direction:column;align-items:flex-start;gap:20px}.ot-about2__visual{min-height:440px}}

/* =========================================================
   Destinasi Flores — original bento grid (v2)
   ========================================================= */
.ot-dest__head{text-align:center;max-width:640px;margin:0 auto 46px}
.ot-dest__head .ot-kicker{color:var(--ot-fresh)}
.ot-dest__head h2{font-size:clamp(28px,3.4vw,44px);color:var(--ot-forest);font-weight:800;margin:0 0 14px}
.ot-dest__head h2 span{color:var(--ot-green)}
.ot-dest__head .ot-lead{margin:0 auto}
.ot-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:232px;gap:20px}
.ot-bento{position:relative;overflow:hidden;border-radius:22px;text-decoration:none !important;background-size:cover;background-position:center;box-shadow:0 14px 34px rgba(27,67,50,.14);display:flex;flex-direction:column;justify-content:flex-end}
.ot-bento::before{content:"";position:absolute;inset:0;background-image:inherit;background-size:cover;background-position:center;transition:transform .6s ease;z-index:0}
.ot-bento::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(13,34,25,.86));z-index:1}
.ot-bento:hover::before{transform:scale(1.09)}
.ot-bento--tall{grid-row:span 2}
.ot-bento--wide{grid-column:span 2}
.ot-bento__count{position:absolute;top:16px;left:16px;z-index:2;background:rgba(255,255,255,.92);color:var(--ot-forest);font-weight:800;font-size:12.5px;padding:6px 14px;border-radius:999px}
.ot-bento__ov{position:relative;z-index:2;padding:24px}
.ot-bento__ov small{display:block;color:#a7e3c2;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.ot-bento__ov h3{margin:0;color:#fff;font-size:23px;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:10px}
.ot-bento__go{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.20);display:flex;align-items:center;justify-content:center;flex:none;transition:.2s}
.ot-bento__go svg{width:18px;height:18px;color:#fff}
.ot-bento:hover .ot-bento__go{background:var(--ot-green);transform:rotate(-45deg)}
@media(max-width:900px){.ot-bento-grid{grid-template-columns:1fr 1fr;grid-auto-rows:200px}.ot-bento--tall{grid-row:span 1}}
@media(max-width:560px){.ot-bento-grid{grid-template-columns:1fr}.ot-bento--wide{grid-column:span 1}}

/* =========================================================
   Kenapa Overland Timur — original stats + feature cards (v2)
   ========================================================= */
.ot-why__grid{display:grid;grid-template-columns:1fr 1.12fr;gap:60px;align-items:center}
.ot-why__left h2{font-size:clamp(28px,3.4vw,44px);line-height:1.16;color:var(--ot-forest);font-weight:800;margin:14px 0 18px}
.ot-why__left h2 span{color:var(--ot-green)}
.ot-why__left .ot-lead{margin-bottom:28px}
.ot-why__stats{display:flex;gap:38px;margin-bottom:32px}
.ot-why-stat b{display:block;font-size:36px;font-weight:900;color:var(--ot-green);line-height:1}
.ot-why-stat span{font-size:13px;color:#5b665f;font-weight:600}
.ot-why__left .ot-btn--green{text-decoration:none;display:inline-flex}
.ot-why__cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ot-why-card{background:#fff;border:1px solid #e7ece8;border-radius:18px;padding:26px 22px;box-shadow:0 8px 24px rgba(27,67,50,.06);transition:transform .2s ease,box-shadow .2s ease}
.ot-why-card:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(27,67,50,.14)}
.ot-why-card__ic{display:flex;width:54px;height:54px;border-radius:15px;background:var(--ot-mist);color:var(--ot-green);align-items:center;justify-content:center;margin-bottom:16px}
.ot-why-card__ic svg{width:26px;height:26px}
.ot-why-card b{display:block;color:var(--ot-forest);font-size:18px;font-weight:800;margin-bottom:8px}
.ot-why-card p{margin:0;color:#5b665f;font-size:14px;line-height:1.65}
@media(max-width:900px){.ot-why__grid{grid-template-columns:1fr;gap:40px}}
@media(max-width:520px){.ot-why__cards{grid-template-columns:1fr}.ot-why__stats{gap:24px}}

/* =========================================================
   Kenapa Overland Timur — modern v3 (image + floating stats + reveal)
   ========================================================= */
.ot-why__grid{grid-template-columns:0.92fr 1.12fr !important;gap:64px;align-items:center}
.ot-why__media{position:relative}
.ot-why__blob{position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,var(--ot-fresh),transparent 70%);opacity:.22;top:-34px;left:-46px;z-index:0;filter:blur(8px);animation:ot-float-y 6s ease-in-out infinite}
.ot-why__img{position:relative;z-index:1;aspect-ratio:4/5;border-radius:28px;background-size:cover;background-position:center;box-shadow:0 30px 70px rgba(27,67,50,.22)}
.ot-why__stat{position:absolute;z-index:2;background:#fff;border-radius:18px;padding:16px 22px;box-shadow:0 20px 44px rgba(27,67,50,.18);text-align:center;animation:ot-float-y 5s ease-in-out infinite}
.ot-why__stat b{display:block;font-size:28px;font-weight:900;color:var(--ot-green);line-height:1}
.ot-why__stat span{font-size:12px;color:#5b665f;font-weight:600}
.ot-why__stat--a{top:30px;left:-30px}
.ot-why__stat--b{bottom:34px;right:-26px;animation-delay:.7s}
.ot-why__content .ot-kicker{color:var(--ot-fresh)}
.ot-why__content h2{font-size:clamp(28px,3.4vw,44px);line-height:1.16;color:var(--ot-forest);font-weight:800;margin:14px 0 18px}
.ot-why__content h2 span{color:var(--ot-green)}
.ot-why__content .ot-lead{margin-bottom:30px}
.ot-why__feats{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:32px}
.ot-wf{display:flex;gap:14px;padding:18px;border-radius:16px;background:linear-gradient(180deg,#fff,#f5faf7);border:1px solid #eef3f0;transition:transform .2s ease,box-shadow .2s ease}
.ot-wf:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(27,67,50,.13)}
.ot-wf__ic{flex:none;width:46px;height:46px;border-radius:13px;background:var(--ot-mist);color:var(--ot-green);display:flex;align-items:center;justify-content:center;transition:.2s ease}
.ot-wf:hover .ot-wf__ic{background:var(--ot-green);color:#fff;transform:rotate(-6deg)}
.ot-wf__ic svg{width:23px;height:23px}
.ot-wf__tx b{display:block;color:var(--ot-forest);font-size:16px;font-weight:800;margin-bottom:4px}
.ot-wf__tx p{margin:0;color:#5b665f;font-size:13.5px;line-height:1.55}
@media(max-width:900px){.ot-why__grid{grid-template-columns:1fr !important;gap:72px}.ot-why__stat--a{left:0}.ot-why__stat--b{right:0}}
@media(max-width:560px){.ot-why__feats{grid-template-columns:1fr}}

/* scroll-reveal (used across sections) */
.ot-jsreveal .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}
.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* Kenapa — cutout image (transparent PNG floats with drop-shadow) */
.ot-why__media img.ot-why__img{aspect-ratio:auto;border-radius:0;background:none;box-shadow:none;width:100%;height:auto;position:relative;z-index:1;filter:drop-shadow(0 24px 34px rgba(27,67,50,.30));animation:ot-float-y 7s ease-in-out infinite}
.ot-why__media{padding:10px}
.ot-why__stat--a{top:6%;left:-14px}
.ot-why__stat--b{bottom:8%;right:-6px}

/* Kenapa — plane looping around the banner */
.ot-why{position:relative}
.ot-why__plane{position:absolute;top:0;left:0;width:40px;height:40px;color:#f2b64c;z-index:6;pointer-events:none;filter:drop-shadow(0 6px 10px rgba(242,182,76,.5));offset-path:path('M 40,300 C 40,90 260,60 610,60 C 960,60 1150,120 1150,300 C 1150,480 960,540 610,540 C 260,540 40,510 40,300 Z');offset-rotate:auto;animation:ot-fly 20s linear infinite}
.ot-why__plane svg{width:100%;height:100%;display:block}
@keyframes ot-fly{to{offset-distance:100%}}
@media(max-width:900px){.ot-why__plane{display:none}}
@media(prefers-reduced-motion:reduce){.ot-why__plane{animation:none;display:none}}

/* =========================================================
   Paket Trip — auto-slide carousel (dynamic cards)
   ========================================================= */
.ot-cr__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:34px}
.ot-cr__head h2{margin:8px 0 0}
.ot-cr__nav{display:flex;gap:12px;flex:none}
.ot-cr__nav button{width:52px;height:52px;border-radius:50%;border:1.5px solid #cfe0d6;background:#fff;color:var(--ot-forest);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease}
.ot-cr__nav button:hover{background:var(--ot-green);color:#fff;border-color:var(--ot-green);transform:translateY(-2px);box-shadow:0 10px 22px rgba(45,106,79,.28)}
.ot-cr__nav svg{width:20px;height:20px}
.ot-carousel{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px 2px 16px;cursor:grab}
.ot-carousel::-webkit-scrollbar{display:none}
.ot-carousel.ot-drag{cursor:grabbing;scroll-snap-type:none}
.ot-carousel.ot-drag .ot-card{pointer-events:none}
.ot-carousel .ot-card{flex:0 0 clamp(300px,calc((100% - 52px)/3),400px);scroll-snap-align:start}
@media(max-width:900px){.ot-carousel .ot-card{flex-basis:calc((100% - 26px)/2)}}
@media(max-width:640px){.ot-carousel .ot-card{flex-basis:85%}}
/* dynamic card media zoom */
.ot-carousel .ot-card__media{overflow:hidden;height:206px;background-size:cover;background-position:center}
.ot-carousel .ot-card__media::before{content:"";position:absolute;inset:0;background-image:inherit;background-size:cover;background-position:center;transition:transform .6s ease;z-index:0}
.ot-carousel .ot-card__media>*{position:relative;z-index:2}
.ot-carousel .ot-card:hover .ot-card__media::before{transform:scale(1.09)}
.ot-carousel .ot-card:hover{transform:translateY(-8px)}

/* plane smoke/exhaust trail (behind the plane, follows rotation) */
.ot-why__plane::before{content:"";position:absolute;top:50%;right:86%;transform:translateY(-50%);width:72px;height:12px;border-radius:999px;background:radial-gradient(closest-side,rgba(150,168,158,.55),rgba(150,168,158,0));filter:blur(3px);box-shadow:-20px 0 0 -2px rgba(150,168,158,.34),-40px 0 0 -4px rgba(150,168,158,.2),-58px 0 0 -6px rgba(150,168,158,.12);pointer-events:none;animation:ot-smoke 1.3s ease-in-out infinite}
@keyframes ot-smoke{0%,100%{opacity:.8;width:72px}50%{opacity:.5;width:86px}}

/* =========================================================
   Fasilitas — dual auto-scroll marquee (original)
   ========================================================= */
.ot-fac{background:linear-gradient(180deg,#F0F7F1 0%,#eafaf0 100%);overflow:hidden}
.ot-fac__head{text-align:center;max-width:680px;margin:0 auto 46px}
.ot-fac__head .ot-kicker{color:var(--ot-fresh)}
.ot-fac__head h2{font-size:clamp(28px,3.4vw,44px);color:var(--ot-forest);font-weight:800;margin:0 0 14px}
.ot-fac__head h2 span{color:var(--ot-green)}
.ot-fac__head .ot-lead{margin:0 auto}
.ot-mq-row{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.ot-mq-row + .ot-mq-row{margin-top:18px}
.ot-marquee{display:flex;gap:16px;width:max-content;animation:ot-mq 40s linear infinite}
.ot-marquee--rev{animation-direction:reverse}
.ot-mq-row:hover .ot-marquee{animation-play-state:paused}
.ot-pill{flex:none;display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid #e7ece8;border-radius:999px;padding:10px 24px 10px 10px;box-shadow:0 8px 22px rgba(27,67,50,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.ot-pill:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(27,67,50,.13);border-color:var(--ot-fresh)}
.ot-pill__ic{width:44px;height:44px;border-radius:50%;background:var(--ot-mist);color:var(--ot-green);display:flex;align-items:center;justify-content:center;flex:none}
.ot-pill__ic svg{width:22px;height:22px}
.ot-pill b{color:var(--ot-forest);font-size:15px;font-weight:700;white-space:nowrap}
@keyframes ot-mq{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.ot-marquee{animation:none}}

/* =========================================================
   Testimoni — interactive auto-rotate (original)
   ========================================================= */
.ot-testi{background:radial-gradient(120% 130% at 50% -10%,#245c43,#132b20);color:#eafaf0;overflow:hidden}
.ot-testi .ot-kicker{color:#8fe0b3}
.ot-testi__head{text-align:center;max-width:700px;margin:0 auto 44px}
.ot-testi__head h2{color:#fff;font-size:clamp(28px,3.4vw,44px);font-weight:800;margin:0}
.ot-testi__head h2 span{color:#f2b64c}
.ot-testi__stage{position:relative;max-width:840px;margin:0 auto;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:58px 48px 40px}
.ot-testi__mark{position:absolute;top:6px;left:38px;font-family:Georgia,'Times New Roman',serif;font-size:130px;line-height:1;color:rgba(242,182,76,.35);pointer-events:none}
.ot-testi__items{position:relative;min-height:200px}
.ot-testi__item{position:absolute;inset:0;margin:0;opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease;pointer-events:none;text-align:center}
.ot-testi__item.is-active{opacity:1;transform:none;position:relative;pointer-events:auto}
.ot-testi__item p{font-size:clamp(17px,2.1vw,23px);line-height:1.7;color:#eafaf0;font-weight:500;margin:0 0 24px}
.ot-testi__by{display:flex;flex-direction:column;align-items:center;gap:3px}
.ot-testi__stars{color:#f2b64c;display:inline-flex;gap:3px;margin-bottom:6px}
.ot-testi__stars svg{width:18px;height:18px}
.ot-testi__by b{color:#fff;font-size:17px;font-weight:800}
.ot-testi__role{color:#a7e3c2;font-size:13px}
.ot-testi__dots{display:flex;justify-content:center;gap:12px;margin-top:32px}
.ot-testi__dot{width:50px;height:50px;border-radius:50%;border:2px solid transparent;color:#fff;font-weight:800;font-size:14px;letter-spacing:.02em;cursor:pointer;opacity:.5;transition:.2s ease}
.ot-testi__dot.is-active{opacity:1;border-color:#fff;transform:scale(1.12);box-shadow:0 8px 20px rgba(0,0,0,.3)}
.ot-testi__dot:hover{opacity:.9}
@media(max-width:600px){.ot-testi__stage{padding:46px 22px 32px}.ot-testi__mark{font-size:96px;left:20px}}

/* nav arrows fix */
.ot-cr__nav button{box-sizing:border-box;padding:0}
.ot-cr__nav button svg{width:22px !important;height:22px !important;display:block}

/* Paket Trip — pinned "hanging photo" cards (creative) */
.ot-carousel{padding-top:32px}
.ot-carousel .ot-card{position:relative;overflow:visible;transform:rotate(-1.6deg);transform-origin:top center;transition:transform .28s ease,box-shadow .28s ease;box-shadow:0 16px 34px rgba(27,67,50,.15)}
.ot-carousel .ot-card:nth-child(2n){transform:rotate(1.6deg)}
.ot-carousel .ot-card:nth-child(3n){transform:rotate(-.7deg)}
.ot-carousel .ot-card:hover{transform:rotate(0) translateY(-10px);box-shadow:0 28px 52px rgba(27,67,50,.24);z-index:3}
.ot-carousel .ot-card__media{border-radius:18px 18px 0 0}
.ot-carousel .ot-card::before{content:"";position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 34% 30%,#f8cd76,#d89726);box-shadow:0 7px 13px rgba(0,0,0,.3),inset 0 -3px 4px rgba(0,0,0,.22),inset 0 3px 3px rgba(255,255,255,.55);z-index:6}
.ot-carousel .ot-card::after{content:"";position:absolute;top:3px;left:50%;transform:translateX(-50%);width:3px;height:14px;background:linear-gradient(#c98f22,#a5741a);border-radius:2px;z-index:5;opacity:.85}

/* =========================================================
   Testimoni — masonry wall (vertical auto-scroll columns)
   ========================================================= */
.ot-testi__head{margin-bottom:42px}
.ot-testi__wall{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;height:560px;overflow:hidden;-webkit-mask:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent);mask:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent)}
.ot-testi__col{display:flex;flex-direction:column;gap:22px;height:max-content;animation:ot-tup 34s linear infinite;will-change:transform}
.ot-testi__col--down{animation:ot-tdown 40s linear infinite}
.ot-testi__wall:hover .ot-testi__col{animation-play-state:running}
@keyframes ot-tup{to{transform:translateY(-50%)}}
@keyframes ot-tdown{from{transform:translateY(-50%)}to{transform:translateY(0)}}
.ot-tcard{background:#fff;border-radius:18px;padding:24px 22px;box-shadow:0 14px 34px rgba(0,0,0,.16)}
.ot-tcard__stars{color:#f2b64c;display:inline-flex;gap:3px}
.ot-tcard p{color:#3d4a43;font-size:14.5px;line-height:1.7;margin:12px 0 18px}
.ot-tcard__by{display:flex;align-items:center;gap:12px}
.ot-tcard__av{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:none}
.ot-tcard__av img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ot-tcard__av svg{width:27px;height:27px}
.ot-tcard__nm{display:flex;flex-direction:column}
.ot-tcard__nm b{color:var(--ot-forest);font-size:15px;font-weight:800}
.ot-tcard__nm span{color:#93a099;font-size:12px}
@media(max-width:800px){.ot-testi__wall{grid-template-columns:1fr 1fr;height:520px}.ot-testi__col:nth-child(3){display:none}}
@media(max-width:520px){.ot-testi__wall{grid-template-columns:1fr;height:480px}.ot-testi__col:nth-child(2){display:none}}
@media(prefers-reduced-motion:reduce){.ot-testi__col{animation:none}}

/* =========================================================
   Dream / promo banner (original wording + support image)
   ========================================================= */
.ot-dream{position:relative;overflow:hidden;background:#132b20}
.ot-dream__bg{position:absolute;inset:0;background-size:cover;background-position:center right}
.ot-dream::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,46,34,.96) 0%,rgba(18,46,34,.82) 40%,rgba(18,46,34,.25) 68%,rgba(18,46,34,0) 100%)}
.ot-dream__inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:96px 24px;min-height:440px;display:flex;align-items:center}
.ot-dream__box{max-width:580px}
.ot-dream__box .ot-kicker{color:#f2b64c}
.ot-dream__box h2{color:#fff;font-size:clamp(30px,3.8vw,50px);line-height:1.12;font-weight:800;margin:12px 0 18px}
.ot-dream__box h2 span{color:#f2b64c}
.ot-dream__box p{color:#dff1e6;font-size:18px;line-height:1.7;margin:0 0 30px}
.ot-dream__box .ot-btn{text-decoration:none}
@media(max-width:768px){.ot-dream::after{background:linear-gradient(180deg,rgba(18,46,34,.86),rgba(18,46,34,.92))}.ot-dream__inner{min-height:380px;padding:72px 22px}}

/* Dream banner stats */
.ot-dream__stats{display:flex;gap:40px;margin-top:36px;flex-wrap:wrap}
.ot-dream__stats>div b{display:block;font-size:clamp(28px,3vw,36px);font-weight:900;color:#fff;line-height:1}
.ot-dream__stats>div span{color:#a7e3c2;font-size:13px;font-weight:600;letter-spacing:.02em}
.ot-dream__stats>div{position:relative;padding-left:16px}
.ot-dream__stats>div::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;border-radius:3px;background:#f2b64c}
@media(max-width:520px){.ot-dream__stats{gap:24px}}

/* =========================================================
   Latest News / Blog cards
   ========================================================= */
.ot-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:44px}
.ot-news{display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;text-decoration:none !important;border:1px solid #e7ece8;box-shadow:0 10px 28px rgba(27,67,50,.08);transition:transform .2s ease,box-shadow .2s ease}
.ot-news:hover{transform:translateY(-6px);box-shadow:0 22px 46px rgba(27,67,50,.16)}
.ot-news__img{position:relative;height:212px;background-size:cover;background-position:center}
.ot-news__date{position:absolute;left:18px;bottom:0;background:var(--ot-green);color:#fff;padding:9px 15px 11px;border-radius:12px 12px 0 0;text-align:center;line-height:1}
.ot-news__date b{display:block;font-size:20px;font-weight:900}
.ot-news__date span{font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.ot-news__body{padding:24px 22px 26px;display:flex;flex-direction:column;flex:1}
.ot-news__meta{display:inline-flex;align-items:center;gap:7px;color:#93a099;font-size:13px;font-weight:600;margin-bottom:12px}
.ot-news__meta svg{width:16px;height:16px;color:var(--ot-fresh)}
.ot-news h3{margin:0 0 18px;color:var(--ot-forest);font-size:19px;font-weight:800;line-height:1.36;flex:1}
.ot-news__more{display:inline-flex;align-items:center;gap:7px;color:var(--ot-green);font-weight:700;font-size:14px;transition:gap .18s ease}
.ot-news__more svg{width:16px;height:16px}
.ot-news:hover .ot-news__more{gap:12px}
@media(max-width:860px){.ot-news-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ot-news-grid{grid-template-columns:1fr}}

/* =========================================================
   Premium footer (Astra default hidden)
   ========================================================= */
#colophon,.site-footer{display:none !important}
.ot-footer{background:var(--ot-forest);color:#cfe6d8;position:relative;overflow:hidden}
.ot-footer::before{content:"";position:absolute;inset:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cpath d='M0 70L35 8l35 62z' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E")}
.ot-footer__inner{position:relative;z-index:1;padding:74px 24px 44px}
.ot-footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.5fr;gap:44px}
.ot-footer__logo{height:62px;width:auto;margin-bottom:18px;display:block}
.ot-footer__brand p{color:#a9ccb8;font-size:14.5px;line-height:1.75;margin:0 0 22px;max-width:340px}
.ot-footer__soc{display:flex;gap:10px}
.ot-footer__soc a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;transition:.18s ease}
.ot-footer__soc a:hover{background:var(--ot-fresh);color:var(--ot-forest);transform:translateY(-2px)}
.ot-footer__soc svg{width:17px;height:17px}
.ot-footer__col h4,.ot-footer__contact h4{color:#fff;font-size:16px;font-weight:800;margin:0 0 20px}
.ot-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.ot-footer__col a{color:#a9ccb8;text-decoration:none;font-size:14.5px;transition:.15s ease;display:inline-block}
.ot-footer__col a:hover{color:var(--ot-fresh);transform:translateX(4px)}
.ot-footer__contact p{margin:0 0 13px;color:#a9ccb8;font-size:14.5px;display:flex;gap:10px;align-items:flex-start;line-height:1.5}
.ot-footer__contact p b{color:#fff}
.ot-footer__contact svg{width:17px;height:17px;color:var(--ot-fresh);flex:none;margin-top:2px}
.ot-footer__contact a{color:#a9ccb8;text-decoration:none}
.ot-footer__contact a:hover{color:var(--ot-fresh)}
.ot-footer__form{display:flex;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:5px;gap:6px;margin-top:16px}
.ot-footer__form input{flex:1;background:none;border:none;color:#fff;padding:11px 14px;outline:none;font-size:14px;min-width:0}
.ot-footer__form input::placeholder{color:#82a693}
.ot-footer__form button{background:#f2b64c;color:#1B4332;border:none;border-radius:9px;width:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.ot-footer__form button svg{width:19px;height:19px}
.ot-footer__bar{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.10)}
.ot-footer__bar .ot-container{padding:22px 24px;color:#82a693;font-size:13.5px;text-align:center}
@media(max-width:900px){.ot-footer__grid{grid-template-columns:1fr 1fr;gap:34px}.ot-footer__brand{grid-column:1 / -1}}
@media(max-width:560px){.ot-footer__grid{grid-template-columns:1fr}}

/* Responsive images: news photo as <img> (WP srcset), picture block, mobile hero/banner */
.ot-news__img{overflow:hidden}
.ot-news__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ot-why__media picture{display:block;position:relative;z-index:1}
@media(max-width:768px){
  .ot-hero{background:linear-gradient(180deg,rgba(18,46,34,.70) 0%,rgba(18,46,34,.62) 45%,rgba(18,46,34,.86) 100%),url('/wp-content/uploads/overland/hero-kelimutu-sm.jpg') center 60%/cover no-repeat,radial-gradient(120% 120% at 50% -10%,#2D6A4F 0%,#1B4332 55%,#122e22 100%)}
  .ot-dream__bg{background-image:url('/wp-content/uploads/overland/cta-banner-sm.jpg')}
}

/* Hide reCAPTCHA badge (localhost error box near scroll-top) */
.grecaptcha-badge{display:none !important;visibility:hidden !important;opacity:0 !important}

/* Hero background as WebP via image-set (falls back to jpg) */
@supports (background-image: image-set(url("x.webp") type("image/webp"))){
  .ot-hero{background:linear-gradient(180deg,rgba(18,46,34,.70) 0%,rgba(18,46,34,.62) 45%,rgba(18,46,34,.86) 100%),image-set(url("/wp-content/uploads/overland/hero-kelimutu.webp") type("image/webp"),url("/wp-content/uploads/overland/hero-kelimutu.jpg") type("image/jpeg")) center 60%/cover no-repeat,radial-gradient(120% 120% at 50% -10%,#2D6A4F 0%,#1B4332 55%,#122e22 100%)}
}

/* =========================================================
   Single Trip page — premium (original)
   ========================================================= */
.ot-trip__hero{background-size:cover;background-position:center;color:#fff;padding:210px 0 62px}
.ot-trip__back{color:#dff1e6;text-decoration:none;font-weight:600;font-size:14px;display:inline-block;margin-bottom:20px}
.ot-trip__back:hover{color:#fff}
.ot-trip__badges{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.ot-trip__badges span{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;padding:8px 15px;border-radius:999px;font-size:13.5px;font-weight:600;backdrop-filter:blur(4px)}
.ot-trip__badges svg{width:16px;height:16px;color:#8fe0b3}
.ot-trip__title{color:#fff;font-size:clamp(30px,4vw,52px);font-weight:800;line-height:1.1;margin:0;max-width:840px}
.ot-trip__grid{display:grid;grid-template-columns:1fr 360px;gap:46px;padding-top:56px;padding-bottom:24px;align-items:start}
.ot-trip__main{min-width:0}
.ot-trip__main>h2:first-child{margin-top:0}
.ot-trip__main h2{font-size:26px;color:var(--ot-forest);font-weight:800;margin:38px 0 16px}
.ot-trip__main h3{font-size:19px;color:var(--ot-green);font-weight:800;margin:26px 0 12px}
.ot-trip__main p{color:#3d4a43;line-height:1.85;font-size:16px;margin:0 0 16px}
.ot-trip__main ul{padding:0;list-style:none;margin:0 0 20px}
.ot-trip__main ul li{position:relative;padding-left:30px;margin-bottom:11px;color:#3d4a43;line-height:1.6}
.ot-trip__main ul li::before{content:"";position:absolute;left:0;top:2px;width:19px;height:19px;border-radius:50%;background:var(--ot-mist) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232D6A4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center no-repeat}
.ot-trip__main figure.wp-block-table,.ot-trip__main table{width:100%;margin:8px 0 26px}
.ot-trip__main table{border-collapse:collapse;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(27,67,50,.08)}
.ot-trip__main th{background:var(--ot-forest);color:#fff;text-align:left;padding:13px 16px;font-size:14px;font-weight:700}
.ot-trip__main td{padding:12px 16px;border-bottom:1px solid #eef2ef;font-size:14.5px;color:#3d4a43}
.ot-trip__main tr:nth-child(even) td{background:#f7faf8}
/* booking sidebar */
.ot-trip__aside{position:sticky;top:120px;display:flex;flex-direction:column;gap:20px}
.ot-trip__book{background:#fff;border:1px solid #e7ece8;border-radius:20px;padding:26px;box-shadow:0 22px 46px rgba(27,67,50,.14)}
.ot-trip__from{color:#93a099;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.ot-trip__price{color:var(--ot-forest);font-size:32px;font-weight:900;line-height:1;margin:6px 0 20px}
.ot-trip__price small{font-size:14px;font-weight:600;color:#93a099;margin-left:6px}
.ot-trip__facts{list-style:none;margin:0 0 22px;padding:0}
.ot-trip__facts li{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #eef2ef;font-size:14px}
.ot-trip__facts li:last-child{border-bottom:none}
.ot-trip__facts svg{width:18px;height:18px;color:var(--ot-green);flex:none}
.ot-trip__facts>li>span{color:#8aa;flex:1}
.ot-trip__facts b{color:var(--ot-forest);font-weight:700}
.ot-trip__cta{width:100%;justify-content:center;text-decoration:none !important}
.ot-trip__cta svg{width:20px;height:20px}
.ot-trip__call{display:block;text-align:center;margin-top:14px;color:#5b665f;font-size:13.5px;text-decoration:none}
.ot-trip__call:hover{color:var(--ot-green)}
.ot-trip__help{background:linear-gradient(160deg,var(--ot-forest),#123c26);color:#dff1e6;border-radius:20px;padding:24px}
.ot-trip__help h4{color:#fff;margin:0 0 8px;font-size:17px}
.ot-trip__help p{margin:0 0 14px;color:#a9ccb8;font-size:14px;line-height:1.6}
.ot-trip__help-link{color:#f2b64c;font-weight:700;text-decoration:none;font-size:14px}
.ot-trip__rel{background:linear-gradient(180deg,#F0F7F1,#FAF9F6);margin-top:44px}
.ot-trip__rel .ot-card__media{height:180px}
@media(max-width:900px){.ot-trip__grid{grid-template-columns:1fr;gap:32px}.ot-trip__aside{position:static;order:-1}.ot-trip__hero{padding:170px 0 40px}}

/* lazy-bg placeholder + moved gradients + taller news image */
.ot-lazybg{background-color:#dfe9e3}
.ot-card__media{background-size:cover;background-position:center}
.ot-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(27,67,50,.10) 0%,rgba(20,46,34,.08) 52%,rgba(20,46,34,.60) 100%);z-index:1}
.ot-card__badge{position:relative;z-index:2}
.ot-news__img{height:250px}

/* ---- Trip gallery mosaic + lightbox ---- */
.ot-trip__gallery{padding-top:10px}
.ot-gal{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:12px}
.ot-gal::before{content:"";width:0;padding-bottom:100%;grid-row:1/1;grid-column:1/1}
.ot-gal__item{position:relative;overflow:hidden;border:0;padding:0;cursor:pointer;border-radius:16px;background:var(--ot-mist);box-shadow:0 10px 30px rgba(20,46,34,.10);aspect-ratio:1/1}
.ot-gal__item:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.ot-gal__item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.ot-gal__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,46,34,0) 55%,rgba(20,46,34,.28));opacity:0;transition:opacity .35s}
.ot-gal__item:hover img{transform:scale(1.07)}
.ot-gal__item:hover::after{opacity:1}
.ot-gal__more .ot-gal__count{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,34,25,.55);color:#fff;font-size:1.7rem;font-weight:800;letter-spacing:.02em;z-index:2}
@media(max-width:760px){
	.ot-gal{grid-template-columns:repeat(2,1fr);gap:9px}
	.ot-gal__item:first-child{grid-column:span 2;grid-row:auto;aspect-ratio:16/10}
}
.ot-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(9,20,15,.94);opacity:0;transition:opacity .28s}
.ot-lightbox.is-open{display:flex;opacity:1}
.ot-lightbox__stage{margin:0;max-width:min(1120px,92vw);max-height:86vh;display:flex;flex-direction:column;align-items:center;gap:14px}
.ot-lightbox__img{max-width:100%;max-height:80vh;width:auto;height:auto;border-radius:12px;box-shadow:0 30px 80px rgba(0,0,0,.5);animation:otlbin .35s cubic-bezier(.2,.7,.2,1)}
@keyframes otlbin{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}
.ot-lightbox__cap{color:rgba(255,255,255,.82);font-size:.9rem;letter-spacing:.08em;font-weight:600}
.ot-lightbox__close{position:absolute;top:22px;right:26px;width:48px;height:48px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:1.9rem;line-height:1;cursor:pointer;transition:background .25s}
.ot-lightbox__close:hover{background:var(--ot-fresh)}
.ot-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:0;background:rgba(255,255,255,.10);color:#fff;font-size:2rem;line-height:1;cursor:pointer;transition:background .25s,transform .2s}
.ot-lightbox__nav:hover{background:var(--ot-fresh)}
.ot-lightbox__prev{left:26px}
.ot-lightbox__next{right:26px}
@media(max-width:620px){
	.ot-lightbox__nav{width:44px;height:44px;font-size:1.5rem}
	.ot-lightbox__prev{left:10px}.ot-lightbox__next{right:10px}
	.ot-lightbox__close{top:12px;right:12px}
}

/* ---- Blog archive ---- */
.ot-blog-hero{padding:132px 0 66px;background-size:cover;background-position:center;color:#fff;text-align:center}
.ot-kicker--light{color:var(--ot-fresh)}
.ot-blog-hero__title{font-size:clamp(2.1rem,4.6vw,3.4rem);line-height:1.08;margin:.35em 0 .3em;color:#fff}
.ot-blog-hero__title span{color:var(--ot-fresh)}
.ot-blog-hero__sub{max-width:640px;margin:0 auto;color:rgba(255,255,255,.82);font-size:1.05rem}
.ot-blog{padding-top:64px;padding-bottom:80px}
.ot-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
@media(max-width:1000px){.ot-blog__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.ot-blog__grid{grid-template-columns:1fr}}
.ot-blog__card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(20,46,34,.10);display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s}
.ot-blog__card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(20,46,34,.16)}
.ot-blog__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden}
.ot-blog__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.ot-blog__card:hover .ot-blog__media img{transform:scale(1.06)}
.ot-blog__cat{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);color:var(--ot-green);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:6px 12px;border-radius:999px;backdrop-filter:blur(4px)}
.ot-blog__body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.ot-blog__meta{display:flex;align-items:center;gap:9px;color:#7c8a82;font-size:.82rem;font-weight:600;margin-bottom:10px}
.ot-blog__title{font-size:1.18rem;line-height:1.32;margin:0 0 10px}
.ot-blog__title a{color:var(--ot-ink);text-decoration:none;transition:color .25s}
.ot-blog__title a:hover{color:var(--ot-green)}
.ot-blog__excerpt{color:#5d6b63;font-size:.94rem;line-height:1.6;margin:0 0 16px;flex:1}
.ot-blog__more{color:var(--ot-green);font-weight:700;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:6px}
.ot-blog__more span{transition:transform .25s}
.ot-blog__more:hover span{transform:translateX(4px)}
.ot-blog__empty{text-align:center;padding:60px 0}
.ot-blog__empty h2{color:var(--ot-forest)}
.ot-blog__empty p{color:#5d6b63;margin:.4em 0 1.4em}
/* pagination */
.ot-pagination{margin-top:52px;display:flex;justify-content:center}
.ot-pagination .page-numbers{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.ot-pagination a.page-numbers,.ot-pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:12px;background:#fff;color:var(--ot-ink);font-weight:700;text-decoration:none;box-shadow:0 6px 16px rgba(20,46,34,.08);transition:background .25s,color .25s,transform .2s}
.ot-pagination a.page-numbers:hover{background:var(--ot-mist);transform:translateY(-2px)}
.ot-pagination span.page-numbers.current{background:var(--ot-green);color:#fff}
.ot-pagination .page-numbers.dots{box-shadow:none;background:transparent}

/* blog card title size override (beats Astra h2 typography, ALL contexts) */
.ot-blog__card .ot-blog__title,
.ot-blog__card .ot-blog__title a{font-size:1.2rem;line-height:1.34;font-weight:700}
.ot-blog-hero .ot-blog-hero__title{line-height:1.08}
/* related "Baca Juga" cards fill the row even when only 2 exist */
.ot-post__rel .ot-blog__grid,
.ot-trip__rel .ot-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}

/* ---- Blog page (full-width, search + sort toolbar) ---- */
.ot-blogpage{padding-top:132px;padding-bottom:80px}
.ot-blogpage__head{text-align:center;max-width:720px;margin:0 auto 30px}
.ot-blogpage__title{font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.1;margin:.3em 0 .25em;color:var(--ot-forest)}
.ot-blogpage__sub{color:#5d6b63;font-size:1.02rem;margin:0}
.ot-blogbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#fff;border:1px solid #e7efe9;border-radius:18px;padding:12px;box-shadow:0 10px 30px rgba(20,46,34,.07);margin-bottom:34px}
.ot-blogbar__search{position:relative;flex:1 1 320px;display:flex;align-items:center}
.ot-blogbar__search svg{position:absolute;left:16px;width:20px;height:20px;color:var(--ot-green);pointer-events:none}
.ot-blogbar__search input{width:100%;height:52px;border:1px solid #dfe9e3;border-radius:12px;padding:0 16px 0 46px;font-size:1rem;color:var(--ot-ink);background:#f8faf9;transition:border-color .2s,background .2s}
.ot-blogbar__search input:focus{outline:none;border-color:var(--ot-fresh);background:#fff;box-shadow:0 0 0 4px rgba(82,183,136,.14)}
.ot-blogbar__sort{display:flex;align-items:center;gap:9px;color:#5d6b63;font-weight:600;font-size:.9rem;white-space:nowrap}
.ot-blogbar__sort select{height:52px;border:1px solid #dfe9e3;border-radius:12px;padding:0 38px 0 14px;font-size:.95rem;font-weight:600;color:var(--ot-ink);background:#f8faf9 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232D6A4F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 14px center;-webkit-appearance:none;appearance:none;cursor:pointer}
.ot-blogbar__sort select:focus{outline:none;border-color:var(--ot-fresh)}
.ot-blogbar__go{height:52px;flex:0 0 auto}
.ot-blogpage__result{color:#5d6b63;margin:-16px 0 26px}
.ot-blogpage__result a{color:var(--ot-green);font-weight:700}
@media(max-width:600px){
	.ot-blogpage{padding-top:118px}
	.ot-blogbar{gap:10px}
	.ot-blogbar__search{flex-basis:100%}
	.ot-blogbar__sort{flex:1 1 auto}
	.ot-blogbar__sort select{width:100%}
	.ot-blogbar__go{flex:0 0 auto}
}

/* ================= Single Post (premium editorial) ================= */
.ot-post{background:var(--ot-cream)}
.ot-post__hero{min-height:60vh;display:flex;align-items:flex-end;background-size:cover;background-position:center;color:#fff;padding:120px 0 0}
.ot-post__hero-in{padding-bottom:52px}
.ot-post__crumbs{display:flex;align-items:center;gap:9px;font-size:.86rem;color:rgba(255,255,255,.78);margin-bottom:20px;flex-wrap:wrap}
.ot-post__crumbs a{color:rgba(255,255,255,.78);text-decoration:none;transition:color .2s}
.ot-post__crumbs a:hover{color:#fff}
.ot-post__crumbs-now{color:var(--ot-fresh)}
.ot-post__cat{display:inline-block;background:var(--ot-fresh);color:var(--ot-forest);font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:7px 15px;border-radius:999px;text-decoration:none;margin-bottom:16px}
.ot-post__title{font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.12;color:#fff;margin:0 0 22px;max-width:16ch}
.ot-post__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.94rem;color:rgba(255,255,255,.88)}
.ot-post__author{display:inline-flex;align-items:center;gap:10px;font-weight:600}
.ot-post__avatar{width:38px;height:38px;border-radius:50%;background:var(--ot-green);color:#fff;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.02em;box-shadow:0 4px 12px rgba(0,0,0,.25)}
.ot-post__dot{opacity:.5}

.ot-post__layout{display:grid;grid-template-columns:64px minmax(0,760px);justify-content:center;gap:34px;padding-top:52px;align-items:start}
.ot-post__share{position:sticky;top:120px;display:flex;flex-direction:column;align-items:center;gap:12px}
.ot-post__share-label{writing-mode:vertical-rl;text-orientation:mixed;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#93a099;margin-bottom:4px}
.ot-share{width:46px;height:46px;border-radius:50%;border:1px solid #e2ebe5;background:#fff;color:var(--ot-forest);display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:.18s;position:relative}
.ot-share svg{width:19px;height:19px}
.ot-share:hover{background:var(--ot-green);color:#fff;border-color:var(--ot-green);transform:translateY(-2px)}
.ot-share--wa:hover{background:#25D366;border-color:#25D366}
.ot-share--copy.is-copied{background:var(--ot-green);color:#fff;border-color:var(--ot-green)}
.ot-share--copy.is-copied::after{content:"Tersalin!";position:absolute;left:56px;top:50%;transform:translateY(-50%);background:var(--ot-forest);color:#fff;font-size:.72rem;font-weight:700;padding:5px 10px;border-radius:8px;white-space:nowrap}

.ot-post__main{min-width:0}
.ot-post__body{color:#33413a;font-size:1.1rem;line-height:1.85}
.ot-post__body > p:first-of-type{font-size:1.2rem;color:#26332c}
.ot-post__body > p:first-of-type::first-letter{float:left;font-size:3.6em;line-height:.82;font-weight:800;color:var(--ot-green);margin:6px 12px 0 0;font-family:Georgia,serif}
.ot-post__body p{margin:0 0 1.4em}
.ot-post__body h2{font-size:1.7rem;color:var(--ot-forest);margin:1.6em 0 .6em;line-height:1.25}
.ot-post__body h3{font-size:1.32rem;color:var(--ot-forest);margin:1.4em 0 .5em}
.ot-post__body a{color:var(--ot-green);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}
.ot-post__body img{border-radius:16px;max-width:100%;height:auto;margin:1.2em 0;box-shadow:0 16px 40px rgba(20,46,34,.14)}
.ot-post__body ul,.ot-post__body ol{margin:0 0 1.4em;padding-left:1.3em}
.ot-post__body li{margin:.5em 0}
.ot-post__body blockquote{margin:1.6em 0;padding:6px 0 6px 26px;border-left:4px solid var(--ot-fresh);font-size:1.24rem;font-style:italic;color:var(--ot-forest)}
.ot-post__body figure{margin:1.4em 0}
.ot-post__body figcaption{font-size:.86rem;color:#7c8a82;text-align:center;margin-top:8px}

.ot-post__tags{display:flex;flex-wrap:wrap;gap:9px;margin:36px 0 0}
.ot-post__tags a{background:var(--ot-mist);color:var(--ot-green);font-size:.85rem;font-weight:600;padding:7px 14px;border-radius:999px;text-decoration:none;transition:.18s}
.ot-post__tags a:hover{background:var(--ot-green);color:#fff}

.ot-post__cta{margin:44px 0 8px;background:linear-gradient(120deg,var(--ot-forest),var(--ot-green));border-radius:22px;padding:32px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;box-shadow:0 22px 50px rgba(20,46,34,.24)}
.ot-post__cta-txt h3{color:#fff;font-size:1.4rem;margin:0 0 6px}
.ot-post__cta-txt p{color:rgba(255,255,255,.85);margin:0;max-width:46ch}
.ot-post__cta .ot-btn--green{background:var(--ot-fresh);color:var(--ot-forest) !important;flex:none}
.ot-post__cta .ot-btn--green:hover{background:#fff}
.ot-post__cta .ot-btn--green svg{width:20px;height:20px}

.ot-post__back{display:inline-block;margin-top:34px;color:var(--ot-green);font-weight:700;text-decoration:none}
.ot-post__back:hover{color:var(--ot-forest)}
.ot-post__rel{margin-top:20px;background:#fff}

@media(max-width:900px){
	.ot-post__hero{min-height:52vh;padding-top:104px}
	.ot-post__hero-in{padding-bottom:38px}
	.ot-post__layout{grid-template-columns:minmax(0,1fr);gap:0;padding-top:34px}
	.ot-post__share{position:static;flex-direction:row;justify-content:flex-start;gap:10px;margin-bottom:26px}
	.ot-post__share-label{writing-mode:horizontal-tb;margin:0 4px 0 0}
	.ot-post__body{font-size:1.05rem}
	.ot-post__cta{padding:26px 22px}
}

/* ================================================================
   Floating-header clearance for DEFAULT templates (Astra archives,
   taxonomy, search, 404, WPTE pages, plain pages). Hero templates
   (home / single post / single trip / blog) have their own offset
   and are intentionally excluded so the hero sits behind the header.
   ================================================================ */
body.archive #content,
body.post-type-archive #content,
body.search #content,
body.error404 #content,
body.page:not(.home) #content{padding-top:64px}
@media(max-width:980px){
  body.archive #content,
  body.post-type-archive #content,
  body.search #content,
  body.error404 #content,
  body.page:not(.home) #content{padding-top:44px}
}

/* Full-bleed custom single templates (Astra caps .ast-container ~750px & uses flex) */
body.single-post .site-content > .ast-container,
body.single-trip .site-content > .ast-container{max-width:100%;padding:0;width:100%;display:block}
body.single-post #primary,
body.single-trip #primary{padding:0;margin:0;border:0;background:transparent;box-shadow:none;width:100%}
body.single-post .ot-post,
body.single-trip .ot-trip{width:100%;display:block}

/* ============ Single-trip polish: perkecil badge/title/harga, rapikan lokasi & CTA ============ */
.ot-trip__badges{gap:9px}
.ot-trip__badges span{padding:7px 13px;font-size:13px}
.ot-trip__badges svg{width:15px;height:15px}
.ot-trip__title{font-size:clamp(24px,3.2vw,42px);max-width:760px}
.ot-trip__price{font-size:28px}
.ot-trip__price small{font-size:13px}
/* booking facts: label kiri tetap, nilai kanan rapi (lokasi panjang tidak berantakan) */
.ot-trip__facts li{align-items:flex-start;gap:10px}
.ot-trip__facts>li>span{flex:0 0 62px}
.ot-trip__facts b{flex:1;text-align:right;line-height:1.35}
/* CTA WhatsApp: 1 baris rapi */
.ot-trip__cta{white-space:nowrap;font-size:15px;padding:15px 18px}
.ot-trip__cta span{white-space:nowrap}
@media(max-width:600px){
  .ot-trip__hero{padding:130px 0 32px}
  .ot-trip__title{font-size:22px;line-height:1.2}
  .ot-trip__badges{gap:8px;margin-bottom:14px}
  .ot-trip__badges span{padding:6px 12px;font-size:12.5px}
  .ot-trip__badges svg{width:14px;height:14px}
  .ot-trip__back{margin-bottom:14px;font-size:13px}
  .ot-trip__book{padding:20px}
  .ot-trip__price{font-size:25px}
  .ot-trip__facts li{font-size:13.5px}
  .ot-trip__facts>li>span{flex-basis:54px}
}

/* ===== Booking widget: primary Booking CTA + secondary WhatsApp + modal ===== */
/* Booking — the eye-catching primary action (green, animated glow) */
.ot-btn--book{background:linear-gradient(135deg,#2D6A4F,#1B4332);color:#fff !important;border:none;cursor:pointer;
  box-shadow:0 12px 28px rgba(45,106,79,.42);position:relative;overflow:hidden}
.ot-btn--book:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(45,106,79,.52)}
.ot-btn--book:focus-visible{outline:3px solid rgba(82,183,136,.6);outline-offset:2px}
.ot-btn--book svg{width:20px;height:20px}
/* subtle sheen sweep to draw the eye */
.ot-btn--book::after{content:'';position:absolute;top:0;left:-60%;width:40%;height:100%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-18deg);
  animation:otShine 3.4s ease-in-out infinite}
@keyframes otShine{0%,60%{left:-60%}100%{left:130%}}
@media (prefers-reduced-motion:reduce){.ot-btn--book::after{display:none}}

/* WhatsApp — quieter secondary action */
.ot-btn--wa-soft{background:#fff;color:var(--ot-green) !important;border:1.5px solid #cfe3d6;box-shadow:none}
.ot-btn--wa-soft:hover{background:#F0F7F2;border-color:var(--ot-green);transform:none}
.ot-btn--wa-soft svg{width:19px;height:19px;color:#25D366}
.ot-trip__cta-alt{width:100%;justify-content:center;margin-top:10px;text-decoration:none !important;font-size:15px;padding:13px 18px}

/* Modal that hosts the booking form iframe (stays on the WordPress page) */
.ot-book{position:fixed;inset:0;z-index:99999;display:none;align-items:flex-start;justify-content:center;
  padding:24px 16px;background:rgba(15,30,25,.55);backdrop-filter:blur(4px);overflow-y:auto}
.ot-book.is-open{display:flex}
.ot-book__panel{position:relative;width:100%;max-width:660px;height:min(88vh,900px);margin:auto;background:#FAF9F6;
  border-radius:22px;overflow:hidden;box-shadow:0 30px 80px rgba(15,30,25,.45)}
.ot-book__frame{width:100%;height:100%;border:0;display:block;background:#FAF9F6}
.ot-book__close{position:absolute;top:14px;right:14px;z-index:2;width:40px !important;height:40px !important;
  min-width:0 !important;padding:0 !important;margin:0 !important;border:none !important;cursor:pointer;
  border-radius:50% !important;background:rgba(255,255,255,.95);color:#1B4332;font-size:22px;line-height:1;
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(15,30,25,.22);
  transition:transform .15s ease,background .15s ease}
.ot-book__close:hover{transform:scale(1.08);background:#fff;color:#1B4332}
.ot-book__close:focus{outline:none}
@media (max-width:600px){.ot-book{padding:0}.ot-book__panel{height:100vh;max-width:none;border-radius:0}}
