/* ============================================================
   TRAVELOGIAN 2026 - Modern Responsive Stylesheet
   ============================================================ */

/* --- ANIMATED BORDER PROPERTY --- */
@property --border-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

/* --- RESET & BASE --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #0f2b4c;
    --primary-light: #1a3d6e;
    --accent: #f0803c;
    --accent-hover: #e06a25;
    --accent-glow: rgba(240, 128, 60, 0.3);
    --teal: #1fb8a8;
    --teal-dark: #178f82;
    --gold: #f5c842;
    --sky: #e8f4f8;
    --white: #ffffff;
    --off-white: #edf0f4;
    --light-grey: #e4e8ee;
    --mid-grey: #b0b8c4;
    --dark-grey: #4a5568;
    --text: #2d3748;
    --text-light: #5a6577;
    --text-muted: #8892a4;
    --shadow-sm: 0 1px 4px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.05);
    --shadow-md: 0 3px 10px rgba(0,0,0,0.11);
    --shadow-lg: 0 6px 24px rgba(0,0,0,0.13);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --transition: 0.3s ease;
    --font-primary: 'Urbanist', system-ui, -apple-system, sans-serif;
    --font-display: 'Urbanist', system-ui, sans-serif;
    --font-chunky: 'Outfit', 'Urbanist', system-ui, sans-serif;
    --max-width: 1320px;
    --offer-color: #4a6cf7;
    --code-color: #22c55e;
    --expired-color: #ef4444;
    --live-color: #10b981;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body.t26 {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--off-white);
    overflow-x: hidden;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.t26 a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition);
}

/* Override link color-only transition for card elements that need full transition */
body.t26 a.t26-brand-card,
body.t26 a.t26-deal-card,
body.t26 a.t26-prop-spotlight-card,
body.t26 a.t26-brand-link-card {
    transition: all var(--transition);
}

body.t26 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- UTILITY --- */
.t26-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.t26-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.t26-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 14px 0;
    transition: all var(--transition);
    background: rgba(10, 28, 52, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
}

.t26-stripes-nav {
    opacity: 0.33;
}

.t26-nav.scrolled {
    background: rgba(15, 43, 76, 0.97);
    padding: 8px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
}

.t26-nav-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* Logo + Brand */
.t26-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    flex-shrink: 0;
}

.t26-nav-brand svg {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.t26-nav-brand-name {
    font-family: var(--font-chunky);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--white);
}

.t26-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    list-style: none;
    flex-shrink: 0;
}

.t26-nav-links-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    position: relative;
}

.t26-nav-links li a {
    color: rgba(255,255,255,0.55) !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: none;
    transition: all var(--transition);
    font-size: 0.82rem;
    position: relative;
}

.t26-nav-links li a:hover,
.t26-nav-links li a:focus {
    color: #ffffff !important;
    background: rgba(255,255,255,0.16);
    transform: translateY(-1px);
}

.t26-nav-links li a i {
    font-size: 0.82rem;
    opacity: 1;
    position: relative;
    z-index: 2;
}

/* Spinning ring on nav icons */
.t26-nav-ring {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #1fb8a8 0deg 120deg, #f0803c 120deg 240deg, rgba(255,255,255,0.3) 240deg 360deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
    opacity: 0;
    animation: t26-spin-nav-ring 3s linear infinite;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.t26-nav-links li a:hover .t26-nav-ring {
    opacity: 1;
}
@keyframes t26-spin-nav-ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Nav label - slides in from left to sit beside buttons */
.t26-nav-label {
    white-space: nowrap;
    font-size: 0.65rem;
    font-weight: 400;
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
    padding: 0;
    background: none;
    opacity: 0;
    transform: translateX(-16px) translateY(-50%);
    transition: opacity 0.5s ease, transform 0.6s ease;
    margin-right: 0;
    pointer-events: none;
    position: absolute;
    right: calc(100% + 14px);
    top: 50%;
}
.t26-nav-label.visible {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
    transition: opacity 0.2s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Mobile menu toggle */
.t26-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: var(--radius-sm);
    z-index: 1001;
}

.t26-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all var(--transition);
}

.t26-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.t26-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.t26-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Stats bar in nav */
.t26-nav-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    font-weight: 500;
    flex-shrink: 0;
}

.t26-nav-stats span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.t26-nav-stats b {
    color: var(--white);
    font-weight: 700;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.t26-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--primary);
}

.t26-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.t26-hero-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.3;
    transition: opacity 1.5s ease;
}

@supports (-webkit-touch-callout: none) {
    .t26-hero-bg-image {
        background-attachment: scroll;
    }
}

.t26-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(15, 43, 76, 0.93) 0%,
        rgba(20, 52, 92, 0.82) 40%,
        rgba(31, 184, 168, 0.55) 100%
    );
    z-index: 2;
}

.t26-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 120px 24px 80px;
}

.t26-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.t26-hero-badge i {
    color: var(--gold);
}

.t26-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 300;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.t26-hero h1 span {
    background: linear-gradient(135deg, var(--teal), #5de6d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.t26-hero-sub {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    color: rgba(255,255,255,0.75);
    font-weight: 400;
    max-width: 620px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

/* Hero stat counters */
.t26-hero-stats {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.t26-hero-stat {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    padding: 16px 24px;
    min-width: 120px;
    text-align: center;
    transition: all var(--transition);
}

.t26-hero-stat:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-3px);
}

.t26-hero-stat .stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 4px;
}

.t26-hero-stat .stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}

.t26-hero-stat.live .stat-num { color: var(--live-color); }
.t26-hero-stat.expired .stat-num { color: var(--expired-color); }

/* Hero CTA */
.t26-hero-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.t26-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    border: none;
    font-family: var(--font-primary);
}

.t26-btn-primary {
    background: var(--accent);
    color: var(--white);
    box-shadow: 0 4px 20px var(--accent-glow);
}

.t26-btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--accent-glow);
}

body.t26 a.t26-btn-navy,
.t26-btn-navy {
    background: var(--primary);
    color: var(--white) !important;
    box-shadow: 0 4px 20px rgba(18, 52, 88, 0.25);
}

body.t26 a.t26-btn-navy:hover,
.t26-btn-navy:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(18, 52, 88, 0.3);
}

body.t26 a.t26-btn-outline,
.t26-btn-outline {
    background: rgba(168, 216, 234, 0.15);
    color: #e0f3fb !important;
    border: 2px solid rgba(168, 216, 234, 0.45);
}

body.t26 a.t26-btn-outline:hover,
.t26-btn-outline:hover {
    background: rgba(168, 216, 234, 0.28);
    color: #ffffff !important;
    border-color: rgba(168, 216, 234, 0.7);
    transform: translateY(-2px);
}

/* Hero scroll indicator */
.t26-hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: t26-bounce 2s infinite;
    color: rgba(255,255,255,0.4);
    font-size: 1.5rem;
}

@keyframes t26-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-12px); }
    60% { transform: translateX(-50%) translateY(-6px); }
}

/* ============================================================
   CURVED SECTION DIVIDERS
   ============================================================ */
.t26-curve {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.t26-curve svg {
    display: block;
    width: 100%;
    height: auto;
}

.t26-curve-top {
    margin-top: -1px;
}

.t26-curve-bottom {
    margin-bottom: -1px;
}

/* ============================================================
   BRAND SCROLLER
   ============================================================ */
.t26-brands-section {
    padding: 60px 0 40px;
    background: var(--off-white);
    position: relative;
    overflow-x: clip;
}

.t26-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.t26-section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--accent);
    margin-bottom: 12px;
}

.t26-section-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 300;
    color: var(--primary);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.t26-section-desc {
    font-size: 0.95rem;
    color: var(--text-light);
    max-width: 550px;
    margin: 0 auto;
}

/* Brand scroller track */
.t26-brand-scroller-wrap {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.t26-brand-scroller {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 20px;
    scrollbar-width: none;
    cursor: grab;
}

.t26-brand-scroller:active {
    cursor: grabbing;
}

.t26-brand-scroller::-webkit-scrollbar {
    display: none;
}

.t26-brand-card {
    flex: 0 0 210px;
    min-width: 210px;
    scroll-snap-align: start;
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: visible;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
}

.t26-brand-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
    border-color: rgba(0,0,0,0.1);
}

.t26-brand-card-img {
    width: 100%;
    height: 110px;
    background-color: var(--light-grey);
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    overflow: hidden;
}

.t26-brand-card-logo-wrap {
    position: relative;
    height: 0;
    padding-left: 14px;
}

