/*
Theme Name: Royals Travels
Theme URI: https://royalstravels.com/
Author: Royals Travels
Description: Custom theme for Royals Travels — Tirupati car, cab & taxi rentals, temple tour packages, travel blog and guest post services. Booking & guest-post order forms, WhatsApp floating button with hidden number, fleet and tour-route post types, self-hosted fonts and built-in schema. No plugins required.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royals-travels
Tags: blog, travel, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============ Tokens ============ */
:root {
	--navy: #0B1F4B;
	--navy-2: #13306E;
	--navy-3: #1B3A7A;
	--ink: #0F172A;
	--text: #334155;
	--muted: #64748B;
	--line: #E2E8F0;
	--bg: #F5F8FD;
	--tint: #EEF3FB;
	--white: #FFFFFF;
	--orange: #F97316;
	--orange-2: #EA580C;
	--orange-soft: #FFF1E6;
	--gold: #FBBF24;
	--blue: #2563EB;
	--green: #16A34A;
	--green-soft: #DCFCE7;
	--wa: #25D366;
	--wa-2: #128C7E;
	--red: #DC2626;
	--radius: 16px;
	--radius-sm: 10px;
	--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .06);
	--shadow-lg: 0 20px 50px rgba(11, 31, 75, .16);
	--font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
	--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--container: 1240px;
}

