/*
 * ----------------------------------------------------------------------------
 *  Gulshan Tours - Main Stylesheet (v2 - Modern / Futuristic)
 * ----------------------------------------------------------------------------
 *  @package    Gulshan_Tours
 *  @author     Chandrabhan Shekhawat
 *  @company    Gigai Kripa Services
 *  @link       https://gigaikripaservices.com/
 *  @copyright  Copyright (c) 2026, Gigai Kripa Services
 * ----------------------------------------------------------------------------
 */

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
    /* Brand */
    --gt-gold:        #C9A961;
    --gt-gold-light:  #EBD089;
    --gt-gold-dark:   #9B7E3F;
    --gt-saffron:     #FF8C42;
    --gt-maroon:      #8B1538;
    --gt-maroon-dark: #5C0E25;
    --gt-teal:        #0F4C5C;

    /* Neutrals */
    --gt-cream:    #F8F4EC;
    --gt-cream-2:  #F1ECE0;
    --gt-ink:      #0B0B14;
    --gt-ink-2:    #15151F;
    --gt-ink-3:    #1F1F2E;
    --gt-mute:     #6B6B85;
    --gt-text:     #1F1F2E;
    --gt-white:    #FFFFFF;
    --gt-line:     rgba(11, 11, 20, 0.08);
    --gt-line-2:   rgba(201, 169, 97, 0.25);

    /* Gradients */
    --gt-grad-gold:    linear-gradient(135deg, #C9A961 0%, #EBD089 50%, #9B7E3F 100%);
    --gt-grad-saffron: linear-gradient(135deg, #FF8C42 0%, #C9A961 100%);
    --gt-grad-royal:   linear-gradient(135deg, #8B1538 0%, #C9A961 100%);
    --gt-grad-ink:     linear-gradient(180deg, #0B0B14 0%, #15151F 60%, #1F1F2E 100%);
    --gt-grad-mesh:
        radial-gradient(circle at 12% 18%, rgba(201, 169, 97, 0.18) 0, transparent 36%),
        radial-gradient(circle at 88% 12%, rgba(255, 140, 66, 0.14) 0, transparent 38%),
        radial-gradient(circle at 78% 88%, rgba(139, 21, 56, 0.16) 0, transparent 38%),
        radial-gradient(circle at 18% 82%, rgba(201, 169, 97, 0.10) 0, transparent 36%);
    --gt-grad-mesh-dark:
        radial-gradient(ellipse at 10% 0%, rgba(201, 169, 97, 0.18) 0, transparent 50%),
        radial-gradient(ellipse at 90% 0%, rgba(255, 140, 66, 0.10) 0, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(139, 21, 56, 0.18) 0, transparent 60%);

    /* Shadows */
    --gt-shadow-xs:   0 1px 3px rgba(11, 11, 20, 0.06);
    --gt-shadow-sm:   0 4px 12px rgba(11, 11, 20, 0.06);
    --gt-shadow-md:   0 12px 28px rgba(11, 11, 20, 0.08);
    --gt-shadow-lg:   0 30px 60px rgba(11, 11, 20, 0.12);
    --gt-shadow-xl:   0 40px 100px rgba(11, 11, 20, 0.18);
    --gt-shadow-gold: 0 14px 36px rgba(201, 169, 97, 0.30);
    --gt-shadow-glow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 20px 60px rgba(15, 15, 30, 0.4);

    /* Radii */
    --gt-r-sm: 10px;
    --gt-r-md: 18px;
    --gt-r-lg: 28px;
    --gt-r-xl: 36px;
    --gt-r-pill: 999px;

    /* Type */
    --gt-font-display: 'Cormorant Garamond', 'Marcellus', serif;
    --gt-font-sans:    'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Motion */
    --gt-ease:       cubic-bezier(0.22, 1, 0.36, 1);
    --gt-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --gt-t:          0.5s var(--gt-ease);

    /* Layout */
    --gt-container: 1320px;
    --gt-gutter:    24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
    font-family: var(--gt-font-sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--gt-text);
    background: var(--gt-cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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

a {
    color: var(--gt-maroon);
    text-decoration: none;
    transition: color 0.3s var(--gt-ease);
}

a:hover { color: var(--gt-gold-dark); }

/* ==========================================================================
   2. Typography
   ========================================================================== */

.gt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px 6px 8px;
    font-family: var(--gt-font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gt-gold-dark);
    background: rgba(201, 169, 97, 0.12);
    border: 1px solid var(--gt-line-2);
    border-radius: var(--gt-r-pill);
}

.gt-eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: var(--gt-gold);
}

.gt-eyebrow.gt-eyebrow-light {
    color: var(--gt-gold-light);
    background: rgba(201, 169, 97, 0.15);
    border-color: rgba(235, 208, 137, 0.35);
}

.gt-eyebrow-light::before { background: var(--gt-gold-light); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--gt-font-display);
    color: var(--gt-ink);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.5rem, 5.4vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
h4 { font-size: clamp(1.2rem, 1.8vw, 1.4rem); }

p { margin-bottom: 1em; }

.gt-display {
    font-family: var(--gt-font-display);
    font-size: clamp(3rem, 7.5vw, 6.8rem);
    line-height: 0.96;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.gt-italic { font-style: italic; font-weight: 500; }

.gt-grad-text {
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gt-outline-text {
    -webkit-text-stroke: 1.5px var(--gt-gold);
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (max-width: 768px) {
    .gt-outline-text { -webkit-text-stroke-width: 1px; }
}

.gt-mute { color: var(--gt-mute); }

/* ==========================================================================
   3. Layout helpers
   ========================================================================== */

.gt-container {
    width: 100%;
    max-width: var(--gt-container);
    margin: 0 auto;
    padding: 0 var(--gt-gutter);
}

.gt-section {
    padding: 96px 0;
    position: relative;
}

.gt-section-sm { padding: 64px 0; }
.gt-section-lg { padding: 120px 0; }

.gt-section-dark {
    background: var(--gt-grad-ink);
    color: rgba(255, 255, 255, 0.86);
}
.gt-section-dark h1, .gt-section-dark h2, .gt-section-dark h3, .gt-section-dark h4 { color: var(--gt-white); }

.gt-section-cream {
    background: linear-gradient(180deg, var(--gt-cream) 0%, var(--gt-cream-2) 100%);
}

.gt-mesh-bg {
    position: relative;
}

.gt-mesh-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gt-grad-mesh);
    pointer-events: none;
    z-index: 0;
}

.gt-mesh-bg > * { position: relative; z-index: 1; }

.gt-section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: end;
    margin-bottom: 56px;
}

.gt-section-head .gt-eyebrow { margin-bottom: 18px; }

.gt-section-head .gt-section-title {
    max-width: 720px;
    margin: 0;
}

.gt-section-head .gt-section-link {
    font-weight: 500;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .gt-section { padding: 72px 0; }
    .gt-section-head { grid-template-columns: 1fr; align-items: start; }
    .gt-section-head .gt-section-link { justify-self: start; }
}

/* ==========================================================================
   4. Buttons & Links
   ========================================================================== */

.gt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: var(--gt-font-sans);
    font-weight: 500;
    font-size: 0.93rem;
    letter-spacing: 0.02em;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: var(--gt-r-pill);
    cursor: pointer;
    transition: transform 0.4s var(--gt-ease), box-shadow 0.4s var(--gt-ease), background 0.4s var(--gt-ease), color 0.4s var(--gt-ease), border-color 0.4s var(--gt-ease);
    position: relative;
    isolation: isolate;
    text-transform: uppercase;
    white-space: nowrap;
}

.gt-btn:hover { transform: translateY(-2px); }

.gt-btn-primary {
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    box-shadow: var(--gt-shadow-gold);
}

.gt-btn-primary:hover {
    color: var(--gt-ink);
    box-shadow: 0 22px 44px rgba(201, 169, 97, 0.45);
}

.gt-btn-dark {
    background: var(--gt-ink);
    color: var(--gt-white);
}
.gt-btn-dark:hover { background: var(--gt-ink-3); color: var(--gt-white); }

.gt-btn-outline {
    background: transparent;
    color: var(--gt-ink);
    border-color: var(--gt-ink);
}
.gt-btn-outline:hover { background: var(--gt-ink); color: var(--gt-white); border-color: var(--gt-ink); }

.gt-btn-light-outline {
    background: rgba(255, 255, 255, 0.08);
    color: var(--gt-white);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(12px);
}
.gt-btn-light-outline:hover { background: var(--gt-white); color: var(--gt-ink); }

.gt-btn-ghost {
    background: transparent;
    color: var(--gt-ink);
    padding: 12px 22px;
}
.gt-btn-ghost:hover { background: rgba(11, 11, 20, 0.06); }

.gt-btn-sm { padding: 10px 22px; font-size: 0.82rem; }
.gt-btn-lg { padding: 18px 36px; font-size: 1rem; }

/* Animated arrow link */
.gt-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gt-ink);
}

.gt-arrow-link .gt-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gt-ink);
    color: var(--gt-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition: transform 0.4s var(--gt-ease), background 0.4s var(--gt-ease);
}

.gt-arrow-link:hover { color: var(--gt-ink); }
.gt-arrow-link:hover .gt-arrow { background: var(--gt-gold); transform: translateX(4px) rotate(-45deg); }

.gt-arrow-link.gt-arrow-link-light { color: var(--gt-white); }
.gt-arrow-link.gt-arrow-link-light .gt-arrow { background: var(--gt-white); color: var(--gt-ink); }
.gt-arrow-link.gt-arrow-link-light:hover { color: var(--gt-gold-light); }
.gt-arrow-link.gt-arrow-link-light:hover .gt-arrow { background: var(--gt-gold); color: var(--gt-ink); }

/* ==========================================================================
   5. Preloader
   ========================================================================== */

.gt-preloader {
    position: fixed;
    inset: 0;
    background: var(--gt-grad-ink);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
.gt-preloader.loaded { opacity: 0; visibility: hidden; }

.gt-preloader-inner { text-align: center; position: relative; }

.gt-loader-logo {
    max-width: 220px;
    height: auto;
    margin: 0 auto 22px;
    filter: brightness(0) invert(1) drop-shadow(0 0 30px rgba(201, 169, 97, 0.5));
    animation: gt-pulse 1.8s ease infinite;
}

.gt-loader-ring {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(201, 169, 97, 0.2);
    border-top-color: var(--gt-gold);
    border-radius: 50%;
    margin: 0 auto;
    animation: gt-spin 0.9s linear infinite;
}

@keyframes gt-spin { to { transform: rotate(360deg); } }
@keyframes gt-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }

/* ==========================================================================
   6. Top Bar
   ========================================================================== */

.gt-topbar {
    background: var(--gt-ink);
    color: rgba(255, 255, 255, 0.78);
    padding: 9px 0;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(201, 169, 97, 0.12);
}

.gt-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.gt-topbar-left {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.gt-topbar-left span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gt-topbar-left i { color: var(--gt-gold); font-size: 0.78rem; }

.gt-topbar-left a { color: inherit; }
.gt-topbar-left a:hover { color: var(--gt-gold); }

/* ==========================================================================
   7. Header / Navigation
   ========================================================================== */

.gt-header {
    background: rgba(248, 244, 236, 0.85);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(11, 11, 20, 0.05);
    transition: background 0.4s var(--gt-ease), box-shadow 0.4s var(--gt-ease);
}

.gt-header.scrolled {
    background: rgba(248, 244, 236, 0.96);
    box-shadow: 0 8px 30px rgba(11, 11, 20, 0.06);
}

.gt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 14px 0;
}

.gt-logo-img,
.custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.gt-logo-img img,
.custom-logo-link img {
    max-height: 56px;
    width: auto;
    transition: max-height 0.3s var(--gt-ease);
}

.gt-header.scrolled .gt-logo-img img,
.gt-header.scrolled .custom-logo-link img { max-height: 48px; }

.gt-nav { flex: 1; }

.gt-menu {
    display: flex;
    list-style: none;
    gap: 4px;
    justify-content: center;
}

.gt-menu li { position: relative; }

.gt-menu li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    color: var(--gt-ink);
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
    border-radius: var(--gt-r-pill);
    transition: all 0.3s var(--gt-ease);
    position: relative;
}

.gt-menu li a:hover,
.gt-menu li.current-menu-item > a,
.gt-menu li.current_page_item > a,
.gt-menu li.current-menu-ancestor > a {
    background: rgba(11, 11, 20, 0.05);
    color: var(--gt-ink);
}

.gt-menu li.current-menu-item > a::after,
.gt-menu li.current_page_item > a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gt-gold);
    transform: translateX(-50%);
}

.gt-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: var(--gt-white);
    box-shadow: var(--gt-shadow-lg);
    border-radius: var(--gt-r-md);
    padding: 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.3s var(--gt-ease);
    border: 1px solid var(--gt-line);
}

.gt-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gt-menu .sub-menu li a {
    padding: 9px 14px;
    font-size: 0.88rem;
    border-radius: var(--gt-r-sm);
}

.gt-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gt-nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.gt-nav-toggle span {
    width: 26px;
    height: 2px;
    background: var(--gt-ink);
    transition: all 0.3s var(--gt-ease);
    border-radius: 2px;
}

.gt-nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.gt-nav-toggle.active span:nth-child(2) { opacity: 0; }
.gt-nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

.gt-nav-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 1.4rem;
    color: var(--gt-ink);
    cursor: pointer;
}

/* ==========================================================================
   8. Social Icons
   ========================================================================== */

.social-icons {
    display: inline-flex;
    list-style: none;
    gap: 6px;
}

.social-icons a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: rgba(201, 169, 97, 0.15);
    color: var(--gt-gold);
    border-radius: 50%;
    font-size: 0.82rem;
    transition: transform 0.4s var(--gt-ease-bounce), background 0.3s ease;
}

.social-icons a:hover {
    background: var(--gt-gold);
    color: var(--gt-ink);
    transform: translateY(-3px) rotate(-8deg);
}

/* ==========================================================================
   9. Hero (Modern Bento)
   ========================================================================== */

.gt-hero {
    position: relative;
    padding: 30px 0 90px;
    overflow: hidden;
    background: var(--gt-cream);
}

.gt-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gt-grad-mesh);
    pointer-events: none;
    z-index: 0;
}

.gt-hero::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.18) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
    animation: gt-float-slow 18s ease-in-out infinite;
}

@keyframes gt-float-slow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-40px, 30px) scale(1.06); }
}

.gt-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Left content */
.gt-hero-content { padding-top: 8px; }

.gt-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px 7px 8px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--gt-r-pill);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gt-gold-dark);
    margin-bottom: 24px;
}

.gt-hero-tag-dot {
    width: 8px;
    height: 8px;
    background: var(--gt-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.25);
    animation: gt-blink 1.6s ease infinite;
}