.t26-brand-card-logo-wrap .t26-brand-card-logo {
    position: absolute;
    top: -22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.t26-brand-card-body {
    padding: 28px 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.t26-brand-card-logo {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

.t26-brand-card-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Scroller navigation arrows */
.t26-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all var(--transition);
    color: var(--text-light);
    font-size: 0.85rem;
}

.t26-scroll-btn:hover {
    background: var(--accent);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.t26-scroll-btn-left {
    left: 8px;
}

.t26-scroll-btn-right {
    right: 8px;
}

/* ============================================================
   CATEGORY NAVIGATION STRIP
   ============================================================ */
.t26-cat-nav {
    position: sticky;
    top: 54px;
    z-index: 100;
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: var(--shadow-sm);
    transition: top var(--transition);
}

.t26-cat-nav.nav-scrolled {
    top: 48px;
}

.t26-cat-nav-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.t26-cat-nav-inner::-webkit-scrollbar {
    display: none;
}

.t26-cat-nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 12px;
    font-family: var(--font-chunky);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--text-light);
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all var(--transition);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.t26-cat-nav-link:hover,
.t26-cat-nav-link:focus {
    color: var(--accent);
    border-bottom-color: var(--accent);
    background: rgba(240, 128, 60, 0.04);
}

.t26-cat-nav-link i {
    font-size: 0.78rem;
    opacity: 0.65;
}

.t26-cat-nav-link span {
    display: inline;
}

/* ============================================================
   PARALLAX FEATURE SECTIONS
   ============================================================ */
.t26-parallax-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    color: var(--white);
}

.t26-parallax-bg {
    position: absolute;
    inset: -20% 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

@supports (-webkit-touch-callout: none) {
    .t26-parallax-bg {
        background-attachment: scroll;
    }
}

.t26-parallax-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.t26-parallax-overlay-dark {
    background: linear-gradient(135deg, rgba(15,43,76,0.9), rgba(26,61,110,0.85));
}

.t26-parallax-overlay-teal {
    background: linear-gradient(135deg, rgba(23,143,130,0.9), rgba(15,43,76,0.85));
}

.t26-parallax-overlay-accent {
    background: linear-gradient(135deg, rgba(240,128,60,0.9), rgba(224,106,37,0.85));
}

.t26-parallax-content {
    position: relative;
    z-index: 3;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.t26-parallax-content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.t26-parallax-content p {
    font-size: 1.05rem;
    opacity: 0.85;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================================
   CATEGORY SECTIONS
   ============================================================ */
.t26-category-section {
    padding: 44px 0 36px;
    background: var(--off-white);
    position: relative;
    overflow-x: clip;
    border-top: 1px solid rgba(0,0,0,0.04);
}

/* Decorative curvy line - top right flowing wave */
.t26-category-section::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -60px;
    width: 650px;
    height: 320px;
    border: 2.5px solid rgba(31, 184, 168, 0.10);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: rotate(-12deg);
    pointer-events: none;
    z-index: 0;
}

/* Decorative curvy line - bottom left arc */
.t26-category-section::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -80px;
    width: 550px;
    height: 280px;
    border: 2.5px solid rgba(240, 128, 60, 0.08);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Additional decorative lines via inner elements */
.t26-cat-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 400px;
    border: 2px solid rgba(31, 184, 168, 0.05);
    border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
    transform: translate(-50%, -50%) rotate(25deg);
    pointer-events: none;
    z-index: 0;
}

.t26-deal-grid::before {
    content: '';
    position: absolute;
    bottom: 20%;
    right: -200px;
    width: 700px;
    height: 350px;
    border: 2px solid rgba(240, 128, 60, 0.04);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    transform: rotate(-20deg);
    pointer-events: none;
    z-index: 0;
}

.t26-category-section.t26-bg-white {
    background: var(--white);
}

.t26-category-section.t26-bg-white::before {
    border-color: rgba(240, 128, 60, 0.09);
    top: auto;
    bottom: 20px;
    right: auto;
    left: -40px;
    width: 500px;
    height: 260px;
    transform: rotate(15deg);
}

.t26-category-section.t26-bg-white::after {
    border-color: rgba(31, 184, 168, 0.07);
    bottom: auto;
    top: -60px;
    left: auto;
    right: -60px;
    width: 600px;
    height: 300px;
}

/* Varied decorative accents per section */
.t26-category-section:nth-child(4n+1)::before {
    width: 750px;
    height: 380px;
    border-radius: 40% 60% 55% 45% / 50% 50% 50% 50%;
    top: -20px;
    right: -120px;
    transform: rotate(-8deg);
}

.t26-category-section:nth-child(4n+1)::after {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    bottom: -80px;
    left: -50px;
}

.t26-category-section:nth-child(4n+2)::before {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    top: -100px;
    right: -30px;
    transform: rotate(0deg);
}

.t26-category-section:nth-child(4n+2)::after {
    width: 700px;
    height: 300px;
    border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
    bottom: -30px;
    left: -120px;
    transform: rotate(6deg);
}

.t26-category-section:nth-child(4n+3)::before {
    width: 600px;
    height: 250px;
    border-radius: 50% 50% 45% 55% / 65% 55% 45% 35%;
    top: 30px;
    right: -80px;
    transform: rotate(-18deg);
}

.t26-category-section:nth-child(4n+3)::after {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    bottom: -120px;
    left: -100px;
    border-width: 2px;
}

.t26-category-section:nth-child(4n+4)::before {
    width: 850px;
    height: 350px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    top: -50px;
    right: -150px;
    transform: rotate(-5deg);
}

.t26-category-section:nth-child(4n+4)::after {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    bottom: -60px;
    left: -30px;
    border-color: rgba(240, 128, 60, 0.06);
}

/* Smaller accent circles via show-more and deal-grid pseudo-elements */
.t26-show-more-wrap::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 15%;
    width: 180px;
    height: 180px;
    border: 2.5px solid rgba(31, 184, 168, 0.12);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.t26-deal-grid::after {
    content: '';
    position: absolute;
    top: 10%;
    left: -40px;
    width: 220px;
    height: 140px;
    border: 2px solid rgba(240, 128, 60, 0.10);
    border-radius: 50% 50% 50% 50% / 60% 40% 60% 40%;
    transform: rotate(20deg);
    pointer-events: none;
    z-index: 0;
}

.t26-category-section:nth-child(4n+1) .t26-deal-grid::after {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    top: 40%;
    left: auto;
    right: 5%;
    border-color: rgba(31, 184, 168, 0.10);
    transform: none;
}

.t26-category-section:nth-child(4n+2) .t26-show-more-wrap::after {
    width: 140px;
    height: 140px;
    top: -40px;
    left: auto;
    right: 10%;
    border-color: rgba(240, 128, 60, 0.10);
}

.t26-category-section:nth-child(4n+3) .t26-deal-grid::after {
    width: 200px;
    height: 120px;
    top: auto;
    bottom: 15%;
    left: 20%;
    border-color: rgba(31, 184, 168, 0.09);
    transform: rotate(-15deg);
}

.t26-category-section:nth-child(4n+4) .t26-show-more-wrap::after {
    width: 120px;
    height: 120px;
    top: -30px;
    left: 60%;
    border-color: rgba(31, 184, 168, 0.12);
}

.t26-cat-header {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.t26-cat-header-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.t26-cat-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    color: var(--white);
    box-shadow: 0 4px 15px var(--accent-glow);
    flex-shrink: 0;
    margin-top: 1px;
}

.t26-cat-title-group h2 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: -2px;
    letter-spacing: -0.5px;
    line-height: 1;
    text-transform: capitalize;
}

.t26-cat-title-group h2 a {
    color: var(--primary);
    transition: color var(--transition);
}

.t26-cat-title-group h2 a:hover {
    color: var(--accent);
}

/* Hidden a.cat link used by JS for no-result text */
a.cat.t26-hidden-cat {
    display: none;
}

.t26-cat-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-muted);
}

.t26-cat-count b {
    color: var(--accent);
}

.t26-cat-meta {
    font-size: 0.8rem;
    color: var(--text-light);
    max-width: 500px;
    margin-top: 2px;
    line-height: 1.4;
}

/* ============================================================
   FILTERS (styled via parent selector - classes match original JS)
   ============================================================ */
body.t26 .deal_filter {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

body.t26 .deal_filter > .filter_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    border-radius: 50px;
}

body.t26 .deal_filter > .filter_item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-light);
    background: var(--light-grey);
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transition);
    border: 1px solid transparent;
    font-family: var(--font-primary);
}

body.t26 .deal_filter > .filter_item:hover {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}

body.t26 .deal_filter > .filter_item[v="1"],
body.t26 .deal_filter > .filter_item.active {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}

/* Sort dropdown */
body.t26 .deal_sort {
    appearance: none;
    -webkit-appearance: none;
    padding: 9px 34px 9px 16px;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.04) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='rgba(255,255,255,0.5)'/%3E%3C/svg%3E") no-repeat right 12px center;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.12);
    cursor: pointer;
    transition: all var(--transition);
    font-family: var(--font-primary);
    margin-left: auto;
}

body.t26 .deal_sort:hover {
    background-color: rgba(255,255,255,0.08);
    color: var(--white);
    border-color: rgba(255,255,255,0.2);
}

body.t26 .deal_sort:focus {
    outline: none;
    border-color: rgba(255,255,255,0.2);
}

body.t26 .deal_sort option {
    background: #3a4a5c;
    color: var(--white);
    padding: 8px;
}

/* No results */
body.t26 .no_result {
    display: none;
    padding: 24px 24px;
    text-align: left;
    color: var(--text-muted);
    font-size: 1.1rem;
    background: none;
    margin: 0 auto;
    max-width: var(--max-width);
}
body.t26 .no_result .no_result_sub {
    font-size: 0.82rem;
    margin-top: 4px;
}

/* ============================================================
   DEAL CARDS
   ============================================================ */
.t26-deal-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 18px;
    position: relative;
}

.t26-deal-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.t26-deal-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

.t26-deal-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 12px;
    border-bottom: 1px solid var(--light-grey);
}

.t26-deal-card-logo {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-sm);
    object-fit: cover;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

.t26-deal-card-brand {
    flex: 1;
    min-width: 0;
}

.t26-deal-card-brand-name {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t26-deal-card-location {
    font-size: 0.7rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    text-transform: capitalize;
}

.t26-deal-card-body > .t26-deal-card-location {
    margin-top: 0;
    margin-bottom: 6px;
}

.t26-deal-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.t26-deal-type-badge.offer {
    background: rgba(74, 108, 247, 0.1);
    color: #3b5de7;
}

.t26-deal-type-badge.code {
    background: rgba(34, 197, 94, 0.08);
    color: var(--code-color);
}

.t26-deal-card-body {
    padding: 12px 20px 18px;
    flex: 1;
}

.t26-deal-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #3d4a5c;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.2px;
}

.t26-deal-card-snippet {
    font-size: 0.78rem;
    color: var(--text-light);
    line-height: 1.5;
    margin-top: 6px;
}

.t26-deal-card-footer {
    padding: 12px 18px;
    border-top: 1px solid var(--light-grey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.7rem;
}

.t26-deal-expiry {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-muted);
    font-weight: 500;
}

.t26-deal-expiry.live {
    color: var(--live-color);
}

.t26-deal-expiry.expired {
    color: var(--expired-color);
}

.t26-deal-expiry.soon {
    color: #f59e0b;
}

.t26-deal-clicks {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-muted);
    font-weight: 500;
}

/* Exclusive deal badge */
.t26-deal-exclusive {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.55rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #d97706;
    background: rgba(217, 119, 6, 0.08);
    padding: 2px 7px;
    border-radius: 50px;
    vertical-align: middle;
    margin-left: 4px;
}

.t26-deal-exclusive i {
    color: #f59e0b;
}

/* Special category tag (beach, golf, romance, etc.) */
.t26-deal-cat-tag {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--teal-dark);
    background: rgba(31, 184, 168, 0.08);
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}


/* ============================================================
   DEAL LANDING PAGE - Individual deal detail view
   ============================================================ */
/* Brand back link */
.t26-deal-brand-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--accent);
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.2s;
}
.t26-deal-brand-back:hover {
    color: var(--dark);
}

/* Share buttons row */
.t26-deal-share {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.t26-deal-share a,
.t26-deal-share button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    cursor: pointer;
    color: #64748b;
    transition: background 0.2s, color 0.2s;
}
.t26-deal-share a:hover,
.t26-deal-share button:hover {
    background: #e2e8f0;
    color: var(--dark);
}
.t26-deal-share svg {
    width: 15px;
    height: 15px;
}

/* Deal page title */
.t26-deal-page-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 14px;
    line-height: 1.35;
}

/* Deal page meta row */
.t26-deal-page-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.t26-deal-page-location {
    font-size: 0.82rem;
    color: var(--text-muted);
}
.t26-deal-page-location i {
    color: var(--accent);
    margin-right: 3px;
}

.t26-deal-details {
    padding: 48px 0;
    padding-top: 96px;
    background: linear-gradient(135deg, #f8fafb 0%, #edf2f7 100%);
    position: relative;
}

.t26-deal-details-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}
.t26-deal-details-main {
    display: flex;
    flex-direction: column;
}
.t26-deal-details-sidebar {
    display: flex;
    flex-direction: column;
}
.t26-deal-details-main .t26-deal-details-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.t26-deal-details-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.14);
}

