/*
Theme Name: Taj Private Tours
Theme URI: https://www.tajprivatetours.com/
Author: Taj Private Tours
Author URI: https://www.tajprivatetours.com/
Description: Luxury private India tour theme for Taj Private Tours.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: taj-private-tours
*/

:root {
    --tpt-primary: #0F3D2E;
    --tpt-primary-dark: #092D22;
    --tpt-accent: #C9A227;
    --tpt-bg: #FFFFFF;
    --tpt-muted: #F8F7F3;
    --tpt-muted-strong: #F7F4ED;
    --tpt-border: #E8E1D2;
    --tpt-text: #1B1B1B;
    --tpt-soft-text: #5D625C;
    --tpt-white: #FFFFFF;
    --tpt-shadow: 0 24px 70px rgba(15, 61, 46, 0.13);
    --tpt-shadow-small: 0 12px 34px rgba(15, 61, 46, 0.11);
    --tpt-heading: "Playfair Display", Georgia, serif;
    --tpt-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --tpt-radius: 8px;
    --tpt-max: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--tpt-bg);
    color: var(--tpt-text);
    font-family: var(--tpt-body);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: from-font;
    text-underline-offset: 0.22em;
}

button,
input,
select,
textarea {
    font: inherit;
}

:focus-visible {
    outline: 3px solid var(--tpt-accent);
    outline-offset: 4px;
}

.screen-reader-text,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 16px;
    padding: 12px 16px;
    background: var(--tpt-primary);
    color: var(--tpt-white);
    border-radius: var(--tpt-radius);
}

.container {
    width: min(100% - 32px, var(--tpt-max));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--tpt-border);
    backdrop-filter: blur(16px);
}

.header-shell {
    width: min(100% - 32px, var(--tpt-max));
    min-height: 78px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tpt-primary);
    color: var(--tpt-white);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.brand-text {
    display: grid;
    gap: 3px;
}

.brand-name {
    color: var(--tpt-primary);
    font-family: var(--tpt-heading);
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.brand-line {
    color: var(--tpt-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: var(--tpt-radius);
    color: var(--tpt-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.primary-nav a:hover {
    background: var(--tpt-muted-strong);
    color: var(--tpt-primary);
}

.primary-nav .nav-cta {
    margin-left: 8px;
    background: var(--tpt-primary);
    color: var(--tpt-white);
    padding-inline: 18px;
}

.primary-nav .nav-cta:hover {
    background: var(--tpt-primary-dark);
    color: var(--tpt-white);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    padding: 10px;
    cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--tpt-primary);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, var(--tpt-muted) 0%, var(--tpt-white) 100%);
}

.subpage-hero,
.tour-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(110deg, rgba(15, 61, 46, 0.08), rgba(255, 255, 255, 0) 52%),
        var(--tpt-muted);
}

.subpage-hero {
    padding-block: 96px 82px;
}

.hub-hero {
    background:
        linear-gradient(110deg, rgba(15, 61, 46, 0.12), rgba(201, 162, 39, 0.09)),
        var(--tpt-muted);
}

.narrow-hero {
    max-width: 940px;
}

.narrow-hero p:not(.eyebrow),
.tour-hero p {
    max-width: 780px;
    color: rgba(27, 27, 27, 0.76);
    font-size: 20px;
    line-height: 1.85;
}

.tour-hero {
    padding-block: 70px;
}

.tour-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    gap: 54px;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 61, 46, 0.08), transparent 44%),
        radial-gradient(circle at 88% 18%, rgba(201, 162, 39, 0.16), transparent 28%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
    gap: 56px;
    align-items: center;
    min-height: 742px;
    padding-block: 78px 70px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--tpt-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.35;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--tpt-primary);
    font-family: var(--tpt-heading);
    line-height: 1.08;
}

h1 {
    max-width: 790px;
    font-size: 76px;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

.hero-lede {
    max-width: 690px;
    margin: 24px 0 0;
    color: rgba(27, 27, 27, 0.78);
    font-size: 20px;
    line-height: 1.85;
}

.hero-actions,
.final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: var(--tpt-radius);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--tpt-shadow-small);
}

.btn-primary {
    background: var(--tpt-primary);
    color: var(--tpt-white);
}

.btn-primary:hover {
    background: var(--tpt-primary-dark);
    color: var(--tpt-white);
}