@keyframes gt-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.gt-hero-title {
    font-family: var(--gt-font-display);
    font-size: clamp(2.6rem, 6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: var(--gt-ink);
    margin-bottom: 22px;
    font-weight: 600;
}

.gt-hero-title .gt-hero-italic,
.gt-hero-title .gt-hero-italic .gt-word {
    font-style: italic;
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

.gt-hero-title .gt-hero-stroke,
.gt-hero-title .gt-hero-stroke .gt-word {
    -webkit-text-stroke: 1.5px var(--gt-gold);
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-style: italic;
    font-weight: 500;
}

.gt-hero-sub {
    font-size: 1.05rem;
    color: var(--gt-mute);
    max-width: 520px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.gt-hero-cta {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.gt-hero-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid var(--gt-line);
}

.gt-hero-avatars {
    display: flex;
}

.gt-hero-avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid var(--gt-cream);
    margin-left: -10px;
    object-fit: cover;
}

.gt-hero-avatars img:first-child { margin-left: 0; }

/* Initial-circle avatar (no external photos) */
.gt-hero-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--gt-cream);
    margin-left: -10px;
    font-family: var(--gt-font-display);
    font-weight: 700;
    font-size: 0.92rem;
    box-shadow: 0 3px 10px rgba(201, 169, 97, 0.4);
}
.gt-hero-avatar:first-child { margin-left: 0; }
.gt-hero-avatar:nth-child(2) { background: linear-gradient(135deg, #8B1538, #c9a961); color: #fff; }
.gt-hero-avatar:nth-child(3) { background: linear-gradient(135deg, #2c5282, #c9a961); color: #fff; }
.gt-hero-avatar:nth-child(4) { background: linear-gradient(135deg, #285430, #c9a961); color: #fff; }

.gt-hero-trust-text {
    font-size: 0.86rem;
    color: var(--gt-mute);
    line-height: 1.45;
}

.gt-hero-trust-text strong {
    color: var(--gt-ink);
    display: block;
    font-family: var(--gt-font-sans);
    font-weight: 600;
}

.gt-hero-stars {
    color: var(--gt-gold);
    font-size: 0.78rem;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

/* Destination chips strip in hero */
.gt-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 28px;
}

.gt-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(201, 169, 97, 0.32);
    border-radius: var(--gt-r-pill);
    font-size: 0.83rem;
    font-weight: 500;
    color: var(--gt-ink);
    transition: all 0.35s var(--gt-ease-bounce);
    cursor: pointer;
}

.gt-chip i {
    color: var(--gt-gold-dark);
    font-size: 0.7rem;
}

.gt-chip:hover {
    background: var(--gt-grad-gold);
    border-color: transparent;
    color: var(--gt-ink);
    transform: translateY(-3px) rotate(-1.5deg);
    box-shadow: var(--gt-shadow-gold);
}

.gt-chip:hover i { color: var(--gt-ink); }

.gt-chip-more {
    background: var(--gt-ink);
    color: var(--gt-white);
    border-color: var(--gt-ink);
}

.gt-chip-more:hover {
    background: var(--gt-ink-3);
    color: var(--gt-white);
    transform: translateY(-3px);
}

/* Right: Vertical photo marquee */
.gt-hero-photos {
    position: relative;
    height: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    overflow: hidden;
    border-radius: var(--gt-r-lg);
    isolation: isolate;
}

/* Top + bottom fade masks */
.gt-hero-photos::before,
.gt-hero-photos::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 3;
    pointer-events: none;
}

.gt-hero-photos::before {
    top: 0;
    background: linear-gradient(180deg, var(--gt-cream) 5%, rgba(248, 244, 236, 0.6) 60%, transparent 100%);
}

.gt-hero-photos::after {
    bottom: 0;
    background: linear-gradient(0deg, var(--gt-cream) 5%, rgba(248, 244, 236, 0.6) 60%, transparent 100%);
}

.gt-photo-col {
    position: relative;
    overflow: hidden;
}

.gt-photo-col-up { padding-top: 0; }
.gt-photo-col-down { padding-top: 60px; }

.gt-photo-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    will-change: transform;
}

.gt-photo-col-up .gt-photo-track {
    animation: gt-vmarquee-up 32s linear infinite;
}

.gt-photo-col-down .gt-photo-track {
    animation: gt-vmarquee-down 36s linear infinite;
}

.gt-hero-photos:hover .gt-photo-track {
    animation-play-state: paused;
}

@keyframes gt-vmarquee-up {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes gt-vmarquee-down {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

.gt-photo-card {
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 4 / 5;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    box-shadow: var(--gt-shadow-md);
    isolation: isolate;
    transition: transform 0.5s var(--gt-ease);
    display: block;
}

.gt-photo-card:hover {
    transform: scale(1.03);
    z-index: 5;
}

.gt-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--gt-ease);
}

.gt-photo-card:hover img {
    transform: scale(1.07);
}

.gt-photo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(11, 11, 20, 0.8) 100%);
    z-index: 1;
}

.gt-photo-info {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
    color: var(--gt-white);
}

.gt-photo-info small {
    display: block;
    color: var(--gt-gold-light);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 2px;
}

.gt-photo-info strong {
    display: block;
    font-family: var(--gt-font-display);
    font-size: 1.4rem;
    line-height: 1.1;
    color: var(--gt-white);
}

/* Live pill */
.gt-hero-live-pill {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--gt-r-pill);
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gt-ink);
    box-shadow: var(--gt-shadow-sm);
}

.gt-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.25);
    animation: gt-blink 1.4s ease infinite;
}

/* Floating stat card over the photo marquee */
.gt-hero-float-stat {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--gt-r-md);
    padding: 12px 18px;
    box-shadow: var(--gt-shadow-md);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: gt-float-stat 3.5s ease-in-out infinite;
}

@keyframes gt-float-stat {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-6px); }
}

/* Legacy collage support - kept for fallback */
.gt-hero-visual {
    position: relative;
    height: 100%;
    min-height: 520px;
}

.gt-hero-img-main,
.gt-hero-img-2,
.gt-hero-img-3 {
    position: absolute;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    box-shadow: var(--gt-shadow-lg);
}

.gt-hero-img-main {
    top: 0;
    right: 0;
    width: 70%;
    height: 75%;
    transform: rotate(2deg);
    transition: transform 0.6s var(--gt-ease);
}

.gt-hero-img-2 {
    bottom: 0;
    left: 0;
    width: 50%;
    height: 45%;
    transform: rotate(-3deg);
    border: 6px solid var(--gt-cream);
    transition: transform 0.6s var(--gt-ease);
    z-index: 2;
}

.gt-hero-visual:hover .gt-hero-img-main { transform: rotate(0deg); }
.gt-hero-visual:hover .gt-hero-img-2 { transform: rotate(0deg); }

.gt-hero-img-main img,
.gt-hero-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating cards */
.gt-hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--gt-r-md);
    padding: 14px 18px;
    box-shadow: var(--gt-shadow-md);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: gt-float-card 4s ease-in-out infinite;
}

@keyframes gt-float-card {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

.gt-hero-float-1 {
    top: 24px;
    left: -10px;
    animation-delay: 0s;
}

.gt-hero-float-2 {
    top: 45%;
    right: -10px;
    transform: translateY(-50%);
    animation-delay: 1.5s;
}

@keyframes gt-float-card-2 {
    0%, 100% { transform: translateY(-50%); }
    50%      { transform: translateY(calc(-50% - 8px)); }
}

.gt-hero-float-2 { animation-name: gt-float-card-2; }

.gt-hero-float-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gt-hero-float-text {
    line-height: 1.2;
}

.gt-hero-float-text strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--gt-ink);
}

.gt-hero-float-text small {
    color: var(--gt-mute);
    font-size: 0.74rem;
    font-weight: 500;
}

@media (max-width: 992px) {
    .gt-hero { padding: 40px 0 60px; }
    .gt-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        min-height: 0;
    }
    .gt-hero-visual { min-height: 420px; max-width: 580px; margin: 0 auto; width: 100%; }
    .gt-hero-photos { height: 480px; max-width: 580px; margin: 0 auto; width: 100%; }
}

@media (max-width: 600px) {
    .gt-hero-visual { min-height: 360px; }
    .gt-hero-img-main { width: 78%; height: 78%; }
    .gt-hero-img-2 { width: 56%; height: 50%; }
    .gt-hero-float-card { padding: 10px 14px; }
    .gt-hero-float-icon { width: 30px; height: 30px; font-size: 0.85rem; }
    .gt-hero-float-text strong { font-size: 0.82rem; }
    .gt-hero-float-text small { font-size: 0.7rem; }

    .gt-hero-photos { height: 420px; gap: 12px; }
    .gt-photo-info strong { font-size: 1.1rem; }
    .gt-hero-live-pill { font-size: 0.65rem; padding: 6px 12px; }
    .gt-hero-float-stat { padding: 10px 14px; }
    .gt-hero-chips { margin-bottom: 22px; }
    .gt-chip { padding: 6px 12px; font-size: 0.78rem; }
}

/* ==========================================================================
   10. Booking Strip (overlapping hero bottom)
   ========================================================================== */

.gt-booking-wrap {
    position: relative;
    z-index: 5;
    margin-top: -50px;
}

.gt-booking-bar {
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    box-shadow: var(--gt-shadow-xl);
    padding: 18px;
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 1fr auto;
    gap: 12px;
    align-items: stretch;
    border: 1px solid var(--gt-line);
}

.gt-booking-field {
    padding: 10px 16px;
    border-right: 1px solid var(--gt-line);
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.gt-booking-field:last-of-type { border-right: none; }

.gt-booking-field label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gt-mute);
}

.gt-booking-field input,
.gt-booking-field select {
    border: none;
    background: transparent;
    font-family: var(--gt-font-sans);
    font-size: 0.95rem;
    color: var(--gt-ink);
    padding: 0;
    outline: none;
    width: 100%;
}

.gt-booking-field input::placeholder { color: rgba(31, 31, 46, 0.45); }

.gt-booking-bar .gt-btn {
    align-self: stretch;
    padding: 0 28px;
}

@media (max-width: 992px) {
    .gt-booking-bar { grid-template-columns: 1fr 1fr; gap: 0; }
    .gt-booking-field { border-right: none; border-bottom: 1px solid var(--gt-line); padding: 12px 16px; }
    .gt-booking-field:nth-child(odd) { border-right: 1px solid var(--gt-line); }
    .gt-booking-bar .gt-btn { grid-column: 1 / -1; padding: 14px; margin-top: 8px; }
}

@media (max-width: 480px) {
    .gt-booking-bar { grid-template-columns: 1fr; }
    .gt-booking-field { border-right: none !important; }
}

/* ==========================================================================
   11. Marquee
   ========================================================================== */

.gt-marquee {
    overflow: hidden;
    padding: 22px 0;
    background: var(--gt-ink);
    color: var(--gt-cream);
    border-top: 1px solid rgba(201, 169, 97, 0.2);
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
    position: relative;
}

.gt-marquee.gt-marquee-light {
    background: var(--gt-cream);
    color: var(--gt-ink);
    border-color: var(--gt-line);
}

.gt-marquee-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: gt-marquee 36s linear infinite;
}

.gt-marquee:hover .gt-marquee-track { animation-play-state: paused; }

.gt-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--gt-font-display);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-style: italic;
    font-weight: 500;
    white-space: nowrap;
    color: inherit;
}

.gt-marquee-item .gt-marquee-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gt-gold);
    flex-shrink: 0;
}

.gt-marquee-item.gt-marquee-stroke {
    -webkit-text-stroke: 1.5px var(--gt-gold);
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@keyframes gt-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   12. Bento & Cards
   ========================================================================== */

.gt-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

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

@media (max-width: 992px) {
    .gt-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .gt-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .gt-grid-2,
    .gt-grid-3,
    .gt-grid-4 { grid-template-columns: 1fr; }
}

.gt-card {
    background: var(--gt-white);
    border-radius: var(--gt-r-md);
    overflow: hidden;
    border: 1px solid var(--gt-line);
    transition: transform 0.5s var(--gt-ease), box-shadow 0.5s var(--gt-ease);
    position: relative;
}

.gt-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gt-shadow-lg);
}

.gt-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--gt-cream-2);
}

.gt-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--gt-ease);
}

.gt-card:hover .gt-card-media img { transform: scale(1.06); }

.gt-card-body { padding: 26px; }

.gt-card-title { margin-bottom: 10px; }
.gt-card-title a { color: var(--gt-ink); }
.gt-card-title a:hover { color: var(--gt-gold-dark); }

.gt-card-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: var(--gt-mute);
    margin-bottom: 12px;
}

.gt-card-meta i { color: var(--gt-gold); margin-right: 4px; }

.gt-card-text { color: var(--gt-mute); margin-bottom: 16px; font-size: 0.95rem; }

.gt-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--gt-line);
}

/* Glass card */
.gt-card-glass {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.gt-card-glass-dark {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.gt-card-glass-dark h3,
.gt-card-glass-dark h4 { color: var(--gt-white); }

/* Gradient border card */
.gt-card-grad-border {
    position: relative;
    background: var(--gt-white);
    border: 1px solid transparent;
    background-clip: padding-box;
}

.gt-card-grad-border::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--gt-grad-gold);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gt-card-grad-border:hover::before { opacity: 1; }

/* ==========================================================================
   13. Why Us / Feature Bento (full-width feature + 4 equal cards)
   ========================================================================== */

.gt-why-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.gt-why-card {
    grid-column: span 3;
    padding: 30px;
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    border: 1px solid var(--gt-line);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s var(--gt-ease), box-shadow 0.5s var(--gt-ease), border-color 0.5s var(--gt-ease);
}

.gt-why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gt-shadow-lg);
    border-color: rgba(201, 169, 97, 0.4);
}

.gt-why-card.gt-why-feat {
    grid-column: span 12;
    background: var(--gt-grad-ink);
    color: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(201, 169, 97, 0.25);
    padding: 50px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    min-height: 280px;
}

.gt-why-feat-content { position: relative; z-index: 2; }
.gt-why-feat-side { position: relative; z-index: 2; }

.gt-why-card.gt-why-feat h3 { color: var(--gt-white); font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 16px; }

.gt-why-card.gt-why-feat::before {
    content: '';
    position: absolute;
    top: -160px;
    right: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.4) 0%, transparent 70%);
    filter: blur(60px);
    animation: gt-aurora 8s ease-in-out infinite;
}

.gt-why-card.gt-why-feat::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(139, 21, 56, 0.35) 0%, transparent 70%);
    filter: blur(50px);
    animation: gt-aurora 10s ease-in-out infinite reverse;
}

@keyframes gt-aurora {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(40px, -30px) scale(1.15); }
}

.gt-why-feat-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 12px;
}

.gt-why-feat-stat {
    padding: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 169, 97, 0.22);
    border-radius: var(--gt-r-md);
    backdrop-filter: blur(10px);
    transition: border-color 0.4s ease, transform 0.4s var(--gt-ease);
}

.gt-why-feat-stat:hover {
    border-color: var(--gt-gold);
    transform: translateY(-3px);
}

.gt-why-feat-stat strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-feature-settings: 'lnum' 1, 'tnum' 1;
    font-size: 2.2rem;
    line-height: 1;
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 6px;
    font-weight: 600;
}

.gt-why-feat-stat span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.gt-why-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--gt-r-md);
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 22px;
    box-shadow: 0 10px 24px rgba(201, 169, 97, 0.3);
    transition: transform 0.6s var(--gt-ease-bounce);
}

.gt-why-card:hover .gt-why-icon {
    transform: rotate(-12deg) scale(1.08);
}

.gt-why-card h4 { margin-bottom: 10px; font-size: 1.2rem; }
.gt-why-card p { color: var(--gt-mute); font-size: 0.92rem; }
.gt-why-feat p { color: rgba(255, 255, 255, 0.78); font-size: 1rem; line-height: 1.7; }

.gt-why-num {
    font-family: var(--gt-font-display);
    font-size: 4.5rem;
    line-height: 0.9;
    color: rgba(201, 169, 97, 0.12);
    position: absolute;
    bottom: 14px;
    right: 22px;
    font-weight: 600;
    pointer-events: none;
}

@media (max-width: 992px) {
    .gt-why-card { grid-column: span 6; }
    .gt-why-card.gt-why-feat {
        grid-column: span 12;
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .gt-why-card,
    .gt-why-card.gt-why-feat { grid-column: span 12; padding: 26px; }
}

/* ==========================================================================
   14. Page Banner (compact)
   ========================================================================== */

.gt-page-banner {
    position: relative;
    padding: 90px 0 70px;
    background: var(--gt-grad-ink);
    color: var(--gt-white);
    text-align: center;
    overflow: hidden;
}

.gt-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gt-grad-mesh-dark);
    opacity: 0.7;
}