.t26-deal-details-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

/* Align all badges/tags consistently inside deal header */
.t26-deal-details-header .t26-deal-cat-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0;
    padding: 4px 10px;
}

.t26-deal-details-header .t26-deal-exclusive {
    margin-left: 0;
}


.t26-deal-details-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--dark);
    margin-bottom: 24px;
}

/* Deal keyword tags */
.t26-deal-keywords {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.t26-deal-keywords-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    margin-right: 4px;
}
.t26-deal-keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.t26-deal-keyword {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-muted);
    background: #f1f5f9;
    border-radius: 50px;
    white-space: nowrap;
    transition: all 0.2s;
}
.t26-deal-keyword:hover {
    background: #e2e8f0;
    color: var(--dark);
}
.t26-deal-keywords-more {
    border: none;
    background: none;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--teal);
    cursor: pointer;
    padding: 3px 8px;
    white-space: nowrap;
}
.t26-deal-keywords-more:hover {
    text-decoration: underline;
}

.t26-deal-details-terms {
    margin-top: auto;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--light-grey);
}

.t26-deal-details-terms-header {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.t26-deal-details-terms p {
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--dark);
    opacity: 0.8;
}

/* Code reveal inside deal card - reuses .t26-deal-code-wrap from brand cards but larger */
.t26-deal-details-card .t26-deal-code-wrap {
    margin: 0 0 24px;
    padding: 12px 20px;
    gap: 12px;
}

.t26-deal-details-card .t26-deal-code-label {
    font-size: 0.68rem;
}

.t26-deal-details-card .t26-deal-code-value {
    font-size: 1rem;
    letter-spacing: 2px;
}

.t26-deal-details-expiry {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 0;
}

.t26-deal-details-expiry.live { color: var(--live-color); }
.t26-deal-details-expiry.expired { color: var(--expired-color); }
.t26-deal-details-expiry.soon { color: #f59e0b; }

/* CTA inside card - teal with stripes, orange on hover */
.t26-deal-details-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: var(--teal);
    background-image: url('images/stripes.png');
    background-size: 200px 200px;
    color: #fff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(31, 184, 168, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: ctaPulse 2.5s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(31, 184, 168, 0.25); transform: scale(1); }
    50% { box-shadow: 0 6px 36px rgba(31, 184, 168, 0.55); transform: scale(1.02); }
}

.t26-deal-details-cta:hover {
    background-color: var(--accent);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(240, 128, 60, 0.4);
    animation: none;
}

.t26-deal-sidebar-cta {
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
    padding: 14px 24px;
    font-size: 0.95rem;
}
.t26-deal-sidebar-cta strong { font-weight: 700; font-size: 1.25rem; }
.t26-deal-sidebar-cta span { font-weight: 400; font-size: 0.8rem; opacity: 0.85; }
.t26-deal-cta-mobile { display: none; margin-top: 24px; }
.t26-prop-cta { flex-direction: row; align-items: center; gap: 16px; width: auto; animation: none; }
.t26-prop-cta strong { font-size: 1rem; }
.t26-prop-cta-mobile { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; animation: none; }
.t26-prop-cta-mobile strong { font-size: 1rem; }

/* Deal image inside card */
.t26-deal-details-image {
    display: block;
    margin: 0 0 20px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.t26-deal-details-image img {
    width: 100%;
    display: block;
    aspect-ratio: 12 / 5;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.3s ease;
}
.t26-deal-details-image:hover img {
    filter: brightness(1.1);
    transform: scale(1.02);
}

/* Sidebar - brand card with image top, white section below, straddling logo */
.t26-deal-sidebar-brand {
    background: #fff;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 2px 12px rgba(0,0,0,0.14);
    margin-bottom: 20px;
    position: relative;
}

.t26-deal-sidebar-img {
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 16px 16px 0 0;
}

.t26-deal-sidebar-logo-wrap {
    position: relative;
    height: 0;
    padding-left: 20px;
}

.t26-deal-sidebar-logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: absolute;
    top: -28px;
}

.t26-deal-sidebar-body {
    padding: 36px 20px 20px;
}

.t26-deal-sidebar-body h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.t26-deal-sidebar-strapline {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.4;
    margin-bottom: 12px;
}

.t26-deal-sidebar-link {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    opacity: 0.7;
}

.t26-deal-sidebar-link:hover {
    color: var(--teal);
    opacity: 1;
}

.t26-deal-details-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.14);
    flex: 1;
}

.t26-deal-details-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--light-grey);
    font-size: 0.78rem;
}

.t26-deal-details-info-row:last-child {
    border-bottom: none;
}

.t26-deal-details-info-row span:first-child {
    color: var(--text-muted);
    font-weight: 500;
}

.t26-deal-details-info-row span:last-child {
    color: var(--dark);
    font-weight: 600;
}

/* Deal page responsive */
@media (max-width: 900px) {
    .t26-deal-details {
        padding: 28px 0;
        padding-top: 80px;
    }
    .t26-deal-details-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .t26-deal-details-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        align-items: stretch;
    }
    .t26-deal-sidebar-brand {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .t26-deal-sidebar-body {
        flex: 1;
    }
    .t26-deal-sidebar-img {
        height: 140px;
    }
    .t26-deal-details-sidebar > .t26-deal-sidebar-cta { display: none; }
    .t26-deal-cta-mobile { display: flex; }
}

@media (max-width: 600px) {
    .t26-deal-details-card {
        padding: 20px;
    }
    .t26-deal-page-title {
        font-size: 1.2rem;
    }
    .t26-deal-details-sidebar {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   PROPERTY SPOTLIGHT - Horizontal scrolling cards
   ============================================================ */
.t26-prop-spotlight {
    padding: 55px 0;
    background: linear-gradient(135deg, #f8fafb 0%, #edf2f7 100%);
    position: relative;
    overflow-x: clip;
}

.t26-prop-spotlight::before {
    content: '';
    position: absolute;
    top: -140px;
    left: -120px;
    width: 500px;
    height: 260px;
    border: 2.5px solid rgba(31, 184, 168, 0.09);
    border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
    background: transparent;
    transform: rotate(-8deg);
    pointer-events: none;
}

.t26-prop-spotlight::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 420px;
    height: 220px;
    border: 2.5px solid rgba(240, 128, 60, 0.07);
    border-radius: 50%;
    background: transparent;
    transform: rotate(5deg);
    pointer-events: none;
}

/* Varied curves for each spotlight section */
.t26-spotlight-2::before {
    width: 580px;
    height: 300px;
    top: -160px;
    right: -140px;
    left: auto;
    border-radius: 50% 50% 50% 50% / 65% 65% 35% 35%;
    transform: rotate(12deg);
}
.t26-spotlight-2::after {
    width: 380px;
    height: 200px;
    bottom: -80px;
    left: -60px;
    right: auto;
    transform: rotate(-6deg);
}

.t26-spotlight-3::before {
    width: 450px;
    height: 240px;
    top: -100px;
    left: 30%;
    border-radius: 50%;
    transform: rotate(-3deg);
}
.t26-spotlight-3::after {
    width: 520px;
    height: 270px;
    bottom: -130px;
    right: -60px;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    transform: rotate(8deg);
}

/* Smaller accent circles in spotlight sections */
.t26-prop-spotlight-header::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 6%;
    width: 150px;
    height: 150px;
    border: 2.5px solid rgba(31, 184, 168, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.t26-prop-spotlight-header::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 10%;
    width: 110px;
    height: 110px;
    border: 2px solid rgba(240, 128, 60, 0.10);
    border-radius: 50%;
    pointer-events: none;
}

.t26-spotlight-2 .t26-prop-spotlight-header::before {
    width: 120px;
    height: 120px;
    top: -15px;
    right: auto;
    left: 4%;
    border-color: rgba(240, 128, 60, 0.11);
}

.t26-spotlight-2 .t26-prop-spotlight-header::after {
    width: 170px;
    height: 100px;
    bottom: -40px;
    left: auto;
    right: 12%;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    border-color: rgba(31, 184, 168, 0.10);
}

.t26-spotlight-3 .t26-prop-spotlight-header::before {
    width: 130px;
    height: 130px;
    top: -30px;
    right: 18%;
}

.t26-spotlight-3 .t26-prop-spotlight-header::after {
    width: 90px;
    height: 90px;
    bottom: -25px;
    left: 22%;
}

.t26-prop-spotlight-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.t26-prop-spotlight-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.t26-prop-spotlight-scroll {
    position: relative;
}

.t26-prop-spotlight-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 12px 0 24px;
    scrollbar-width: none;
    margin: -12px 0 -24px;
    padding-left: 4px;
    padding-right: 4px;
}

.t26-prop-spotlight-track::-webkit-scrollbar {
    display: none;
}

.t26-prop-spotlight-card {
    flex: 0 0 300px;
    min-width: 300px;
    scroll-snap-align: start;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    display: block;
}

.t26-prop-spotlight-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.t26-prop-spotlight-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: var(--light-grey);
    transition: transform 0.6s ease;
}

.t26-prop-spotlight-card:hover .t26-prop-spotlight-img {
    transform: scale(1.02);
}