.btn-outline {
    border-color: var(--tpt-primary);
    color: var(--tpt-primary);
    background: rgba(255, 255, 255, 0.6);
}

.btn-outline:hover {
    background: var(--tpt-white);
}

.btn-light {
    background: var(--tpt-white);
    color: var(--tpt-primary);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.hero-trust li {
    border: 1px solid rgba(15, 61, 46, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--tpt-primary);
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 800;
}

.hero-media {
    position: relative;
}

.hero-image,
.rounded-image {
    width: 100%;
    object-fit: cover;
    border-radius: var(--tpt-radius);
    box-shadow: var(--tpt-shadow);
}

.hero-image {
    aspect-ratio: 4 / 5;
}

.booking-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: min(330px, calc(100% - 48px));
    padding: 22px;
    border: 1px solid rgba(232, 225, 210, 0.88);
    border-radius: var(--tpt-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--tpt-shadow);
    backdrop-filter: blur(14px);
}

.booking-card p {
    margin: 0 0 14px;
    color: var(--tpt-primary);
    font-family: var(--tpt-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.mini-form {
    display: grid;
    gap: 12px;
}

.mini-form label {
    display: grid;
    gap: 6px;
    color: var(--tpt-soft-text);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mini-form input,
.mini-form select {
    width: 100%;
    min-height: 45px;
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    color: var(--tpt-text);
    padding: 10px 12px;
    text-transform: none;
    letter-spacing: 0;
}

.contact-grid,
.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 48px;
    align-items: start;
}

.section-lede {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--tpt-soft-text);
    font-size: 18px;
    line-height: 1.85;
}

.contact-cards,
.office-grid,
.two-column-cards {
    display: grid;
    gap: 18px;
}

.contact-cards {
    margin-top: 30px;
}

.contact-cards article,
.office-grid address,
.inquiry-form,
.booking-aside,
.two-column-cards > article {
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    padding: 26px;
    box-shadow: 0 12px 34px rgba(15, 61, 46, 0.05);
}

.contact-cards h3,
.contact-cards a {
    display: block;
}

.contact-cards a {
    margin-top: 8px;
    color: var(--tpt-primary);
    font-weight: 900;
}

.office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.office-grid address {
    color: var(--tpt-soft-text);
    font-style: normal;
}

.office-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--tpt-primary);
}

.inquiry-form {
    display: grid;
    gap: 16px;
}

.inquiry-form h2,
.booking-aside h2 {
    font-size: 34px;
}

.inquiry-form label {
    display: grid;
    gap: 7px;
    color: var(--tpt-soft-text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    color: var(--tpt-text);
    padding: 12px 14px;
    text-transform: none;
    letter-spacing: 0;
}

.inquiry-form textarea {
    resize: vertical;
}

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

.booking-aside {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 22px;
}

.mini-steps {
    display: grid;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mini-steps li {
    display: grid;
    gap: 4px;
    border-left: 2px solid var(--tpt-accent);
    padding-left: 16px;
}

.mini-steps strong {
    color: var(--tpt-primary);
}

.mini-steps span {
    color: var(--tpt-soft-text);
}

.section {
    padding-block: 94px;
}

.muted-section {
    background: var(--tpt-muted);
}

.dark-section {
    background: var(--tpt-primary);
    color: var(--tpt-white);
}

.dark-section h2,
.dark-section h3 {
    color: var(--tpt-white);
}

.dark-section p {
    color: rgba(255, 255, 255, 0.82);
}

.section-heading {
    max-width: 820px;
    margin-bottom: 42px;
}

.fact-grid,
.hub-grid,
.proof-grid,
.experience-grid,
.testimonial-grid,
.resource-grid {
    display: grid;
    gap: 22px;
}

.fact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 38px;
}

.fact-grid article,
.hub-card,
.proof-grid article,
.experience-grid article,
.testimonial-grid figure {
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
}

.fact-grid article {
    padding: 28px;
}

.fact-grid span,
.step-list span,
.hub-card span {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--tpt-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fact-grid p,
.hub-card p,
.experience-grid p,
.step-list p,
.icon-list p,
.testimonial-grid figcaption,
.rich-copy p {
    color: var(--tpt-soft-text);
}

.split-grid,
.feature-grid,
.eeat-grid,
.planning-grid,
.faq-grid {
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    gap: 62px;
    align-items: start;
}

.rich-copy {
    display: grid;
    gap: 20px;
    font-size: 18px;
    line-height: 1.9;
}

.rich-copy p,
.eeat-grid p {
    margin: 0;
}

.hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-card {
    min-height: 260px;
    padding: 30px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hub-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 162, 39, 0.55);
    box-shadow: var(--tpt-shadow-small);
}

.inquiry-card {
    background: var(--tpt-primary);
}

.inquiry-card h3,
.inquiry-card p {
    color: var(--tpt-white);
}

.text-link {
    color: var(--tpt-primary);
    font-weight: 900;
}

.inquiry-card .text-link,
.dark-section .text-link {
    color: var(--tpt-white);
}

.feature-grid {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
    align-items: center;
}

.rounded-image {
    aspect-ratio: 4 / 5;
}

.icon-list {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.icon-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    align-items: start;
}

.icon-list span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tpt-muted-strong);
    color: var(--tpt-primary);
    font-weight: 900;
}