.gt-page-banner > .gt-container { position: relative; z-index: 2; }

.gt-page-banner h1 { color: var(--gt-white); margin-bottom: 14px; }

.gt-page-banner h1 .gt-italic {
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 500;
}

.gt-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--gt-r-pill);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.gt-breadcrumb a { color: var(--gt-gold-light); }
.gt-breadcrumb a:hover { color: var(--gt-white); }
.gt-breadcrumb i { font-size: 0.65rem; color: var(--gt-gold); }

/* ==========================================================================
   15. Destinations Bento (5-card balanced layout)
   ========================================================================== */

.gt-dest-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 230px;
    gap: 18px;
}

.gt-dest-card {
    position: relative;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    cursor: pointer;
    isolation: isolate;
    grid-column: span 6;
    grid-row: span 1;
    will-change: transform;
}

/* Card 1 — large feature on left, spans 2 rows */
.gt-dest-card.gt-dest-feat { grid-column: span 7; grid-row: span 2; }
/* Card 2/3 — top right + bottom right */
.gt-dest-card.gt-dest-side { grid-column: span 5; grid-row: span 1; }
/* Card 4 — bottom row left */
.gt-dest-card.gt-dest-half { grid-column: span 5; grid-row: span 1; }
/* Card 5 — bottom row wide */
.gt-dest-card.gt-dest-wide { grid-column: span 7; grid-row: span 1; }
/* Tall — keep for backwards compatibility */
.gt-dest-card.gt-dest-tall { grid-row: span 2; }

.gt-dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--gt-ease);
}

.gt-dest-card:hover img { transform: scale(1.08); }

.gt-dest-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(11, 11, 20, 0.9) 100%);
    z-index: 1;
}

.gt-dest-info {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    z-index: 2;
    color: var(--gt-white);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.gt-dest-info small {
    color: var(--gt-gold-light);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.gt-dest-info h3 {
    color: var(--gt-white);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    margin: 0;
}

.gt-dest-cta {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--gt-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.8rem;
    transition: transform 0.4s var(--gt-ease), background 0.3s ease;
}

.gt-dest-card:hover .gt-dest-cta { background: var(--gt-gold); color: var(--gt-ink); transform: rotate(-45deg); }

@media (max-width: 992px) {
    .gt-dest-card,
    .gt-dest-card.gt-dest-feat,
    .gt-dest-card.gt-dest-side,
    .gt-dest-card.gt-dest-half,
    .gt-dest-card.gt-dest-wide { grid-column: span 6; grid-row: span 1; }
    .gt-dest-card.gt-dest-tall { grid-row: span 1; }
}

@media (max-width: 600px) {
    .gt-dest-bento { grid-auto-rows: 220px; }
    .gt-dest-card,
    .gt-dest-card.gt-dest-feat,
    .gt-dest-card.gt-dest-side,
    .gt-dest-card.gt-dest-half,
    .gt-dest-card.gt-dest-wide,
    .gt-dest-card.gt-dest-tall { grid-column: span 12; }
}

/* ==========================================================================
   16. Stats
   ========================================================================== */

.gt-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gt-stat {
    padding: 30px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: var(--gt-r-lg);
    transition: transform 0.4s var(--gt-ease), border-color 0.4s var(--gt-ease);
}

.gt-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 169, 97, 0.4);
}

.gt-stat-num {
    font-family: var(--gt-font-sans);
    font-feature-settings: 'lnum' 1, 'tnum' 1;
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.gt-stat-num small {
    -webkit-text-fill-color: initial;
    color: var(--gt-gold);
    font-size: 0.55em;
    font-weight: 600;
}

.gt-stat-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .gt-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   17. Fleet Cards (modern)
   ========================================================================== */

.gt-fleet-card {
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    border: 1px solid var(--gt-line);
    transition: transform 0.5s var(--gt-ease), box-shadow 0.5s var(--gt-ease);
    position: relative;
}

.gt-fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gt-shadow-lg);
}

.gt-fleet-img {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: linear-gradient(135deg, var(--gt-cream) 0%, var(--gt-cream-2) 100%);
}

/* Tasteful placeholder shown when no image loads */
.gt-fleet-img::before {
    content: '\f1b9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: rgba(201, 169, 97, 0.32);
    z-index: 0;
    pointer-events: none;
}

.gt-fleet-img::after {
    content: attr(data-vehicle-name);
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    color: rgba(11, 11, 20, 0.5);
    font-family: var(--gt-font-display);
    font-size: 0.95rem;
    font-style: italic;
    z-index: 0;
    pointer-events: none;
}

/* Image sits above the placeholder when it loads successfully */
.gt-fleet-img img {
    position: relative;
    z-index: 1;
}

/* When image fails to load, hide it via JS so placeholder shows */
.gt-fleet-img img.gt-img-failed {
    display: none;
}

.gt-fleet-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--gt-ease);
}

.gt-fleet-card:hover .gt-fleet-img img { transform: scale(1.05); }

.gt-fleet-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: var(--gt-ink);
    border-radius: var(--gt-r-pill);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.gt-fleet-fav {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: var(--gt-mute);
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
}

.gt-fleet-fav:hover { color: var(--gt-maroon); }

.gt-fleet-body { padding: 24px; }

.gt-fleet-title { margin: 0 0 6px; }
.gt-fleet-title a { color: inherit; transition: color 0.25s var(--gt-ease); }
.gt-fleet-title a:hover { color: var(--gt-gold); }
a.gt-fleet-img { display: block; }

.gt-fleet-sub {
    color: var(--gt-mute);
    font-size: 0.85rem;
    margin-bottom: 18px;
}

.gt-fleet-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 14px;
    background: var(--gt-cream);
    border-radius: var(--gt-r-sm);
    margin-bottom: 20px;
}

.gt-fleet-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--gt-text);
}

.gt-fleet-feature i { color: var(--gt-gold-dark); font-size: 0.95rem; width: 18px; }

.gt-fleet-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--gt-line);
}

.gt-fleet-price {
    font-family: var(--gt-font-display);
    color: var(--gt-ink);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

.gt-fleet-price-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    background: linear-gradient(135deg, rgba(201,169,97,0.12), rgba(201,169,97,0.04));
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--gt-r-pill);
    color: var(--gt-ink);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
}
.gt-fleet-price-cta i {
    color: var(--gt-gold);
    font-size: 0.78rem;
}

.gt-fleet-price small {
    font-family: var(--gt-font-sans);
    font-size: 0.75rem;
    color: var(--gt-mute);
    font-weight: 400;
    margin-left: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   18. Process / Steps
   ========================================================================== */

.gt-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    counter-reset: step;
}

.gt-step {
    position: relative;
    padding: 28px;
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    border: 1px solid var(--gt-line);
    transition: transform 0.4s var(--gt-ease), box-shadow 0.4s var(--gt-ease);
    counter-increment: step;
}

.gt-step:hover { transform: translateY(-6px); box-shadow: var(--gt-shadow-md); }

.gt-step::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    top: 22px;
    right: 24px;
    font-family: var(--gt-font-display);
    font-size: 2.4rem;
    color: rgba(201, 169, 97, 0.25);
    font-weight: 600;
    line-height: 1;
}

.gt-step-icon {
    width: 56px;
    height: 56px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: var(--gt-r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 22px;
    box-shadow: 0 10px 22px rgba(201, 169, 97, 0.3);
}

.gt-step h4 { margin-bottom: 8px; font-size: 1.15rem; }
.gt-step p { color: var(--gt-mute); font-size: 0.9rem; margin: 0; }

@media (max-width: 992px) {
    .gt-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .gt-steps { grid-template-columns: 1fr; }
}

/* ==========================================================================
   19. Testimonials
   ========================================================================== */

.gt-tst-section {
    background: var(--gt-grad-ink);
    color: rgba(255, 255, 255, 0.86);
    position: relative;
    overflow: hidden;
}

.gt-tst-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gt-grad-mesh-dark);
    opacity: 0.6;
    pointer-events: none;
}

.gt-tst-section > .gt-container { position: relative; z-index: 1; }

.gt-tst-section h2,
.gt-tst-section h3 { color: var(--gt-white); }

.gt-tst-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: var(--gt-r-lg);
    padding: 32px;
    height: 100%;
    transition: border-color 0.4s var(--gt-ease), transform 0.4s var(--gt-ease);
    position: relative;
    overflow: hidden;
}

/* Big decorative quote in the corner */
.gt-tst-quote-icon {
    position: absolute;
    top: -10px;
    right: 18px;
    font-size: 5.5rem;
    color: rgba(201, 169, 97, 0.10);
    line-height: 1;
    pointer-events: none;
    transition: color 0.35s var(--gt-ease), transform 0.35s var(--gt-ease);
}
.gt-tst-card:hover .gt-tst-quote-icon {
    color: rgba(201, 169, 97, 0.22);
    transform: rotate(-8deg) scale(1.05);
}

.gt-tst-card:hover {
    border-color: var(--gt-gold);
    transform: translateY(-4px);
}

.gt-tst-stars {
    color: var(--gt-gold);
    margin-bottom: 16px;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.gt-tst-quote {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--gt-font-display);
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 22px;
    font-style: italic;
    font-weight: 500;
}

.gt-tst-quote::before {
    content: '"';
    color: var(--gt-gold);
    font-size: 3rem;
    line-height: 0;
    margin-right: 4px;
    vertical-align: -0.4em;
}

.gt-tst-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gt-tst-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gt-gold);
}

/* Initial-circle avatar (replaces the demo person photos) */
.gt-tst-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    font-family: var(--gt-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 14px rgba(201, 169, 97, 0.4);
    border: 2px solid rgba(201, 169, 97, 0.6);
}

.gt-tst-author strong {
    display: block;
    color: var(--gt-white);
    font-family: var(--gt-font-sans);
    font-weight: 600;
    font-size: 0.95rem;
}

.gt-tst-author small {
    color: var(--gt-gold-light);
    font-size: 0.78rem;
}

/* ==========================================================================
   20. Gallery (true bento)
   ========================================================================== */

.gt-gal-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 36px;
}

.gt-gal-filter button {
    padding: 9px 22px;
    background: transparent;
    border: 1px solid var(--gt-line);
    color: var(--gt-text);
    border-radius: var(--gt-r-pill);
    font-weight: 500;
    font-size: 0.86rem;
    cursor: pointer;
    transition: all 0.3s var(--gt-ease);
}

.gt-gal-filter button:hover { border-color: var(--gt-gold); color: var(--gt-gold-dark); }

.gt-gal-filter button.active {
    background: var(--gt-ink);
    border-color: var(--gt-ink);
    color: var(--gt-white);
}

.gt-gallery-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    gap: 14px;
}

.gt-gal-item {
    grid-column: span 3;
    grid-row: span 1;
    position: relative;
    border-radius: var(--gt-r-md);
    overflow: hidden;
    cursor: pointer;
    isolation: isolate;
}

.gt-gal-item.gt-gal-tall { grid-row: span 2; }
.gt-gal-item.gt-gal-wide { grid-column: span 6; }
.gt-gal-item.gt-gal-feat { grid-column: span 6; grid-row: span 2; }

.gt-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--gt-ease);
}

.gt-gal-item:hover img { transform: scale(1.07); }

.gt-gal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(11, 11, 20, 0.92) 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: opacity 0.4s var(--gt-ease);
    z-index: 1;
}

.gt-gal-item:hover .gt-gal-overlay { opacity: 1; }

.gt-gal-overlay h4 { color: var(--gt-white); font-size: 1.1rem; margin: 0 0 4px; }
.gt-gal-overlay span { color: var(--gt-gold-light); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }

.gt-gal-zoom {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.4s var(--gt-ease);
    z-index: 2;
    font-size: 0.85rem;
}

.gt-gal-item:hover .gt-gal-zoom { opacity: 1; transform: translateY(0); }

@media (max-width: 992px) {
    .gt-gal-item { grid-column: span 4; }
    .gt-gal-item.gt-gal-feat,
    .gt-gal-item.gt-gal-wide { grid-column: span 8; }
    .gt-gal-item.gt-gal-tall,
    .gt-gal-item.gt-gal-feat { grid-row: span 2; }
}

@media (max-width: 600px) {
    .gt-gallery-bento { grid-auto-rows: 180px; }
    .gt-gal-item,
    .gt-gal-item.gt-gal-feat,
    .gt-gal-item.gt-gal-wide,
    .gt-gal-item.gt-gal-tall { grid-column: span 12; grid-row: span 1; }
}

/* ==========================================================================
   21. About / Asymmetric Imagery
   ========================================================================== */

.gt-about-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 70px;
    align-items: center;
}

.gt-about-images {
    position: relative;
    aspect-ratio: 1;
}

.gt-about-img-1,
.gt-about-img-2 {
    position: absolute;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    box-shadow: var(--gt-shadow-lg);
}

.gt-about-img-1 {
    width: 70%;
    height: 80%;
    top: 0;
    left: 0;
    transform: rotate(-2deg);
    transition: transform 0.6s var(--gt-ease);
}

.gt-about-img-2 {
    width: 50%;
    height: 55%;
    bottom: 0;
    right: 0;
    border: 8px solid var(--gt-cream);
    transform: rotate(3deg);
    transition: transform 0.6s var(--gt-ease);
}

.gt-about-images:hover .gt-about-img-1,
.gt-about-images:hover .gt-about-img-2 { transform: rotate(0); }

.gt-about-img-1 img,
.gt-about-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gt-about-badge {
    position: absolute;
    top: 16px;
    right: 0;
    width: 130px;
    height: 130px;
    background: var(--gt-grad-gold);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--gt-ink);
    text-align: center;
    box-shadow: var(--gt-shadow-gold);
    z-index: 4;
    animation: gt-rotate 30s linear infinite;
}

.gt-about-badge strong {
    font-family: var(--gt-font-display);
    font-size: 2.2rem;
    line-height: 1;
}

.gt-about-badge span {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 4px;
    font-weight: 600;
}

@keyframes gt-rotate {
    to { transform: rotate(360deg); }
}

.gt-about-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.gt-about-list li {
    padding: 10px 0 10px 32px;
    position: relative;
    color: var(--gt-text);
}

.gt-about-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
}

@media (max-width: 992px) {
    .gt-about-grid { grid-template-columns: 1fr; gap: 50px; }
    .gt-about-images { max-width: 540px; margin: 0 auto; width: 100%; }
}

/* ==========================================================================
   21a. Single Blog Post — share row, author card, tags
   ========================================================================== */

.gt-blog-tags {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--gt-line);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.gt-blog-tags strong {
    color: var(--gt-ink);
    font-size: 0.92rem;
    margin-right: 6px;
}
.gt-blog-tags strong i { color: var(--gt-gold); margin-right: 4px; }
.gt-blog-tags a {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(201, 169, 97, 0.1);
    border: 1px solid rgba(201, 169, 97, 0.28);
    border-radius: var(--gt-r-pill);
    font-size: 0.82rem;
    color: var(--gt-text);
    transition: all 0.25s var(--gt-ease);
}
.gt-blog-tags a:hover {
    background: rgba(201, 169, 97, 0.2);
    color: var(--gt-ink);
}

.gt-blog-share {
    margin-top: 28px;
    padding: 20px 24px;
    background: rgba(201, 169, 97, 0.06);
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.gt-blog-share span {
    color: var(--gt-ink);
    font-weight: 600;
    margin-right: auto;
}
.gt-blog-share a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    color: var(--gt-ink);
    transition: all 0.3s var(--gt-ease);
}
.gt-blog-share a:hover {
    transform: translateY(-3px);
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-color: var(--gt-gold);
}