.t26-prop-spotlight-detail {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.t26-prop-spotlight-name {
    font-family: var(--font-chunky);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.3px;
}

.t26-prop-spotlight-brand {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 500;
}

.t26-prop-spotlight-loc {
    font-size: 0.7rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.t26-prop-spotlight-loc i {
    font-size: 0.6rem;
    color: var(--teal);
}

.t26-prop-spotlight-descrip {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.45;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Spotlight scroll arrows */
.t26-prop-scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: var(--shadow-md);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all var(--transition);
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
}

.t26-prop-scroll-arrow:hover {
    background: var(--primary-light);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.t26-prop-scroll-left {
    left: 12px;
}

.t26-prop-scroll-right {
    right: 12px;
}

/* Spotlight CTA (used by dark variant) */
.t26-prop-spotlight-cta {
    text-align: center;
    margin-top: 32px;
}

/* Dark variant for last property section */
.t26-prop-spotlight--dark {
    background: var(--primary);
}

.t26-prop-spotlight--dark::before {
    border-color: rgba(31, 184, 168, 0.07);
}

.t26-prop-spotlight--dark::after {
    border-color: rgba(240, 128, 60, 0.05);
}

.t26-prop-spotlight--dark .t26-section-label {
    color: var(--teal);
}

.t26-prop-spotlight--dark .t26-section-title {
    color: var(--white);
}

.t26-prop-spotlight--dark .t26-section-desc {
    color: rgba(255,255,255,0.6);
}


/* ============================================================
   SHOW MORE BUTTON (class matches original JS)
   ============================================================ */
.t26-show-more-wrap {
    max-width: var(--max-width);
    margin: 24px auto 0;
    padding: 0 24px;
    position: relative;
}

body.t26 .deal_box_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: var(--light-grey);
    border: 2px dashed var(--mid-grey);
    border-radius: var(--radius-md);
    color: var(--text-light);
    position: relative;
    z-index: 1;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    font-family: var(--font-primary);
}

body.t26 .deal_box_more:hover {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
    border-style: solid;
}

/* ============================================================
   AJAX-LOADED OLD FORMAT DEAL CARDS (compatibility)
   When fetcher.js loads new deals, they use the original .deal_box format.
   We use :not(.t26-deal-card) to avoid affecting initial modern cards
   that also carry the deal_box class for JS counting.
   ============================================================ */
body.t26 .deal_content .deal_box:not(.t26-deal-card) {
    display: grid !important;
    grid-template-columns: 54px 1fr auto;
    grid-template-rows: auto auto 1fr auto;
    background: var(--white) !important;
    background-image: none !important;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    gap: 0;
    transition: all var(--transition);
    border: 1px solid rgba(0,0,0,0.04);
}

body.t26 .deal_content .deal_box:not(.t26-deal-card):hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    background-image: none !important;
    border-color: rgba(0,0,0,0.2);
}

/* Reset old styles on all child divs */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_brand,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_img,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_title,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_expiry,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_location,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_likes,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_button,
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_border_left {
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
    border: none;
    margin: 0;
    min-width: 0;
    display: flex;
}

/* d_img - Logo in top-left, spans header rows */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_img {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 16px 0 12px 14px;
    align-items: flex-start;
    justify-content: center;
}

body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_img img {
    width: 42px;
    height: 42px;
    max-height: 42px;
    border-radius: var(--radius-sm);
    object-fit: cover;
    box-shadow: var(--shadow-sm);
}

/* d_brand - Brand name header */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_brand {
    grid-row: 1;
    grid-column: 2;
    padding: 16px 0 2px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* d_location - Below brand */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_location {
    grid-row: 2;
    grid-column: 2;
    padding: 0 12px 14px 12px;
    font-size: 0.7rem;
    color: var(--text-muted);
    align-items: center;
    text-transform: capitalize;
}

/* d_likes - Top right area */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_likes {
    grid-row: 1 / 3;
    grid-column: 3;
    padding: 16px 16px 14px 0;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 0.68rem;
    color: var(--text-muted);
}

body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_likes .alt_font {
    font-family: var(--font-primary);
}

/* d_button - Status icons, in header right */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_button {
    grid-row: 1;
    grid-column: 3;
    padding: 16px 16px 2px 0;
    font-size: 0.6rem;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: var(--text-muted);
    opacity: 0.7;
    overflow: visible;
}

body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_button * {
    margin-right: 0;
    margin: 0 2px;
}

/* d_title - Main content body */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_title {
    grid-row: 3;
    grid-column: 1 / -1;
    padding: 14px 18px 16px;
    border-top: 1px solid var(--light-grey) !important;
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.6;
    align-items: flex-start;
    border-radius: 0;
    min-height: 50px;
}

/* d_expiry - Footer */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_expiry {
    grid-row: 4;
    grid-column: 1 / -1;
    padding: 12px 18px;
    border-top: 1px solid var(--light-grey) !important;
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 500;
    text-transform: none;
    align-items: center;
}

/* d_border_left - Hidden in new design */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_border_left {
    display: none !important;
}

/* Status color overrides for old-format icons */
body.t26 .deal_content .deal_box:not(.t26-deal-card) #expired { color: var(--expired-color); }
body.t26 .deal_content .deal_box:not(.t26-deal-card) #live { color: var(--live-color); }
body.t26 .deal_content .deal_box:not(.t26-deal-card) #code { color: var(--code-color); }
body.t26 .deal_content .deal_box:not(.t26-deal-card) #offer { color: var(--offer-color); }
body.t26 .deal_content .deal_box:not(.t26-deal-card) #hotoffer { color: #f97316; }
body.t26 .deal_content .deal_box:not(.t26-deal-card) #clickcount {
    color: var(--text-muted);
    font-size: 0.68rem;
}

/* Wrapper anchor for AJAX cards */
body.t26 .deal_content > a[style*="display:block"] {
    border-radius: var(--radius-md);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* ============================================================
   SHOWCASE GALLERY (full-width rotating hero)
   ============================================================ */
.t26-gallery {
    padding-top: 64px;
    background: var(--primary);
}

.t26-gallery-showcase {
    position: relative;
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: var(--primary);
}

.t26-showcase-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.6s ease, transform 7s ease;
    z-index: 1;
}

.t26-showcase-slide.active {
    opacity: 1;
    transform: scale(1);
}

.t26-showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(15,43,76,0.82) 0%, rgba(15,43,76,0.45) 60%, rgba(31,184,168,0.25) 100%);
    z-index: 2;
}

.t26-showcase-content {
    position: relative;
    z-index: 3;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.t26-showcase-content h1 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.t26-showcase-content h1 span {
    font-weight: 600;
    background: linear-gradient(135deg, var(--teal), #5de6d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.t26-gallery-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 24px;
}

/* Showcase stats row */
.t26-showcase-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.t26-showcase-stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}

.t26-showcase-stat b {
    font-family: var(--font-chunky);
    font-weight: 700;
    color: var(--white);
    font-size: 0.95rem;
}

/* Brand label - top right of gallery */
body.t26 a.t26-showcase-brand-label {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 4;
    background: rgba(0,0,0,0.35);
    color: rgba(255,255,255,0.6);
    font-family: var(--font-primary);
    font-size: 0.62rem;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all var(--transition);
    text-decoration: none;
    text-transform: capitalize;
}

body.t26 a.t26-showcase-brand-label:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* Thumbnail strip */
.t26-showcase-thumbs {
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
}

.t26-showcase-thumb {
    width: 56px;
    height: 38px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    padding: 0;
}

.t26-showcase-thumb:hover {
    border-color: rgba(255,255,255,0.6);
    transform: translateY(-2px);
}

.t26-showcase-thumb.active {
    border-color: var(--teal);
    box-shadow: 0 0 12px rgba(31,184,168,0.4);
}

.t26-thumb-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--teal);
    width: 0;
    transition: none;
}

.t26-showcase-thumb.active .t26-thumb-progress {
    animation: t26-thumb-fill 4.5s linear forwards;
}

@keyframes t26-thumb-fill {
    from { width: 0; }
    to { width: 100%; }
}


/* ============================================================
   STATS BAR
   ============================================================ */
.t26-stats-bar {
    background: var(--white);
    border-bottom: 1px solid var(--light-grey);
    padding: 16px 0;
}

.t26-stats-bar-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.t26-stat-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: var(--text-light);
    font-weight: 500;
}

.t26-stat-chip b {
    font-family: var(--font-chunky);
    font-weight: 700;
    color: var(--primary);
    font-size: 1rem;
}

.t26-stat-chip i {
    font-size: 0.7rem;
    opacity: 0.5;
}

/* ============================================================
   AJAX DEAL BOX - Enhanced shadows + date consistency
   ============================================================ */
body.t26 .deal_content .deal_box:not(.t26-deal-card) {
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}

body.t26 .deal_content .deal_box:not(.t26-deal-card):hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

/* Date text capitalization + coloring via sibling selector */
body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_expiry {
    text-transform: capitalize;
}

body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_border_left#expired ~ .d_expiry {
    color: var(--expired-color) !important;
}

body.t26 .deal_content .deal_box:not(.t26-deal-card) .d_border_left#live ~ .d_expiry {
    color: var(--live-color) !important;
}

/* Modern card expiry capitalization */
.t26-deal-expiry {
    text-transform: capitalize;
}

/* ============================================================
   PER-CATEGORY BRAND CAROUSEL (mini brand row)
   ============================================================ */
.t26-cat-brands {
    max-width: var(--max-width);
    margin: 0 auto 20px;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.t26-cat-brands-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0;
}

.t26-cat-brands-track::-webkit-scrollbar {
    display: none;
}

/* When all brands fit, disable scroll appearance */
.t26-cat-brands.t26-brands-fit .t26-cat-brands-track {
    overflow-x: visible;
    flex-wrap: wrap;
}

.t26-cat-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px 5px 5px;
    background: var(--white);
    border-radius: 50px;
    border: 1px solid var(--light-grey);
    white-space: nowrap;
    flex-shrink: 0;
    transition: all var(--transition);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
}

.t26-cat-brand-pill:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-sm);
    color: var(--accent);
    transform: translateY(-1px);
}

.t26-cat-brand-pill img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.t26-cat-brands-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all var(--transition);
    color: var(--text-light);
    font-size: 0.7rem;
}

.t26-cat-brands-arrow:hover {
    background: var(--accent);
    color: var(--white);
}

.t26-cat-brands-arrow.t26-arrow-left {
    left: 4px;
}

.t26-cat-brands-arrow.t26-arrow-right {
    right: 4px;
}

/* Hide arrows when all brands fit */
.t26-cat-brands.t26-brands-fit .t26-cat-brands-arrow {
    display: none;
}

/* ============================================================
   VOUCHER CODES SLIDER
   ============================================================ */
/* ============================================================
   OFFERS BY DESTINATION - Bento Grid
   ============================================================ */
.t26-dest-section {
    padding: 55px 0;
    background: var(--white);
    position: relative;
    overflow-x: clip;
}

.t26-dest-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 450px;
    height: 240px;
    border: 2.5px solid rgba(31, 184, 168, 0.08);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: rotate(10deg);
    pointer-events: none;
}

.t26-dest-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 380px;
    height: 200px;
    border: 2.5px solid rgba(240, 128, 60, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.t26-dest-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.t26-dest-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.t26-dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 14px;
}

.t26-dest-tile-lg {
    grid-column: span 2;
    grid-row: span 2;
}

.t26-dest-tile-md {
    grid-column: span 2;
}

.t26-dest-tile {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: var(--primary);
    display: flex;
    align-items: flex-end;
    transition: all var(--transition);
    cursor: pointer;
}

.t26-dest-tile:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.t26-dest-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15,43,76,0.75) 0%, rgba(15,43,76,0.15) 50%, rgba(15,43,76,0.05) 100%);
    transition: background 0.4s ease;
}

.t26-dest-tile:hover .t26-dest-tile-overlay {
    background: linear-gradient(0deg, rgba(15,43,76,0.85) 0%, rgba(15,43,76,0.25) 50%, rgba(15,43,76,0.1) 100%);
}

.t26-dest-tile-content {
    position: relative;
    z-index: 1;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.t26-dest-tile-country {
    font-family: var(--font-chunky);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.5px;
}

.t26-dest-tile-lg .t26-dest-tile-country {
    font-size: 1.6rem;
}

.t26-dest-tile-md .t26-dest-tile-country {
    font-size: 1.3rem;
}

.t26-dest-tile-count {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.t26-dest-tile-count::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal);
    display: inline-block;
}