/* ============ Base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--orange-2); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.2vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
h3, .h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.screen-reader-text, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { left: 8px; color: #fff; }
.rt-icon { width: 1.15em; height: 1.15em; flex-shrink: 0; vertical-align: -.2em; }
.hl { color: var(--orange); }
.center { text-align: center; }
.mt-32 { margin-top: 32px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.container--narrow { max-width: 860px; }
.container--mid { max-width: 1000px; }

/* ============ Buttons & chips ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 12px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.2; border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s, color .2s; text-align: center; white-space: nowrap; min-width: 0; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 8px 20px rgba(249, 115, 22, .3); }
.btn--primary:hover { color: #fff; box-shadow: 0 12px 26px rgba(249, 115, 22, .4); }
.btn--outline { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--glass { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .28); backdrop-filter: blur(6px); }
.btn--glass:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 18px rgba(37, 211, 102, .28); }
.btn--wa:hover { background: #1EBE5B; color: #fff; }
.btn--wa-soft { background: #E8F9EF; color: var(--wa-2); }
.btn--wa-soft:hover { background: var(--wa); color: #fff; }
.btn--sm { padding: 9px 14px; font-size: .86rem; border-radius: 10px; }
.btn--lg { padding: 15px 26px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--icon { padding: 9px 11px; }
.btn--icon .rt-icon { width: 1.3em; height: 1.3em; }

.chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 99px; font-size: .75rem; font-weight: 600; font-family: var(--font-head); letter-spacing: .01em; line-height: 1.3; }
.chip--orange { background: var(--orange); color: #fff; }
.chip--navy { background: var(--navy); color: #fff; }
.chip--green { background: var(--green-soft); color: #15803D; }
.chip--glass { background: rgba(255, 255, 255, .12); color: #FED7AA; border: 1px solid rgba(255, 255, 255, .2); }
a.chip:hover { color: #fff; opacity: .9; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--orange-2); background: var(--orange-soft); padding: 6px 14px; border-radius: 99px; margin-bottom: 14px; }
.eyebrow--light { background: rgba(255, 255, 255, .12); color: #FDBA74; border: 1px solid rgba(255, 255, 255, .18); }

/* ============ Top bar & header ============ */
.topbar { background: var(--navy); color: #CBD5E1; font-size: .83rem; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar a, .topbar span { color: #CBD5E1; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 22px; min-width: 0; }
.topbar__left a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar__wa { background: var(--wa); color: #fff !important; padding: 4px 12px; border-radius: 99px; font-weight: 600; }
.topbar__gp { color: #FDBA74 !important; }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.site-header.is-stuck { box-shadow: 0 6px 24px rgba(15, 23, 42, .08); }
.site-header__in { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.brand, .custom-logo-link { display: inline-flex; flex-shrink: 0; }
.brand img { height: 50px; width: auto; }
.custom-logo { max-height: 56px; width: auto; }
.main-nav { margin-left: auto; }
.main-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.main-nav .menu a { display: block; padding: 9px 13px; border-radius: 10px; color: var(--ink); font-family: var(--font-head); font-weight: 500; font-size: .93rem; white-space: nowrap; }
.main-nav .menu a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a, .main-nav .current-menu-ancestor > a { color: var(--orange-2); background: var(--orange-soft); }
.main-nav .menu li { position: relative; }
.main-nav .sub-menu { list-style: none; margin: 0; padding: 8px; position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s; z-index: 5; }
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.main-nav .menu-item-has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); }
.main-nav__cta-mobile { display: none; }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle .rt-icon { width: 24px; height: 24px; }
.nav-toggle .i-close { display: none; }
.nav-open .nav-toggle .i-open { display: none; }
.nav-open .nav-toggle .i-close { display: block; }

/* ============ Hero ============ */
.hero { position: relative; color: #E2E8F0; background: var(--navy); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; opacity: .55; }
.hero__bg svg { width: 100%; height: 100%; display: block; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(11, 31, 75, .97) 0%, rgba(11, 31, 75, .9) 45%, rgba(11, 31, 75, .55) 100%); }
.hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 72px; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 .hl { color: var(--orange); }
.hero__lead { font-size: 1.08rem; color: #CBD5E1; max-width: 600px; }
.hero__stats { list-style: none; padding: 0; margin: 26px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-width: 620px; }
.hero__stats li { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; padding: 12px; min-width: 0; }
.hero__stats strong { display: block; font-family: var(--font-head); font-size: 1.35rem; color: #fff; line-height: 1.2; }
.hero__stats span { font-size: .78rem; color: #94A3B8; }
.hero__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.hero__btns.center { justify-content: center; margin-top: 20px; }
.hero__trust { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .9rem; color: #CBD5E1; }
.hero__trust li { display: flex; align-items: center; gap: 7px; }
.hero__trust .rt-icon { color: var(--wa); }

/* ============ Booking form ============ */
.booking { background: #fff; color: var(--text); border-radius: 22px; padding: 26px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.booking__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.booking__title { font-size: 1.2rem; margin: 0; display: flex; align-items: center; gap: 9px; }
.booking__title .rt-icon { color: var(--orange); }
.booking__badge { font-size: .74rem; font-weight: 600; color: #15803D; background: var(--green-soft); padding: 4px 10px; border-radius: 99px; display: inline-flex; gap: 5px; align-items: center; }
.trip-tabs { border: 0; padding: 4px; margin: 0 0 16px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; background: var(--tint); border-radius: 12px; }
.trip-tabs label { cursor: pointer; min-width: 0; position: relative; }
.trip-tabs input { position: absolute; opacity: 0; pointer-events: none; }
.trip-tabs span { display: block; text-align: center; padding: 8px 4px; border-radius: 9px; font-size: .8rem; font-weight: 600; font-family: var(--font-head); color: var(--muted); transition: .15s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.trip-tabs input:checked + span { background: #fff; color: var(--navy); box-shadow: 0 2px 8px rgba(15, 23, 42, .1); }
.trip-tabs input:focus-visible + span { outline: 2px solid var(--orange); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; margin-bottom: 14px; }
.grid-2 .field { margin-bottom: 0; }
.field > span:first-child { font-size: .8rem; font-weight: 600; color: var(--ink); }
.field__wrap { position: relative; display: block; }
.field__wrap .rt-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.field__wrap input, .field__wrap select { padding-left: 38px !important; }
.field input, .field select, .field textarea, .search-form input, .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea { width: 100%; min-width: 0; border: 1.5px solid var(--line); border-radius: 11px; padding: 11px 13px; background: #fff; font-size: .93rem; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpath d='m2 4 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; }
.field input:focus, .field select:focus, .field textarea:focus, .search-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(249, 115, 22, .12); outline: 0; }
.field input::placeholder, .field textarea::placeholder { color: #94A3B8; }
.booking__fare { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 16px 0; padding: 14px 16px; border-radius: 14px; background: linear-gradient(135deg, #FFF7ED, #FFEDD5); border: 1px dashed #FDBA74; flex-wrap: wrap; }
.booking__fare small { display: block; font-size: .74rem; color: var(--muted); }
.booking__fare strong { font-family: var(--font-head); font-size: 1.6rem; color: var(--orange-2); line-height: 1.1; }
.booking__note { display: inline-flex; gap: 6px; align-items: center; font-size: .8rem; font-weight: 600; color: #15803D; }
.booking__foot { margin: 10px 0 0; font-size: .78rem; color: var(--muted); text-align: center; display: flex; gap: 6px; justify-content: center; align-items: center; }
.booking__foot .rt-icon { color: var(--wa); }
.form-notice:empty { display: none; }
.notice { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 12px; margin: 12px 0; font-size: .92rem; }
.notice p { margin: 0; flex: 1 1 220px; }
.notice--ok { background: var(--green-soft); color: #14532D; }
.notice--err { background: #FEE2E2; color: #7F1D1D; }
.notice .rt-icon { width: 22px; height: 22px; }
.rt-form.is-loading button[type=submit] { opacity: .6; pointer-events: none; }

/* ============ Strip ============ */
.strip { background: #fff; border-bottom: 1px solid var(--line); }
.strip--light { background: var(--bg); }
.strip__in { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-top: 22px; padding-bottom: 22px; }
.strip__in--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.strip__item { display: flex; align-items: center; gap: 12px; min-width: 0; }
.strip__item > .rt-icon { width: 44px; height: 44px; padding: 11px; border-radius: 12px; background: var(--orange-soft); color: var(--orange-2); }
.strip__item strong { display: block; font-family: var(--font-head); color: var(--ink); font-size: .95rem; line-height: 1.3; }
.strip__item span { font-size: .8rem; color: var(--muted); display: block; }

/* ============ Sections ============ */
.section { padding: 80px 0; }
.section--pad-sm { padding: 44px 0; }
.section--tint { background: var(--bg); }
.section--navy { background: linear-gradient(160deg, var(--navy) 0%, #0A1838 100%); color: #CBD5E1; }
.section--navy .section-head h2 { color: #fff; }
.section--navy .section-head p { color: #94A3B8; }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-head--left { text-align: left; margin-left: 0; margin-bottom: 0; }
.section-head p { color: var(--muted); font-size: 1.03rem; margin: 0; }
.section-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-family: var(--font-head); color: var(--orange-2); white-space: nowrap; }
.link-arrow:hover .rt-icon { transform: translateX(3px); }
.link-arrow .rt-icon { transition: transform .2s; }

.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ============ Cards ============ */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; min-width: 0; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--tint); }
.card__media img, .card__media svg { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.card:hover .card__media img { transform: scale(1.04); }
.card__badge { position: absolute; top: 12px; left: 12px; }
.card__body { padding: 18px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.card__title { font-size: 1.07rem; margin: 0 0 6px; }
.card__title a { color: var(--ink); }
.card__title a:hover { color: var(--orange-2); }
.card__sub { font-size: .84rem; color: var(--muted); margin: 0 0 12px; }
.card__excerpt { font-size: .9rem; color: var(--muted); margin-bottom: 14px; }
.specs { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.specs li { display: inline-flex; align-items: center; gap: 5px; font-size: .78rem; font-weight: 500; color: var(--text); background: var(--tint); padding: 4px 9px; border-radius: 8px; }
.specs .rt-icon { color: var(--navy-3); width: 14px; height: 14px; }
.specs--light li { background: rgba(255, 255, 255, .1); color: #E2E8F0; font-size: .88rem; padding: 6px 12px; }
.specs--light .rt-icon { color: #FDBA74; }
.card__price { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line); flex-wrap: wrap; }
.card__price strong { font-family: var(--font-head); font-size: 1.4rem; color: var(--ink); }
.card__price span { color: var(--muted); font-size: .85rem; }
.card__price small { color: var(--muted); font-size: .8rem; }
.card__price b { color: var(--orange-2); }
.card__actions { display: flex; gap: 8px; margin-top: 14px; }
.card__actions .btn--primary { flex: 1; }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line); flex-wrap: wrap; }
.card__from small { display: block; font-size: .72rem; color: var(--muted); }
.card__from strong { font-family: var(--font-head); font-size: 1.3rem; color: var(--ink); }
.ticks { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 6px; }
.ticks li { display: flex; gap: 8px; font-size: .88rem; align-items: flex-start; }
.ticks .rt-icon { color: var(--green); margin-top: 3px; width: 15px; height: 15px; }
.ticks--no .rt-icon { color: var(--red); }
.ticks--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; margin-bottom: 28px; }
.meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .78rem; color: var(--muted); margin-bottom: 8px; }
.meta span { display: inline-flex; align-items: center; gap: 5px; }
.meta img { border-radius: 50%; }
.meta--light { color: #CBD5E1; font-size: .9rem; margin-top: 14px; }
.more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-weight: 600; font-family: var(--font-head); font-size: .88rem; color: var(--orange-2); }

/* ============ Guest post band & intro ============ */
.gp-band { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: center; background: radial-gradient(120% 140% at 0% 0%, var(--navy-3) 0%, var(--navy) 55%, #081636 100%); border-radius: 26px; padding: 48px; color: #CBD5E1; box-shadow: var(--shadow-lg); }
.gp-band::after { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(249, 115, 22, .35), transparent 70%); }
.gp-band h2 { color: #fff; margin: 14px 0 12px; }
.gp-band__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.gp-band__btns .btn { white-space: normal; }
.gp-band__niches { position: relative; z-index: 1; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; padding: 22px; }
.gp-band__niches h3 { color: #fff; font-size: 1rem; display: flex; gap: 8px; align-items: center; }
.gp-band__niches h3 .rt-icon { color: var(--wa); }
.gp-band__niches ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.gp-band__niches li { display: flex; align-items: center; gap: 7px; font-size: .86rem; color: #E2E8F0; min-width: 0; }
.gp-band__niches li .rt-icon { color: var(--orange); width: 14px; height: 14px; }

.gp-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.gp-intro h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.kpis { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kpis li { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 16px; text-align: center; min-width: 0; }
.kpis strong { display: block; font-family: var(--font-head); font-size: 1.5rem; color: var(--orange-2); }
.kpis span { font-size: .8rem; color: var(--muted); }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); margin-bottom: 18px; }
.panel h3 { display: flex; align-items: center; gap: 9px; font-size: 1.05rem; }
.panel h3 .rt-icon { color: var(--orange); }
.panel--accent { background: linear-gradient(135deg, #FFF7ED, #fff); border-color: #FED7AA; }
.steps-list { margin: 0; padding: 0; list-style: none; counter-reset: s; display: grid; gap: 12px; }
.steps-list li { counter-increment: s; display: flex; gap: 12px; font-size: .9rem; }
.steps-list li::before { content: counter(s); flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: #fff; font-size: .78rem; font-weight: 700; display: grid; place-items: center; }

/* ============ Features / process ============ */
.feature { padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: .2s; min-width: 0; }
.feature:hover { border-color: #FDBA74; box-shadow: var(--shadow); }
.feature h3 { font-size: 1.05rem; margin: 14px 0 6px; }
.feature p { font-size: .9rem; color: var(--muted); margin: 0; }
.feature__icon { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, var(--orange-soft), #FFE4CC); color: var(--orange-2); }
.feature__icon .rt-icon { width: 24px; height: 24px; }
.process__step { position: relative; padding: 26px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); border-top: 4px solid var(--orange); box-shadow: var(--shadow); min-width: 0; }
.process__num { font-family: var(--font-head); font-weight: 800; font-size: 2rem; color: #E2E8F0; line-height: 1; display: block; margin-bottom: 10px; }
.process__step h3 { font-size: 1.02rem; }
.process__step p { font-size: .9rem; color: var(--muted); margin: 0; }

.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.review__stars { color: var(--gold); display: flex; gap: 2px; margin-bottom: 10px; }
.review__stars .rt-icon { fill: currentColor; }
.review blockquote { margin: 0 0 18px; font-size: .93rem; }
.review figcaption { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; overflow: hidden; flex-shrink: 0; }
.review figcaption small { display: block; color: var(--muted); font-size: .8rem; }
.admin-hint { margin: 0 0 20px; padding: 10px 14px; background: #FFFBEB; border: 1px dashed #F59E0B; border-radius: 10px; font-size: .85rem; color: #92400E; }

/* ============ FAQ ============ */
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: box-shadow .2s; }
.faq__item[open] { box-shadow: var(--shadow); border-color: #FED7AA; }
.faq__item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; color: var(--ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .rt-icon { transition: transform .2s; color: var(--orange); }
.faq__item[open] summary .rt-icon { transform: rotate(180deg); }
.faq__a { padding: 0 22px 18px; color: var(--muted); font-size: .95rem; }
.faq__a p { margin: 0; }

/* ============ Contact ============ */
.contact { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 28px; }
.contact__form { background: #fff; color: var(--text); padding: 30px; border-radius: 22px; box-shadow: var(--shadow-lg); }
.contact__form .grid-2 { margin-bottom: 14px; }
.contact__side { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; padding: 26px; }
.contact__side h3 { color: #fff; }
.channel { display: flex; gap: 14px; align-items: center; padding: 14px; border-radius: 14px; background: rgba(255, 255, 255, .06); margin-bottom: 12px; color: #E2E8F0; min-width: 0; }
a.channel:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.channel__icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; background: var(--orange); color: #fff; }
.channel--wa .channel__icon { background: var(--wa); }
.channel small { display: block; font-size: .75rem; color: #94A3B8; }
.channel strong { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: #fff; word-break: break-word; }
.channel > span:last-child { min-width: 0; }
.contact__map { width: 100%; height: 200px; border: 0; border-radius: 14px; margin-top: 6px; }

/* ============ Footer ============ */
.site-footer { background: #081636; color: #94A3B8; font-size: .92rem; padding-top: 1px; }
.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; margin: 56px 0 48px; padding: 28px 32px; border-radius: 22px; background: linear-gradient(120deg, var(--orange-2), var(--orange) 60%, #FB923C); color: #fff; }
.footer-cta h2 { color: #fff; font-size: 1.5rem; margin: 0 0 4px; }
.footer-cta p { margin: 0; color: #FFEDD5; }
.footer-cta__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-cta .btn--primary { background: var(--navy); box-shadow: none; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding-bottom: 44px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-about p { margin: 18px 0; }
.footer-about .brand img { height: 48px; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-links a, .footer-contact a { color: #CBD5E1; }
.footer-links a:hover, .footer-contact a:hover { color: var(--orange); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; min-width: 0; }
.footer-contact li > span, .footer-contact li > a { min-width: 0; word-break: break-word; }
.footer-contact .rt-icon { color: var(--orange); margin-top: 4px; }
.socials { display: flex; gap: 8px; flex-wrap: wrap; }
.socials a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff; }
.socials a:hover { background: var(--orange); color: #fff; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer-badges span { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; padding: 6px 10px; border-radius: 99px; border: 1px solid rgba(255, 255, 255, .14); color: #E2E8F0; }
.footer-badges .rt-icon { color: var(--wa); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .84rem; }
.footer-bottom p { margin: 0; }
.legal-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.legal-links a { color: #94A3B8; }
.legal-links a:hover { color: #fff; }

/* ============ WhatsApp float & back to top ============ */
.wa-float { position: fixed; right: 20px; bottom: 22px; z-index: 120; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(37, 211, 102, .45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.07); color: #fff; }
.wa-float > .rt-icon { width: 32px; height: 32px; position: relative; z-index: 1; }
.wa-float__pulse { position: absolute; inset: 0; border-radius: 50%; animation: waPulse 2.2s infinite; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); } 100% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } }
.wa-float__tip { position: absolute; right: 74px; top: 50%; transform: translateY(-50%) translateX(8px); background: #fff; color: var(--ink); padding: 9px 14px; border-radius: 12px; box-shadow: var(--shadow-lg); white-space: nowrap; opacity: 0; visibility: hidden; transition: .2s; font-size: .85rem; }
.wa-float__tip::after { content: ""; position: absolute; right: -6px; top: 50%; margin-top: -6px; border: 6px solid transparent; border-right: 0; border-left-color: #fff; }
.wa-float__tip strong { display: block; font-family: var(--font-head); font-weight: 600; }
.wa-float__tip small { color: var(--muted); font-size: .74rem; }
.wa-float:hover .wa-float__tip, .wa-float:focus-visible .wa-float__tip, .wa-float.show-tip .wa-float__tip { opacity: 1; visibility: visible; transform: translateY(-50%); }
.to-top { position: fixed; right: 28px; bottom: 96px; z-index: 110; width: 44px; height: 44px; border-radius: 12px; border: 0; background: var(--navy); color: #fff; display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
@media (prefers-reduced-motion: reduce) { .wa-float__pulse { animation: none; } html { scroll-behavior: auto; } }

/* ============ Page hero, blog layout ============ */
.page-hero, .post-hero { background: radial-gradient(120% 160% at 100% 0%, var(--navy-3), var(--navy) 60%); color: #CBD5E1; padding: 44px 0 52px; }
.page-hero h1, .post-hero h1 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.8rem); margin: 10px 0 12px; max-width: 900px; }
.page-hero p { max-width: 720px; font-size: 1.05rem; margin: 0; }
.page-hero--compact { padding: 36px 0 40px; }
.crumbs ol { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; font-size: .82rem; }
.crumbs li { display: inline-flex; align-items: center; gap: 4px; color: #94A3B8; min-width: 0; }
.crumbs li:not(:last-child)::after { content: "›"; margin-left: 4px; }
.crumbs li[aria-current] { color: #FDBA74; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 60vw; }
.crumbs a { color: #CBD5E1; }
.crumbs a:hover { color: #fff; }

.cat-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.cat-chips a { padding: 8px 16px; border-radius: 99px; border: 1px solid var(--line); color: var(--text); font-size: .88rem; font-weight: 500; background: #fff; }
.cat-chips a:hover, .cat-chips a.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 40px; align-items: start; }
.layout--post { padding: 40px 0 60px; }
.layout__side { position: sticky; top: 100px; display: grid; gap: 20px; min-width: 0; }
.layout__main { min-width: 0; }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; min-width: 0; overflow-wrap: anywhere; }
.widget .wp-block-search__inside-wrapper { display: flex; gap: 6px; }
.widget .wp-block-search__input { min-width: 0; flex: 1; border: 1.5px solid var(--line); border-radius: 11px; padding: 10px 12px; }
.widget .wp-block-search__button { border: 0; border-radius: 11px; background: var(--orange); color: #fff; padding: 0 14px; margin: 0; }
.widget h2 { font-size: 1rem; }
.widget-title { font-size: 1rem; margin-bottom: 14px; }
.widget ul { margin: 0; padding-left: 18px; }
.widget--cab, .widget--gp { text-align: center; }
.widget--cab { background: linear-gradient(160deg, #FFF7ED, #fff); border-color: #FED7AA; }
.widget--cab > .rt-icon, .widget--gp > .rt-icon { width: 46px; height: 46px; padding: 11px; border-radius: 14px; background: var(--orange); color: #fff; margin-bottom: 10px; }
.widget--cab p, .widget--gp p { font-size: .88rem; color: var(--muted); }
.widget--cab .btn + .btn { margin-top: 8px; }
.widget--gp { background: var(--navy); border-color: var(--navy); color: #CBD5E1; }
.widget--gp h3 { color: #fff; }
.widget--gp p { color: #94A3B8; }
.side-cats, .side-posts { list-style: none !important; padding: 0 !important; display: grid; gap: 4px; }
.side-cats a { display: flex; justify-content: space-between; padding: 8px 10px; border-radius: 8px; color: var(--text); font-size: .92rem; }
.side-cats a:hover { background: var(--tint); color: var(--orange-2); }
.side-cats em { font-style: normal; font-size: .76rem; background: var(--tint); padding: 1px 8px; border-radius: 99px; color: var(--muted); }
.side-posts { gap: 14px; }
.side-posts a { display: flex; gap: 12px; align-items: center; color: var(--ink); }
.side-posts__img { width: 72px; height: 56px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: var(--tint); }
.side-posts__img img, .side-posts__img svg { width: 100%; height: 100%; object-fit: cover; }
.side-posts strong { display: block; font-size: .86rem; font-family: var(--font-head); font-weight: 600; line-height: 1.35; }
.side-posts small { color: var(--muted); font-size: .75rem; }
.search-form { display: flex; gap: 6px; }
.search-form button { flex-shrink: 0; width: 46px; border: 0; border-radius: 11px; background: var(--orange); color: #fff; cursor: pointer; display: grid; place-items: center; }
.pagination, .nav-links { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); font-weight: 600; background: #fff; }
.page-numbers.current, .page-numbers:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.empty { text-align: center; padding: 40px 20px; background: var(--bg); border-radius: var(--radius); }
.empty > .rt-icon { width: 48px; height: 48px; color: var(--orange); }
.empty .search-form { max-width: 440px; margin: 16px auto 0; }
.empty--404 { background: none; overflow: hidden; }
.empty--404 svg { border-radius: 20px; max-height: 240px; width: 100%; margin-bottom: 24px; }

/* ============ Single post ============ */
.post-hero .chip { margin-top: 6px; }
.post-cover { margin: 0 0 30px; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 8; background: var(--tint); }
.post-cover img, .post-cover svg { width: 100%; height: 100%; object-fit: cover; }
.entry-content { font-size: 1.05rem; line-height: 1.8; color: #1E293B; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { font-size: 1.65rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.3rem; margin-top: 1.4em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li { margin-bottom: .4em; }
.entry-content blockquote { margin: 1.5em 0; padding: 18px 24px; border-left: 4px solid var(--orange); background: var(--orange-soft); border-radius: 0 12px 12px 0; font-style: italic; }
.entry-content img { border-radius: 14px; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; display: block; overflow-x: auto; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.entry-content th { background: var(--tint); color: var(--ink); }
.entry-content pre { overflow-x: auto; background: var(--ink); color: #E2E8F0; padding: 16px; border-radius: 12px; }
.entry-content .wp-block-button__link { background: var(--orange); border-radius: 12px; text-decoration: none; }
.entry-content--page h2:first-child { margin-top: 0; }
.alignwide { margin-left: -60px; margin-right: -60px; max-width: calc(100% + 120px) !important; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw !important; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 36px 0; padding: 20px 22px; border-radius: 16px; background: linear-gradient(135deg, var(--navy), var(--navy-3)); color: #CBD5E1; }
.inline-cta > div { display: flex; gap: 14px; align-items: center; min-width: 0; flex: 1 1 300px; }
.inline-cta > div > .rt-icon { width: 44px; height: 44px; padding: 10px; background: var(--orange); color: #fff; border-radius: 12px; }
.inline-cta strong { display: block; color: #fff; font-family: var(--font-head); }
.inline-cta span { font-size: .9rem; }
.post-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tags { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.tags .rt-icon { color: var(--muted); }
.tags a { font-size: .8rem; padding: 4px 10px; border-radius: 99px; background: var(--tint); color: var(--text); }
.share { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.share > span { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .88rem; margin-right: 4px; color: var(--ink); }
.share a, .share button { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: #fff; border: 0; cursor: pointer; }
.share--wa { background: var(--wa); } .share--fb { background: #1877F2; } .share--x { background: #0F172A; } .share--in { background: #0A66C2; } .share--copy { background: var(--muted); }
.share a:hover { color: #fff; opacity: .9; }
.share--copy.is-copied { background: var(--green); }
.author-box { display: flex; gap: 18px; padding: 24px; margin: 28px 0; background: var(--bg); border-radius: var(--radius); }
.author-box img { border-radius: 50%; flex-shrink: 0; }
.author-box small { color: var(--muted); display: block; font-size: .78rem; }
.author-box strong a { color: var(--ink); font-family: var(--font-head); font-size: 1.1rem; }
.author-box p { margin: 6px 0 0; font-size: .92rem; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.post-navigation a { display: block; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); height: 100%; }
.post-navigation a:hover { border-color: var(--orange); }
.post-navigation small { display: block; color: var(--muted); font-size: .76rem; }
.post-navigation span { font-family: var(--font-head); font-weight: 600; font-size: .95rem; }
.post-navigation .nav-next { text-align: right; grid-column: 2; }
.comments { margin-top: 40px; }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment-body { padding: 16px 0; border-bottom: 1px solid var(--line); }
.comment-form label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 4px; }
.comment-form p { margin-bottom: 14px; }

/* ============ Detail pages ============ */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
.detail__media { margin: 0 0 24px; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 8; background: var(--tint); }
.detail__media img, .detail__media svg { width: 100%; height: 100%; object-fit: cover; }
.detail__side { position: sticky; top: 100px; }
.spec-grid { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.spec-grid li { background: var(--bg); border-radius: 14px; padding: 14px; min-width: 0; }
.spec-grid .rt-icon { color: var(--orange); width: 22px; height: 22px; }
.spec-grid small { display: block; color: var(--muted); font-size: .76rem; margin-top: 6px; }
.spec-grid strong { font-family: var(--font-head); color: var(--ink); }
.price-box { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; box-shadow: var(--shadow-lg); display: grid; gap: 10px; }
.price-box small { color: var(--muted); }
.price-box__big { font-family: var(--font-head); font-weight: 800; font-size: 2.2rem; color: var(--ink); line-height: 1; }
.price-box__big span { font-size: 1rem; color: var(--muted); font-weight: 500; }
.price-box p { margin: 0; font-size: .9rem; }
.price-box .ticks { margin: 8px 0 0; }
.timeline { list-style: none; margin: 0 0 28px; padding: 0 0 0 18px; border-left: 2px dashed #FDBA74; display: grid; gap: 14px; }
.timeline li { position: relative; display: flex; gap: 14px; flex-wrap: wrap; }
.timeline li::before { content: ""; position: absolute; left: -26px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--orange); }
.timeline time { font-family: var(--font-head); font-weight: 600; color: var(--orange-2); min-width: 86px; font-size: .9rem; }
.inc-exc { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inc-exc > div { background: var(--bg); padding: 20px; border-radius: 16px; }
.custom-trip { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; padding: 22px 24px; border-radius: 18px; background: var(--orange-soft); border: 1px dashed #FDBA74; }
.custom-trip > .rt-icon { width: 40px; height: 40px; color: var(--orange-2); }
.custom-trip > div { flex: 1 1 280px; }
.custom-trip strong { display: block; font-family: var(--font-head); color: var(--ink); }

/* ============ Guest post page ============ */
.gp-hero { background: radial-gradient(90% 120% at 100% 0%, #FFEDD5 0%, transparent 55%), linear-gradient(180deg, #F8FAFF, #EEF3FB); padding: 64px 0 72px; }
.gp-hero__in { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: center; }
.gp-hero .lead { font-size: 1.08rem; color: var(--text); max-width: 620px; }
.gp-hero__ticks { list-style: none; padding: 0; margin: 22px 0 0; display: flex; gap: 8px 20px; flex-wrap: wrap; font-size: .9rem; }
.gp-hero__ticks li { display: flex; align-items: center; gap: 6px; }
.gp-hero__ticks .rt-icon { color: var(--green); }
.metrics-card { background: #fff; border-radius: 24px; padding: 24px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.metrics-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.metrics-card__head > div { flex: 1; min-width: 0; }
.metrics-card__head strong { display: block; font-family: var(--font-head); color: var(--ink); }
.metrics-card__head small { color: var(--muted); }
.metrics-card__logo img { width: 42px; height: 42px; border-radius: 12px; }
.metrics-card__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metrics-card__grid > div { background: var(--bg); border-radius: 14px; padding: 16px; min-width: 0; }
.metrics-card__grid small { display: block; font-size: .74rem; color: var(--muted); }
.metrics-card__grid strong { display: block; font-family: var(--font-head); font-size: 1.6rem; color: var(--navy); line-height: 1.3; }
.metrics-card__grid .up { font-size: .72rem; font-weight: 600; color: var(--green); }
.metrics-card__foot { display: flex; gap: 12px; align-items: center; margin-top: 14px; padding: 14px; border-radius: 14px; background: var(--orange-soft); }
.metrics-card__foot > .rt-icon { width: 30px; height: 30px; color: var(--orange-2); }
.metrics-card__foot strong { display: block; font-size: .9rem; color: var(--ink); }
.metrics-card__foot small { font-size: .78rem; color: var(--muted); }

.currency { display: flex; justify-content: center; align-items: center; gap: 6px; margin: -16px auto 32px; }
.currency > span { font-size: .85rem; color: var(--muted); margin-right: 6px; }
.currency button { border: 1px solid var(--line); background: #fff; padding: 7px 14px; border-radius: 99px; font-weight: 600; font-size: .85rem; cursor: pointer; }
.currency button.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.pricing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px; display: flex; flex-direction: column; box-shadow: var(--shadow); min-width: 0; }
.price-card--featured { border: 2px solid var(--orange); box-shadow: 0 24px 60px rgba(249, 115, 22, .18); transform: translateY(-10px); }
.price-card__ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; font-size: .76rem; font-weight: 700; padding: 6px 14px; border-radius: 99px; display: inline-flex; gap: 5px; align-items: center; white-space: nowrap; }
.price-card__ribbon .rt-icon { fill: currentColor; width: 13px; height: 13px; }
.price-card__tag { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--orange-2); }
.price-card h3 { font-size: 1.35rem; margin: 6px 0 6px; }
.price-card > p { font-size: .9rem; color: var(--muted); }
.price-card__price { display: flex; align-items: baseline; gap: 6px; margin: 6px 0 18px; }
.price-card__price strong { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: var(--ink); line-height: 1; }
.price-card__price span { color: var(--muted); }
.price-card__list { list-style: none; margin: 0 0 24px; padding: 18px 0 0; border-top: 1px dashed var(--line); display: grid; gap: 10px; font-size: .9rem; }
.price-card__list li { display: flex; gap: 8px; align-items: flex-start; }
.price-card__list .rt-icon { color: var(--green); width: 16px; height: 16px; margin-top: 3px; }
.price-card__list .is-no { color: #94A3B8; text-decoration: line-through; }
.price-card__list .is-no .rt-icon { color: #CBD5E1; }
.price-card .btn { margin-top: auto; white-space: normal; }
.note { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .88rem; color: var(--muted); margin-top: 30px; flex-wrap: wrap; }
.note .rt-icon { color: var(--orange); }

.niche { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; min-width: 0; }
.niche h3 { font-size: 1rem; margin: 12px 0 4px; }
.niche p { font-size: .86rem; color: var(--muted); margin: 0; }
.prohibited { display: flex; gap: 14px; margin-top: 26px; padding: 18px 22px; border-radius: 16px; background: #FEF2F2; border: 1px solid #FECACA; color: #7F1D1D; }
.prohibited > .rt-icon { width: 28px; height: 28px; color: var(--red); }
.prohibited strong { display: block; font-family: var(--font-head); }
.prohibited p { margin: 2px 0 0; font-size: .9rem; }

.velocity { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.velocity__list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 10px; }
.velocity__list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.velocity__list span { display: flex; align-items: center; gap: 10px; font-weight: 500; color: var(--ink); min-width: 0; }
.velocity__list span .rt-icon { color: var(--orange); }
.velocity__list strong { font-family: var(--font-head); font-size: 1.15rem; color: var(--navy); white-space: nowrap; }
.chart-card { background: #fff; border-radius: 22px; padding: 24px; border: 1px solid var(--line); box-shadow: var(--shadow-lg); min-width: 0; }
.chart-card__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.chart-card__head small { color: var(--muted); display: block; font-size: .8rem; }
.chart-card__head strong { font-family: var(--font-head); font-size: 2rem; color: var(--ink); }
.chart { width: 100%; height: auto; margin: 14px 0; display: block; }
.chart-card__foot { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.chart-card__foot div { background: var(--bg); padding: 12px; border-radius: 12px; text-align: center; }
.chart-card__foot strong { display: block; font-family: var(--font-head); color: var(--navy); }
.chart-card__foot small { font-size: .74rem; color: var(--muted); }

.order { background: #fff; border-radius: 24px; padding: 34px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.order__step { padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px dashed var(--line); }
.order__step h3 { display: flex; align-items: center; gap: 10px; font-size: 1.08rem; margin-bottom: 16px; }
.order__step h3 span { width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: .85rem; flex-shrink: 0; }
.order__step .grid-2 { margin-bottom: 14px; }
.pick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pick-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pick { cursor: pointer; min-width: 0; position: relative; }
.pick input { position: absolute; opacity: 0; pointer-events: none; }
.pick__box { display: block; height: 100%; padding: 16px; border: 2px solid var(--line); border-radius: 14px; transition: .15s; }
.pick__box strong { display: flex; gap: 8px; align-items: center; font-family: var(--font-head); color: var(--ink); font-size: .95rem; }
.pick__box strong .rt-icon { color: var(--orange); }
.pick__box small { display: block; color: var(--muted); font-size: .8rem; margin-top: 2px; }
.pick__box b { display: block; margin-top: 8px; color: var(--orange-2); font-family: var(--font-head); }
.pick input:checked + .pick__box { border-color: var(--orange); background: var(--orange-soft); box-shadow: 0 0 0 4px rgba(249, 115, 22, .1); }
.pick input:focus-visible + .pick__box { outline: 2px solid var(--orange); }
.pay-options { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-options label { cursor: pointer; position: relative; }
.pay-options input { position: absolute; opacity: 0; pointer-events: none; }
.pay-options span { display: inline-block; padding: 9px 14px; border: 1.5px solid var(--line); border-radius: 10px; font-size: .86rem; font-weight: 500; }
.pay-options input:checked + span { border-color: var(--navy); background: var(--navy); color: #fff; }
.pay-options input:focus-visible + span { outline: 2px solid var(--orange); }
.order__submit { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.order__submit p { margin: 0; display: flex; gap: 8px; align-items: center; font-size: .86rem; color: var(--muted); flex: 1 1 300px; }
.order__submit p .rt-icon { color: var(--green); }
.feature--card { box-shadow: var(--shadow); }
.agency-cta { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr); gap: 32px; align-items: center; padding: 44px; border-radius: 26px; color: #CBD5E1; background: radial-gradient(120% 140% at 0% 0%, var(--navy-3), var(--navy) 60%); }
.agency-cta h2 { color: #fff; margin: 14px 0 10px; }
.agency-cta__stat { text-align: center; padding: 28px; border-radius: 20px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); }
.agency-cta__stat small { display: block; color: #94A3B8; }
.agency-cta__stat strong { display: block; font-family: var(--font-head); font-size: 2rem; color: var(--orange); margin: 4px 0; }
.agency-cta__stat span { font-size: .85rem; }

/* ============ Responsive ============ */
@media (max-width: 1180px) {
	.main-nav .menu a { padding: 9px 9px; font-size: .88rem; }
	.header-cta span { display: none; }
	.header-cta { padding: 10px 12px; }
	.grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.strip__in--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
	.nav-toggle { display: inline-flex; }
	.main-nav { display: none; position: fixed; inset: 116px 0 0 0; z-index: 85; background: #fff; padding: 20px; overflow-y: auto; margin: 0; border-top: 1px solid var(--line); }
	.nav-open .main-nav { display: block; animation: navIn .2s ease-out; }
	@keyframes navIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
	.main-nav .menu { flex-direction: column; align-items: stretch; gap: 2px; }
	.main-nav .menu a { font-size: 1.05rem; padding: 14px 16px; }
	.main-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; }
	.main-nav__cta-mobile { display: flex; margin-top: 16px; }
	.site-header__actions { margin-left: auto; }
	.nav-open { overflow: hidden; }
	.hero__in, .gp-hero__in, .gp-intro, .velocity, .contact, .agency-cta, .gp-band { grid-template-columns: minmax(0, 1fr); }
	.hero__in { padding-top: 44px; padding-bottom: 48px; gap: 32px; }
	.layout, .detail { grid-template-columns: minmax(0, 1fr); }
	.layout__side, .detail__side { position: static; }
	.grid--3, .pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.price-card--featured { transform: none; }
	.strip__in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gp-band { padding: 36px; }
	.alignwide { margin-left: 0; margin-right: 0; max-width: 100% !important; }
}
@media (max-width: 720px) {
	body { font-size: 15px; }
	.section { padding: 56px 0; }
	.section--pad-sm { padding: 32px 0; }
	.section-head { margin-bottom: 30px; }
	.container { padding-left: 16px; padding-right: 16px; }
	.topbar__hide-sm, .topbar__gp { display: none !important; }
	.topbar__left a span { max-width: 180px; }
	.site-header__in { min-height: 66px; gap: 12px; }
	.brand img { height: 42px; }
	.main-nav { inset: 106px 0 0 0; }
	.header-cta { display: none !important; }
	.grid--2, .grid--3, .grid--4, .pricing, .grid-2, .pick-grid, .pick-grid--2, .inc-exc, .footer-grid, .ticks--grid { grid-template-columns: minmax(0, 1fr); }
	.hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hero__btns .btn { flex: 1 1 100%; }
	.booking { padding: 20px 16px; border-radius: 18px; }
	.trip-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.strip__in, .strip__in--5 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.kpis { grid-template-columns: minmax(0, 1fr); }
	.gp-band, .agency-cta { padding: 26px 20px; border-radius: 20px; }
	.gp-band__niches ul { grid-template-columns: minmax(0, 1fr); }
	.gp-band__btns .btn { flex: 1 1 100%; }
	.order { padding: 22px 16px; }
	.contact__form, .contact__side { padding: 20px 16px; }
	.spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-cta { padding: 24px 20px; margin: 40px 0 36px; }
	.footer-cta__btns .btn { flex: 1 1 100%; }
	.footer-bottom { flex-direction: column; }
	.post-navigation .nav-links { grid-template-columns: minmax(0, 1fr); }
	.post-navigation .nav-next { grid-column: 1; text-align: left; }
	.metrics-card__grid strong { font-size: 1.3rem; }
	.wa-float { width: 56px; height: 56px; right: 14px; bottom: 16px; }
	.wa-float__tip { display: none; }
	.to-top { right: 20px; bottom: 84px; }
	.author-box { flex-direction: column; }
	.btn { white-space: normal; }
}

/* Admin bar offset for the sticky header */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 0; } }