.gt-blog-author-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 32px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(201,169,97,0.08), rgba(255,255,255,0.6));
    border: 1px solid rgba(201, 169, 97, 0.25);
    border-radius: 18px;
}
.gt-blog-author-mono {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--gt-font-display);
    font-size: 1.6rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(201, 169, 97, 0.35);
}
.gt-blog-author-card strong {
    display: block;
    font-family: var(--gt-font-display);
    font-size: 1.15rem;
    color: var(--gt-ink);
}
.gt-blog-author-card small {
    display: block;
    color: var(--gt-mute);
    margin-top: 2px;
    font-size: 0.82rem;
}
.gt-blog-author-card p {
    margin: 10px 0 0;
    color: var(--gt-text);
    font-size: 0.94rem;
    line-height: 1.6;
}

@media (max-width: 540px) {
    .gt-blog-author-card { flex-direction: column; padding: 22px; }
    .gt-blog-share { gap: 10px; padding: 16px; }
    .gt-blog-share span { width: 100%; margin-right: 0; }
}

/* ==========================================================================
   21b. About Page — Founder Spotlight
   ========================================================================== */

.gt-founder-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: center;
    background: linear-gradient(135deg, rgba(201,169,97,0.08), rgba(255,255,255,0.6));
    border: 1px solid rgba(201, 169, 97, 0.25);
    border-radius: 28px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.gt-founder-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(201, 169, 97, 0.16), transparent 45%),
        radial-gradient(circle at 100% 100%, rgba(139, 21, 56, 0.10), transparent 50%);
    pointer-events: none;
}
.gt-founder-card > * { position: relative; z-index: 1; }

.gt-founder-portrait {
    text-align: center;
}
.gt-founder-monogram {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 10px 40px rgba(201, 169, 97, 0.5), 0 0 0 12px rgba(201, 169, 97, 0.12);
    position: relative;
}
.gt-founder-monogram::before {
    content: '';
    position: absolute;
    inset: -16px;
    border: 1px dashed rgba(201, 169, 97, 0.6);
    border-radius: 50%;
    animation: gt-rotate 30s linear infinite;
}
.gt-founder-monogram span {
    font-family: var(--gt-font-display);
    font-size: 6rem;
    color: var(--gt-ink);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gt-founder-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(201, 169, 97, 0.18);
    border: 1px solid rgba(201, 169, 97, 0.4);
    border-radius: var(--gt-r-pill);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--gt-ink);
    letter-spacing: 0.04em;
}
.gt-founder-badge i { color: var(--gt-gold); }

.gt-founder-quote {
    font-family: var(--gt-font-display);
    font-size: 1.2rem;
    line-height: 1.55;
    color: var(--gt-ink);
    font-style: italic;
    padding-left: 28px;
    position: relative;
    margin: 0;
}
.gt-founder-quote i {
    position: absolute;
    left: 0; top: 4px;
    color: var(--gt-gold);
    font-size: 1.1rem;
}

.gt-founder-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}
.gt-founder-meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(201, 169, 97, 0.28);
    border-radius: 14px;
    transition: all 0.3s var(--gt-ease);
    color: var(--gt-ink);
}
.gt-founder-meta-item:hover {
    background: var(--gt-white);
    border-color: var(--gt-gold);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201, 169, 97, 0.2);
}
.gt-founder-meta-item i {
    width: 38px; height: 38px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gt-founder-meta-item span { display: flex; flex-direction: column; line-height: 1.2; }
.gt-founder-meta-item small {
    font-size: 0.72rem;
    color: var(--gt-mute);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.gt-founder-meta-item strong {
    font-size: 0.9rem;
    color: var(--gt-ink);
    font-weight: 600;
    margin-top: 2px;
}

@media (max-width: 900px) {
    .gt-founder-card { grid-template-columns: 1fr; padding: 36px; gap: 32px; }
    .gt-founder-monogram { width: 180px; height: 180px; }
    .gt-founder-monogram span { font-size: 5rem; }
    .gt-founder-meta { grid-template-columns: 1fr; }
}

/* ==========================================================================
   21b2. About Page — Pillars (Mission · Vision · Values)
   ========================================================================== */

.gt-pillars-section {
    position: relative;
    overflow: hidden;
}
.gt-pillars-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 30%, rgba(201, 169, 97, 0.12), transparent 35%),
        radial-gradient(circle at 88% 70%, rgba(139, 21, 56, 0.08), transparent 35%);
    pointer-events: none;
    z-index: 0;
}
.gt-pillars-section > .gt-container { position: relative; z-index: 1; }

.gt-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 22px;
    margin-top: 50px;
    align-items: stretch;
}

.gt-pillar {
    position: relative;
    padding: 38px 32px 32px;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: 22px;
    transition: all 0.4s var(--gt-ease);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gt-pillar::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(201,169,97,0.4), transparent 35%, transparent 65%, rgba(201,169,97,0.2));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.35s var(--gt-ease);
    pointer-events: none;
}
.gt-pillar:hover::before { opacity: 1; }

.gt-pillar:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(201, 169, 97, 0.18);
}

/* Top-right huge number */
.gt-pillar-num {
    position: absolute;
    top: 22px;
    right: 26px;
    font-family: var(--gt-font-display);
    font-size: 4.5rem;
    line-height: 1;
    color: rgba(201, 169, 97, 0.14);
    font-weight: 700;
    letter-spacing: -0.02em;
    pointer-events: none;
    transition: color 0.3s var(--gt-ease);
}
.gt-pillar:hover .gt-pillar-num { color: rgba(201, 169, 97, 0.22); }

.gt-pillar-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 10px 30px rgba(201, 169, 97, 0.35);
    margin-bottom: 22px;
}

.gt-pillar-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(201, 169, 97, 0.12);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--gt-r-pill);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gt-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    align-self: flex-start;
}

.gt-pillar h3 {
    font-family: var(--gt-font-display);
    font-size: 1.55rem;
    line-height: 1.2;
    margin: 0 0 14px;
    color: var(--gt-ink);
    letter-spacing: -0.01em;
}

.gt-pillar p {
    color: var(--gt-mute);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 22px;
    flex-grow: 1;
}

.gt-pillar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dashed var(--gt-line);
    padding-top: 18px;
}
.gt-pillar-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gt-text);
    font-size: 0.9rem;
    padding: 6px 0;
}
.gt-pillar-list li i {
    color: var(--gt-gold);
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Featured (Vision) — dark variant */
.gt-pillar-feat {
    background: linear-gradient(160deg, var(--gt-ink) 0%, #1a1a2e 100%);
    border-color: rgba(201, 169, 97, 0.4);
    color: rgba(255, 255, 255, 0.78);
    transform: translateY(-12px);
}
.gt-pillar-feat:hover { transform: translateY(-18px); }
.gt-pillar-feat::before {
    background: linear-gradient(135deg, rgba(201,169,97,0.6), transparent 35%, transparent 65%, rgba(201,169,97,0.4));
    opacity: 1;
}
.gt-pillar-feat h3 { color: var(--gt-white); }
.gt-pillar-feat p { color: rgba(255, 255, 255, 0.72); }
.gt-pillar-feat .gt-pillar-num { color: rgba(201, 169, 97, 0.25); }

.gt-pillar-icon-light {
    background: rgba(201, 169, 97, 0.18);
    color: var(--gt-gold-light);
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.18);
    border: 1px solid rgba(201, 169, 97, 0.32);
}
.gt-pillar-tag-light {
    background: rgba(201, 169, 97, 0.18);
    border-color: rgba(201, 169, 97, 0.45);
    color: var(--gt-gold-light);
}

/* Featured stats row inside the dark Vision card */
.gt-pillar-stats {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 16px;
    margin-top: auto;
}
.gt-pillar-stat {
    flex: 1;
    text-align: center;
    line-height: 1.1;
}
.gt-pillar-stat strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gt-gold-light);
    font-feature-settings: 'lnum' 1, 'tnum' 1;
}
.gt-pillar-stat strong i {
    font-size: 0.9rem;
    margin-left: 3px;
    color: var(--gt-gold);
}
.gt-pillar-stat strong small {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gt-gold-light);
}
.gt-pillar-stat span {
    display: block;
    font-size: 0.74rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
}
.gt-pillar-stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(201,169,97,0.4), transparent);
}

/* Values 4-tile grid inside the third pillar */
.gt-pillar-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px dashed var(--gt-line);
}
.gt-pillar-value {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.08), rgba(201, 169, 97, 0.02));
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 12px;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--gt-ink);
    transition: all 0.3s var(--gt-ease);
}
.gt-pillar-value:hover {
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.18), rgba(201, 169, 97, 0.06));
    border-color: rgba(201, 169, 97, 0.5);
    transform: translateY(-2px);
}
.gt-pillar-value i {
    color: var(--gt-gold);
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .gt-pillars-grid { grid-template-columns: 1fr; gap: 22px; }
    .gt-pillar-feat { transform: none; }
    .gt-pillar-feat:hover { transform: translateY(-6px); }
}

@media (max-width: 540px) {
    .gt-pillar { padding: 32px 24px 26px; }
    .gt-pillar-num { font-size: 3.4rem; top: 18px; right: 22px; }
    .gt-pillar-values-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   21c. About Page — Timeline
   ========================================================================== */

.gt-timeline {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    position: relative;
    counter-reset: timeline;
}

/* The vertical line */
.gt-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--gt-gold), transparent);
    transform: translateX(-50%);
}

.gt-timeline-item {
    counter-increment: timeline;
    width: calc(50% - 50px);
    padding: 28px 32px;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: 18px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    transition: all 0.35s var(--gt-ease);
}
.gt-timeline-item:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 169, 97, 0.45);
    box-shadow: 0 18px 50px rgba(201, 169, 97, 0.18);
}

/* Alternate left/right */
.gt-timeline-item:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}
.gt-timeline-item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

/* The dot marker on the centre line */
.gt-timeline-marker {
    position: absolute;
    top: 30px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    box-shadow: 0 0 0 6px rgba(201, 169, 97, 0.18), 0 0 24px rgba(201, 169, 97, 0.5);
}
.gt-timeline-item:nth-child(odd) .gt-timeline-marker {
    right: -58px;
}
.gt-timeline-item:nth-child(even) .gt-timeline-marker {
    left: -58px;
}

.gt-timeline-item h4 {
    font-family: var(--gt-font-display);
    font-size: 1.4rem;
    margin: 0 0 8px;
    color: var(--gt-ink);
}

.gt-timeline-item p {
    color: var(--gt-mute);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 12px;
}

.gt-timeline-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(201, 169, 97, 0.12);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--gt-r-pill);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gt-gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gt-timeline-now {
    background: linear-gradient(135deg, var(--gt-ink) 0%, #1a1a2e 100%);
    border-color: rgba(201, 169, 97, 0.35);
}
.gt-timeline-now h4 { color: var(--gt-white); }
.gt-timeline-now p { color: rgba(255,255,255,0.8); }
.gt-timeline-now .gt-timeline-tag {
    background: rgba(201, 169, 97, 0.25);
    color: var(--gt-gold-light);
}

@media (max-width: 700px) {
    .gt-timeline::before { left: 16px; }
    .gt-timeline-item,
    .gt-timeline-item:nth-child(odd),
    .gt-timeline-item:nth-child(even) {
        width: calc(100% - 50px);
        margin-left: 50px;
        margin-right: 0;
        padding: 22px;
    }
    .gt-timeline-item:nth-child(odd) .gt-timeline-marker,
    .gt-timeline-item:nth-child(even) .gt-timeline-marker {
        left: -42px;
        right: auto;
    }
}

/* ==========================================================================
   21d. About Page — Recognitions
   ========================================================================== */

.gt-recog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.gt-recog-item {
    text-align: center;
    padding: 30px 20px;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: 16px;
    transition: all 0.3s var(--gt-ease);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.gt-recog-item:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 169, 97, 0.45);
    box-shadow: 0 12px 30px rgba(201, 169, 97, 0.18);
}
.gt-recog-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(201,169,97,0.15), rgba(201,169,97,0.05));
    border: 1px solid rgba(201, 169, 97, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    color: var(--gt-gold);
    font-size: 1.6rem;
}
.gt-recog-item strong {
    font-family: var(--gt-font-display);
    font-size: 1.05rem;
    color: var(--gt-ink);
}
.gt-recog-item span {
    font-size: 0.82rem;
    color: var(--gt-mute);
}

/* ==========================================================================
   21e. About Page — FAQ
   ========================================================================== */

.gt-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
    align-items: start;
}

.gt-faq-side h2 {
    font-family: var(--gt-font-display);
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    line-height: 1.15;
    color: var(--gt-ink);
}

.gt-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gt-faq-item {
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    transition: border-color 0.3s var(--gt-ease), box-shadow 0.3s var(--gt-ease);
}
.gt-faq-item[open] {
    border-color: rgba(201, 169, 97, 0.4);
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.12);
}

.gt-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    color: var(--gt-ink);
    font-size: 1rem;
    position: relative;
}
.gt-faq-item summary::-webkit-details-marker { display: none; }

.gt-faq-item summary::before {
    content: '+';
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(201, 169, 97, 0.12);
    color: var(--gt-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    transition: transform 0.3s var(--gt-ease), background 0.3s var(--gt-ease);
}
.gt-faq-item[open] summary::before {
    transform: rotate(45deg);
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
}

.gt-faq-item p {
    margin: 0;
    padding: 0 22px 22px 64px;
    color: var(--gt-mute);
    font-size: 0.95rem;
    line-height: 1.65;
}
.gt-faq-item p a { color: var(--gt-gold); text-decoration: underline; }

@media (max-width: 900px) {
    .gt-faq-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ==========================================================================
   21f. About Page — Final CTA
   ========================================================================== */

.gt-about-final-cta {
    position: relative;
    overflow: hidden;
}
.gt-about-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 0%, rgba(201, 169, 97, 0.18), transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(139, 21, 56, 0.20), transparent 50%);
    pointer-events: none;
}

.gt-about-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.gt-about-final-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 700px) {
    .gt-about-final-inner { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   22. Forms / Contact
   ========================================================================== */

.gt-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    align-items: start;
}

.gt-contact-info {
    background: var(--gt-grad-ink);
    color: var(--gt-white);
    padding: 44px 36px;
    border-radius: var(--gt-r-lg);
    position: relative;
    overflow: hidden;
}

.gt-contact-info::before {
    content: '';
    position: absolute;
    top: -50%; right: -50%;
    width: 200%; height: 200%;
    background: var(--gt-grad-mesh-dark);
    pointer-events: none;
}

.gt-contact-info > * { position: relative; z-index: 1; }

.gt-contact-info h3 { color: var(--gt-white); margin-bottom: 12px; }

.gt-contact-info > p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 32px;
}

.gt-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.gt-contact-list li {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(201, 169, 97, 0.18);
}

.gt-contact-list li:last-child { border-bottom: none; }

.gt-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(201, 169, 97, 0.18);
    color: var(--gt-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gt-contact-list strong {
    display: block;
    color: var(--gt-white);
    font-family: var(--gt-font-display);
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.gt-contact-list span,
.gt-contact-list a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
}

.gt-contact-form-wrap {
    background: var(--gt-white);
    padding: 44px 36px;
    border-radius: var(--gt-r-lg);
    border: 1px solid var(--gt-line);
    box-shadow: var(--gt-shadow-md);
}

.gt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.gt-form-group {
    margin-bottom: 18px;
}

.gt-form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--gt-ink);
    font-weight: 500;
    font-size: 0.86rem;
}

.gt-form-group input,
.gt-form-group select,
.gt-form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--gt-line);
    border-radius: var(--gt-r-md);
    font-family: var(--gt-font-sans);
    font-size: 0.94rem;
    color: var(--gt-text);
    background: var(--gt-cream);
    transition: all 0.3s var(--gt-ease);
}