@media (max-width: 1024px) {
    .t26-dest-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 160px;
    }
    .t26-dest-tile-lg {
        grid-column: span 2;
        grid-row: span 2;
    }
    .t26-dest-tile-md {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .t26-dest-section {
        padding: 40px 0;
    }
    .t26-dest-inner {
        padding: 0 16px;
    }
    .t26-dest-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
        gap: 10px;
    }
    .t26-dest-tile-lg {
        grid-column: span 2;
        grid-row: span 1;
    }
    .t26-dest-tile-md {
        grid-column: span 1;
    }
    .t26-dest-tile-country {
        font-size: 1rem;
    }
    .t26-dest-tile-lg .t26-dest-tile-country {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .t26-dest-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 130px;
    }
    .t26-dest-tile-lg {
        grid-column: span 2;
    }
}


/* ============================================================
   ABOUT / INFO SECTION
   ============================================================ */
.t26-about {
    padding: 0;
    background: var(--primary);
    position: relative;
    overflow: hidden;
}

.t26-about-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 500px;
}

/* Image montage side */
.t26-about-montage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 4px;
    min-height: 500px;
}

.t26-about-montage-img {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.t26-about-montage-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 43, 76, 0.15);
    transition: background var(--transition);
}

.t26-about-montage-img:hover::after {
    background: rgba(15, 43, 76, 0);
}

.t26-about-montage-img:nth-child(1) {
    grid-row: 1/3;
}

.t26-about-montage-img:nth-child(4) {
    grid-column: 1/-1;
}

/* Text side */
.t26-about-text {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.t26-about-text::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50px;
    width: 40px;
    height: 3px;
    background: var(--accent);
    border-radius: 3px;
}

.t26-about-text .t26-about-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--accent);
    margin-bottom: 16px;
    margin-top: 20px;
}

.t26-about-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.t26-about-text .t26-updated {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.t26-about-text .t26-tagline {
    font-size: 1.05rem;
    color: var(--teal);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

.t26-about-text p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.9;
}

.t26-about-text p b {
    color: rgba(255,255,255,0.85);
}

.t26-about-stats {
    display: flex;
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.t26-about-stat-item {
    text-align: center;
}

.t26-about-stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--white);
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.t26-about-stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
}

/* ============================================================
   FOOTER
   ============================================================ */
.t26-footer {
    background: linear-gradient(135deg, #0e2440 0%, #060f1c 100%);
    color: rgba(255,255,255,0.7);
    padding: 60px 0 30px;
}

.t26-footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.t26-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    flex-wrap: wrap;
    gap: 40px;
}

.t26-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-chunky);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.t26-footer-brand svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.t26-footer-tagline {
    font-size: 0.82rem;
    opacity: 0.5;
    max-width: 500px;
    line-height: 1.6;
}

.t26-footer-links {
    display: flex;
    gap: 40px;
}

.t26-footer-col h4 {
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.t26-footer-col a {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
    padding: 4px 0;
    transition: color var(--transition);
}

.t26-footer-col a:hover {
    color: var(--accent);
}

.t26-footer-bottom {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
    opacity: 0.35;
}

/* ============================================================
   MOBILE OVERLAY MENU
   ============================================================ */
.t26-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(15, 43, 76, 0.97);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.t26-mobile-menu.open {
    opacity: 1;
    visibility: visible;
}

body.t26 .t26-mobile-menu a {
    color: rgba(255,255,255,0.85) !important;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    display: flex;
    align-items: center;
    gap: 12px;
}

body.t26 .t26-mobile-menu a:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0.08);
}

.t26-mobile-menu a i {
    width: 24px;
    text-align: center;
    opacity: 0.6;
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.t26-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.t26-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .t26-cat-nav-link span {
        display: none;
    }
    .t26-cat-nav-link {
        padding: 12px 14px;
        gap: 0;
    }
    .t26-cat-nav-link i {
        font-size: 0.9rem;
        opacity: 0.75;
    }
    .t26-cat-nav-inner {
        justify-content: center;
        gap: 0;
    }
}

@media (max-width: 1024px) {
    .t26-nav-links-wrap,
    .t26-nav-links {
        display: none;
    }
    .t26-nav-stats {
        display: none;
    }
    .t26-menu-toggle {
        display: flex;
    }
    .t26-cat-brands {
        display: none;
    }
    .t26-gallery-showcase {
        height: 336px;
    }
    .t26-showcase-content {
        padding: 40px 32px;
    }
    .t26-showcase-thumbs {
        gap: 6px;
    }
    .t26-prop-spotlight-card {
        flex: 0 0 260px;
        min-width: 260px;
    }
    .t26-about-inner {
        grid-template-columns: 1fr;
    }
    .t26-about-montage {
        min-height: 300px;
    }
    .t26-about-text {
        padding: 40px 30px;
    }
    .t26-about-text::before {
        left: 30px;
        top: 40px;
    }
    .t26-footer-links {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .t26-gallery-showcase {
        height: 305px;
    }
    .t26-showcase-content {
        padding: 30px 20px;
    }
    .t26-showcase-content h1 {
        font-size: 1.5rem;
    }
    .t26-gallery-sub {
        font-size: 0.88rem;
    }
    .t26-showcase-thumbs {
        gap: 5px;
    }
    .t26-showcase-thumb {
        width: 42px;
        height: 28px;
    }
    .t26-showcase-stats {
        gap: 12px;
    }
    .t26-showcase-stat {
        font-size: 0.7rem;
    }
    .t26-showcase-stat b {
        font-size: 0.85rem;
    }
    .t26-prop-spotlight-card {
        flex: 0 0 240px;
        min-width: 240px;
    }
    .t26-prop-spotlight-img {
        height: 160px;
    }
    /* Simplify decorative curves on smaller screens */
    .t26-cat-header::before,
    .t26-deal-grid::before {
        display: none;
    }
    .t26-stats-bar-inner {
        gap: 16px;
        justify-content: space-around;
    }
    .t26-stat-chip {
        font-size: 0.72rem;
    }
    .t26-stat-chip b {
        font-size: 0.88rem;
    }
    .t26-hero-content {
        padding: 100px 16px 60px;
    }
    .t26-hero-stats {
        gap: 8px;
    }
    .t26-hero-stat {
        padding: 12px 16px;
        min-width: 90px;
    }
    .t26-hero-stat .stat-num {
        font-size: 1.4rem;
    }
    .t26-deal-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 16px;
    }
    .t26-cat-header {
        padding: 0 16px 20px;
    }
    .t26-cat-meta {
        display: none;
    }
    body.t26 .deal_filter {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        scrollbar-width: none;
    }
    body.t26 .deal_filter::-webkit-scrollbar {
        display: none;
    }
    .t26-parallax-section {
        padding: 60px 0;
    }
    .t26-parallax-bg {
        background-attachment: scroll;
    }
    .t26-hero-bg-image {
        background-attachment: scroll;
    }
    .t26-footer-top {
        flex-direction: column;
        gap: 30px;
    }
    .t26-footer-links {
        flex-direction: column;
        gap: 24px;
    }
    .t26-footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .t26-about-text {
        padding: 30px 20px;
    }
    .t26-about-text::before {
        left: 20px;
        top: 30px;
    }
    .t26-about-montage {
        min-height: 220px;
    }
    .t26-about-stats {
        flex-wrap: wrap;
        gap: 16px;
    }
    .t26-section-header {
        padding: 0 16px;
    }
    .t26-scroll-btn {
        display: none;
    }
    .t26-prop-scroll-arrow {
        display: none;
    }
    .t26-show-more-wrap {
        padding: 0 16px;
    }
    .t26-cat-brands {
        padding: 0 16px;
    }
    .t26-cat-brands-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .t26-gallery-showcase {
        height: 275px;
    }
    .t26-showcase-content h1 {
        font-size: 1.35rem;
    }
    .t26-showcase-thumbs {
        display: none;
    }
    .t26-btn {
        width: 100%;
        justify-content: center;
    }
    .t26-brand-card {
        flex: 0 0 170px;
        min-width: 170px;
    }
    .t26-cat-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    .t26-cat-title-group h2 {
        font-size: 1.15rem;
    }
    .t26-deal-card-top {
        padding: 12px 14px 10px;
    }
    .t26-deal-card-body {
        padding: 12px 14px;
    }
    .t26-deal-card-footer {
        padding: 10px 14px;
    }
    .t26-about-montage {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        min-height: 200px;
    }
    .t26-about-montage-img:nth-child(1) {
        grid-row: auto;
    }
    .t26-about-montage-img:nth-child(4) {
        grid-column: auto;
    }
    .t26-prop-spotlight-card {
        flex: 0 0 220px;
        min-width: 220px;
    }
    .t26-prop-spotlight-img {
        height: 140px;
    }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
    .t26-nav,
    .t26-hero-scroll,
    .t26-cat-nav,
    .t26-show-more-wrap,
    .t26-mobile-menu,
    .t26-menu-toggle {
        display: none !important;
    }
    body.t26 .deal_filter {
        display: none !important;
    }
    .t26-hero {
        min-height: auto;
        padding: 20px;
    }
    .t26-deal-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}


/* ============================================================
   BRAND PAGE 2026 - Hero, Links, Info, Locations, Categories
   ============================================================ */

/* --- BRAND HERO (compact horizontal layout) --- */
.t26-brand-hero {
    position: relative;
    padding-top: 64px;
    overflow: hidden;
    background: var(--primary);
}

.t26-brand-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--primary) 0%, var(--primary-light) 35%, rgba(31,184,168,0.6) 100%);
    z-index: 1;
}

.t26-brand-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: auto;
    z-index: 2;
    opacity: 0.5;
    pointer-events: none;
}

/* Subtle noise texture on brand hero */
.t26-brand-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
}

.t26-brand-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px 26px;
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
}

.t26-brand-hero-logo-wrap {
    position: relative;
    width: 82px;
    height: 82px;
    flex-shrink: 0;
    animation: t26-logo-bounce-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s both,
               t26-logo-flip 20s ease-in-out 2s infinite;
}

.t26-brand-hero-logo {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}

@keyframes t26-logo-bounce-in {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.05); opacity: 1; }
    85% { transform: scale(0.98); }
    100% { transform: scale(1); }
}

@keyframes t26-logo-flip {
    0%, 88% { transform: perspective(600px) rotateY(0deg); }
    94% { transform: perspective(600px) rotateY(360deg); }
    100% { transform: perspective(600px) rotateY(360deg); }
}

.t26-hero-logo-ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #1fb8a8 0deg 120deg, #f0803c 120deg 240deg, rgba(255,255,255,0.3) 240deg 360deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
    animation: t26-spin-hero-ring 6s ease-in-out infinite alternate;
}
@keyframes t26-spin-hero-ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.t26-brand-hero-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    animation: t26-hero-slide-in 0.9s cubic-bezier(0.22, 1.2, 0.36, 1) 0.3s both;
}