.icon-list p {
    margin: 8px 0 0;
}

.eeat-grid {
    align-items: center;
}

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

.proof-grid article {
    padding: 28px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

.proof-grid strong {
    display: block;
    color: var(--tpt-white);
    font-family: var(--tpt-heading);
    font-size: 34px;
    line-height: 1;
}

.proof-grid span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
}

.experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.experience-grid article {
    overflow: hidden;
}

.experience-grid article > div {
    padding: 24px;
}

.card-image {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.planning-grid {
    grid-template-columns: 0.72fr 1.28fr;
}

.step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: none;
}

.itinerary-list {
    display: grid;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.itinerary-list li {
    display: grid;
    grid-template-columns: 92px minmax(180px, 0.35fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    padding: 22px;
}

.itinerary-list span {
    color: var(--tpt-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.itinerary-list p {
    margin: 0;
    color: var(--tpt-soft-text);
}

.two-column-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--tpt-soft-text);
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--tpt-primary);
    font-weight: 900;
}

.muted-checks li::before {
    content: "–";
    color: var(--tpt-accent);
}

.step-list li {
    border-left: 1px solid var(--tpt-border);
    padding-left: 24px;
}

.testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid figure {
    margin: 0;
    padding: 28px;
}

.testimonial-grid blockquote {
    margin: 0;
    color: var(--tpt-text);
    font-family: var(--tpt-heading);
    font-size: 24px;
    line-height: 1.35;
}

.testimonial-grid figcaption {
    margin-top: 22px;
    font-size: 14px;
    font-weight: 800;
}

.center-action {
    margin-top: 28px;
    text-align: center;
}

.accordion {
    display: grid;
    gap: 12px;
}

.accordion details {
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    padding: 0;
}

.accordion summary {
    cursor: pointer;
    padding: 20px 24px;
    color: var(--tpt-primary);
    font-weight: 900;
}

.accordion details[open] summary {
    border-bottom: 1px solid var(--tpt-border);
}

.accordion p {
    margin: 0;
    padding: 18px 24px 22px;
    color: var(--tpt-soft-text);
}

.resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 18px 20px;
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    color: var(--tpt-primary);
    font-weight: 900;
    text-decoration: none;
}

.resource-grid a::after {
    content: "→";
    color: var(--tpt-accent);
    font-size: 22px;
}

.content-list {
    display: grid;
    gap: 22px;
}

.content-card {
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    background: var(--tpt-white);
    padding: 30px;
    box-shadow: 0 12px 34px rgba(15, 61, 46, 0.05);
}

.content-card h2 a {
    color: var(--tpt-primary);
    text-decoration: none;
}

.content-card h2 a:hover {
    text-decoration: underline;
}

.content-card-summary {
    margin: 16px 0;
    color: var(--tpt-soft-text);
}

.pagination-nav {
    margin-top: 12px;
}

.pagination-nav .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination-nav a,
.pagination-nav span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid var(--tpt-border);
    border-radius: var(--tpt-radius);
    padding: 9px 14px;
    color: var(--tpt-primary);
    font-weight: 900;
    text-decoration: none;
}

.pagination-nav .current {
    background: var(--tpt-primary);
    color: var(--tpt-white);
}