.gt-form-group input:focus,
.gt-form-group select:focus,
.gt-form-group textarea:focus {
    outline: none;
    border-color: var(--gt-gold);
    background: var(--gt-white);
    box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.12);
}

.gt-form-group textarea {
    resize: vertical;
    min-height: 110px;
}

.gt-form-message {
    padding: 13px 18px;
    border-radius: var(--gt-r-sm);
    margin-top: 14px;
    display: none;
    font-size: 0.88rem;
}

.gt-form-message.success {
    background: #e6f7ed;
    color: #0a6b3a;
    border: 1px solid #b8e6c9;
    display: block;
}

.gt-form-message.error {
    background: #fde8e8;
    color: #9b1c1c;
    border: 1px solid #f8b4b4;
    display: block;
}

.gt-map {
    margin-top: 50px;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    height: 420px;
    box-shadow: var(--gt-shadow-md);
}

.gt-map iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 992px) {
    .gt-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .gt-form-row { grid-template-columns: 1fr; gap: 0; }
    .gt-contact-info,
    .gt-contact-form-wrap { padding: 30px 24px; }
}

/* ==========================================================================
   23. Blog
   ========================================================================== */

.gt-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 26px;
}

.gt-blog-card {
    background: var(--gt-white);
    border-radius: var(--gt-r-md);
    overflow: hidden;
    border: 1px solid var(--gt-line);
    transition: transform 0.5s var(--gt-ease), box-shadow 0.5s var(--gt-ease);
}

.gt-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gt-shadow-lg);
}

.gt-blog-card .gt-card-media { aspect-ratio: 16 / 11; }

.gt-blog-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 6px 12px;
    border-radius: var(--gt-r-pill);
    color: var(--gt-ink);
    font-size: 0.78rem;
    font-weight: 500;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gt-blog-date i { color: var(--gt-gold-dark); font-size: 0.72rem; }

.gt-single-content {
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 0;
}

.gt-single-content p,
.gt-single-content ul,
.gt-single-content ol {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--gt-text);
    margin-bottom: 1.4em;
}

.gt-single-content h2,
.gt-single-content h3,
.gt-single-content h4 {
    margin-top: 2em;
    margin-bottom: 0.6em;
}

.gt-single-content blockquote {
    margin: 2em 0;
    padding: 24px 32px;
    border-left: 3px solid var(--gt-gold);
    background: var(--gt-cream);
    font-family: var(--gt-font-display);
    font-style: italic;
    font-size: 1.2rem;
    border-radius: var(--gt-r-sm);
}

.gt-single-content img {
    border-radius: var(--gt-r-md);
    margin: 1em 0;
}

.gt-single-meta {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--gt-line);
    color: var(--gt-mute);
    font-size: 0.88rem;
}

.gt-single-meta i { color: var(--gt-gold); margin-right: 6px; }

.gt-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.gt-pagination a,
.gt-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    background: var(--gt-white);
    color: var(--gt-ink);
    border-radius: var(--gt-r-sm);
    font-weight: 500;
    border: 1px solid var(--gt-line);
    transition: all 0.3s var(--gt-ease);
}

.gt-pagination a:hover,
.gt-pagination .current {
    background: var(--gt-ink);
    color: var(--gt-white);
    border-color: var(--gt-ink);
}

/* ==========================================================================
   24. CTA Strip — Aurora / Futuristic
   ========================================================================== */

.gt-cta-strip {
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at top, #1a1d2e 0%, #0b0b14 60%, #050610 100%);
    padding: 100px 0 110px;
    color: var(--gt-white);
    isolation: isolate;
}

/* SVG road-map background */
.gt-cta-roadmap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.95;
}

/* Dashed routes drawing in (stroke-dashoffset wave) */
.gt-cta-route {
    animation: gt-cta-route-draw 14s linear infinite;
}
.gt-cta-route-2 {
    animation: gt-cta-route-draw 22s linear infinite reverse;
}
@keyframes gt-cta-route-draw {
    0%   { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -440; }
}

/* Pulsing pins */
.gt-cta-pins g {
    transform-box: fill-box;
    transform-origin: center;
    animation: gt-cta-pin-pulse 3.6s ease-in-out infinite;
}
.gt-cta-pins g:nth-child(1) { animation-delay: 0s; }
.gt-cta-pins g:nth-child(2) { animation-delay: 0.9s; }
.gt-cta-pins g:nth-child(3) { animation-delay: 1.8s; }
.gt-cta-pins g:nth-child(4) { animation-delay: 2.7s; }

@keyframes gt-cta-pin-pulse {
    0%, 100% { opacity: 0.85; transform: scale(1); }
    50%      { opacity: 1; transform: scale(1.15); }
}

/* Subtle grid overlay (futuristic feel) */
.gt-cta-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.gt-cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    gap: 60px;
}

/* Eyebrow with pulse */
.gt-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border: 1px solid rgba(201, 169, 97, 0.35);
    border-radius: var(--gt-r-pill);
    background: rgba(201, 169, 97, 0.08);
    color: var(--gt-gold-light);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.gt-cta-pulse {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--gt-gold);
    box-shadow: 0 0 0 0 rgba(201, 169, 97, 0.7);
    animation: gt-cta-pulse 2.2s ease-in-out infinite;
}

@keyframes gt-cta-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201, 169, 97, 0.7); }
    50%      { box-shadow: 0 0 0 12px rgba(201, 169, 97, 0); }
}

.gt-cta-content h3 {
    color: var(--gt-white);
    font-family: var(--gt-font-display);
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    margin: 0 0 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.gt-cta-content h3 .gt-italic {
    font-style: italic;
    background: linear-gradient(135deg, #e8c574 0%, #c9a961 50%, #e8c574 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gt-cta-shimmer 4s ease-in-out infinite;
}

@keyframes gt-cta-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}

.gt-cta-content p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 22px;
    font-size: 1.02rem;
    line-height: 1.6;
    max-width: 560px;
}

.gt-cta-trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.gt-cta-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 500;
}

.gt-cta-trust li i {
    color: var(--gt-gold-light);
    font-size: 0.96rem;
}

/* Right column action stack */
.gt-cta-action-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
}

.gt-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Glowing primary button shine sweep */
.gt-cta-btn-shine {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(201, 169, 97, 0.45), 0 0 0 0 rgba(201, 169, 97, 0.5);
    animation: gt-cta-btn-glow 3s ease-in-out infinite;
}

@keyframes gt-cta-btn-glow {
    0%, 100% { box-shadow: 0 0 30px rgba(201, 169, 97, 0.4), 0 8px 24px rgba(0,0,0,0.25); }
    50%      { box-shadow: 0 0 50px rgba(201, 169, 97, 0.65), 0 8px 32px rgba(0,0,0,0.3); }
}

.gt-cta-btn-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    transform: skewX(-25deg);
    animation: gt-cta-btn-sweep 3s ease-in-out infinite;
}

@keyframes gt-cta-btn-sweep {
    0%        { left: -75%; }
    50%, 100% { left: 130%; }
}

/* Glass / outline button */
.gt-btn-glass {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--gt-white);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px 28px;
    border-radius: var(--gt-r-pill);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.3s var(--gt-ease);
}
.gt-btn-glass:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(201, 169, 97, 0.5);
    color: var(--gt-gold-light);
    transform: translateY(-2px);
}

/* Stats row */
.gt-cta-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-wrap: wrap;
    justify-content: center;
}

.gt-cta-stat {
    text-align: center;
    line-height: 1.2;
    min-width: 70px;
}

.gt-cta-stat strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--gt-gold-light);
    font-feature-settings: 'lnum' 1, 'tnum' 1;
}
.gt-cta-stat strong i {
    font-size: 0.85rem;
    margin-left: 3px;
    color: var(--gt-gold);
}

.gt-cta-stat span {
    display: block;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
}

.gt-cta-stat-divider {
    width: 1px;
    height: 28px;
    background: linear-gradient(180deg, transparent, rgba(201,169,97,0.35), transparent);
}

@media (max-width: 540px) {
    .gt-cta-stat-divider { display: none; }
    .gt-cta-stats { gap: 18px 22px; padding: 14px 18px; }
}

@media (max-width: 992px) {
    .gt-cta-inner { grid-template-columns: 1fr; gap: 36px; }
    .gt-cta-action-stack { align-items: flex-start; }
    .gt-cta-actions { justify-content: flex-start; }
}

@media (max-width: 540px) {
    .gt-cta-strip { padding: 70px 0 80px; }
    .gt-cta-stats { padding: 14px 18px; gap: 14px; }
    .gt-cta-stat strong { font-size: 1.2rem; }
}

/* ==========================================================================
   25. Footer — Layered / Futuristic
   ========================================================================== */

.gt-footer {
    background: linear-gradient(180deg, #0a0a14 0%, #0f0f1c 100%);
    color: rgba(255, 255, 255, 0.72);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.gt-footer-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 8% 0%, rgba(201, 169, 97, 0.18) 0, transparent 45%),
        radial-gradient(ellipse at 92% 90%, rgba(139, 21, 56, 0.20) 0, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(40, 30, 80, 0.18) 0, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.gt-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, black 10%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 10%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

/* Roadmap motif drifting at the top of the footer */
.gt-footer-roadmap {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 280px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}
.gt-footer-pins circle {
    transform-box: fill-box;
    transform-origin: center;
    animation: gt-cta-pin-pulse 3.6s ease-in-out infinite;
}
.gt-footer-pins circle:nth-child(1) { animation-delay: 0.3s; }
.gt-footer-pins circle:nth-child(2) { animation-delay: 1.4s; }
.gt-footer-pins circle:nth-child(3) { animation-delay: 2.5s; }

/* Animated gold accent line at the very top */
.gt-footer-topline {
    position: absolute;
    top: 0; left: 0;
    height: 1px; width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(201,169,97,0.0) 10%,
        rgba(201,169,97,0.6) 50%,
        rgba(201,169,97,0.0) 90%,
        transparent 100%);
    z-index: 1;
}
.gt-footer-topline::before {
    content: '';
    position: absolute;
    top: -1px; left: 0;
    width: 30%; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gt-gold), transparent);
    filter: blur(2px);
    animation: gt-footer-line-sweep 8s linear infinite;
}
@keyframes gt-footer-line-sweep {
    0%   { left: -30%; opacity: 0.2; }
    50%  { opacity: 1; }
    100% { left: 100%; opacity: 0.2; }
}

.gt-footer > .gt-container {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 50px;
}

.gt-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 48px;
    margin-bottom: 60px;
}

/* Glassmorphism panel for brand area */
.gt-footer-glass {
    padding: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.gt-footer-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(201,169,97,0.4), transparent 40%, transparent 60%, rgba(201,169,97,0.2));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.gt-footer-logo {
    display: inline-block;
    line-height: 0;
    margin-bottom: 18px;
}

.gt-footer-logo-img {
    max-height: 56px;
    width: auto;
    filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(201, 169, 97, 0.45));
}

.gt-footer-about p {
    margin-bottom: 18px;
    line-height: 1.7;
    font-size: 0.92rem;
}

.gt-footer-owner {
    color: var(--gt-gold-light);
    font-weight: 600;
}

/* Trust badges */
.gt-footer-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.gt-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(201, 169, 97, 0.08);
    border: 1px solid rgba(201, 169, 97, 0.25);
    border-radius: var(--gt-r-pill);
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.02em;
    transition: all 0.3s var(--gt-ease);
}
.gt-footer-badge:hover {
    background: rgba(201, 169, 97, 0.16);
    border-color: rgba(201, 169, 97, 0.45);
    transform: translateY(-2px);
}
.gt-footer-badge i {
    color: var(--gt-gold-light);
    font-size: 0.78rem;
}

/* Heading with animated bar */
.gt-footer-heading {
    color: var(--gt-white);
    font-family: var(--gt-font-display);
    font-size: 1.2rem;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: -0.01em;
}

.gt-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--gt-gold), transparent);
    border-radius: 2px;
}

.gt-footer-links,
.gt-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gt-footer-links li { margin-bottom: 10px; }

.gt-footer-links a {
    color: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    transition: all 0.3s var(--gt-ease);
    position: relative;
}

.gt-footer-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(201, 169, 97, 0.4);
    transition: all 0.3s var(--gt-ease);
    flex-shrink: 0;
}

.gt-footer-links a:hover {
    color: var(--gt-gold-light);
    transform: translateX(4px);
}
.gt-footer-links a:hover .gt-footer-bullet {
    background: var(--gt-gold);
    box-shadow: 0 0 12px rgba(201, 169, 97, 0.7);
}

/* Destination chips */
.gt-footer-destchips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.gt-footer-destchip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--gt-r-pill);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s var(--gt-ease);
}
.gt-footer-destchip i {
    color: var(--gt-gold-light);
    font-size: 0.78rem;
}
.gt-footer-destchip:hover {
    background: rgba(201, 169, 97, 0.12);
    border-color: rgba(201, 169, 97, 0.45);
    color: var(--gt-white);
    transform: translateY(-2px);
}

.gt-footer-explore-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gt-gold-light);
    font-size: 0.88rem;
    font-weight: 600;
    margin-top: 4px;
    transition: gap 0.3s var(--gt-ease);
}
.gt-footer-explore-all:hover {
    gap: 14px;
    color: var(--gt-white);
}

/* Contact list with icon bubbles */
.gt-footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    align-items: center;
    font-size: 0.92rem;
}

.gt-footer-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(201,169,97,0.15), rgba(201,169,97,0.05));
    border: 1px solid rgba(201, 169, 97, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s var(--gt-ease);
}
.gt-footer-icon i {
    color: var(--gt-gold-light);
    font-size: 0.92rem;
}
.gt-footer-contact li:hover .gt-footer-icon {
    transform: rotate(-6deg) scale(1.05);
    border-color: rgba(201, 169, 97, 0.5);
    background: linear-gradient(135deg, rgba(201,169,97,0.25), rgba(201,169,97,0.1));
}

.gt-footer-icon-whatsapp {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.2), rgba(37, 211, 102, 0.06));
    border-color: rgba(37, 211, 102, 0.3);
}
.gt-footer-icon-whatsapp i { color: #25D366; }

.gt-footer-contact a { color: rgba(255, 255, 255, 0.8); }
.gt-footer-contact a:hover { color: var(--gt-gold-light); }

/* Newsletter — pill with animated gold border */
.gt-newsletter { margin-top: 22px; }

.gt-newsletter-label {
    color: var(--gt-white);
    font-size: 0.86rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.gt-newsletter-input {
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--gt-r-pill);
    overflow: hidden;
    border: 1px solid rgba(201, 169, 97, 0.28);
    transition: border-color 0.3s var(--gt-ease), box-shadow 0.3s var(--gt-ease);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.gt-newsletter-input:focus-within {
    border-color: var(--gt-gold);
    box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.18);
}

.gt-newsletter-input input {
    flex: 1;
    padding: 12px 18px;
    background: transparent;
    border: none;
    color: var(--gt-white);
    font-size: 0.9rem;
}

.gt-newsletter-input input::placeholder { color: rgba(255, 255, 255, 0.45); }
.gt-newsletter-input input:focus { outline: none; }

.gt-newsletter-input button {
    padding: 0 22px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s var(--gt-ease);
}
.gt-newsletter-input button:hover {
    filter: brightness(1.08);
}

/* Footer bottom */
.gt-footer-bottom {
    border-top: 1px solid rgba(201, 169, 97, 0.15);
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gt-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.55);
}

.gt-footer-bottom a { color: var(--gt-gold-light); }
.gt-footer-bottom a:hover { color: var(--gt-white); }

@media (max-width: 1100px) {
    .gt-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .gt-footer-about { grid-column: span 2; }
}