@keyframes t26-hero-slide-in {
    from { opacity: 0; transform: translateX(120px); }
    to { opacity: 1; transform: translateX(0); }
}

.t26-brand-hero-info .t26-hero-url-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.72rem;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    transition: color 0.2s ease;
}
.t26-brand-hero-info .t26-hero-url-link:hover {
    color: #a8d8ea;
}

.t26-brand-hero-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: -2px;
}

.t26-brand-hero-name-row h1 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--white);
    letter-spacing: -0.2px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.t26-brand-hero-name-row h1 i {
    font-size: 0.7em;
}

.t26-brand-hero-strapline {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
    margin-bottom: 6px;
}

.t26-brand-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.t26-brand-hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.8);
}

.t26-brand-hero-badge-pill.direct {
    color: var(--teal);
    border-color: rgba(31,184,168,0.3);
    background: rgba(31,184,168,0.1);
}

.t26-brand-hero-badge-pill.aggregator {
    color: var(--accent);
    border-color: rgba(240,128,60,0.3);
    background: rgba(240,128,60,0.1);
}

.t26-brand-hero-badge-pill.cat i {
    opacity: 0.7;
    font-size: 0.55rem;
}

.t26-brand-hero-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.64rem;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.06);
}

.t26-brand-hero-stat-pill b {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
}

/* --- QUICK LINKS --- */
.t26-brand-links-section {
    padding: 28px 0 32px;
    background: var(--off-white);
}

.t26-brand-links-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}


.t26-brand-links-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.7);
    margin-bottom: 12px;
    padding-left: 5px;
}

.t26-brand-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.t26-brand-link-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    background: var(--white) url('https://www.travelogian.com/images/stripes.png') repeat;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.t26-brand-link-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
    border-color: rgba(0,0,0,0.1);
}

@keyframes t26-spin-bounce {
    from { --border-angle: 0deg; }
    to { --border-angle: 360deg; }
}

.t26-brand-link-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
}

.t26-brand-link-icon.offer { background: linear-gradient(135deg, var(--accent), var(--accent-hover)); }
.t26-brand-link-icon.site { background: linear-gradient(135deg, var(--primary), var(--primary-light)); }
.t26-brand-link-icon.extra { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); }
.t26-brand-link-icon.help { background: linear-gradient(135deg, #6366f1, #4f46e5); }

.t26-brand-link-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    position: relative;
}

.t26-brand-link-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t26-brand-link-sub {
    font-size: 0.68rem;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- BRAND ABOUT IMAGE (replaces montage for brand page) --- */
.t26-brand-about-image {
    background-size: cover;
    background-position: center;
    background-color: var(--primary-light);
    min-height: 500px;
}

/* --- BRAND DEAL CARD DESCRIPTION --- */
.t26-deal-card-desc {
    font-size: 0.82rem;
    color: var(--text);
    line-height: 1.7;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- BRAND INFO BADGES (in about section) --- */
.t26-brand-info-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.t26-brand-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.05);
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.06);
}

.t26-brand-info-badge b {
    color: rgba(255,255,255,0.8);
}

/* --- DEAL LOCATIONS --- */
.t26-brand-locations-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #f8fafb 0%, #edf2f7 100%);
    position: relative;
    overflow: hidden;
}

.t26-brand-locations-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 400px;
    height: 220px;
    border: 2.5px solid rgba(31, 184, 168, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.t26-brand-locations-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 350px;
    height: 180px;
    border: 2.5px solid rgba(240, 128, 60, 0.06);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: rotate(-8deg);
    pointer-events: none;
}

.t26-brand-loc-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.t26-brand-loc-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: var(--white);
    border-radius: 50px;
    border: 1px solid var(--light-grey);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text);
    transition: all var(--transition);
}

.t26-brand-loc-pill:hover {
    border-color: var(--teal);
    color: var(--teal-dark);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}

.t26-brand-loc-pill i {
    color: var(--teal);
    font-size: 0.65rem;
}

/* --- CATEGORY CARDS --- */
.t26-brand-cats-section {
    padding: 50px 0 60px;
    background: var(--off-white);
}

.t26-brand-cats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.t26-brand-cat-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: var(--primary);
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.t26-brand-cat-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.t26-brand-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15,43,76,0.9) 0%, rgba(15,43,76,0.4) 50%, rgba(15,43,76,0.15) 100%);
    transition: background 0.4s ease;
}

.t26-brand-cat-card:hover .t26-brand-cat-overlay {
    background: linear-gradient(0deg, rgba(15,43,76,0.95) 0%, rgba(15,43,76,0.5) 50%, rgba(15,43,76,0.2) 100%);
}

.t26-brand-cat-content {
    position: relative;
    z-index: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.t26-brand-cat-label {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent);
}

.t26-brand-cat-name {
    font-family: var(--font-chunky);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.t26-brand-cat-name i {
    opacity: 0.7;
}

.t26-brand-cat-desc {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- AJAX-LOADED BRAND DEAL BOX OVERRIDES --- */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr auto auto auto;
    background: var(--white) !important;
    background-image: none !important;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    gap: 0;
    transition: all var(--transition);
    border: none;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card):hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    background-image: none !important;
}

/* Reset all child divs */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_location,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_likes,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_brand_brand,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_title_brand,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_descrip_brand,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_expiry_brand,
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_tags_brand {
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
    border: none;
    margin: 0;
    min-width: 0;
    display: flex;
    font-family: var(--font-primary);
    color: var(--text);
}

/* d_location - Top area with map pin */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_location {
    grid-row: 1;
    grid-column: 1;
    padding: 14px 18px 4px;
    font-size: 0.7rem;
    color: var(--text-muted);
    align-items: center;
    text-transform: capitalize;
}

/* d_button - Status icons top right */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button {
    grid-row: 1;
    grid-column: 2;
    padding: 14px 18px 4px 0;
    font-size: 0.6rem;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: var(--text-muted);
    opacity: 0.7;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button * {
    margin: 0 2px;
}

/* d_likes - Clicks */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_likes {
    grid-row: 1;
    grid-column: 2;
    padding: 14px 18px 4px 0;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.68rem;
    color: var(--text-muted);
    display: none !important;
}

/* d_brand_brand - Type badge row */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_brand_brand {
    grid-row: 2;
    grid-column: 1 / -1;
    padding: 6px 18px 8px;
    font-size: 0.7rem;
    align-items: center;
    gap: 6px;
    color: var(--text-muted);
    border-bottom: 1px solid var(--light-grey) !important;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_brand_brand #offer {
    color: var(--offer-color);
    font-weight: 600;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_brand_brand #code {
    color: var(--code-color);
    font-weight: 600;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_brand_brand #deal_cat {
    font-size: 0.62rem;
    background: rgba(31,184,168,0.08);
    color: var(--teal-dark);
    padding: 2px 8px;
    border-radius: 50px;
}

/* d_title_brand - Main deal title */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_title_brand {
    grid-row: 3;
    grid-column: 1 / -1;
    padding: 14px 18px 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.5;
    font-family: var(--font-chunky);
}

/* d_descrip_brand - Description area */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_descrip_brand {
    grid-row: 4;
    grid-column: 1 / -1;
    padding: 6px 18px 14px;
    font-size: 0.82rem;
    color: var(--text-light);
    line-height: 1.7;
    flex-direction: column;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_descrip_brand .brand_terms {
    margin-top: 10px;
    padding: 10px 14px;
    background: var(--off-white);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    color: var(--text-muted);
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_descrip_brand #brand_terms_header {
    font-size: 0.7rem;
    margin-bottom: 4px;
    color: var(--text);
}

/* d_button_brand - CTA button */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand {
    grid-row: 5;
    grid-column: 1 / -1;
    padding: 0 18px 14px;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand .d_button_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all var(--transition);
    font-family: var(--font-primary);
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand#offer .d_button_inner {
    background: var(--offer-color);
    color: var(--white);
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand#code .d_button_inner {
    background: var(--code-color);
    color: var(--white);
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand .d_button_inner:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand #cta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand #cta span:last-child {
    font-size: 0.68rem;
    font-weight: 400;
    opacity: 0.8;
}

body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand #cta #code_reveal {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* d_expiry_brand - Expiry footer */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_expiry_brand {
    grid-row: 6;
    grid-column: 1 / -1;
    padding: 10px 18px;
    border-top: 1px solid var(--light-grey) !important;
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 500;
    align-items: center;
    gap: 6px;
}

/* d_tags_brand - Keyword tags */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_tags_brand {
    display: none !important;
}

/* Status icons */
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) #expired { color: var(--expired-color); }
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) #live { color: var(--live-color); }
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) #code { color: var(--code-color); }
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) #offer { color: var(--offer-color); }
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) #hotoffer { color: #f97316; }
body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) #clickcount { color: var(--text-muted); font-size: 0.68rem; }

/* Wrapper anchor for brand AJAX cards */
body.t26 .brand_deals > a[style*="display:block"] {
    border-radius: var(--radius-md);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* --- BRAND DEAL CARD: location line in body --- */
.t26-deal-card-location-line {
    display: none;
}

.t26-deal-grid.brand_deals .t26-deal-card-location-line {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 6px;
    text-transform: capitalize;
}

.t26-deal-grid.brand_deals .t26-deal-card-location-line i {
    color: var(--teal);
    font-size: 0.6rem;
}

/* --- BRAND HERO TAGS (replaces oval pills) --- */
.t26-brand-hero-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.t26-brand-hero-tag {
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}

.t26-brand-hero-tag i {
    opacity: 0.7;
    font-size: 0.6rem;
}

.t26-brand-hero-divider {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.25);
    display: inline-block;
}

.t26-brand-hero-stat {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.t26-brand-hero-stat b {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
}

/* --- BRAND LINK ICON V2 (accent-ringed icon) --- */
.t26-brand-link-icon-v2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: all var(--transition);
}

.t26-brand-link-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.t26-link-icon-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(0,0,0,0.06);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
}