.link-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.link-strip a {
    border: 1px solid var(--tpt-border);
    border-radius: 999px;
    background: var(--tpt-white);
    color: var(--tpt-primary);
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.link-strip a:hover {
    border-color: rgba(201, 162, 39, 0.65);
    box-shadow: var(--tpt-shadow-small);
}

.final-cta {
    padding-block: 72px;
    background: var(--tpt-primary);
}

.final-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--tpt-radius);
    background: rgba(255, 255, 255, 0.06);
}

.final-cta h2,
.final-cta p {
    color: var(--tpt-white);
}

.final-cta p:not(.eyebrow) {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer {
    background: var(--tpt-primary-dark);
    color: var(--tpt-white);
}

.footer-shell {
    width: min(100% - 32px, var(--tpt-max));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.85fr 0.8fr;
    gap: 40px;
    padding-block: 62px 46px;
}

.site-footer h2 {
    color: var(--tpt-accent);
    font-family: var(--tpt-body);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
}

.footer-brand h2 {
    color: var(--tpt-white);
    font-family: var(--tpt-heading);
    font-size: 34px;
    letter-spacing: 0;
    text-transform: none;
}

.site-footer p,
.site-footer address {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer address {
    margin: 18px 0 0;
    font-style: normal;
}

.site-footer strong {
    display: block;
    color: var(--tpt-white);
}

.site-footer nav,
.footer-contact {
    display: grid;
    gap: 10px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--tpt-white);
    text-decoration: underline;
}

.footer-bottom {
    width: min(100% - 32px, var(--tpt-max));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-block: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-badges span {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
}

.floating-whatsapp {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #1FAF62;
    color: var(--tpt-white);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(31, 175, 98, 0.28);
}

.floating-whatsapp:hover {
    color: var(--tpt-white);
    transform: translateY(-2px);
}

@media (max-width: 1120px) {
    .primary-nav a {
        padding-inline: 9px;
        font-size: 13px;
    }

    .hero-grid,
    .fact-grid,
    .hub-grid,
    .experience-grid,
    .testimonial-grid,
    .resource-grid,
    .footer-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid {
        min-height: auto;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 42px;
    }
}

@media (max-width: 920px) {
    .nav-toggle {
        display: block;
    }

    .primary-nav {
        position: fixed;
        top: 78px;
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border: 1px solid var(--tpt-border);
        border-radius: var(--tpt-radius);
        background: var(--tpt-white);
        box-shadow: var(--tpt-shadow);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a,
    .primary-nav .nav-cta {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .hero-grid,
    .split-grid,
    .feature-grid,
    .eeat-grid,
    .planning-grid,
    .faq-grid,
    .final-cta-box {
        grid-template-columns: 1fr;
    }

    .tour-hero-grid,
    .contact-grid,
    .booking-layout,
    .two-column-cards {
        grid-template-columns: 1fr;
    }

    .booking-aside {
        position: static;
    }

    .itinerary-list li {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hero-grid {
        gap: 36px;
        padding-block: 54px;
    }

    .hero-image {
        aspect-ratio: 16 / 11;
    }

    .booking-card {
        position: static;
        width: 100%;
        margin-top: 18px;
    }

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

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 680px) {
    .container,
    .header-shell,
    .footer-shell,
    .footer-bottom {
        width: min(100% - 24px, var(--tpt-max));
    }

    .brand-name {
        font-size: 20px;
    }

    .brand-line {
        font-size: 10px;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    .hero-lede,
    .narrow-hero p:not(.eyebrow),
    .tour-hero p,
    .section-lede,
    .rich-copy {
        font-size: 17px;
        line-height: 1.75;
    }

    .section {
        padding-block: 68px;
    }

    .hero-actions,
    .final-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .fact-grid,
    .hub-grid,
    .proof-grid,
    .experience-grid,
    .testimonial-grid,
    .resource-grid,
    .footer-shell {
        grid-template-columns: 1fr;
    }

    .fact-grid article,
    .hub-card,
    .testimonial-grid figure,
    .final-cta-box {
        padding: 24px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-height: 48px;
        padding-inline: 15px;
    }

    .resource-grid a {
        align-items: flex-start;
        gap: 16px;
    }

    .link-strip {
        flex-direction: column;
    }

    .link-strip a {
        text-align: center;
    }

    .subpage-hero,
    .tour-hero {
        padding-block: 60px;
    }

    .form-grid,
    .office-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