@media (max-width: 600px) {
    .gt-footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .gt-footer-about { grid-column: span 1; }
    .gt-footer-glass { padding: 22px; }
    .gt-footer > .gt-container { padding-top: 60px; }
}

/* ==========================================================================
   26. Floating buttons
   ========================================================================== */

.gt-whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 54px;
    height: 54px;
    background: #25D366;
    color: var(--gt-white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
    transition: transform 0.4s var(--gt-ease-bounce);
}

.gt-whatsapp-float:hover { color: var(--gt-white); transform: scale(1.08); }

.gt-whatsapp-tooltip {
    position: absolute;
    left: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--gt-ink);
    color: var(--gt-white);
    padding: 7px 13px;
    border-radius: var(--gt-r-pill);
    font-size: 0.82rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s var(--gt-ease);
}

.gt-whatsapp-tooltip::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--gt-ink);
}

.gt-whatsapp-float:hover .gt-whatsapp-tooltip { opacity: 1; left: calc(100% + 18px); }

.gt-whatsapp-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: gt-wa-pulse 1.8s ease-out infinite;
}

@keyframes gt-wa-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.7); opacity: 0; }
}

.gt-back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: var(--gt-shadow-gold);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s var(--gt-ease);
}

.gt-back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.gt-back-to-top:hover { transform: translateY(-5px); }

/* ==========================================================================
   27. Quick-Quote Modal
   ========================================================================== */

.gt-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gt-quote-modal.open { opacity: 1; visibility: visible; }

.gt-quote-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 11, 20, 0.7);
    backdrop-filter: blur(8px);
}

.gt-quote-dialog {
    position: relative;
    width: 100%;
    max-width: 580px;
    max-height: 90vh;
    overflow-y: auto;
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    padding: 36px;
    transform: translateY(40px) scale(0.96);
    transition: transform 0.4s var(--gt-ease-bounce);
}

.gt-quote-modal.open .gt-quote-dialog { transform: translateY(0) scale(1); }

.gt-quote-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: var(--gt-cream);
    color: var(--gt-ink);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s var(--gt-ease);
    z-index: 1;
}

.gt-quote-close:hover { background: var(--gt-ink); color: var(--gt-white); transform: rotate(90deg); }

.gt-quote-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--gt-line);
}

.gt-quote-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: var(--gt-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.gt-quote-header h3 { margin: 0 0 4px; font-size: 1.4rem; }
.gt-quote-header p { margin: 0; color: var(--gt-mute); font-size: 0.88rem; }

.gt-quote-form .gt-form-group { margin-bottom: 14px; }
.gt-quote-form .gt-form-group input,
.gt-quote-form .gt-form-group select,
.gt-quote-form .gt-form-group textarea { padding: 11px 16px; font-size: 0.9rem; }
.gt-quote-form label { font-size: 0.82rem; margin-bottom: 6px; }

.gt-quote-submit {
    width: 100%;
    margin-top: 6px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: var(--gt-white);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.3);
}
.gt-quote-submit:hover { color: var(--gt-white); box-shadow: 0 15px 38px rgba(37, 211, 102, 0.5); }

.gt-quote-note {
    margin-top: 14px;
    font-size: 0.78rem;
    color: var(--gt-mute);
    text-align: center;
    margin-bottom: 0;
}

.gt-quote-note i { color: #25D366; margin-right: 4px; }

@media (max-width: 600px) {
    .gt-quote-dialog { padding: 24px; }
    .gt-quote-form .gt-form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ==========================================================================
   28. Lightbox
   ========================================================================== */

.gt-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(11, 11, 20, 0.95);
    backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gt-lightbox.active { opacity: 1; }

.gt-lightbox-inner {
    max-width: 92vw;
    max-height: 88vh;
    text-align: center;
}

.gt-lightbox-inner img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: var(--gt-r-md);
    box-shadow: var(--gt-shadow-xl);
}

.gt-lightbox-caption {
    color: var(--gt-white);
    margin-top: 14px;
    font-family: var(--gt-font-display);
    font-size: 1.05rem;
}

.gt-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--gt-white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s var(--gt-ease);
}

.gt-lightbox-close:hover { background: var(--gt-gold); color: var(--gt-ink); transform: rotate(90deg); }

/* ==========================================================================
   29. Sidebar / Comments
   ========================================================================== */

.gt-sidebar .widget {
    background: var(--gt-white);
    padding: 24px;
    border-radius: var(--gt-r-md);
    margin-bottom: 24px;
    box-shadow: var(--gt-shadow-sm);
    border: 1px solid var(--gt-line);
}

.gt-sidebar .widget-title {
    font-family: var(--gt-font-display);
    font-size: 1.2rem;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gt-gold);
    display: inline-block;
}

.search-form {
    display: flex;
    border-radius: var(--gt-r-pill);
    overflow: hidden;
    border: 1px solid var(--gt-line);
}

.search-form input[type="search"] {
    flex: 1;
    padding: 12px 18px;
    border: none;
    font-size: 0.94rem;
    background: var(--gt-cream);
    outline: none;
}

.search-form button {
    padding: 0 20px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border: none;
    cursor: pointer;
    font-weight: 600;
}

/* ==========================================================================
   29b. Comments — Cards & Form
   ========================================================================== */

.gt-comments {
    margin-top: 0;
}

/* Header above comment list */
.gt-comments-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}
.gt-comments-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: var(--gt-r-pill);
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: 0 4px 14px rgba(201, 169, 97, 0.32);
}
.gt-comments-pill i { font-size: 0.85rem; }
.gt-comments-title {
    font-family: var(--gt-font-display);
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);
    margin: 0;
    color: var(--gt-ink);
    letter-spacing: -0.01em;
}

/* Comment list — cards with avatar */
.gt-comment-list,
.gt-comment-list ol,
.gt-comment-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gt-comment-list li {
    margin-bottom: 18px;
}
.gt-comment-list li.depth-2,
.gt-comment-list li.depth-3,
.gt-comment-list li.depth-4 {
    margin-left: 30px;
    margin-top: 12px;
    position: relative;
}
.gt-comment-list li.depth-2::before,
.gt-comment-list li.depth-3::before,
.gt-comment-list li.depth-4::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -22px;
    width: 14px;
    height: 1px;
    background: var(--gt-gold);
}

.gt-comment-list .comment-body {
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: 16px;
    padding: 22px 24px;
    transition: border-color 0.3s var(--gt-ease), box-shadow 0.3s var(--gt-ease);
    position: relative;
}
.gt-comment-list .comment-body:hover {
    border-color: rgba(201, 169, 97, 0.45);
    box-shadow: 0 10px 26px rgba(201, 169, 97, 0.10);
}

.gt-comment-list .comment-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.gt-comment-list .comment-author img.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(201, 169, 97, 0.4);
    flex-shrink: 0;
}
.gt-comment-list .comment-author cite {
    font-style: normal;
    font-weight: 700;
    color: var(--gt-ink);
    font-size: 1rem;
}
.gt-comment-list .comment-author cite a {
    color: var(--gt-ink);
}
.gt-comment-list .comment-author cite a:hover {
    color: var(--gt-gold);
}
.gt-comment-list .comment-meta {
    display: block;
    font-size: 0.78rem;
    color: var(--gt-mute);
    margin-top: 2px;
}
.gt-comment-list .comment-meta a {
    color: var(--gt-mute);
}
.gt-comment-list .comment-meta a:hover {
    color: var(--gt-gold);
}

.gt-comment-list .comment-content,
.gt-comment-list .comment-body p {
    color: var(--gt-text);
    font-size: 0.96rem;
    line-height: 1.65;
    margin: 0 0 8px;
}

.gt-comment-list .reply {
    margin-top: 8px;
}
.gt-comment-list .reply a,
.gt-comment-list .comment-reply-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: rgba(201, 169, 97, 0.1);
    border: 1px solid rgba(201, 169, 97, 0.28);
    border-radius: var(--gt-r-pill);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gt-gold);
    transition: all 0.25s var(--gt-ease);
}
.gt-comment-list .reply a::before,
.gt-comment-list .comment-reply-link::before {
    content: '\f3e5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.72rem;
}
.gt-comment-list .reply a:hover,
.gt-comment-list .comment-reply-link:hover {
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-color: var(--gt-gold);
}

.gt-comment-list .comment-edit-link {
    color: var(--gt-mute);
    font-size: 0.78rem;
    margin-left: 8px;
}

.gt-comments-closed {
    margin: 24px 0;
    padding: 16px 20px;
    background: rgba(255, 200, 0, 0.08);
    border: 1px dashed rgba(201, 169, 97, 0.4);
    border-radius: 12px;
    color: var(--gt-mute);
    font-size: 0.92rem;
    text-align: center;
}
.gt-comments-closed i { color: var(--gt-gold); margin-right: 6px; }

/* ===== Comment Form Wrap ===== */
.gt-comment-form-wrap {
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(201,169,97,0.05) 0%, rgba(255,255,255,0.6) 100%);
    border: 1px solid rgba(201, 169, 97, 0.22);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}
.gt-comment-form-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(201,169,97,0.5), transparent 35%, transparent 65%, rgba(201,169,97,0.3));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.gt-comment-form-wrap > * { position: relative; z-index: 1; }

.gt-comment-form-header {
    margin-bottom: 28px;
}
.gt-comment-form-header h3 {
    font-family: var(--gt-font-display);
    font-size: clamp(1.6rem, 2.6vw, 2rem);
    margin: 12px 0 8px;
    color: var(--gt-ink);
    letter-spacing: -0.01em;
    line-height: 1.15;
}
.gt-comment-form-header p {
    color: var(--gt-mute);
    font-size: 0.96rem;
    line-height: 1.6;
    margin: 0;
}

/* Form layout */
.gt-comment-form {
    display: block;
}

.gt-comment-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 16px;
}

.gt-comment-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.gt-comment-field-full { grid-column: 1 / -1; }

.gt-comment-field label {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    gap: 6px;
}
.gt-comment-field label small {
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--gt-mute);
}

.gt-req {
    color: #b91c1c;
    font-weight: 700;
}

.gt-comment-field input,
.gt-comment-field textarea {
    width: 100%;
    padding: 14px 16px;
    background: var(--gt-white);
    border: 1px solid rgba(201, 169, 97, 0.22);
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.96rem;
    color: var(--gt-ink);
    transition: border-color 0.25s var(--gt-ease), box-shadow 0.25s var(--gt-ease);
    resize: vertical;
}
.gt-comment-field input::placeholder,
.gt-comment-field textarea::placeholder {
    color: rgba(11, 11, 20, 0.35);
}
.gt-comment-field input:focus,
.gt-comment-field textarea:focus {
    outline: none;
    border-color: var(--gt-gold);
    box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.15);
    background: var(--gt-white);
}
.gt-comment-field textarea {
    min-height: 130px;
    line-height: 1.6;
}

.gt-comment-cookies {
    margin: 4px 0 18px;
    font-size: 0.84rem;
    color: var(--gt-mute);
}
.gt-comment-cookies label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.gt-comment-cookies input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--gt-gold);
    cursor: pointer;
}

.gt-comment-note {
    font-size: 0.82rem;
    color: var(--gt-mute);
    margin: 4px 0 18px;
    padding: 10px 14px;
    background: rgba(201, 169, 97, 0.08);
    border-radius: 10px;
}
.gt-comment-note i {
    color: var(--gt-gold);
    margin-right: 6px;
}

.gt-comment-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Reply form (when replying to a comment) — slightly tightened */
#comments .comment-respond .gt-comment-form-wrap {
    margin-top: 16px;
    padding: 28px;
}
.comment-reply-title {
    font-family: var(--gt-font-display);
    font-size: 1.2rem;
    margin: 0 0 18px;
    color: var(--gt-ink);
}
.comment-reply-title small a {
    font-size: 0.8rem;
    color: var(--gt-mute);
    margin-left: 12px;
}

@media (max-width: 600px) {
    .gt-comment-form-wrap { padding: 26px 22px; }
    .gt-comment-row { grid-template-columns: 1fr; gap: 0; }
    .gt-comment-list li.depth-2,
    .gt-comment-list li.depth-3,
    .gt-comment-list li.depth-4 { margin-left: 18px; }
    .gt-comments-header { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   30. Mobile Nav
   ========================================================================== */

@media (max-width: 992px) {
    .gt-hide-mobile { display: none !important; }

    .gt-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 360px;
        height: 100vh;
        background: var(--gt-white);
        padding: 70px 24px 30px;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        transition: right 0.4s var(--gt-ease);
        z-index: 1000;
        overflow-y: auto;
    }

    .gt-nav.open { right: 0; }
    .gt-nav-close { display: block; }

    .gt-menu {
        flex-direction: column;
        gap: 0;
    }

    .gt-menu li {
        border-bottom: 1px solid var(--gt-line);
    }

    .gt-menu li a {
        padding: 14px 0;
        border-radius: 0;
    }

    .gt-menu li a:hover { background: transparent; }

    .gt-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(201, 169, 97, 0.06);
        border: none;
        padding: 0 0 8px 14px;
        border-radius: 0;
    }

    .gt-nav-toggle { display: flex; }

    .gt-topbar-left { gap: 12px; font-size: 0.74rem; }
}

body.nav-open,
body.gt-modal-open { overflow: hidden; }

/* ==========================================================================
   31. WP block alignments + AOS
   ========================================================================== */

.alignwide { max-width: var(--gt-container); margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }

[data-aos] { pointer-events: none; }
[data-aos].aos-animate { pointer-events: auto; }

/* Simple in-view reveal for [data-reveal] when JS adds .reveal-in */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s var(--gt-ease), transform 0.9s var(--gt-ease);
}

[data-reveal].reveal-in {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   32. Swiper pagination (brand color)
   ========================================================================== */
.gt-tst-slider .swiper-pagination,
.gt-testimonials-slider .swiper-pagination {
    --swiper-pagination-color: var(--gt-gold);
    --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.3);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 9px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.gt-tst-slider .swiper-pagination-bullet,
.gt-testimonials-slider .swiper-pagination-bullet {
    transition: width 0.3s var(--gt-ease), background 0.3s ease;
}

.gt-tst-slider .swiper-pagination-bullet-active,
.gt-testimonials-slider .swiper-pagination-bullet-active {
    width: 28px !important;
    border-radius: 5px !important;
    background: var(--gt-grad-gold) !important;
}

/* ==========================================================================
   33. Hero particles + word reveal
   ========================================================================== */

.gt-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.gt-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gt-gold);
    border-radius: 50%;
    opacity: 0.4;
    box-shadow: 0 0 8px rgba(201, 169, 97, 0.6);
    animation: gt-float-up linear infinite;
}

.gt-particle.gt-p-2 { width: 6px; height: 6px; opacity: 0.3; }
.gt-particle.gt-p-3 { width: 3px; height: 3px; background: var(--gt-saffron); }

@keyframes gt-float-up {
    0%   { transform: translateY(0) translateX(0) scale(0); opacity: 0; }
    15%  { opacity: 0.6; transform: scale(1); }
    85%  { opacity: 0.4; }
    100% { transform: translateY(-100vh) translateX(40px) scale(0.5); opacity: 0; }
}

/* Word-by-word reveal */
.gt-reveal-words .gt-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px) rotate(4deg);
    transition: all 0.9s var(--gt-ease);
}

.gt-reveal-words.in .gt-word {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

/* ==========================================================================
   34. 3D Tilt cards (uses CSS vars set by JS)
   ========================================================================== */

.gt-tilt {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
    transition: transform 0.4s var(--gt-ease);
    will-change: transform;
}

.gt-tilt > * { transform: translateZ(20px); }

.gt-tilt-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.18), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.gt-tilt:hover .gt-tilt-shine { opacity: 1; }