.t26-link-icon-ring::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from var(--border-angle), #1fb8a8 0deg 120deg, #f0803c 120deg 240deg, rgba(0,0,0,0.15) 240deg 360deg);
    --border-angle: 0deg;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.t26-brand-link-card:hover .t26-link-icon-ring::after {
    opacity: 1;
    animation: t26-spin-bounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* --- BRAND DEAL GRID (proper grid, not rows) --- */
.t26-brand-deal-grid.brand_deals {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 18px;
}

.t26-brand-deal-grid.brand_deals .t26-deal-card {
    flex-direction: column;
}

.t26-brand-deal-grid.brand_deals .t26-deal-card-body {
    flex: 1;
}

/* ============================================================
   DEAL STACK + LIST (Split Layout)
   ============================================================ */

/* --- Split container --- */
.t26-deal-split {
    display: flex;
    gap: 60px;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.t26-deal-split-reverse {
    flex-direction: row-reverse;
}

/* --- Card Stack (left/right 50%) --- */
.t26-card-stack {
    flex: 0 0 50%;
    position: relative;
    height: 400px;
    min-width: 0;
}
.t26-stack-card {
    position: absolute;
    background: var(--white);
    padding: 8px 8px 0 8px;
    border-radius: 3px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* Polaroid image area */
.t26-polaroid-img {
    width: 100%;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color: var(--primary);
    border-radius: 2px 2px 0 0;
    position: relative;
    min-height: 0;
}
/* Polaroid caption area — left-aligned with image edge */
.t26-polaroid-caption {
    padding: 6px 0 6px;
    text-align: left;
}
.t26-polaroid-brand {
    font-size: 0.55rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-bottom: 2px;
}
.t26-polaroid-title {
    font-family: 'Caveat', 'Segoe Script', cursive;
    font-size: 0.78rem;
    color: #555;
    line-height: 1.2;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Polaroid positions — driven by CSS custom properties (randomised per card in PHP) */
.t26-stack-card[data-pos] {
    top: var(--ct);
    left: var(--cl);
    width: var(--cw);
    height: var(--ch);
    transform: rotate(var(--cr));
    z-index: var(--cz);
    filter: saturate(var(--cs));
}

/* Hover/active/focused — works once cards are spread */
.t26-card-stack.spread .t26-stack-card:hover,
.t26-card-stack.spread .t26-stack-card.active,
.t26-card-stack.spread .t26-stack-card.focused {
    transform: rotate(0deg) scale(1.25) translateY(-10px);
    z-index: 20;
    filter: saturate(1) brightness(1);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
/* Slightly desaturate siblings when one card is hovered or focused */
.t26-card-stack.spread:hover .t26-stack-card:not(:hover):not(.active):not(.focused),
.t26-card-stack.spread .t26-stack-card.focused ~ .t26-stack-card:not(.focused),
.t26-card-stack.spread .t26-stack-card:not(.focused):has(~ .t26-stack-card.focused) {
    filter: saturate(0.4) brightness(0.88);
}

/* Initial state — cards start bunched/contracted (visible but stacked together) */
.t26-card-stack:not(.spread) .t26-stack-card {
    top: 25% !important;
    left: 20% !important;
    transform: rotate(0deg) scale(0.6) !important;
}
/* Staggered spread animation when viewport reveals section */
.t26-card-stack.spreading .t26-stack-card {
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.t26-card-stack.spreading .t26-stack-card[data-idx="0"] { transition-delay: 0.04s; }
.t26-card-stack.spreading .t26-stack-card[data-idx="1"] { transition-delay: 0.10s; }
.t26-card-stack.spreading .t26-stack-card[data-idx="2"] { transition-delay: 0.16s; }
.t26-card-stack.spreading .t26-stack-card[data-idx="3"] { transition-delay: 0.22s; }
.t26-card-stack.spreading .t26-stack-card[data-idx="4"] { transition-delay: 0.28s; }
.t26-card-stack.spreading .t26-stack-card[data-idx="5"] { transition-delay: 0.34s; }
.t26-card-stack.spreading .t26-stack-card[data-idx="6"] { transition-delay: 0.40s; }
/* Settled state — hover transitions work cleanly */
.t26-card-stack.settled .t26-stack-card {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Page transition: exit */
.t26-card-stack.exiting .t26-stack-card {
    opacity: 0 !important;
    transform: scale(0.7) translateY(20px) !important;
    transition: all 0.3s ease !important;
    animation: none !important;
}

/* --- Featured Deal Panel (right/left 50%) --- */
.t26-deal-feature-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.t26-deal-feature {
    width: 100%;
    position: relative;
}
.t26-deal-feature-inner {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    overflow: hidden;
}
.t26-deal-feature-inner.fading {
    opacity: 0;
    transform: translateY(6px);
}
.t26-deal-feature-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.t26-deal-feature-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
}
.t26-deal-feature-brand-name {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.t26-deal-feature-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.25;
    margin-bottom: 10px;
}
.t26-deal-feature-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.t26-deal-feature-location {
    font-size: 0.72rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 4px;
}
.t26-deal-feature-location i { color: var(--teal); }
.t26-deal-feature-expiry {
    font-size: 0.72rem;
    display: flex;
    align-items: center;
    gap: 4px;
}
.t26-deal-feature-expiry.live { color: var(--live-color); }
.t26-deal-feature-expiry.expired { color: var(--expired-color); }
.t26-deal-feature-expiry.soon { color: #f59e0b; }
.t26-deal-feature-desc {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 18px;
}
.t26-deal-feature-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.t26-deal-feature-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.t26-deal-feature-btn-primary {
    background: var(--light-grey);
    color: var(--text-light);
    border: 1px solid transparent;
}
.t26-deal-feature-btn-primary:hover {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}
.t26-deal-feature-btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--light-grey);
}
.t26-deal-feature-btn-outline:hover {
    border-color: var(--primary);
    background: rgba(15,43,76,0.03);
}
/* Exclusive badge in feature panel */
.t26-deal-feature-exclusive {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    color: #f59e0b;
    margin-left: 8px;
}

/* --- Pagination (horizontal, below featured panel) --- */
.t26-deal-pager {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0 0;
}
.t26-deal-pager-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #b0b8c4;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s ease;
}
.t26-deal-pager-btn:hover:not(:disabled) {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}
.t26-deal-pager-btn:disabled {
    opacity: 0.3;
    cursor: default;
}
.t26-deal-pager-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.t26-pager-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary);
}
.t26-pager-nums {
    font-size: 0.65rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* List transition for page changes */
.t26-deal-list.fading {
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.25s ease;
}

/* --- Overlapping Brand Circles --- */
.t26-cat-brands-circles {
    display: flex;
    align-items: center;
    padding: 0 24px;
    max-width: var(--max-width);
    margin: 8px auto 28px;
    position: relative;
}
.t26-brand-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--white);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    margin-left: -6px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.t26-brand-circle:first-child {
    margin-left: 0;
}
.t26-brand-circle-wrap {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.t26-brand-circle-wrap:hover .t26-brand-circle {
    transform: scale(1.2);
    z-index: 10;
    margin-left: 2px;
    margin-right: 6px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.t26-brand-circle-wrap:hover ~ .t26-brand-circle-wrap .t26-brand-circle {
    margin-left: -4px;
}
/* Brand name appears at the right end of the entire carousel */
.t26-brand-circle-name {
    display: none;
}
.t26-cat-brands-label {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-muted);
    white-space: nowrap;
    margin-left: 10px;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.t26-cat-brands-label.visible {
    opacity: 1;
    transform: translateX(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .t26-card-stack {
        flex: 0 0 45%;
        height: 350px;
    }
    .t26-deal-feature-title {
        font-size: 1.15rem;
    }
}
@media (max-width: 999px) {
    .t26-deal-split,
    .t26-deal-split-reverse {
        flex-direction: column;
    }
    /* Convert card stack to horizontal slider */
    .t26-card-stack {
        position: relative;
        height: auto;
        flex: 0 0 auto;
        width: calc(100% + 48px);
        margin-left: -24px;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 20px 24px 32px;
        scrollbar-width: none;
    }
    .t26-card-stack::-webkit-scrollbar {
        display: none;
    }
    .t26-stack-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        flex: 0 0 180px;
        min-width: 180px;
        transform: rotate(0deg) !important;
        filter: saturate(1) brightness(1) !important;
        opacity: 1 !important;
        scroll-snap-align: start;
        z-index: 1 !important;
        aspect-ratio: auto;
    }
    .t26-polaroid-img {
        min-height: 110px;
    }
    /* Disable scatter/spread animations on mobile */
    .t26-card-stack:not(.spread) .t26-stack-card {
        top: auto !important;
        left: auto !important;
        transform: rotate(0deg) !important;
        opacity: 1 !important;
    }
    .t26-card-stack.spread .t26-stack-card:hover,
    .t26-card-stack.spread .t26-stack-card.active,
    .t26-card-stack.spread .t26-stack-card.focused {
        transform: translateY(-4px) !important;
        z-index: 2 !important;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .t26-card-stack.spread:hover .t26-stack-card:not(:hover):not(.active):not(.focused),
    .t26-card-stack.spread .t26-stack-card.focused ~ .t26-stack-card:not(.focused),
    .t26-card-stack.spread .t26-stack-card:not(.focused):has(~ .t26-stack-card.focused) {
        filter: saturate(1) brightness(1) !important;
    }
    .t26-deal-feature-title {
        font-size: 1.1rem;
    }
    .t26-deal-split {
        padding: 0 16px;
        gap: 16px;
    }
}
@media (max-width: 480px) {
    .t26-stack-card {
        flex: 0 0 150px;
        min-width: 150px;
    }
    .t26-polaroid-img {
        min-height: 90px;
    }
    .t26-deal-feature-title {
        font-size: 1rem;
    }
    .t26-deal-feature-desc {
        font-size: 0.75rem;
    }
}

/* Voucher codes grid section */
.t26-voucher-section {
    background: linear-gradient(135deg, #fbfcfd 0%, #f2f5f9 100%);
}

.t26-deal-card-desc-sm {
    font-size: 0.75rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- BRAND DEAL CARD TERMS --- */
.t26-deal-card-terms {
    font-size: 0.65rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--light-grey);
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t26-deal-card-terms i {
    margin-right: 3px;
    opacity: 0.6;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* --- VOUCHER CODE REVEAL --- */
.t26-deal-code-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    margin: 0 18px 14px;
    background: rgba(0,0,0,0.02);
    border-radius: var(--radius-sm);
    border: 1px dashed rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all var(--transition);
}

.t26-deal-code-wrap:hover {
    border-color: var(--code-color);
    background: rgba(34, 197, 94, 0.04);
}

.t26-deal-code-label {
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--code-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    line-height: 1;
}

.t26-deal-code-value {
    font-size: 0.85rem;
    font-weight: 700;
    font-family: var(--font-chunky);
    letter-spacing: 1.5px;
    color: var(--primary);
    filter: blur(5px);
    transition: filter 0.3s ease;
    user-select: none;
    line-height: 1;
}

.t26-deal-code-wrap.revealed .t26-deal-code-value {
    filter: blur(0);
    user-select: text;
}

.t26-deal-code-wrap.revealed {
    border-style: solid;
    border-color: var(--code-color);
    background: rgba(34, 197, 94, 0.06);
}

/* --- DEAL STATUS ICONS (top-right indicators) --- */
.t26-deal-status-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    flex-shrink: 0;
}

.t26-deal-status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.t26-deal-status-icon.hot {
    background: #fff3e0;
    color: #f0803c;
}

.t26-deal-status-icon.exclusive {
    background: #fef9e7;
    color: #d4a012;
}

.t26-deal-status-icon.voucher {
    background: rgba(34, 197, 94, 0.1);
    color: var(--code-color);
}

.t26-deal-status-icon.expiring {
    background: #fef2f2;
    color: var(--expired-color);
}

/* --- DEAL CARD FADE IN --- */
@keyframes dealCardFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.t26-deal-card.fade-in {
    animation: dealCardFadeIn 0.4s ease forwards;
}

/* --- BRAND CARD WITH STATS ROW --- */
.t26-brand-card-stats {
    flex: 0 0 270px;
    min-width: 270px;
}

.t26-brand-card-desc {
    font-size: 0.68rem;
    color: var(--text-muted);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 2px;
}

.t26-brand-card-stats-row {
    display: flex;
    justify-content: space-around;
    padding: 7px 10px;
    border-top: 1px solid var(--light-grey);
    font-size: 0.68rem;
    color: var(--text-muted);
    font-weight: 600;
}

.t26-brand-card-stats-row span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.t26-brand-card-stats-row i {
    font-size: 0.6rem;
    opacity: 0.5;
}

/* --- AWAITING DEALS PLACEHOLDER --- */
.t26-awaiting-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(31,184,168,0.06);
    border: 1px solid rgba(31,184,168,0.15);
    border-radius: var(--radius-md);
    font-size: 0.82rem;
    color: var(--text-light);
}

.t26-awaiting-banner i {
    color: var(--secondary);
    font-size: 0.9rem;
}

.t26-awaiting-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 180px;
    border: 2px dashed rgba(0,0,0,0.1);
    border-radius: var(--radius-md);
    background: var(--off-white);
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 500;
}

.t26-awaiting-card i {
    font-size: 1.4rem;
    opacity: 0.4;
}

/* --- BRAND PROPERTIES SHOW MORE (full width inside section) --- */
.t26-brand-props-section .t26-show-more-wrap {
    max-width: none;
    padding: 0;
    margin: 20px 0 0;
}

/* Property image overlay button */
body.t26 a.t26-prop-img-btn {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(4px);
    transition: all 0.25s ease;
}
body.t26 a.t26-prop-img-btn:hover {
    background: rgba(0,0,0,0.75);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Property map */
.t26-prop-map-wrap {
    margin-top: 28px;
}
.t26-prop-map-header {
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 12px;
}
.t26-prop-map {
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    z-index: 0;
}
.t26-prop-map-popup {
    text-align: left;
    min-width: 160px;
    line-height: 1.4;
}
.t26-prop-map-popup img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
    display: block;
}
.t26-prop-map-popup strong {
    display: block;
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
    text-transform: capitalize;
    line-height: 1.3;
}
.t26-prop-map-popup .t26-popup-loc {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-bottom: 2px;
}
.t26-prop-map-popup .t26-popup-loc i {
    color: var(--teal);
    margin-right: 3px;
    font-size: 0.65rem;
}
.t26-prop-map-popup .t26-popup-brand {
    display: block;
    font-size: 0.68rem;
    color: var(--accent);
    font-weight: 600;
    margin-top: 4px;
}
.t26-prop-map-popup .t26-popup-dist {
    display: block;
    font-size: 0.68rem;
    color: var(--text-muted);
    margin-bottom: 2px;
}
.t26-prop-map-popup .t26-popup-dist i {
    color: var(--accent);
    margin-right: 3px;
    font-size: 0.6rem;
}
.t26-prop-map-popup a {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    padding: 4px 10px;
    background: rgba(240, 128, 60, 0.1);
    border-radius: 4px;
    transition: background 0.2s ease;
}
.t26-prop-map-popup a:hover {
    background: rgba(240, 128, 60, 0.2);
    text-decoration: none;
}
.t26-map-marker {
    background: none !important;
    border: none !important;
}
.t26-map-marker svg {
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
    transition: transform 0.2s ease;
}
.t26-map-marker:hover svg {
    transform: scale(1.2);
}
.t26-prop-map-legend {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}
.t26-map-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.5);
}
.t26-map-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.t26-map-legend-dot.teal {
    background: #1fb8a8;
}
.t26-map-legend-dot.orange {
    background: #f0803c;
}
@media (max-width: 600px) {
    .t26-prop-map {
        height: 280px;
        border-radius: 12px;
    }
}

/* --- BRAND ABOUT COMPACT (fixed height, no stretch) --- */
.t26-brand-about-compact .t26-about-inner {
    min-height: auto;
    align-items: start;
}

.t26-brand-about-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    margin: 86px 0 30px;
    max-height: 380px;
}

.t26-stripes-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.travelogian.com/images/stripes.png');
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.754;
    pointer-events: none;
    z-index: 1;
}