/* ==========================================================================
   35. Cursor spotlight on dark sections
   ========================================================================== */

.gt-spotlight {
    position: relative;
}

.gt-spotlight::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        500px circle at var(--mx, 50%) var(--my, 50%),
        rgba(201, 169, 97, 0.10),
        transparent 40%
    );
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 0;
    opacity: 0;
}

.gt-spotlight.is-hovered::after { opacity: 1; }

.gt-spotlight > * { position: relative; z-index: 1; }

/* ==========================================================================
   36. Magnetic button effect (uses CSS vars from JS)
   ========================================================================== */

.gt-magnetic {
    transform: translate(var(--mxo, 0), var(--myo, 0));
    transition: transform 0.3s var(--gt-ease);
}

/* ==========================================================================
   37. Animated SVG accents
   ========================================================================== */

.gt-accent-line {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.gt-accent-line svg { width: 100%; height: 100%; overflow: visible; }

.gt-accent-line svg path {
    fill: none;
    stroke: var(--gt-gold);
    stroke-width: 1.5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: gt-draw 4s var(--gt-ease) forwards;
    animation-delay: 0.4s;
}

@keyframes gt-draw {
    to { stroke-dashoffset: 0; }
}

.gt-accent-dot {
    width: 8px;
    height: 8px;
    background: var(--gt-gold);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.18);
    pointer-events: none;
    z-index: 0;
}

/* ==========================================================================
   38. Image parallax wrap
   ========================================================================== */

[data-parallax] {
    will-change: transform;
}

/* ==========================================================================
   39. Hover glow on cards
   ========================================================================== */

.gt-glow-on-hover { position: relative; }

.gt-glow-on-hover::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: var(--gt-grad-gold);
    opacity: 0;
    z-index: -1;
    filter: blur(14px);
    transition: opacity 0.4s ease;
}

.gt-glow-on-hover:hover::before { opacity: 0.5; }

/* ==========================================================================
   40. Marquee variants
   ========================================================================== */

.gt-marquee.gt-marquee-reverse .gt-marquee-track {
    animation-direction: reverse;
}

.gt-marquee-double {
    padding: 8px 0;
}

.gt-marquee-double .gt-marquee + .gt-marquee {
    margin-top: 4px;
}

/* ==========================================================================
   41. State Grid (Browse by State)
   ========================================================================== */

.gt-state-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gt-state-card {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.5s var(--gt-ease);
    display: block;
}

.gt-state-card:hover {
    transform: translateY(-8px);
}

.gt-state-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--gt-ease);
    z-index: 0;
}

.gt-state-card:hover img {
    transform: scale(1.08);
}

.gt-state-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(11, 11, 20, 0.92) 100%);
    z-index: 1;
}

.gt-state-card-info {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    z-index: 2;
    color: var(--gt-white);
}

.gt-state-card-info small {
    color: var(--gt-gold-light);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.gt-state-card-info h3 {
    color: var(--gt-white);
    font-family: var(--gt-font-display);
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    margin: 0 0 8px;
    line-height: 1.1;
}

.gt-state-card-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--gt-r-pill);
    font-size: 0.74rem;
    font-weight: 500;
    color: var(--gt-white);
}

.gt-state-card-count::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--gt-gold);
}

@media (max-width: 992px) {
    .gt-state-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .gt-state-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

/* ==========================================================================
   42. Destination Tiles (compact card)
   ========================================================================== */

.gt-dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px;
}

.gt-dest-tile {
    position: relative;
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    border: 1px solid var(--gt-line);
    transition: transform 0.5s var(--gt-ease), box-shadow 0.5s var(--gt-ease);
    display: block;
}

.gt-dest-tile:hover {
    transform: translateY(-6px);
    box-shadow: var(--gt-shadow-lg);
}

.gt-dest-tile-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--gt-cream-2);
}

.gt-dest-tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--gt-ease);
}

.gt-dest-tile:hover .gt-dest-tile-img img {
    transform: scale(1.06);
}

.gt-dest-tile-body {
    padding: 20px;
    position: relative;
}

.gt-dest-tile-body small {
    display: block;
    color: var(--gt-gold-dark);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 4px;
}

.gt-dest-tile-body h3 {
    margin: 0 0 8px;
    font-size: 1.4rem;
    color: var(--gt-ink);
    padding-right: 36px;
}

.gt-dest-tile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.78rem;
    color: var(--gt-mute);
    margin: 0;
}

.gt-dest-tile-meta i {
    color: var(--gt-gold);
    margin-right: 4px;
}

.gt-dest-tile-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gt-cream);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition: all 0.4s var(--gt-ease);
}

.gt-dest-tile:hover .gt-dest-tile-arrow {
    background: var(--gt-grad-gold);
    transform: rotate(-45deg);
}

/* Destinations archive — sticky state quick-nav */
.gt-dest-statenav-wrap {
    background: var(--gt-white);
    border-bottom: 1px solid var(--gt-line);
    box-shadow: var(--gt-shadow-sm);
    position: sticky;
    top: 88px;
    z-index: 50;
    padding: 14px 0;
}

.gt-dest-statenav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0;
    scrollbar-width: none;
}
.gt-dest-statenav::-webkit-scrollbar { display: none; }

.gt-dest-statenav-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    background: var(--gt-cream);
    border: 1px solid var(--gt-line);
    border-radius: var(--gt-r-pill);
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--gt-ink);
    white-space: nowrap;
    transition: all 0.3s var(--gt-ease);
}

.gt-dest-statenav-item:hover,
.gt-dest-statenav-item.active {
    background: var(--gt-grad-gold);
    border-color: transparent;
    color: var(--gt-ink);
}

.gt-dest-statenav-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    background: rgba(11, 11, 20, 0.1);
    border-radius: var(--gt-r-pill);
    font-size: 0.7rem;
    font-weight: 700;
}

.gt-dest-statenav-item:hover .gt-dest-statenav-count,
.gt-dest-statenav-item.active .gt-dest-statenav-count {
    background: rgba(11, 11, 20, 0.18);
}

.gt-dest-state-section {
    scroll-margin-top: 160px;
    padding: 70px 0;
}

@media (max-width: 992px) {
    .gt-dest-statenav-wrap { position: static; }
}

/* ==========================================================================
   43. Single Destination
   ========================================================================== */

.gt-dest-hero {
    position: relative;
    padding: 100px 0 80px;
    background-size: cover;
    background-position: center;
    color: var(--gt-white);
    overflow: hidden;
}

.gt-dest-hero .gt-eyebrow-light { margin-bottom: 16px; display: inline-flex; }

.gt-dest-title {
    color: var(--gt-white);
    font-size: clamp(2.4rem, 5vw, 4rem);
    margin: 12px 0 14px;
}

.gt-dest-title .gt-italic {
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gt-dest-state-link,
.gt-dest-state-desc {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    font-size: 1.05rem;
    max-width: 640px;
}

.gt-dest-state-link i { color: var(--gt-gold); margin-right: 6px; }

.gt-breadcrumb-light {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 22px;
}

.gt-breadcrumb-light a { color: var(--gt-gold-light); }
.gt-breadcrumb-light a:hover { color: var(--gt-white); }
.gt-breadcrumb-light i { color: var(--gt-gold); }

.gt-page-banner-sub {
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 16px;
    font-size: 1rem;
}

/* Info strip */
.gt-dest-info-strip {
    background: var(--gt-white);
    border-bottom: 1px solid var(--gt-line);
    box-shadow: var(--gt-shadow-sm);
    position: relative;
    z-index: 5;
}

.gt-dest-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.gt-dest-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 26px;
    border-right: 1px solid var(--gt-line);
}

.gt-dest-info-item:last-child { border-right: none; }

.gt-dest-info-item i {
    width: 44px;
    height: 44px;
    background: rgba(201, 169, 97, 0.14);
    color: var(--gt-gold-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.gt-dest-info-item small {
    display: block;
    color: var(--gt-mute);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 2px;
}

.gt-dest-info-item strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-size: 0.9rem;
    color: var(--gt-ink);
    line-height: 1.3;
}

.gt-dest-info-item strong a { color: var(--gt-maroon); font-weight: 600; }

@media (max-width: 992px) {
    .gt-dest-info-grid { grid-template-columns: repeat(2, 1fr); }
    .gt-dest-info-item:nth-child(2) { border-right: none; }
    .gt-dest-info-item:nth-child(1),
    .gt-dest-info-item:nth-child(2) { border-bottom: 1px solid var(--gt-line); }
}

@media (max-width: 600px) {
    .gt-dest-info-grid { grid-template-columns: 1fr; }
    .gt-dest-info-item { border-right: none !important; border-bottom: 1px solid var(--gt-line); }
    .gt-dest-info-item:last-child { border-bottom: none; }
}

/* Content + sidebar */
.gt-dest-content-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: start;
}

.gt-dest-prose {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--gt-text);
    margin-top: 14px;
}

.gt-dest-prose p { margin-bottom: 1.2em; }

.gt-dest-prose h2 {
    font-family: var(--gt-font-display);
    font-size: clamp(1.6rem, 2.6vw, 2rem);
    margin: 1.8em 0 0.6em;
    color: var(--gt-ink);
    line-height: 1.15;
    letter-spacing: -0.01em;
    position: relative;
    padding-top: 24px;
}

.gt-dest-prose h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--gt-grad-gold);
    border-radius: 2px;
}

.gt-dest-prose h3 {
    font-family: var(--gt-font-display);
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    margin: 1.5em 0 0.5em;
    color: var(--gt-ink);
    line-height: 1.2;
}

.gt-dest-prose h4 {
    font-family: var(--gt-font-sans);
    font-weight: 600;
    font-size: 1.05rem;
    margin: 1.3em 0 0.5em;
    color: var(--gt-gold-dark);
    letter-spacing: 0.01em;
}

.gt-dest-prose ul,
.gt-dest-prose ol {
    margin: 0.6em 0 1.4em;
    padding-left: 0;
    list-style: none;
}

.gt-dest-prose ul li,
.gt-dest-prose ol li {
    position: relative;
    padding: 6px 0 6px 28px;
    line-height: 1.6;
}

.gt-dest-prose ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
}

.gt-dest-prose ol {
    counter-reset: gt-prose-counter;
}

.gt-dest-prose ol li {
    counter-increment: gt-prose-counter;
}

.gt-dest-prose ol li::before {
    content: counter(gt-prose-counter) '.';
    position: absolute;
    left: 0;
    top: 6px;
    color: var(--gt-gold-dark);
    font-weight: 600;
    font-family: var(--gt-font-display);
}

.gt-dest-prose strong {
    color: var(--gt-ink);
    font-weight: 600;
}

.gt-dest-prose em {
    color: var(--gt-maroon);
    font-style: italic;
    font-weight: 500;
}

.gt-dest-prose a {
    color: var(--gt-maroon);
    text-decoration: underline;
    text-decoration-color: rgba(139, 21, 56, 0.3);
    text-underline-offset: 3px;
}

.gt-dest-prose a:hover {
    color: var(--gt-gold-dark);
    text-decoration-color: var(--gt-gold);
}

.gt-dest-prose table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.4em 0 1.8em;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: var(--gt-r-md);
    overflow: hidden;
    font-size: 0.94rem;
    box-shadow: var(--gt-shadow-sm);
}

.gt-dest-prose thead {
    background: var(--gt-grad-ink);
    color: var(--gt-white);
}

.gt-dest-prose th {
    text-align: left;
    padding: 14px 16px;
    font-family: var(--gt-font-sans);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--gt-gold-light);
    border: none;
}

.gt-dest-prose td {
    padding: 14px 16px;
    border-top: 1px solid var(--gt-line);
    line-height: 1.5;
    color: var(--gt-text);
}

.gt-dest-prose tbody tr:hover {
    background: rgba(201, 169, 97, 0.06);
}

.gt-dest-prose tbody tr td:first-child {
    font-weight: 600;
    color: var(--gt-ink);
}

.gt-dest-prose blockquote {
    margin: 1.6em 0;
    padding: 18px 24px;
    background: var(--gt-cream);
    border-left: 3px solid var(--gt-gold);
    border-radius: var(--gt-r-sm);
    font-family: var(--gt-font-display);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--gt-ink);
}

.gt-dest-prose img {
    max-width: 100%;
    height: auto;
    border-radius: var(--gt-r-md);
    margin: 1em 0;
    box-shadow: var(--gt-shadow-md);
}

@media (max-width: 768px) {
    .gt-dest-prose table {
        font-size: 0.82rem;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .gt-dest-prose th,
    .gt-dest-prose td { padding: 10px 12px; }
}

.gt-dest-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
}

.gt-dest-list-bullets {
    grid-template-columns: 1fr;
}

.gt-dest-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    font-size: 0.95rem;
    color: var(--gt-text);
}

.gt-dest-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    width: 18px;
    height: 18px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
}

.gt-dest-list-bullets li::before {
    content: '\f04b';
    font-size: 0.5rem;
}

@media (max-width: 768px) {
    .gt-dest-list { grid-template-columns: 1fr; }
}

/* Sidebar */
.gt-dest-side > * + * { margin-top: 22px; }

.gt-dest-cta-card {
    background: var(--gt-grad-ink);
    color: var(--gt-white);
    padding: 32px 26px;
    border-radius: var(--gt-r-lg);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 97, 0.25);
}

.gt-dest-cta-card::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.35) 0%, transparent 70%);
    filter: blur(40px);
}

.gt-dest-cta-card > * { position: relative; z-index: 1; }

.gt-dest-cta-card h4 {
    color: var(--gt-white);
    margin: 0 0 10px;
    font-size: 1.4rem;
}

.gt-dest-cta-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    margin: 0 0 20px;
}

.gt-dest-cta-note {
    margin: 14px 0 0 !important;
    text-align: center;
    font-size: 0.78rem !important;
}

.gt-dest-cta-note i { color: var(--gt-gold); margin-right: 4px; }

.gt-dest-nearby {
    background: var(--gt-white);
    padding: 24px;
    border-radius: var(--gt-r-md);
    border: 1px solid var(--gt-line);
}

.gt-dest-nearby h4 {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gt-gold);
    display: inline-block;
    font-family: var(--gt-font-display);
    font-size: 1.15rem;
}

.gt-dest-nearby ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gt-dest-nearby li { margin-bottom: 6px; }

.gt-dest-nearby a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px;
    border-radius: var(--gt-r-sm);
    transition: background 0.3s ease;
    color: var(--gt-ink);
}

.gt-dest-nearby a:hover {
    background: var(--gt-cream);
}

.gt-dest-nearby-img {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    border-radius: var(--gt-r-sm);
    flex-shrink: 0;
}

.gt-dest-nearby-text { flex: 1; }
.gt-dest-nearby-text strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-weight: 600;
    font-size: 0.92rem;
}
.gt-dest-nearby-text small {
    color: var(--gt-mute);
    font-size: 0.78rem;
}

.gt-dest-nearby a > i {
    color: var(--gt-gold-dark);
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.gt-dest-nearby a:hover > i { transform: translateX(4px); }

@media (max-width: 992px) {
    .gt-dest-content-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* Single dest gallery */
.gt-dest-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    gap: 14px;
}

.gt-dest-gallery .gt-gal-item {
    grid-column: span 3;
    grid-row: span 1;
}

.gt-dest-gallery .gt-gal-item.gt-gal-feat {
    grid-column: span 6;
    grid-row: span 2;
}

.gt-dest-gallery .gt-gal-item.gt-gal-tall {
    grid-column: span 3;
    grid-row: span 2;
}

@media (max-width: 992px) {
    .gt-dest-gallery .gt-gal-item { grid-column: span 6; }
    .gt-dest-gallery .gt-gal-item.gt-gal-feat,
    .gt-dest-gallery .gt-gal-item.gt-gal-tall { grid-column: span 12; }
}

/* ==========================================================================
   44. Tour Packages section
   ========================================================================== */

.gt-pkg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px;
}