.t26-brand-about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    min-height: 300px;
    max-height: 380px;
}

.t26-brand-about-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,43,76,0.15) 0%, rgba(15,43,76,0.35) 100%);
    border-radius: inherit;
    pointer-events: none;
}

.t26-brand-about-img-caption {
    position: absolute;
    bottom: 16px;
    left: 20px;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.85);
    background: rgba(0,0,0,0.35);
    padding: 4px 10px;
    border-radius: var(--radius-sm);
}

.t26-brand-about-compact .t26-about-text {
    padding: 40px 50px;
}

.t26-brand-about-compact .t26-about-text::before {
    top: 40px;
    left: 50px;
}

.t26-brand-about-compact .t26-about-text .t26-about-label {
    margin-top: 28px;
}

.t26-brand-about-compact .t26-about-text p {
    font-size: 0.85rem;
    line-height: 1.8;
}

.t26-about-desc-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.t26-about-desc-wrap.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.t26-about-readmore {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 0;
    margin-top: 4px;
    font-family: var(--font-primary);
    transition: color var(--transition);
    text-align: left;
}

.t26-about-readmore:hover {
    color: rgba(255,255,255,0.8);
}

/* --- ABOUT SECTION SCROLL REVEAL --- */
.t26-about-reveal-left,
.t26-about-reveal-top,
.t26-about-reveal-right,
.t26-about-reveal-bottom {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.t26-about-reveal-left  { transform: translateX(-80px); }
.t26-about-reveal-top   { transform: translateY(-60px); }
.t26-about-reveal-right { transform: translateX(80px); }
.t26-about-reveal-bottom { transform: translateY(60px); }

.t26-about-visible .t26-about-reveal-left,
.t26-about-visible .t26-about-reveal-top,
.t26-about-visible .t26-about-reveal-right,
.t26-about-visible .t26-about-reveal-bottom {
    opacity: 1;
    transform: translate(0);
}

/* Stagger the children */
.t26-about-visible .t26-about-reveal-left  { transition-delay: 0.05s; }
.t26-about-visible .t26-about-reveal-top   { transition-delay: 0.2s; }
.t26-about-visible .t26-about-reveal-right { transition-delay: 0.35s; }
.t26-about-visible .t26-about-reveal-bottom { transition-delay: 0.55s; }

/* Hide the orange accent line until revealed */
.t26-brand-about-compact .t26-about-text::before {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.6s ease 0.25s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s;
}
.t26-about-visible .t26-about-text::before {
    opacity: 1;
    transform: scaleX(1);
}

/* --- BRAND PAGE RESPONSIVE --- */
@media (max-width: 1024px) {
    .t26-brand-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .t26-brand-hero-content {
        padding: 24px 24px 22px;
    }
    .t26-brand-cats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .t26-brand-about-compact .t26-about-inner {
        min-height: auto;
    }
    .t26-brand-about-img-wrap {
        margin: 0;
        border-radius: 0;
    }
    .t26-brand-hero-logo-wrap,
    .t26-brand-hero-logo {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 768px) {
    .t26-brand-hero-img {
        width: 100%;
    }
    .t26-brand-hero-content {
        padding: 20px 16px;
        gap: 16px;
    }
    .t26-brand-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }
    .t26-brand-hero-logo-wrap,
    .t26-brand-hero-logo {
        width: 56px;
        height: 56px;
    }
    .t26-brand-hero-info {
        align-items: center;
    }
    .t26-brand-hero-name-row {
        justify-content: center;
    }
    .t26-brand-hero-name-row h1 {
        font-size: 1.6rem;
    }
    .t26-brand-hero-strapline {
        font-size: 0.75rem;
        margin-bottom: 8px;
        text-align: center;
    }
    .t26-brand-hero-tags {
        justify-content: center;
        gap: 8px;
    }
    .t26-brand-hero-tag,
    .t26-brand-hero-stat {
        font-size: 0.65rem;
    }
    .t26-brand-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .t26-brand-link-card {
        padding: 14px 16px;
    }
    .t26-brand-cats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .t26-brand-cat-card {
        min-height: 200px;
    }
    .t26-brand-about-compact .t26-about-inner {
        grid-template-columns: 1fr;
    }
    .t26-brand-about-img-wrap {
        max-height: 220px;
        margin: 0;
        border-radius: 0;
    }
    .t26-brand-about-compact .t26-about-text {
        padding: 28px 20px;
        text-align: left;
    }
    .t26-brand-about-compact .t26-about-text::before {
        left: 20px;
    }
    .t26-brand-loc-cloud {
        gap: 8px;
    }
    .t26-brand-loc-pill {
        font-size: 0.72rem;
        padding: 6px 14px;
    }
    .t26-brand-locations-section {
        padding: 36px 0;
    }
    .t26-brand-cats-section {
        padding: 36px 0 44px;
    }
    .t26-brand-links-section {
        display: none;
    }
    .t26-brand-deal-grid.brand_deals {
        grid-template-columns: 1fr;
    }
    .t26-deal-code-wrap {
        padding: 6px 14px;
        margin: 0 14px 12px;
    }
    /* Brand AJAX deals */
    body.t26 .brand_deals .deal_box_brand:not(.t26-deal-card) .d_button_brand .d_button_inner {
        font-size: 0.75rem;
        padding: 10px 16px;
    }
    .t26-brand-card-stats {
        flex: 0 0 180px;
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .t26-brand-hero-content {
        padding: 20px 16px;
        gap: 12px;
    }
    .t26-brand-hero-logo-wrap,
    .t26-brand-hero-logo {
        width: 52px;
        height: 52px;
    }
    .t26-brand-hero-name-row h1 {
        font-size: 1.25rem;
    }
    .t26-brand-hero-tags {
        gap: 6px;
    }
    .t26-brand-hero-tag,
    .t26-brand-hero-stat {
        font-size: 0.6rem;
    }
    .t26-brand-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .t26-brand-link-card {
        padding: 12px 10px;
        gap: 10px;
    }
    .t26-brand-link-title {
        font-size: 0.72rem;
    }
    .t26-brand-link-sub {
        font-size: 0.58rem;
    }
    .t26-brand-cat-card {
        min-height: 180px;
    }
    .t26-brand-cat-name {
        font-size: 1rem;
    }
    .t26-brand-card-stats {
        flex: 0 0 160px;
        min-width: 160px;
    }
    .t26-brand-card-stats-row {
        font-size: 0.56rem;
    }
    .t26-brand-card-desc {
        font-size: 0.6rem;
        -webkit-line-clamp: 1;
    }
}