.gt-pkg-card {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.5s var(--gt-ease);
    display: block;
}

.gt-pkg-card:hover {
    transform: translateY(-6px);
}

.gt-pkg-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--gt-ease);
    z-index: 0;
}

.gt-pkg-card:hover img {
    transform: scale(1.08);
}

.gt-pkg-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(11, 11, 20, 0.55) 50%, rgba(11, 11, 20, 0.92) 100%);
    z-index: 1;
}

.gt-pkg-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: var(--gt-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
}

.gt-pkg-top {
    display: flex;
    justify-content: flex-start;
}

.gt-pkg-count {
    padding: 5px 12px;
    background: rgba(201, 169, 97, 0.95);
    color: var(--gt-ink);
    border-radius: var(--gt-r-pill);
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gt-pkg-bottom h3 {
    color: var(--gt-white);
    font-family: var(--gt-font-display);
    font-size: 1.5rem;
    margin: 0 0 14px;
    line-height: 1.15;
}

.gt-pkg-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gt-pkg-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--gt-r-pill);
    font-size: 0.74rem;
    color: var(--gt-white);
}

.gt-pkg-meta-item i { color: var(--gt-gold-light); font-size: 0.68rem; }

.gt-pkg-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--gt-r-pill);
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--gt-white);
    transition: all 0.3s var(--gt-ease);
}

.gt-pkg-cta i { color: var(--gt-gold-light); font-size: 0.68rem; }

.gt-pkg-card:hover .gt-pkg-cta {
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-color: transparent;
}

.gt-pkg-card:hover .gt-pkg-cta i { color: var(--gt-ink); }

/* ==========================================================================
   49. Featured Tour Packages (home page hero packages)
   ========================================================================== */

.gt-feat-pkg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 60px;
}

.gt-feat-pkg-card {
    position: relative;
    background: var(--gt-white);
    border-radius: var(--gt-r-lg);
    overflow: hidden;
    border: 1px solid var(--gt-line);
    transition: transform 0.5s var(--gt-ease), box-shadow 0.5s var(--gt-ease);
    display: flex;
    flex-direction: column;
}

.gt-feat-pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gt-shadow-lg);
}

.gt-feat-pkg-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: var(--gt-r-pill);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: var(--gt-shadow-gold);
}

.gt-feat-pkg-badge i {
    font-size: 0.7rem;
}

.gt-feat-pkg-img {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: var(--gt-cream-2);
}

.gt-feat-pkg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--gt-ease);
}

.gt-feat-pkg-card:hover .gt-feat-pkg-img img {
    transform: scale(1.06);
}

.gt-feat-pkg-body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gt-feat-pkg-dur {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(201, 169, 97, 0.14);
    color: var(--gt-gold-dark);
    border-radius: var(--gt-r-pill);
    font-size: 0.75rem;
    font-weight: 600;
    align-self: flex-start;
    margin-bottom: 12px;
}

.gt-feat-pkg-dur i {
    font-size: 0.7rem;
}

.gt-feat-pkg-body h3 {
    margin: 0 0 12px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: var(--gt-ink);
}

.gt-feat-pkg-body p {
    color: var(--gt-mute);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
}

.gt-feat-pkg-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gt-ink);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: gap 0.3s var(--gt-ease), color 0.3s ease;
}

.gt-feat-pkg-cta i {
    width: 32px;
    height: 32px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition: transform 0.4s var(--gt-ease);
}

.gt-feat-pkg-card:hover .gt-feat-pkg-cta {
    color: var(--gt-gold-dark);
    gap: 14px;
}

.gt-feat-pkg-card:hover .gt-feat-pkg-cta i {
    transform: rotate(-45deg);
}

/* Section sub-head divider (between featured + grid) */
.gt-section-subhead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0 30px;
    padding-top: 30px;
    border-top: 1px solid var(--gt-line);
    flex-wrap: wrap;
}

.gt-section-subhead h3 {
    margin: 0;
    font-family: var(--gt-font-display);
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    color: var(--gt-ink);
}

.gt-section-subhead h3 .gt-italic {
    font-style: italic;
}

.gt-section-subhead p {
    color: var(--gt-mute);
    font-size: 0.95rem;
    margin: 0;
}

@media (max-width: 992px) {
    .gt-feat-pkg-grid { grid-template-columns: repeat(2, 1fr); }
    .gt-feat-pkg-grid > .gt-feat-pkg-card:nth-child(3) {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .gt-feat-pkg-grid { grid-template-columns: 1fr; gap: 20px; }
    .gt-feat-pkg-grid > .gt-feat-pkg-card:nth-child(3) {
        grid-column: span 1;
    }
    .gt-feat-pkg-body h3 { font-size: 1.3rem; }
    .gt-section-subhead { flex-direction: column; gap: 6px; }
}

/* ==========================================================================
   45. Reuse: gallery in destination single — extend gt-gal-item bg
   ========================================================================== */

.gt-gal-item img {
    background: var(--gt-cream-2);
}

/* ==========================================================================
   45b. Fleet category nav + sections
   ========================================================================== */

.gt-fleet-nav-wrap {
    background: var(--gt-white);
    border-bottom: 1px solid var(--gt-line);
    box-shadow: var(--gt-shadow-sm);
    position: sticky;
    top: 88px;
    z-index: 50;
}

.gt-fleet-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.gt-fleet-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    color: var(--gt-ink);
    border-right: 1px solid var(--gt-line);
    transition: background 0.3s ease, color 0.3s ease;
}

.gt-fleet-nav-item:last-child { border-right: none; }
.gt-fleet-nav-item:hover { background: var(--gt-cream); color: var(--gt-gold-dark); }

.gt-fleet-nav-item i {
    width: 42px;
    height: 42px;
    background: rgba(201, 169, 97, 0.14);
    color: var(--gt-gold-dark);
    border-radius: var(--gt-r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.gt-fleet-nav-item:hover i {
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
}

.gt-fleet-nav-item span { line-height: 1.3; }
.gt-fleet-nav-item strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-size: 0.95rem;
    font-weight: 600;
}
.gt-fleet-nav-item small {
    color: var(--gt-mute);
    font-size: 0.78rem;
}

@media (max-width: 992px) {
    .gt-fleet-nav { grid-template-columns: repeat(2, 1fr); }
    .gt-fleet-nav-item:nth-child(2) { border-right: none; }
    .gt-fleet-nav-item:nth-child(1),
    .gt-fleet-nav-item:nth-child(2) { border-bottom: 1px solid var(--gt-line); }
    .gt-fleet-nav-wrap { position: static; }
}

@media (max-width: 600px) {
    .gt-fleet-nav { grid-template-columns: 1fr; }
    .gt-fleet-nav-item { border-right: none !important; border-bottom: 1px solid var(--gt-line); }
    .gt-fleet-nav-item:last-child { border-bottom: none; }
}

.gt-fleet-cat-desc {
    color: var(--gt-mute);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 640px;
    margin-top: 8px;
}

.gt-fleet-section {
    scroll-margin-top: 160px;
}

/* ==========================================================================
   46. Single Tour Package
   ========================================================================== */

.gt-pkg-hero {
    position: relative;
    padding: 90px 0 70px;
    background-size: cover;
    background-position: center;
    color: var(--gt-white);
    overflow: hidden;
}

.gt-pkg-title {
    color: var(--gt-white);
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    margin: 12px 0 24px;
    max-width: 800px;
}

.gt-pkg-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.gt-pkg-hero-meta > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--gt-r-pill);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.92);
}

.gt-pkg-hero-meta > span i { color: var(--gt-gold); }

.gt-pkg-hero-price {
    background: rgba(201, 169, 97, 0.18) !important;
    border-color: rgba(201, 169, 97, 0.5) !important;
}

.gt-pkg-hero-price strong {
    color: var(--gt-gold-light);
    font-family: var(--gt-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    margin-left: 4px;
}

/* Itinerary accordion */
.gt-pkg-itin {
    margin-top: 16px;
    border-top: 1px solid var(--gt-line);
}

.gt-pkg-day {
    border-bottom: 1px solid var(--gt-line);
}

.gt-pkg-day summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: color 0.3s ease;
}

.gt-pkg-day summary::-webkit-details-marker { display: none; }

.gt-pkg-day summary:hover {
    color: var(--gt-gold-dark);
}

.gt-pkg-day-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--gt-font-display);
    font-weight: 600;
    font-size: 1.05rem;
    box-shadow: 0 6px 16px rgba(201, 169, 97, 0.3);
}

.gt-pkg-day-title {
    flex: 1;
    font-family: var(--gt-font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gt-ink);
    line-height: 1.3;
}

.gt-pkg-day-toggle {
    color: var(--gt-mute);
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.gt-pkg-day[open] .gt-pkg-day-toggle {
    transform: rotate(180deg);
    color: var(--gt-gold-dark);
}

.gt-pkg-day-body {
    padding: 0 0 22px 62px;
    color: var(--gt-text);
    line-height: 1.75;
    font-size: 0.95rem;
}

.gt-pkg-day-body p { margin-bottom: 0.8em; }

@media (max-width: 600px) {
    .gt-pkg-day-num { width: 38px; height: 38px; font-size: 0.95rem; }
    .gt-pkg-day-title { font-size: 1.05rem; }
    .gt-pkg-day-body { padding-left: 0; padding-top: 4px; }
}

/* Inclusions / Exclusions */
.gt-pkg-incex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.gt-pkg-incex-col {
    padding: 24px;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: var(--gt-r-md);
}

.gt-pkg-inc { border-top: 4px solid #25D366; }
.gt-pkg-exc { border-top: 4px solid #e25555; }

.gt-pkg-incex-col h4 {
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--gt-font-sans);
    font-size: 1.1rem;
    font-weight: 600;
}

.gt-pkg-inc h4 i { color: #25D366; }
.gt-pkg-exc h4 i { color: #e25555; }

.gt-pkg-incex-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gt-pkg-incex-col li {
    position: relative;
    padding: 7px 0 7px 22px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--gt-text);
}

.gt-pkg-inc li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 9px;
    color: #25D366;
    font-size: 0.7rem;
}

.gt-pkg-exc li::before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 9px;
    color: #e25555;
    font-size: 0.78rem;
}

@media (max-width: 768px) {
    .gt-pkg-incex { grid-template-columns: 1fr; }
}

/* Booking card */
.gt-pkg-book-card {
    text-align: center;
}

.gt-pkg-book-from {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.gt-pkg-book-price {
    font-family: var(--gt-font-display);
    font-size: 2.4rem;
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 600;
}

.gt-pkg-book-pp {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
    margin-bottom: 22px;
}

.gt-pkg-book-meta {
    list-style: none;
    padding: 18px 0;
    margin: 0 0 22px;
    border-top: 1px solid rgba(201, 169, 97, 0.18);
    border-bottom: 1px solid rgba(201, 169, 97, 0.18);
}

.gt-pkg-book-meta li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.78);
}

.gt-pkg-book-meta li i {
    color: var(--gt-gold);
    margin-right: 8px;
    width: 18px;
}

.gt-pkg-book-meta li strong {
    color: var(--gt-white);
    font-family: var(--gt-font-sans);
    font-weight: 600;
    font-size: 0.86rem;
}

/* ==========================================================================
   47. Fleet Carousel + Tabs (homepage creative)
   ========================================================================== */

.gt-fleet-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.gt-fleet-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: var(--gt-r-pill);
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--gt-ink);
    transition: all 0.35s var(--gt-ease-bounce);
}

.gt-fleet-tab i { color: var(--gt-gold-dark); }

.gt-fleet-tab:hover {
    background: var(--gt-grad-gold);
    border-color: transparent;
    color: var(--gt-ink);
    transform: translateY(-2px);
    box-shadow: var(--gt-shadow-gold);
}

.gt-fleet-tab:hover i { color: var(--gt-ink); }

.gt-fleet-slider {
    position: relative;
    overflow: visible;
    padding-bottom: 8px;
}

.gt-fleet-slider .swiper-slide {
    height: auto;
    display: flex;
}

.gt-fleet-slider .swiper-slide .gt-fleet-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gt-fleet-slider .swiper-slide .gt-fleet-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gt-fleet-slider .swiper-slide .gt-fleet-foot {
    margin-top: auto;
}

.gt-fleet-slider-controls-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.gt-fleet-slider-controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    background: var(--gt-white);
    border: 1px solid var(--gt-line);
    border-radius: var(--gt-r-pill);
    box-shadow: var(--gt-shadow-sm);
}

.gt-fleet-divider {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: var(--gt-line);
}

.gt-fleet-prev,
.gt-fleet-next {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    background: transparent;
    color: var(--gt-ink);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s var(--gt-ease);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    padding: 0;
}

.gt-fleet-prev:hover,
.gt-fleet-next:hover {
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
}

.gt-fleet-prev.swiper-button-disabled,
.gt-fleet-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/* ==========================================================================
   48. Talk to Owner section
   ========================================================================== */

.gt-talk-section {
    background: var(--gt-grad-ink);
    color: rgba(255, 255, 255, 0.86);
    position: relative;
    overflow: hidden;
}

.gt-talk-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gt-grad-mesh-dark);
    opacity: 0.7;
    pointer-events: none;
}

.gt-talk-section > .gt-container { position: relative; z-index: 1; }

.gt-talk-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.gt-talk-content h2 {
    color: var(--gt-white);
    margin: 16px 0 20px;
    line-height: 1.05;
}

.gt-talk-content > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 30px;
}

.gt-talk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.gt-talk-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 20px;
    border-top: 1px solid rgba(201, 169, 97, 0.18);
}

.gt-talk-meta i { color: var(--gt-gold); margin-right: 6px; }
.gt-talk-meta a { color: rgba(255, 255, 255, 0.85); }
.gt-talk-meta a:hover { color: var(--gt-gold-light); }

/* Owner card */
.gt-talk-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 169, 97, 0.25);
    border-radius: var(--gt-r-lg);
    padding: 36px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gt-talk-card::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.35) 0%, transparent 70%);
    filter: blur(40px);
    animation: gt-aurora 8s ease-in-out infinite;
}

.gt-talk-card > * { position: relative; z-index: 1; }

.gt-talk-card-photo {
    width: 110px;
    height: 110px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--gt-grad-gold);
    color: var(--gt-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    box-shadow: 0 14px 36px rgba(201, 169, 97, 0.4);
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.gt-talk-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.4);
    border-radius: var(--gt-r-pill);
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #25D366;
    margin-bottom: 14px;
}

.gt-talk-card h4 {
    color: var(--gt-white);
    font-size: 1.6rem;
    margin: 0 0 6px;
}

.gt-talk-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    margin: 0 0 22px;
}

.gt-talk-card-stats {
    list-style: none;
    padding: 22px 0 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    border-top: 1px solid rgba(201, 169, 97, 0.18);
}

.gt-talk-card-stats li {
    text-align: center;
}

.gt-talk-card-stats strong {
    display: block;
    font-family: var(--gt-font-sans);
    font-feature-settings: 'lnum' 1, 'tnum' 1;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 4px;
    background: var(--gt-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
}

.gt-talk-card-stats span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .gt-talk-grid { grid-template-columns: 1fr; gap: 40px; }
    .gt-talk-card { max-width: 460px; margin: 0 auto; }
}

@media (max-width: 600px) {
    .gt-talk-content > p { font-size: 0.95rem; }
    .gt-talk-meta { gap: 14px; }
    .gt-talk-card-stats { gap: 8px; }
    .gt-talk-card-stats strong { font-size: 1.2rem; }
}
