/**
 * Raktoom AS — High-End Industrial Corporate Design System (Seamless Architecture)
 * Authentic Palette: Royal Cobalt Blue (#0047BA) + Safety Orange & Gold (#FF5E1E / #F59E0B) + Deep Black (#0B0D11) + Pure White (#FFFFFF)
 * Seamless, Non-Card Layout with Smooth Rounded Interactive Elements & Multi-Layer Section Dividers
 */

:root {
    /* Brand Logo Identity: Royal Blue Fit */
    --brand-blue: #0047BA;
    --brand-blue-hover: #003696;
    --brand-blue-light: #EFF6FF;
    --brand-blue-surface: #F0F6FF;
    --brand-blue-border: #BFDBFE;
    --brand-blue-glow: rgba(0, 71, 186, 0.25);

    /* Brand Logo Identity: Crown Orange & Gold Accents */
    --brand-orange: #FF5E1E;
    --brand-orange-hover: #E64A0A;
    --brand-orange-light: #FFF7ED;
    --brand-orange-border: #FED7AA;
    --brand-gold: #F59E0B;
    --brand-gold-hover: #D97706;
    --brand-gold-light: #FEF3C7;
    --border-gold: rgba(249, 115, 22, 0.45);
    --border-gold-subtle: rgba(245, 158, 11, 0.25);

    /* Refined Dark Palette (Slightly Lighter Charcoal-Slate for Supreme Logo & Blue Definition) */
    --dark-black: #141822;
    --dark-topbar: #0C1017;
    --dark-surface-1: #1B212E;
    --dark-surface-2: #242B3B;
    --dark-border: #232B3C;
    --dark-border-accent: rgba(249, 115, 22, 0.4);
    --dark-border-blue: rgba(0, 71, 186, 0.45);
    --dark-ink: #FFFFFF;
    --dark-ink-secondary: #D1D9E6;
    --dark-ink-muted: #9AA9C0;
    --dark-ink-faint: #6A7B96;

    /* Base Light Surfaces */
    --bg: #FFFFFF;
    --bg-alt: #FFFFFF;
    --bg-subtle: #F1F5F9;

    /* Hairlines & Structural Lines */
    --line: #E2E8F0;
    --line-subtle: #F1F5F9;
    --line-accent: rgba(255, 94, 30, 0.3);

    /* Text & Ink */
    --ink: #0F172A;
    --ink-secondary: #334155;
    --ink-muted: #64748B;
    --ink-faint: #94A3B8;
    --ink-inverse: #FFFFFF;
    --ink-inverse-muted: #CBD5E1;

    /* States */
    --success: #16A34A;
    --success-bg: #ECFDF5;
    --danger: #DC2626;
    --danger-bg: #FEF2F2;

    /* Typography */
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    /* Layout & Sizing */
    --max-w: 1440px;
    --header-h: 88px;
    --topbar-h: 38px;

    /* Smooth Rounded Radii for Interactive Controls */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-pill: 9999px;

    /* Subtle Shadows for Interactive Elements Only */
    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 10px 30px -8px rgba(0, 0, 0, 0.08);
    --shadow-glow-blue: 0 8px 24px -4px rgba(0, 71, 186, 0.35);
    --shadow-glow-orange: 0 8px 24px -4px rgba(255, 94, 30, 0.35);

    --transition: 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

[id] {
    scroll-margin-top: calc(var(--header-h) + 1rem);
}

/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: var(--bg);
    color: var(--ink);
}

body {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.6;
    background-color: var(--bg);
    color: var(--ink);
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    flex: 1;
}

img, svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition), border-color var(--transition), background-color var(--transition), transform var(--transition);
}

button, input, select, textarea {
    font: inherit;
    color: inherit;
    border: none;
    background: none;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

input, select, textarea {
    outline: none;
}

button:focus-visible,
a:focus-visible,
.btn:focus-visible,
.dl-link:focus-visible,
.nav-toggle:focus-visible,
.dir-tab:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

.dl-main a:focus-visible,
.dl-main button:focus-visible,
.site-footer a:focus-visible {
    outline-color: #FFFFFF;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 2px;
}

/* Confident Monochromatic Headings (W29) */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sans);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
    font-weight: 800;
}

h2 {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-weight: 800;
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-weight: 700;
}

h4 {
    font-size: 1.1rem;
    letter-spacing: -0.015em;
    line-height: 1.35;
    font-weight: 700;
}

p {
    margin-bottom: 1rem;
    color: var(--ink-secondary);
}

p:last-child {
    margin-bottom: 0;
}

strong, b {
    color: var(--ink);
    font-weight: 700;
}

.container {
    width: 100%;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 3.5vw, 3.5rem);
}

/* =========================================================
   WORDPRESS-STYLE PAGE SECTION SHAPE DIVIDERS
   ========================================================= */
.section-with-divider {
    position: relative;
    overflow: visible;
}

.section-with-divider > .container {
    position: relative;
    z-index: 2;
}

.shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    pointer-events: none;
    z-index: 1;
}

.shape-divider-top {
    top: -2px;
}

.shape-divider-bottom {
    bottom: -2px;
}

.shape-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 55px;
}

@media (min-width: 768px) {
    .shape-divider svg {
        height: 75px;
    }
}

@media (min-width: 1200px) {
    .shape-divider svg {
        height: 90px;
    }
}

.shape-divider-flip-x svg {
    transform: scaleX(-1);
}

/* =========================================================
   LAYER 1: CORPORATE TOPBAR (DOUBLE LAYER NAV)
   ========================================================= */
.dl-top {
    background-color: var(--dark-topbar);
    color: var(--dark-ink-secondary);
    border-bottom: none;
    font-size: 0.8125rem;
    height: var(--topbar-h);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
}

.dl-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.dl-top-left, .dl-top-right {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.dl-top-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--dark-ink-secondary);
    font-size: 0.8125rem;
}

.dl-top-item .icon {
    color: var(--brand-orange);
    flex-shrink: 0;
}

.dl-top-link {
    color: var(--dark-ink-secondary);
    transition: color var(--transition);
}

.dl-top-link strong {
    color: #FFFFFF;
}

.dl-top-link:hover {
    color: var(--brand-orange);
}

.dl-top-link:hover strong {
    color: var(--brand-orange);
}

/* =========================================================
   LAYER 2: MAIN DUAL-LAYER NAVIGATION HEADER (SAME COLOR AS HERO)
   ========================================================= */
.dl-main {
    background-color: var(--dark-black);
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-h);
    display: flex;
    align-items: center;
}

.dl-main-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.dl-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.brand-logo {
    height: 67px;
    width: auto;
    max-width: 232px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

/* Logo hover shine — signals the mark itself is the way home now that "Esileht" is gone from the nav */
.logo-shine {
    position: relative;
}

.logo-shine::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.95) 50%, transparent 62%);
    background-size: 220% 100%;
    background-position: 130% 0;
    -webkit-mask-image: url('../img/raktoom_logo.png');
    mask-image: url('../img/raktoom_logo.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    pointer-events: none;
    transition: background-position 0.6s ease;
}

.logo-shine:hover::after,
.logo-shine:focus-visible::after {
    background-position: -30% 0;
}

@media (prefers-reduced-motion: reduce) {
    .logo-shine::after {
        transition: none;
    }
}

/* Clean Navigation Links on Dark Header */
.dl-links {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    list-style: none;
}

.dl-link {
    color: var(--dark-ink-secondary);
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: color var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

.dl-link:hover {
    color: #FFFFFF;
}

.dl-link.active {
    color: #FFFFFF;
    font-weight: 700;
}

.dl-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2.5px;
    background-color: var(--brand-blue);
    border-radius: 2px;
}

/* Dual-Layer Actions Area */
.dl-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-shrink: 0;
}

.dl-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #FFFFFF;
    background: transparent;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius-pill);
    transition: all var(--transition);
}

.dl-btn-ghost .icon {
    color: var(--brand-orange);
}

.dl-btn-ghost:hover {
    background: var(--dark-surface-2);
    color: var(--brand-orange);
}

.dl-btn-cta.btn-sm {
    min-height: 44px;
    padding: 0.55rem 1.45rem;
    font-size: 0.875rem;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-surface-1);
    border: 1.5px solid var(--dark-border);
    border-radius: var(--radius-pill);
    cursor: pointer;
    color: #FFFFFF;
    transition: all var(--transition);
}

.nav-toggle:hover {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
}

/* =========================================================
   SMOOTH ROUNDED BUTTONS
   ========================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0.85rem 1.85rem;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: all var(--transition);
    text-align: center;
    white-space: nowrap;
    min-height: 48px;
    letter-spacing: -0.01em;
    position: relative;
    border: 1.5px solid transparent;
}

.btn:active {
    transform: translateY(0);
}

.btn-primary {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    border-color: var(--brand-blue);
    box-shadow: var(--shadow-glow-blue);
}

.btn-primary:hover {
    background-color: var(--brand-blue-hover);
    border-color: var(--brand-blue-hover);
    transform: translateY(-2px);
}

.btn-accent {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    border-color: var(--brand-orange);
    box-shadow: var(--shadow-glow-orange);
}

.btn-accent:hover {
    background-color: var(--brand-orange-hover);
    border-color: var(--brand-orange-hover);
    transform: translateY(-2px);
}

.btn-emerald {
    background-color: #059669;
    color: #FFFFFF;
    border-color: #059669;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
}

.btn-emerald:hover {
    background-color: #047857;
    border-color: #047857;
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.btn-outline:hover {
    background-color: var(--brand-blue-light);
    transform: translateY(-2px);
}

.section-dark .btn-outline,
.btn-outline-white {
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.35);
}

.section-dark .btn-outline:hover,
.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    border-color: #FFFFFF;
    transform: translateY(-2px);
}

.btn-sm {
    padding: 0.45rem 1.25rem;
    font-size: 0.8125rem;
    min-height: 38px;
}

/* =========================================================
   HERO — CENTERED TITLE, SUBTEXT, 2-WAY BUTTONS & AMBIENT TRUCKS
   ========================================================= */
.hero-centered-zone {
    background-color: var(--dark-black);
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(6.5rem, 9vw, 8.5rem);
    color: var(--dark-ink);
    text-align: center;
    overflow: hidden;
}

/* Ambient low-opacity truck imagery on left & right */
.hero-ambient-truck {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: clamp(380px, 45vw, 680px);
    opacity: 0.28;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    transition: opacity 0.5s ease;
}

.hero-ambient-truck img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.95) contrast(1.1);
}

.hero-ambient-truck--left {
    left: 0;
    -webkit-mask-image: radial-gradient(ellipse 95% 85% at 0% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 95%);
    mask-image: radial-gradient(ellipse 95% 85% at 0% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 95%);
}

.hero-ambient-truck--right {
    right: 0;
    -webkit-mask-image: radial-gradient(ellipse 95% 85% at 100% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 95%);
    mask-image: radial-gradient(ellipse 95% 85% at 100% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 95%);
}

.hero-centered-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.95rem;
    border-radius: var(--radius-pill);
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--brand-gold);
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.hero-trust-badge .icon {
    color: var(--brand-gold);
}

.hero-centered-title {
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    text-wrap: balance;
}

.hero-centered-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--dark-ink-secondary);
    max-width: 680px;
    margin: 0 auto 2.75rem;
}

/* 2 Action Buttons with Center Divider */
.hero-centered-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.75rem;
    width: 100%;
    flex-wrap: wrap;
}

.hero-action-btn {
    min-width: 250px;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.9rem 1.85rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all var(--transition);
}

.hero-action-btn:hover .icon {
    transform: translate(3px, -3px);
}

.hero-action-divider {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--dark-ink-muted);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    user-select: none;
}

.hero-action-divider .divider-line {
    width: 28px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.22);
}

.hero-action-divider .divider-text {
    color: var(--dark-ink-muted);
}

/* Centered Micro Trust Row */
.hero-centered-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    font-size: 0.875rem;
    color: var(--dark-ink-muted);
    font-weight: 600;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.hero-trust-item .icon {
    color: var(--brand-gold);
    flex-shrink: 0;
    display: inline-block;
}

.hero-trust-dot {
    color: rgba(255, 255, 255, 0.25);
    user-select: none;
}

/* Feature Extension Strip on White (Directly below Hero) */
.hero-extension-strip {
    background-color: #FFFFFF;
    color: var(--ink);
    padding: 3.5rem 0 1.5rem;
    position: relative;
}

.extension-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.extension-item {
    display: flex;
    flex-direction: column;
    border-left: 2px solid var(--brand-orange);
    padding-left: 1.25rem;
}

.extension-item-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ink);
    margin-bottom: 0.35rem;
}

.extension-item-desc {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--ink-muted);
    line-height: 1.55;
}

@media (max-width: 680px) {
    .hero-centered-actions {
        flex-direction: column;
        gap: 0.85rem;
    }
    .hero-action-btn {
        width: 100%;
        max-width: 320px;
    }
    .hero-action-divider {
        margin: 0.25rem 0;
    }
}

@media (max-width: 1024px) {
    .hero-ambient-truck {
        opacity: 0.12;
        width: clamp(220px, 25vw, 320px);
    }
}

@media (max-width: 768px) {
    .hero-ambient-truck {
        display: none;
    }
    .extension-strip-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
    }
}

@media (max-width: 500px) {
    .extension-strip-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   SECTIONS GENERAL (SEAMLESS)
   ========================================================= */
.section {
    padding: 5.5rem 0;
    position: relative;
    background-color: #FFFFFF;
    border-bottom: none;
}

.section-alt {
    background-color: #FFFFFF;
    border-bottom: none;
}

.section-dark {
    background-color: var(--dark-black);
    color: var(--dark-ink);
    position: relative;
    border-bottom: none;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark strong {
    color: #FFFFFF;
}

.section-dark p {
    color: var(--dark-ink-secondary);
}

.section-title-wrap {
    margin-bottom: 3.25rem;
}

.section-title-wrap h2 {
    margin-bottom: 0.65rem;
}

.section-intro {
    font-size: 1.0625rem;
    color: var(--ink-secondary);
    max-width: 720px;
    line-height: 1.65;
}

/* Generic column-grid utilities (.grid + .grid-2/-3/-4) */
.grid {
    display: grid;
    gap: 1.75rem;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

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

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

/* =========================================================
   SERVICE FORK — 50/50 PRIMARY SERVICE PILLARS (RENT & MÜÜK)
   ========================================================= */
.service-fork-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
}

.service-fork-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
}

.service-fork-col:first-child {
    padding-right: clamp(1.75rem, 3.5vw, 3.5rem);
}

.service-fork-col + .service-fork-col {
    border-left: 1px solid var(--line);
    padding-left: clamp(1.75rem, 3.5vw, 3.5rem);
}

.service-fork-title {
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.service-fork-col--rent .service-fork-title {
    color: var(--brand-blue);
}

.service-fork-col--sell .service-fork-title {
    color: var(--brand-orange);
}

.service-fork-desc {
    font-size: 0.9375rem;
    color: var(--ink-secondary);
    line-height: 1.55;
    margin-bottom: 1.15rem;
}

.service-fork-list-wrap {
    margin-bottom: 1.35rem;
    flex: 1;
}

.service-fork-list-title {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ink-muted);
    margin-bottom: 0.5rem;
}

.service-fork-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 0;
}

.service-fork-list li {
    font-size: 0.875rem;
    color: var(--ink-secondary);
    line-height: 1.45;
}

.service-fork-list strong {
    color: var(--ink);
    font-weight: 700;
}

.service-fork-actions {
    margin-top: auto;
    padding-top: 0.25rem;
}

.contact-persons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}

/* =========================================================
   SEAMLESS TECHNICAL DIRECTORY / TABLE (NO CARD BOX)
   ========================================================= */
.directory-toolbar {
    margin-bottom: 1.5rem;
}

.directory-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dir-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.5rem 1.15rem;
    border-radius: var(--radius-pill);
    background-color: transparent;
    color: var(--ink-secondary);
    cursor: pointer;
    border: 1.5px solid var(--line);
    transition: all var(--transition);
}

.dir-tab:hover {
    color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.dir-tab.active {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    border-color: var(--brand-blue);
    box-shadow: var(--shadow-glow-blue);
}

/* =========================================================
   COMPACT DIRECTORY TABLES (ZEBRA STRIPING + STREAMLINED ROWS)
   ========================================================= */
.table-responsive-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.seamless-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.875rem;
    border: none;
    box-shadow: none;
}

.seamless-table th {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ink-secondary);
    background-color: #F8FAFC;
    border-bottom: 1px solid var(--line);
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.seamless-table .sheet-col-price {
    text-align: right;
}

.sheet-col-name,
.sheet-col-spec,
.item-title-block,
.item-main-title,
.item-spec-text {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.item-category-under,
.item-unit-compact {
    display: none;
}

.item-spec-text {
    font-size: 0.8125rem;
    color: var(--ink-secondary);
}

.item-unit-full {
    font-size: 0.8125rem;
    color: var(--ink-muted);
}

.seamless-table td {
    padding: 0.65rem 1rem;
    border-bottom: none;
    vertical-align: middle;
    transition: background-color var(--transition);
}

/* Zebra Striping (Different row color every other row) */
.seamless-table tbody tr.row-even td,
.seamless-table tbody tr:nth-child(even) td {
    background-color: #F8FAFC;
}

.seamless-table tbody tr.row-odd td,
.seamless-table tbody tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

/* Interactive Hover (Soft Brand Blue Tint) */
.seamless-table tbody tr:hover td {
    background-color: #EBF2FC !important;
}

.item-title-with-tag {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-width: 0;
}

.item-title-block {
    flex: 1;
}

.rent-tag-angled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 800;
    color: var(--brand-orange);
    background-color: var(--brand-orange-light);
    border: 1px solid var(--brand-orange-border);
    padding: 0.15rem 0.5rem;
    border-radius: var(--radius-sm);
    transform: rotate(-15deg);
    letter-spacing: 0.06em;
    flex-shrink: 0;
    user-select: none;
    line-height: 1.2;
    text-decoration: none;
}

a.rent-tag-angled:hover {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    border-color: var(--brand-orange);
}

.item-main-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
}

.item-category-under {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--brand-blue);
    line-height: 1.35;
    margin-top: 0.15rem;
    overflow-wrap: break-word;
}

.item-sub-note {
    font-size: 0.75rem;
    color: var(--ink-muted);
    margin-top: 0.15rem;
    overflow-wrap: break-word;
}

/* Streamlined Typography Category Label (No Pill Boxing) */
.item-category-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brand-blue);
    overflow-wrap: break-word;
}

/* Compact Price + CTA Inline Group */
.item-action-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
}

.item-price-val {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--brand-orange);
    letter-spacing: -0.02em;
    text-align: right;
    overflow-wrap: break-word;
}

.btn-compact {
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    white-space: nowrap;
}

/* Seamless Policy Strip */
.policy-strip-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding-top: 2rem;
    border-top: none;
    margin-top: 2rem;
}

.policy-strip-col h2 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-blue);
    margin-bottom: 0.5rem;
}

.policy-strip-col p {
    font-size: 0.875rem;
    color: var(--ink-muted);
    line-height: 1.6;
}

/* =========================================================
   RECYCLING & PROOF SECTION (SEAMLESS DEEP BLACK ZONE)
   ========================================================= */
.recycle-proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: center;
}

.proof-cert-frame {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.proof-cert-img {
    max-width: 170px;
    height: auto;
    border-radius: var(--radius-sm);
    border: 2px solid var(--brand-gold);
}

.proof-cert-content h2 {
    margin-bottom: 0.65rem;
    font-weight: 800;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    color: #FFFFFF;
}

.recycle-split-items h2 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 800;
}

.inquiry-heading {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.proof-cert-content p {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--dark-ink-secondary);
}

.proof-cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--brand-gold);
    font-weight: 700;
    font-size: 0.8125rem;
}

.recycle-split-items {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    border-left: none;
    padding-left: 0;
}

.recycle-row {
    border-bottom: none;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1.5rem;
}

.recycle-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recycle-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #FFFFFF;
}

.recycle-desc {
    font-size: 0.875rem;
    color: var(--dark-ink-secondary);
    margin-top: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recycle-price {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--brand-orange);
    white-space: nowrap;
    text-align: right;
    letter-spacing: -0.02em;
}

/* =========================================================
   DISPATCH ORDER FORM & CONTACT (SEAMLESS FLOW)
   ========================================================= */
.dispatch-flow-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 4.5rem;
    align-items: start;
}

.dispatch-person-block {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    border-bottom: none;
}

.dispatch-person-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.person-name {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--brand-blue);
    margin-bottom: 0.25rem;
}

.person-role {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brand-orange);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.85rem;
}

.person-contact-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    font-size: 0.9375rem;
}

.person-contact-links li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.person-contact-links .icon {
    color: var(--brand-blue);
    flex-shrink: 0;
}

.person-contact-links a {
    font-weight: 700;
    color: var(--ink);
}

.person-contact-links a:hover {
    color: var(--brand-orange);
}



/* =========================================================
   BLOG — 60/40 SPOTLIGHT + SIDE STACK CARDS + FULL ARTICLES
   ========================================================= */
.blog-index-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    margin-bottom: 2.5rem;
}

.blog-index-head h2 {
    margin-bottom: 0.4rem;
}

.blog-index-head .section-intro {
    margin-bottom: 0;
}

.blog-head-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-nav-controls {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 0.25rem 0.5rem;
    box-shadow: var(--shadow-sm);
}

.btn-icon-nav {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-pill);
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-icon-nav:hover {
    background-color: var(--brand-blue-surface);
    color: var(--brand-blue);
}

.blog-nav-counter {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--ink-secondary);
    padding: 0 0.5rem;
    user-select: none;
    min-width: 48px;
    text-align: center;
}

/* 60 / 40 Asymmetric Spotlight Grid */
.blog-spotlight-layout {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

/* Left Pane: 60% Width, WITHOUT A CARD (Seamless Editorial Showcase) */
.blog-featured-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.blog-featured-media-wrap {
    display: block;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.blog-featured-media {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-color: var(--dark-surface-2);
    box-shadow: var(--shadow-sm);
}

.blog-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-featured-pane:hover .blog-featured-img {
    transform: scale(1.04);
}

.blog-featured-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-pill);
    background-color: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.blog-featured-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-featured-meta,
.blog-side-meta,
.blog-grid-meta,
.blog-article-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--ink-muted);
    font-weight: 600;
    margin-bottom: 0.65rem;
    flex-wrap: wrap;
    line-height: 1.2;
}

.blog-meta-date,
.blog-meta-time,
.blog-side-date,
.blog-side-time,
.blog-date,
.blog-read-time {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    line-height: 1;
}

.blog-meta-date .icon,
.blog-meta-time .icon,
.blog-side-date .icon,
.blog-side-time .icon,
.blog-date .icon,
.blog-read-time .icon,
.blog-featured-meta .icon,
.blog-side-meta .icon,
.blog-grid-meta .icon,
.blog-article-meta .icon {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    margin: 0;
}

.blog-featured-meta .icon {
    color: var(--brand-orange);
}

.blog-side-meta .icon,
.blog-grid-meta .icon,
.blog-article-meta .icon {
    color: var(--ink-faint);
}

.blog-meta-dot {
    color: var(--line-dark);
    user-select: none;
}

.blog-meta-cat {
    color: var(--brand-blue);
    font-weight: 700;
}

.blog-featured-title {
    font-size: clamp(1.4rem, 2.3vw, 1.85rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin-bottom: 0.85rem;
}

.blog-featured-title a {
    color: var(--ink);
    text-decoration: none;
    transition: color var(--transition);
}

.blog-featured-title a:hover {
    color: var(--brand-blue);
}

.blog-featured-excerpt {
    font-size: 1.05rem;
    color: var(--ink-secondary);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-featured-action {
    margin-top: auto;
}

/* Right Stack: 2 Smaller Card Types (Top & Bottom) */
.blog-side-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

.blog-side-card {
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 0;
    display: grid;
    grid-template-columns: 145px 1fr;
    align-items: stretch;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    text-decoration: none;
    position: relative;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.blog-side-card:hover {
    border-color: var(--brand-blue);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.blog-side-thumb-wrap {
    width: 145px;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: var(--dark-surface-2);
    position: relative;
    flex-shrink: 0;
}

.blog-side-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-side-card:hover .blog-side-thumb {
    transform: scale(1.08);
}

.blog-side-badge {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    font-size: 0.6875rem;
    font-weight: 800;
    padding: 0.2rem 0.5rem;
    border-radius: var(--radius-pill);
    background-color: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-side-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 1.15rem 1.25rem;
    overflow: hidden;
}

.blog-side-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: var(--ink-muted);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.blog-side-meta .icon {
    color: var(--ink-faint);
    vertical-align: -1px;
}

.blog-side-title {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.015em;
    margin: 0 0 0.35rem 0;
    color: var(--ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-side-card:hover .blog-side-title {
    color: var(--brand-blue);
}

.blog-side-excerpt {
    font-size: 0.84rem;
    color: var(--ink-secondary);
    line-height: 1.45;
    margin: 0 0 0.5rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-side-footer {
    margin-top: auto;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-side-more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brand-blue);
    transition: all var(--transition);
}

.blog-side-more .icon {
    transition: transform var(--transition);
}

.blog-side-card:hover .blog-side-more {
    color: var(--brand-orange);
}

.blog-side-card:hover .blog-side-more .icon {
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .blog-spotlight-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .blog-side-stack {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }
}

@media (max-width: 700px) {
    .blog-side-stack {
        grid-template-columns: 1fr;
    }
    .blog-side-card {
        grid-template-columns: 100px 1fr;
        gap: 1rem;
        padding: 1rem;
    }
    .blog-side-thumb-wrap {
        width: 100px;
        height: 90px;
    }
    .blog-featured-media {
        height: 240px;
    }
}

.blog-badge {
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--brand-orange);
    background-color: var(--brand-orange-light);
    border: 1px solid var(--brand-orange-border);
    padding: 0.2rem 0.6rem;
    border-radius: var(--radius-sm);
}

.blog-date {
    color: var(--ink-faint);
    font-size: 0.8125rem;
    font-weight: 500;
}

.blog-read-time {
    color: var(--ink-faint);
}

/* Full Article View in blogi.php — Clean, Calm Editorial Layout */
.blog-full-article {
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 3.5rem;
    box-shadow: var(--shadow-sm);
    transition: border-color var(--transition);
}

.blog-full-article:hover {
    border-color: rgba(0, 0, 0, 0.16);
}

.blog-article-hero {
    width: 100%;
    height: 380px;
    background-color: var(--dark-surface-2);
    overflow: hidden;
    position: relative;
}

.blog-article-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-article-content-wrap {
    padding: clamp(2rem, 4vw, 3rem);
}

.blog-article-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.84rem;
    color: var(--ink-muted);
    font-weight: 600;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
}

.blog-article-meta .icon {
    color: var(--ink-faint);
    vertical-align: -1px;
}

.blog-article-title {
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.blog-article-body {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--ink-secondary);
    max-width: 820px;
}

.blog-article-body p {
    margin-bottom: 1.35rem;
}

.blog-article-body p:last-child {
    margin-bottom: 0;
}

.blog-article-footer {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.blog-article-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.90625rem;
    color: var(--ink-secondary);
    text-decoration: none;
    transition: color var(--transition);
}

.blog-article-contact-link strong {
    color: var(--ink);
    font-weight: 700;
}

.blog-article-contact-link:hover {
    color: var(--brand-blue);
}

.blog-article-contact-link:hover strong {
    color: var(--brand-blue);
}

@media (max-width: 768px) {
    .blog-article-hero {
        height: 240px;
    }
    .blog-article-content-wrap {
        padding: 1.5rem 1.25rem;
    }
    .blog-article-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================================================
   BLOGI.PHP TOOLBAR, GRID VIEW, AND PAGINATION
   ========================================================= */
.blog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--line);
}

.blog-filter-tabs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blog-tab {
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    background-color: var(--bg-subtle);
    color: var(--ink-secondary);
    border: 1.5px solid var(--line);
    cursor: pointer;
    transition: all var(--transition);
}

.blog-tab:hover {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
    background-color: #FFFFFF;
}

.blog-tab.active {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    border-color: var(--brand-blue);
    box-shadow: 0 2px 8px rgba(0, 71, 186, 0.25);
}

.blog-toolbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-search-box {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 0.45rem 1.15rem;
    min-width: 250px;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.blog-search-box:focus-within {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px var(--brand-blue-surface);
}

.blog-search-box .icon {
    color: var(--ink-muted);
    flex-shrink: 0;
}

.blog-search-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.875rem;
    color: var(--ink);
    width: 100%;
}

.blog-view-toggle {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 0.25rem;
    gap: 0.25rem;
}

.blog-view-btn {
    width: 34px;
    height: 34px;
    border-radius: var(--radius-pill);
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-muted);
    cursor: pointer;
    transition: all var(--transition);
}

.blog-view-btn:hover {
    color: var(--brand-blue);
}

.blog-view-btn.active {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 71, 186, 0.25);
}

/* Grid View for blogi.php */
.blog-view-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.blog-grid-card {
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.blog-grid-card:hover {
    border-color: var(--brand-blue);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.blog-grid-media {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: var(--dark-surface-2);
    overflow: hidden;
}

.blog-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-grid-card:hover .blog-grid-img {
    transform: scale(1.06);
}

.blog-grid-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-pill);
    background-color: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.blog-grid-body {
    padding: 1.85rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-grid-meta {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    color: var(--ink-muted);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.blog-grid-title {
    font-size: clamp(1.2rem, 2vw, 1.35rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 0.85rem;
    color: var(--ink);
}

.blog-grid-excerpt {
    font-size: 0.9375rem;
    color: var(--ink-secondary);
    line-height: 1.6;
    margin-bottom: 1.75rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-footer {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Row View for blogi.php */
.blog-view-row {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: 0 auto;
}

/* No Results Warning */
.blog-no-results {
    text-align: center;
    padding: 4rem 2rem;
    background-color: var(--bg-subtle);
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    margin: 2rem 0;
}

.blog-no-results p {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink-secondary);
    margin-bottom: 1.25rem;
}

/* Pagination */
.blog-pagination-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
}

.blog-pagination-info {
    font-size: 0.875rem;
    color: var(--ink-muted);
    font-weight: 600;
}

.blog-pagination {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.blog-page-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 0.85rem;
    border-radius: var(--radius-md);
    border: 1.5px solid var(--line);
    background-color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
}

.blog-page-btn:hover:not(:disabled) {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
    background-color: var(--brand-blue-surface);
}

.blog-page-btn.active {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    border-color: var(--brand-blue);
    box-shadow: 0 2px 6px rgba(0, 71, 186, 0.25);
}

.blog-page-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .blog-view-grid {
        grid-template-columns: 1fr;
    }
    .blog-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .blog-search-box {
        width: 100%;
        min-width: 0;
    }
    .blog-toolbar-right {
        justify-content: space-between;
    }
    .blog-pagination-wrap {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

/* =========================================================
   STANDALONE CARD SURROUNDED BY MULTI-LAYER WAVES (HOME & BLOG)
   ========================================================= */
.contact-card-wave-wrapper {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 0;
}

/* 3-Colored Multi-Layer Wave Ribbons Surrounding Outer Edges */
.card-edge-wave {
    position: absolute;
    left: 0;
    right: 0;
    height: 68px;
    pointer-events: none;
    z-index: 1;
    line-height: 0;
}

.card-edge-wave svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

.card-edge-wave--top {
    top: 0;
}

.card-edge-wave--bottom {
    bottom: 0;
}

.contact-redirect-card {
    background-color: var(--dark-black);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: clamp(2.75rem, 5.5vw, 3.85rem) clamp(1.5rem, 4vw, 3.25rem);
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
}

.contact-redirect-title {
    font-size: clamp(1.85rem, 3.4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #FFFFFF;
    margin-bottom: 0.85rem;
    line-height: 1.2;
}

.contact-redirect-desc {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #E2E8F0; /* High contrast bright readable slate */
    max-width: 680px;
    margin: 0 auto 2.25rem;
}

.contact-redirect-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.contact-redirect-actions .btn {
    min-width: 210px;
}

@media (max-width: 650px) {
    .contact-redirect-actions {
        flex-direction: column;
        gap: 0.85rem;
    }
    .contact-redirect-actions .btn {
        width: 100%;
        max-width: 320px;
    }
}

/* Seamless Form Controls */
.form-group {
    margin-bottom: 1.35rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.45rem;
}

.form-label .req {
    color: var(--brand-orange);
}

.form-control {
    width: 100%;
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    padding: 0.85rem 1.2rem;
    font-size: 0.9375rem;
    color: var(--ink);
    transition: all var(--transition);
}

.form-control:focus {
    border-color: var(--brand-blue);
    box-shadow: var(--shadow-glow-blue);
}

.form-control.has-error {
    border-color: var(--danger);
    background-color: var(--danger-bg);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.field-error {
    font-size: 0.75rem;
    color: var(--danger);
    font-weight: 700;
    margin-top: 0.35rem;
    display: block;
}

.alert {
    padding: 1rem 1.35rem;
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.alert-success {
    background-color: var(--success-bg);
    border: 1.5px solid var(--success);
    color: var(--success);
}

.alert-danger {
    background-color: var(--danger-bg);
    border: 1.5px solid var(--danger);
    color: var(--danger);
}

.visually-hidden-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* =========================================================
   FOOTER (3-COLUMN FOCUSED ARCHITECTURE)
   ========================================================= */
.site-footer {
    background-color: var(--dark-black);
    color: var(--dark-ink-secondary);
    padding: 4.5rem 0 2.25rem;
    margin-top: auto;
    font-size: 0.875rem;
    position: relative;
    border-top: none;
}

.site-footer h3, .site-footer h4, .site-footer strong {
    color: #FFFFFF;
}

.site-footer p {
    color: var(--dark-ink-muted);
}

.footer-columns-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 1.35fr;
    gap: 4.5rem;
    padding-bottom: 2.5rem;
    border-bottom: none;
    margin-bottom: 1.5rem;
    align-items: start;
}

.footer-brand-col {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    height: 67px;
    width: auto;
    max-width: 232px;
    object-fit: contain;
    display: block;
    margin-bottom: 1.25rem;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.footer-brand-tagline {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--dark-ink-secondary);
    margin-bottom: 1.5rem;
    max-width: 360px;
}

.footer-trust-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--brand-gold);
}

.footer-trust-lockup .icon {
    color: var(--brand-gold);
    flex-shrink: 0;
}

.footer-trust-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.footer-trust-title {
    font-weight: 800;
    font-size: 0.8125rem;
    color: #FFFFFF;
}

.footer-trust-sub {
    font-size: 0.75rem;
    color: var(--brand-gold);
    font-weight: 600;
}

.footer-col-title {
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--brand-orange);
    margin-bottom: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-nav-list a {
    color: var(--dark-ink-secondary);
    font-size: 0.9375rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.footer-nav-list a:hover {
    color: #FFFFFF;
    transform: translateX(4px);
}

.footer-info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--dark-ink-secondary);
    font-size: 0.9375rem;
}

.footer-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-info-list .icon {
    color: var(--brand-orange);
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-contact-item a {
    color: #FFFFFF;
    font-weight: 700;
}

.footer-contact-item a:hover {
    color: var(--brand-orange);
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.8125rem;
    color: var(--dark-ink-faint);
}

/* Ideearendus Backlink */
.footer-credit {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
    line-height: 1.2;
}

.footer-credit-name {
    font-weight: 800;
    font-size: 0.875rem;
    background:
        linear-gradient(100deg, transparent 40%, rgba(255, 255, 255, 0.9) 50%, transparent 60%),
        linear-gradient(90deg, var(--brand-orange), var(--brand-gold) 60%, var(--brand-blue-light));
    background-size: 200% 100%, 100% 100%;
    background-position: -100% 0%, 0% 0%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: background-position 0.6s ease;
}

.footer-credit-sub {
    font-size: 0.6875rem;
    color: var(--dark-ink-muted);
}

.footer-credit:hover .footer-credit-name {
    background-position: 100% 0%, 0% 0%;
}

@media (prefers-reduced-motion: reduce) {
    .footer-credit-name {
        transition: none;
    }
}

/* =========================================================
   RESPONSIVE DESIGN
   ========================================================= */
@media (max-width: 1024px) {
    .hero-split-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .hero-split-text {
        padding: 1rem 0;
    }
    .hero-visual-frame {
        min-height: 340px;
    }
    .extension-strip-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .contact-persons-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .recycle-proof-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .recycle-split-items {
        border-left: none;
        padding-left: 0;
        border-top: none;
        padding-top: 1rem;
    }
    .dispatch-flow-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }
    .footer-columns-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .table-responsive-wrap {
        overflow: visible;
    }

    .container {
        min-width: 0;
    }

    .seamless-table,
    .seamless-table thead,
    .seamless-table tbody,
    .seamless-table tr {
        display: block;
        width: 100%;
    }

    .seamless-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .seamless-table tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(4.25rem, 9.75rem);
        column-gap: 0.75rem;
        row-gap: 0.1rem;
        padding: 0.75rem 0.7rem;
        border-bottom: none;
        background-color: #FFFFFF;
    }

    .seamless-table tbody tr:nth-child(even) {
        background-color: #F8FAFC;
    }

    .seamless-table tbody tr:nth-child(odd) {
        background-color: #FFFFFF;
    }

    .seamless-table tbody tr.row-even {
        background-color: #F8FAFC;
    }

    .seamless-table tbody tr.row-odd {
        background-color: #FFFFFF;
    }

    .seamless-table tbody tr:hover {
        background-color: #EBF2FC;
    }

    .seamless-table td {
        padding: 0;
        border: 0;
        background-color: transparent !important;
        min-width: 0;
    }

    .sheet-col-cat,
    .sheet-col-spec {
        display: none;
    }

    .sheet-col-name {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .sheet-col-price {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        justify-self: end;
        max-width: 100%;
    }

    .sheet-col-unit {
        grid-column: 2;
        grid-row: 2;
        text-align: right;
        justify-self: end;
        max-width: 100%;
    }

    .item-category-under {
        display: block;
    }

    .item-unit-full {
        display: none;
    }

    .item-unit-compact {
        display: inline;
        font-size: 0.6875rem;
        font-weight: 600;
        color: var(--ink-muted);
        letter-spacing: 0.02em;
        overflow-wrap: break-word;
    }

    .item-price-val {
        font-size: 0.9375rem;
        line-height: 1.25;
    }

    .rent-tag-angled {
        margin-top: 0.2rem;
    }
}

@media (max-width: 900px) {
    .dl-btn-ghost {
        display: none;
    }
    .dl-links {
        gap: 1.5rem;
    }
    .service-fork-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .service-fork-col:first-child {
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .service-fork-col + .service-fork-col {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--line);
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    :root {
        --header-h: 74px;
    }
    .blog-index-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-index {
        gap: 1.75rem;
    }
    .blog-full-article {
        padding: 1.5rem 1.25rem;
    }
    .brand-logo {
        height: 52px;
        max-width: 180px;
    }
    .dl-top {
        display: none;
    }
    .nav-toggle {
        display: inline-flex;
    }
    .dl-links {
        position: fixed;
        top: var(--header-h);
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header-h));
        background-color: var(--dark-black);
        border-top: 1px solid var(--dark-border);
        flex-direction: column;
        align-items: stretch;
        padding: 2rem 1.5rem;
        gap: 0.75rem;
        border-radius: 0;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform var(--transition), visibility 0s linear var(--transition);
        z-index: 99;
        overflow-y: auto;
    }
    .dl-links.is-open {
        transform: translateX(0);
        visibility: visible;
        transition: transform var(--transition);
    }
    .dl-link {
        font-size: 1.05rem;
        padding: 0.85rem 1.25rem;
        border-radius: var(--radius-md);
        color: var(--dark-ink-secondary);
    }
    .dl-link:hover {
        color: #FFFFFF;
        background-color: var(--dark-surface-1);
    }
    .dl-link.active::after {
        display: none;
    }
    .dl-link.active {
        background-color: var(--dark-surface-2);
        color: #FFFFFF;
    }
    .hero-split-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .hero-visual-showcase {
        max-width: 100%;
        padding: 0;
        margin-top: 1.5rem;
    }
    .hero-back-card {
        display: none;
    }
    .hero-visual-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .extension-strip-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .policy-strip-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .form-row-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .footer-columns-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-credit {
        align-items: flex-start;
    }
    .proof-cert-frame {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================================================
   INTERACTIVE SELECTION TREE (TELLI.PHP / ALUSTA)
   ========================================================= */
.telli-page-header {
    padding: clamp(3rem, 4.5vw, 4.25rem) 0 clamp(3.5rem, 5vw, 5rem);
    position: relative;
}

.telli-header-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(1.75rem, 3vw, 3rem);
}

.telli-header-title-col {
    flex-shrink: 0;
    padding-right: clamp(1.5rem, 2.5vw, 2.75rem);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.telli-page-title {
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.telli-header-inner .tree-rail {
    flex: 0 1 520px;
    width: 100%;
    max-width: 520px;
    background: transparent;
    border: none;
    padding: 0;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tree-rail-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
}

.tree-rail-step-name {
    color: var(--dark-ink);
    font-size: 0.875rem;
    letter-spacing: -0.01em;
}

.tree-rail-step-count {
    color: var(--brand-orange);
    font-variant-numeric: tabular-nums;
    font-size: 0.8125rem;
}

.tree-rail-marks {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.tree-rail-mark {
    flex: 1;
}

.tree-rail-mark-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: var(--dark-ink-muted);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color var(--transition);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-rail-mark-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: var(--radius-pill);
    background-color: var(--dark-surface-2);
    color: var(--dark-ink-muted);
    font-size: 0.6875rem;
    font-weight: 700;
}

.tree-rail-mark.is-passed .tree-rail-mark-btn {
    color: var(--dark-ink-secondary);
}

.tree-rail-mark.is-passed .tree-rail-mark-btn span {
    background-color: var(--brand-blue);
    color: #FFFFFF;
}

.tree-rail-mark.is-current .tree-rail-mark-btn {
    color: #FFFFFF;
    font-weight: 700;
}

.tree-rail-mark.is-current .tree-rail-mark-btn span {
    background-color: var(--brand-orange);
    color: #FFFFFF;
}

.tree-rail-track {
    width: 100%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.tree-rail-fill {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, var(--brand-blue), var(--brand-orange));
    border-radius: 3px;
    transition: width 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tree Flow Wrapper & Views */
.tree-flow-wrapper {
    min-height: 45vh;
    position: relative;
    background-color: var(--bg);
}

.tree-view {
    display: none;
    padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(4rem, 6vw, 6rem);
}

.tree-view.is-active {
    display: block;
}

.tree-view--enter {
    animation: treeViewEnter 280ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes treeViewEnter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tree-intro {
    max-width: 780px;
    margin-bottom: 2.75rem;
}

.tree-intro h1 {
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 0.85rem;
    color: var(--ink);
}

.tree-intro-sub {
    font-size: 1.1rem;
    color: var(--ink-secondary);
    line-height: 1.65;
}

/* Doors Grid */
.tree-doors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
    .tree-doors-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.tree-door-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 2.5vw, 2.25rem);
    text-decoration: none;
    color: var(--ink);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.tree-door-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.tree-door-card--rent:hover {
    border-color: var(--brand-blue);
}

.tree-door-card--sell:hover {
    border-color: var(--brand-orange);
}

.tree-door-card--intake:hover {
    border-color: #059669;
}

.tree-door-head {
    margin-bottom: 1.75rem;
}

.tree-door-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-pill);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tree-door-pill--rent {
    background-color: var(--brand-blue-surface);
    color: var(--brand-blue);
    border: 1px solid var(--brand-blue-border);
}

.tree-door-pill--sell {
    background-color: var(--brand-orange-light);
    color: var(--brand-orange);
    border: 1px solid var(--brand-orange-border);
}

.tree-door-pill--intake {
    background-color: #ECFDF5;
    color: #059669;
    border: 1px solid #A7F3D0;
}

.tree-door-title {
    font-size: clamp(1.4rem, 2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 0.4rem;
    color: var(--ink);
}

.tree-door-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
}

.tree-door-price-val {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    padding: 0.25rem 0.65rem;
    border-radius: var(--radius-sm);
    display: inline-block;
}

.tree-door-price-val--rent {
    background-color: var(--brand-blue-surface);
    color: var(--brand-blue);
    border: 1px solid var(--brand-blue-border);
}

.tree-door-price-val--sell {
    background-color: var(--brand-orange-light);
    color: var(--brand-orange-dark);
    border: 1px solid rgba(255, 94, 30, 0.25);
}

.tree-door-price-val--intake {
    background-color: #ECFDF5;
    color: #059669;
    border: 1px solid #A7F3D0;
}

.tree-door-price-note {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ink-muted);
}

.tree-door-desc {
    font-size: 0.9375rem;
    color: var(--ink-secondary);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-door-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 2rem;
    flex: 1;
}

.tree-door-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--ink-secondary);
    line-height: 1.45;
}

.tree-door-feat-icon {
    width: 22px;
    height: 22px;
    border-radius: var(--radius-pill);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.tree-door-card--rent .tree-door-feat-icon {
    background-color: var(--brand-blue-surface);
    color: var(--brand-blue);
}

.tree-door-card--sell .tree-door-feat-icon {
    background-color: var(--brand-orange-light);
    color: var(--brand-orange);
}

.tree-door-card--intake .tree-door-feat-icon {
    background-color: #ECFDF5;
    color: #059669;
}

.tree-door-features strong {
    color: var(--ink);
}

.tree-door-action {
    margin-top: auto;
}

.tree-door-btn {
    width: 100%;
}

/* Quick callout under doors */
.tree-quick-callout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background-color: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    flex-wrap: wrap;
}

.tree-quick-callout strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--ink);
    margin-bottom: 0.2rem;
}

.tree-quick-callout p {
    font-size: 0.875rem;
    color: var(--ink-muted);
    margin: 0;
}

/* Step Header */
.tree-step-header {
    margin-bottom: 2.25rem;
    max-width: 760px;
}

.tree-step-header h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 0.45rem;
    color: var(--ink);
}

.tree-step-header p {
    font-size: 1rem;
    color: var(--ink-secondary);
    line-height: 1.6;
}

/* Filter Tabs Bar for Machine Models */
.tree-filter-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.tree-filter-btn {
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.45rem 0.9rem;
    border-radius: var(--radius-pill);
    background-color: var(--bg-subtle);
    color: var(--ink-secondary);
    border: 1px solid var(--line);
    cursor: pointer;
    transition: all var(--transition);
}

.tree-filter-btn:hover {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
}

.tree-filter-btn.is-active {
    background-color: var(--brand-blue);
    color: #FFFFFF;
    border-color: var(--brand-blue);
    box-shadow: 0 2px 8px rgba(0, 71, 186, 0.25);
}

/* Pick Grid for Step 1 */
.tree-pick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.tree-pick-card {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.tree-pick-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.tree-pick-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFFFFF;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.35rem 1.45rem;
    transition: all var(--transition);
}

.tree-pick-card:hover .tree-pick-body {
    border-color: var(--brand-blue-border);
    transform: translateY(-2px);
}

.tree-pick-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.tree-pick-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.015em;
}

.tree-pick-indicator {
    width: 20px;
    height: 20px;
    border-radius: var(--radius-pill);
    border: 2px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all var(--transition);
}

.tree-pick-indicator::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: var(--radius-pill);
    background-color: transparent;
    transition: background-color var(--transition);
}

.tree-pick-desc {
    font-size: 0.875rem;
    color: var(--ink-secondary);
    line-height: 1.5;
    margin-bottom: 0.85rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.7em;
}

.tree-pick-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
}

.tree-price-badge {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    padding: 0.3rem 0.65rem;
    border-radius: var(--radius-sm);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.tree-price-badge--rent {
    background-color: #EFF6FF;
    color: #1D4ED8;
    border: 1px solid #BFDBFE;
}

.tree-price-badge--sell {
    background-color: #FFF7ED;
    color: #C2410C;
    border: 1px solid #FED7AA;
}

.tree-price-badge--intake {
    background-color: #ECFDF5;
    color: #059669;
    border: 1px solid #A7F3D0;
}

.tree-pick-spec-sub {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ink-muted);
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Checked States */
.tree-pick-card input[type="radio"]:checked + .tree-pick-body {
    border-color: var(--brand-blue);
    background-color: var(--brand-blue-surface);
    box-shadow: var(--shadow-glow-blue);
}

.tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-price-badge--rent {
    background-color: #1D4ED8;
    color: #FFFFFF;
    border-color: #1D4ED8;
}

.tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-pick-indicator {
    border-color: var(--brand-blue);
    background-color: var(--brand-blue);
}

.tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-pick-indicator::after {
    background-color: #FFFFFF;
}

#v-b1 .tree-pick-card input[type="radio"]:checked + .tree-pick-body,
#v-b-models .tree-pick-card input[type="radio"]:checked + .tree-pick-body {
    border-color: var(--brand-orange);
    background-color: var(--brand-orange-light);
    box-shadow: var(--shadow-glow-orange);
}

#v-b1 .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-price-badge--sell,
#v-b-models .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-price-badge--sell {
    background-color: #C2410C;
    color: #FFFFFF;
    border-color: #C2410C;
}

#v-b1 .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-pick-indicator,
#v-b-models .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-pick-indicator {
    border-color: var(--brand-orange);
    background-color: var(--brand-orange);
}

#v-c1 .tree-pick-card input[type="radio"]:checked + .tree-pick-body,
#v-c-models .tree-pick-card input[type="radio"]:checked + .tree-pick-body {
    border-color: #059669;
    background-color: #ECFDF5;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.2);
}

#v-c1 .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-price-badge--intake,
#v-c-models .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-price-badge--intake {
    background-color: #059669;
    color: #FFFFFF;
    border-color: #059669;
}

#v-c1 .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-pick-indicator,
#v-c-models .tree-pick-card input[type="radio"]:checked + .tree-pick-body .tree-pick-indicator {
    border-color: #059669;
    background-color: #059669;
}

/* Options Flow for Step 2 */
.tree-options-flow {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 860px;
    margin-bottom: 2.75rem;
}

.tree-opt-group {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.tree-opt-label {
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink);
    line-height: 1.35;
}

.tree-opt-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tree-pill-label {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.tree-pill-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.tree-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.4rem;
    border-radius: var(--radius-pill);
    border: 1.5px solid var(--line);
    background-color: #FFFFFF;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ink-secondary);
    transition: all var(--transition);
}

.tree-pill-label:hover .tree-pill-btn {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
}

.tree-pill-label input[type="radio"]:checked + .tree-pill-btn {
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #FFFFFF;
    box-shadow: var(--shadow-glow-blue);
}

#v-b2 .tree-pill-label:hover .tree-pill-btn {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
}

#v-b2 .tree-pill-label input[type="radio"]:checked + .tree-pill-btn {
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #FFFFFF;
    box-shadow: var(--shadow-glow-orange);
}

#v-c2 .tree-pill-label:hover .tree-pill-btn {
    border-color: #059669;
    color: #059669;
}

#v-c2 .tree-pill-label input[type="radio"]:checked + .tree-pill-btn {
    background-color: #059669;
    border-color: #059669;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
}

.tree-select {
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 1.15rem;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    background-color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    transition: border-color var(--transition);
}

.tree-select:focus {
    border-color: var(--brand-blue);
}

/* Actions Bar */
.tree-actions-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
}

/* Split Layout for Step 3 and Success */
.tree-split-layout {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 3.5rem;
    align-items: start;
}

.tree-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--ink);
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    background-color: #FFFFFF;
    font-size: 0.9375rem;
    color: var(--ink);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px var(--brand-blue-surface);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.tree-error-box {
    padding: 0.85rem 1.15rem;
    background-color: var(--danger-bg);
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: var(--radius-md);
    color: var(--danger);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
}

/* Recap Box */
.tree-recap-box {
    background: transparent;
    border: none;
    padding: 0;
    position: sticky;
    top: calc(var(--header-h) + 2rem);
}

.tree-recap-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.015em;
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--line);
}

.tree-recap-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.tree-recap-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.875rem;
}

.tree-recap-row dt {
    color: var(--ink-muted);
    font-weight: 600;
    flex-shrink: 0;
}

.tree-recap-row dd {
    color: var(--ink);
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.tree-recap-row--price dd {
    font-weight: 800;
    color: var(--brand-blue);
}

#v-b3 .tree-recap-row--price dd {
    color: var(--brand-orange-dark);
}

#v-c3 .tree-recap-row--price dd {
    color: #059669;
}

.tree-recap-footer {
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

/* Success Confirmation Beat */
.tree-done-pane {
    display: flex;
    flex-direction: column;
}

.tree-done-pane h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
    margin-bottom: 0.75rem;
}

.tree-lead-text {
    font-size: 1.05rem;
    color: var(--ink-secondary);
    line-height: 1.65;
    margin-bottom: 2rem;
}

.tree-next-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tree-step-card {
    background-color: #FFFFFF;
    border: 1px solid var(--line);
    border-left: 3px solid var(--brand-orange);
    border-radius: var(--radius-md);
    padding: 1.15rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tree-step-card strong {
    font-size: 0.9375rem;
    color: var(--ink);
}

.tree-step-card span {
    font-size: 0.875rem;
    color: var(--ink-secondary);
    line-height: 1.5;
}

/* Responsive adjustments for Tree */
@media (max-width: 900px) {
    .tree-doors-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .tree-split-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .tree-recap-box {
        position: static;
    }
    .tree-pick-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .telli-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .telli-header-title-col {
        padding-right: 0;
        border-right: none;
    }
    .telli-header-inner .tree-rail {
        width: 100%;
        max-width: 100%;
        /* flex-basis: 520px was meant as a *width* for the row layout on
           desktop — once the container switches to flex-direction:column
           here, that same basis applies to height instead, forcing the rail
           to be 520px tall regardless of its actual (~30px) content. This
           was the real source of the large empty gap under the header. */
        flex-basis: auto;
    }
    /* The header is already taller here (title stacks above the rail) — a
       vh-based minimum on top of that only adds more dead space below
       short steps, and vh itself is unreliable with mobile browser chrome. */
    .tree-flow-wrapper {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .tree-actions-bar {
        flex-direction: column;
        align-items: stretch;
    }
    .tree-actions-bar .btn {
        width: 100%;
    }
    .tree-rail-marks {
        display: none;
    }
}

/* =========================================================
   MASINATE MÜÜK & VEHICLE DETAIL PAGE (VDP)
   ========================================================= */

/* --- 1. Fleet Showcase & Toolbar --- */
.fleet-showcase {
    background: #F8FAFC;
    color: var(--ink);
    scroll-margin-top: 80px;
}

.fleet-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.25rem;
    flex-wrap: wrap;
    width: 100%;
}

.fleet-toolbar__count {
    font-size: 0.875rem;
    color: var(--ink-muted);
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 500;
}

.fleet-toolbar__count strong {
    color: var(--ink);
    font-weight: 700;
}

.fleet-toolbar__controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fleet-mobile-filter-btn {
    display: none;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    color: var(--ink);
    cursor: pointer;
    transition: all var(--transition);
}

.fleet-mobile-filter-btn:hover,
.fleet-mobile-filter-btn.is-active,
.fleet-mobile-filter-btn[aria-expanded="true"] {
    background: var(--brand-blue);
    color: #FFFFFF;
    border-color: var(--brand-blue);
}

.view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 4px;
    border-radius: 8px;
}

.view-toggle__btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    color: #64748B;
    border: 0;
    background: none;
    cursor: pointer;
    transition: all var(--transition);
}

.view-toggle__btn:hover {
    color: var(--ink);
    background: #F1F5F9;
}

.view-toggle__btn.is-active,
.view-toggle__btn[aria-pressed="true"] {
    background: var(--brand-blue);
    color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 71, 186, 0.25);
}

/* --- 2. Showcase Layout (Sidebar + Grid) --- */
.fleet-showcase__layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.25rem;
    align-items: start;
}

@media (max-width: 960px) {
    .fleet-showcase__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .fleet-mobile-filter-btn {
        display: inline-flex;
    }
    .fleet-sidebar {
        display: none;
    }
    .fleet-sidebar.is-open {
        display: block;
    }
}

.fleet-sidebar__sticky {
    position: sticky;
    top: 90px;
    display: grid;
    gap: 1.25rem;
}

.fleet-sidebar__card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    display: grid;
    gap: 1.5rem;
}

.fleet-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #E2E8F0;
}

.fleet-sidebar__title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--ink);
}

.fleet-sidebar__title .icon {
    color: var(--brand-blue);
}

.fleet-sidebar__reset {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--brand-orange);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    border: 0;
    background: none;
    padding: 0;
}

.fleet-sidebar__reset[hidden] {
    display: none;
}

.filter-group {
    display: grid;
    gap: 0.65rem;
}

.filter-group__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748B;
}

.filter-group__list {
    display: grid;
    gap: 0.35rem;
}

.filter-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.6rem 0.85rem;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #F8FAFC;
    color: var(--ink);
    font-size: 0.875rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all var(--transition);
}

.filter-chip:hover {
    background: #EFF6FF;
    color: var(--brand-blue);
}

.filter-chip.is-active,
.filter-chip[aria-pressed="true"] {
    background: var(--brand-blue);
    color: #FFFFFF;
}

.filter-chip__label {
    flex: 1;
}

.filter-chip__count,
.filter-tag__count {
    font-size: 0.75rem;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    color: inherit;
}

.filter-chip.is-active .filter-chip__count,
.filter-tag.is-active .filter-tag__count {
    background: rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    color: var(--ink-secondary);
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
}

.filter-tag:hover {
    background: #EFF6FF;
    border-color: #BFDBFE;
    color: var(--brand-blue);
}

.filter-tag.is-active,
.filter-tag[aria-pressed="true"] {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #FFFFFF;
}

.fleet-sidebar__help-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.fleet-sidebar__help-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(0, 71, 186, 0.1);
    color: var(--brand-blue);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.fleet-sidebar__help-content strong {
    display: block;
    font-size: 0.875rem;
    color: var(--ink);
    margin-bottom: 0.25rem;
}

.fleet-sidebar__help-content p {
    font-size: 0.8125rem;
    color: var(--ink-muted);
    line-height: 1.45;
    margin-bottom: 0.35rem;
}

.fleet-sidebar__help-link {
    display: inline-block;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--brand-orange);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* --- 3. Fleet Cards Container & Card Component --- */
.fleet-showcase__main {
    display: grid;
    gap: 2rem;
}

.fleet-card {
    background: #141822;
    color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
    transition: transform 0.35s var(--transition), box-shadow 0.35s var(--transition);
    border: 1px solid #242B3B;
}

.fleet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.35);
}

.fleet-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0C1017;
}

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

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

.fleet-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FFFFFF;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fleet-card__status-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 700;
    background: rgba(5, 150, 105, 0.9);
    backdrop-filter: blur(8px);
    color: #FFFFFF;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.fleet-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fleet-card__top {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.fleet-card__type {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94A3B8;
}

.fleet-card__title {
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.fleet-card__title a {
    color: #FFFFFF;
    transition: color var(--transition);
}

.fleet-card__title a:hover {
    color: var(--brand-orange);
}

.fleet-card__price-wrap {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.fleet-card__price-val {
    font-size: 1.5rem;
    font-weight: 800;
    color: #38BDF8;
    letter-spacing: -0.02em;
}

.fleet-card__price-vat {
    font-size: 0.8125rem;
    color: #94A3B8;
    font-weight: 600;
}

.fleet-card__desc {
    color: #CBD5E1;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.fleet-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.6rem;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
}

.fleet-card__specs li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #CBD5E1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
}

.fleet-card__specs .icon {
    color: #94A3B8;
}

.fleet-card__note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    font-size: 0.78125rem;
    font-weight: 600;
    color: #FDE047;
    background: rgba(253, 224, 71, 0.1);
    border: 1px solid rgba(253, 224, 71, 0.25);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.fleet-card__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.btn--card-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #FFFFFF;
    color: #0F172A !important;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    border: 1.5px solid transparent;
    transition: all var(--transition);
}

.btn--card-primary:hover {
    background: #F1F5F9;
    color: var(--brand-blue) !important;
    transform: translateY(-2px);
}

.btn--card-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: transparent;
    color: #FFFFFF !important;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.6rem 1.15rem;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: all var(--transition);
}

.btn--card-ghost:hover {
    border-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* Grid layout */
.fleet-cards--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

@media (min-width: 680px) {
    .fleet-cards--grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.85rem;
    }
}

.fleet-cards--grid .fleet-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fleet-cards--grid .fleet-card__media {
    aspect-ratio: 16/10;
    width: 100%;
}

.fleet-cards--grid .fleet-card__body {
    padding: 1.6rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Horizontal / List view */
.fleet-cards--horizontal {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 780px) {
    .fleet-cards--horizontal .fleet-card {
        display: grid;
        grid-template-columns: 310px 1fr;
        align-items: stretch;
        min-height: 0;
    }
    .fleet-cards--horizontal .fleet-card__media {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
        background: #0C1017;
    }
    .fleet-cards--horizontal .fleet-card__media img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .fleet-cards--horizontal .fleet-card__body {
        padding: 1.5rem 1.75rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 0;
    }
    .fleet-cards--horizontal .fleet-card__top {
        margin-bottom: 0.25rem;
    }
    .fleet-cards--horizontal .fleet-card__title {
        font-size: 1.35rem;
        line-height: 1.25;
    }
    .fleet-cards--horizontal .fleet-card__price-wrap {
        margin: 0.35rem 0 0.6rem;
    }
    .fleet-cards--horizontal .fleet-card__desc {
        font-size: 0.90625rem;
        line-height: 1.55;
        margin-bottom: 0.75rem;
        max-width: 70ch;
    }
    .fleet-cards--horizontal .fleet-card__specs {
        margin-bottom: 0.75rem;
        gap: 0.4rem 0.55rem;
    }
    .fleet-cards--horizontal .fleet-card__note {
        margin-bottom: 0.75rem;
    }
    .fleet-cards--horizontal .fleet-card__actions {
        padding-top: 0.85rem;
        margin-top: auto;
    }
}

@media (max-width: 779px) {
    .fleet-cards--horizontal .fleet-card {
        display: flex;
        flex-direction: column;
    }
    .fleet-cards--horizontal .fleet-card__media {
        aspect-ratio: 16/10;
        width: 100%;
    }
    .fleet-cards--horizontal .fleet-card__body {
        padding: 1.6rem 1.5rem;
    }
}

/* Mobile Compact View (<= 640px) */
@media (max-width: 640px) {
    .fleet-showcase {
        padding-top: 1.75rem !important;
    }
    .fleet-toolbar {
        margin-bottom: 1.15rem;
        gap: 0.5rem;
    }
    .fleet-toolbar__count {
        font-size: 0.78125rem;
        padding: 0.35rem 0.65rem;
    }
    .fleet-mobile-filter-btn {
        font-size: 0.78125rem;
        padding: 0.4rem 0.75rem;
    }
    .view-toggle {
        padding: 2px;
    }
    .view-toggle__btn {
        width: 32px;
        height: 32px;
    }
    .view-toggle__btn .icon {
        width: 15px;
        height: 15px;
    }
    .fleet-cards,
    .fleet-cards--grid,
    .fleet-cards--horizontal {
        gap: 1.15rem !important;
    }
    .fleet-card {
        border-radius: 10px;
    }
    .fleet-card__media,
    .fleet-cards--grid .fleet-card__media,
    .fleet-cards--horizontal .fleet-card__media {
        aspect-ratio: 16/9.5 !important;
    }
    .fleet-card__body,
    .fleet-cards--grid .fleet-card__body,
    .fleet-cards--horizontal .fleet-card__body {
        padding: 1rem 1.1rem 1.15rem !important;
    }
    .fleet-card__top {
        margin-bottom: 0.25rem;
        gap: 0.15rem;
    }
    .fleet-card__type {
        font-size: 0.6875rem;
        letter-spacing: 0.06em;
    }
    .fleet-card__title,
    .fleet-cards--horizontal .fleet-card__title {
        font-size: 1.125rem !important;
        line-height: 1.25;
    }
    .fleet-card__price-wrap {
        margin: 0.35rem 0 0.55rem;
        gap: 0.35rem;
    }
    .fleet-card__price-val {
        font-size: 1.25rem;
    }
    .fleet-card__price-vat {
        font-size: 0.75rem;
    }
    .fleet-card__desc,
    .fleet-cards--horizontal .fleet-card__desc {
        font-size: 0.84375rem;
        line-height: 1.45;
        margin-bottom: 0.65rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .fleet-card__specs {
        gap: 0.3rem 0.4rem;
        margin-bottom: 0.65rem;
    }
    .fleet-card__specs li {
        font-size: 0.71875rem;
        padding: 0.25rem 0.5rem;
        gap: 0.3rem;
        border-radius: 5px;
    }
    .fleet-card__specs .icon {
        width: 12px;
        height: 12px;
    }
    .fleet-card__note {
        font-size: 0.71875rem;
        padding: 0.25rem 0.55rem;
        margin-bottom: 0.65rem;
        gap: 0.3rem;
        border-radius: 5px;
    }
    .fleet-card__note .icon {
        width: 11px;
        height: 11px;
    }
    .fleet-card__actions {
        padding-top: 0.75rem;
        gap: 0.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .btn--card-primary {
        font-size: 0.8125rem;
        padding: 0.55rem 0.6rem;
        justify-content: center;
        border-radius: 6px;
        gap: 0.35rem;
    }
    .btn--card-primary .icon {
        width: 13px;
        height: 13px;
    }
    .btn--card-ghost {
        font-size: 0.8125rem;
        padding: 0.5rem 0.6rem;
        justify-content: center;
        border-radius: 6px;
        gap: 0.35rem;
    }
}

.fleet-card.is-filtered-out {
    display: none !important;
}

.fleet-empty {
    background: #FFFFFF;
    border: 2px dashed #CBD5E1;
    border-radius: 12px;
    padding: 4rem 2rem;
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 0.75rem;
}

.fleet-empty h3 {
    color: var(--ink);
    margin: 0;
}

.fleet-empty p {
    color: var(--ink-muted);
    margin: 0;
}

.fleet-empty[hidden] {
    display: none !important;
}

.fleet-empty__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(0, 71, 186, 0.08);
    display: grid;
    place-items: center;
    color: var(--brand-blue);
    margin-bottom: 0.25rem;
}

.fleet-showcase__notice {
    margin-top: 2.5rem;
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    color: var(--ink-secondary);
    font-size: 0.9375rem;
    line-height: 1.55;
    background: #FFFFFF;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}

.fleet-showcase__notice .icon {
    flex-shrink: 0;
    color: var(--brand-blue);
    margin-top: 0.15rem;
}

/* =========================================================
   VEHICLE DETAIL PAGE (VDP / SINGLE MACHINE)
   ========================================================= */
.vdp-stage-dark {
    background-color: var(--dark-black);
    color: #FFFFFF;
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vdp-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.vdp-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.875rem;
    color: #94A3B8;
    flex-wrap: wrap;
}

.vdp-breadcrumbs__link {
    color: #94A3B8;
    transition: color var(--transition);
}

.vdp-breadcrumbs__link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.vdp-breadcrumbs__sep {
    color: #475569;
}

.vdp-breadcrumbs__current {
    color: #FFFFFF;
    font-weight: 700;
}

.vdp-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84375rem;
    font-weight: 700;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.45rem 1rem;
    border-radius: 8px;
    transition: all var(--transition);
}

.vdp-back-btn:hover {
    background: #FFFFFF;
    color: #0F172A !important;
    border-color: #FFFFFF;
    transform: translateX(-2px);
}

.vdp-showcase {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    align-items: start;
}

@media (max-width: 980px) {
    .vdp-showcase {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.vdp-showcase__gallery {
    min-width: 0;
}

.vdp-gallery {
    display: grid;
    gap: 0.75rem;
}

.vdp-gallery__stage {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #050B17;
    aspect-ratio: 16/10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vdp-gallery__stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s ease-out;
}

.vdp-gallery__stage-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 4;
}

.vdp-gallery__counter {
    pointer-events: auto;
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFFFFF;
    background: rgba(15, 23, 42, 0.9);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.vdp-gallery__fullscreen-btn {
    pointer-events: auto;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF;
    background: rgba(15, 23, 42, 0.9);
    padding: 0.4rem 0.85rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all var(--transition);
}

.vdp-gallery__fullscreen-btn:hover {
    background: #FFFFFF;
    color: #0F172A !important;
}

.vdp-gallery__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.85);
    color: #FFFFFF;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all var(--transition);
    z-index: 5;
}

.vdp-gallery__nav-btn--prev { left: 12px; }
.vdp-gallery__nav-btn--next { right: 12px; }

.vdp-gallery__nav-btn:hover {
    background: #FFFFFF;
    color: #0F172A !important;
}

.vdp-gallery__thumbs {
    display: flex;
    gap: 0.6rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
}

.vdp-thumb {
    flex: 0 0 115px;
    height: 75px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #050B17;
    cursor: pointer;
    padding: 0;
    transition: all var(--transition);
    opacity: 0.6;
}

.vdp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vdp-thumb:hover {
    opacity: 0.95;
}

.vdp-thumb.is-active {
    opacity: 1;
    border-color: var(--brand-orange);
}

.vdp-showcase__info {
    display: grid;
    gap: 1.25rem;
}

.vdp-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94A3B8;
}

.vdp-eyebrow__dot {
    color: rgba(255, 255, 255, 0.3);
}

.vdp-title {
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0;
}

.vdp-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.85rem 1.25rem;
    border-radius: 10px;
}

.vdp-price-main {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.vdp-price-val {
    font-size: 1.875rem;
    font-weight: 800;
    color: #38BDF8;
}

.vdp-price-vat {
    font-size: 0.875rem;
    color: #94A3B8;
    font-weight: 600;
}

.vdp-status-bar {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #4ADE80;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.25);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
}

.vdp-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ADE80;
}

.vdp-lede {
    font-size: 1.0625rem;
    color: #CBD5E1;
    line-height: 1.65;
    margin: 0;
}

.vdp-quick-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    overflow: hidden;
}

.vdp-quick-spec {
    padding: 0.85rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 0.2rem;
}

.vdp-quick-spec:last-child {
    border-right: none;
}

.vdp-quick-spec__label {
    font-size: 0.71875rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94A3B8;
    font-weight: 600;
}

.vdp-quick-spec__value {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #FFFFFF;
}

.vdp-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 540px) {
    .vdp-actions {
        grid-template-columns: 1fr;
    }
}

.btn--full {
    width: 100%;
    justify-content: center;
}

.btn-dark-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #FFFFFF !important;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 700;
    transition: all var(--transition);
}

.btn-dark-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}

.vdp-checklist {
    display: grid;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.vdp-check-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #CBD5E1;
}

.vdp-check-row .icon {
    color: #34D399;
    flex-shrink: 0;
}

.vdp-direct-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vdp-direct-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84375rem;
    color: #94A3B8;
}

.vdp-direct-link .icon {
    color: var(--brand-blue);
}

/* Lightbox Modal */
.vdp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.vdp-lightbox[hidden] {
    display: none !important;
}

.vdp-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 11, 23, 0.94);
    backdrop-filter: blur(12px);
}

.vdp-lightbox__content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    display: grid;
    gap: 1rem;
}

.vdp-lightbox__stage {
    position: relative;
    max-height: 80vh;
    display: grid;
    place-items: center;
}

.vdp-lightbox__stage img {
    max-height: 78vh;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.vdp-lightbox__close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 6px;
}

.vdp-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.8);
    color: #FFFFFF;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all var(--transition);
}

.vdp-lightbox__nav--prev { left: 10px; }
.vdp-lightbox__nav--next { right: 10px; }

.vdp-lightbox__nav:hover {
    background: #FFFFFF;
    color: #0F172A !important;
}

.vdp-lightbox__caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
}

/* VDP Paper Body Content */
.vdp-content-flow {
    display: grid;
    gap: 3.5rem;
}

.vdp-block {
    display: grid;
    gap: 1.5rem;
}

.vdp-block__head h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ink);
    margin: 0.25rem 0 0;
}

.section-kicker { display: block; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--brand-orange); }

.vdp-block__body { font-size: 1rem; line-height: 1.75; color: var(--ink-secondary); }
.vdp-block__body p { margin: 0 0 1.1em; }
.vdp-block__body h2, .vdp-block__body h3 { color: var(--ink); font-weight: 800; margin: 1.6em 0 0.6em; }
.vdp-block__body h2 { font-size: 1.4rem; } .vdp-block__body h3 { font-size: 1.15rem; }
.vdp-block__body ul, .vdp-block__body ol { margin: 0 0 1.1em; padding-left: 1.3em; }
.vdp-block__body li { margin-bottom: 0.4em; }
.vdp-block__body a { color: var(--brand-blue); text-decoration: underline; }
.vdp-block__body strong { color: var(--ink); }

/* Blog single post */
.rk-post-hero { max-width: 760px; margin: 0 auto; padding: clamp(28px,4vw,44px) var(--gap-md, 1.25rem) 0; }
.rk-post-hero h1 { font-size: clamp(1.6rem,3.6vw,2.2rem); font-weight: 800; line-height: 1.25; margin: 0.75rem 0 0.5rem; color: var(--ink); }
.rk-post-hero__meta { display: flex; gap: 8px; align-items: center; color: var(--ink-muted); font-size: 0.875rem; }
.rk-post-featured-img { max-width: 900px; margin: 2rem auto; padding: 0 var(--gap-md, 1.25rem); }
.rk-post-featured-img__frame { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; background: var(--bg-subtle); }
.rk-post-featured-img__frame img { width: 100%; height: 100%; object-fit: cover; }
.rk-post-body { max-width: 760px; margin: 0 auto; padding: 0 var(--gap-md, 1.25rem) 4rem; }
.rk-post-back { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-blue); font-weight: 700; font-size: 0.9rem; margin-bottom: 2rem; }
.rk-post-related { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.rk-post-related__heading { font-weight: 800; margin-bottom: 1rem; font-size: 1.1rem; }
.rk-post-related__row { display: flex; align-items: center; gap: 12px; padding: 0.75rem 0; border-top: 1px solid var(--line); }
.rk-post-related__row:first-of-type { border-top: none; }
.rk-post-related__img { width: 56px; height: 56px; border-radius: var(--radius-sm); overflow: hidden; flex-shrink: 0; background: var(--bg-subtle); }
.rk-post-related__img img { width: 100%; height: 100%; object-fit: cover; }
.rk-post-related__title { flex: 1; font-weight: 700; color: var(--ink); }
.rk-post-related__date { font-size: 0.8rem; color: var(--ink-faint); white-space: nowrap; }

.vdp-lead-text {
    font-size: 1.0625rem;
    color: var(--ink-secondary);
    line-height: 1.75;
}

.vdp-notice {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-left: 4px solid #10B981;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    margin-top: 1.25rem;
    color: #065F46;
}

.vdp-notice .icon {
    color: #10B981;
    flex-shrink: 0;
    margin-top: 2px;
}

.vdp-notice strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #047857;
}

/* Specs Matrix */
.vdp-specs-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.vdp-spec-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1rem 1.15rem;
}

.vdp-spec-item__icon {
    color: var(--brand-blue);
    flex-shrink: 0;
    margin-top: 3px;
}

.vdp-spec-item__data dt {
    font-size: 0.78125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ink-muted);
    font-weight: 600;
}

.vdp-spec-item__data dd {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0.2rem 0 0;
}

/* Features Grid */
.vdp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0.85rem 1.5rem;
    list-style: none;
    padding: 0;
}

.vdp-feature-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.9375rem;
    color: var(--ink-secondary);
    font-weight: 500;
}

.vdp-feature-item .icon {
    color: #10B981;
    flex-shrink: 0;
}

/* Form Card */
.vdp-form-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: clamp(2rem, 4vw, 3rem);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.vdp-form-head {
    text-align: center;
    margin-bottom: 2.25rem;
}

.vdp-form-head h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--ink);
    margin: 0.35rem 0 0;
}

/* =========================================================
   ACCESSIBILITY & PREFERS-REDUCED-MOTION (W11)
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================================
   SHOP: CART / CHECKOUT / TOASTS
   The demo had no cart UI (masin.php ends at an enquiry form) — this is new,
   built to sit on the same tokens (--brand-blue, --radius-*, --shadow-*) as
   everything else rather than inventing a second visual language.
   ========================================================= */
.brand-logo-text { font-family: var(--font-sans); font-weight: 800; font-size: 1.25rem; color: var(--brand-blue); letter-spacing: -0.01em; }

.dl-cart-link { position: relative; display: inline-flex; align-items: center; justify-content: center; color: var(--dark-ink, #fff); width: 38px; height: 38px; }
.dl-cart-count {
    position: absolute; top: -2px; right: -2px; min-width: 17px; height: 17px; padding: 0 4px;
    border-radius: var(--radius-pill); background: var(--brand-orange); color: #fff;
    font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; line-height: 1;
}

.rk-toast-wrap { position: fixed; top: 20px; right: 20px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.rk-toast {
    background: var(--dark-black); color: #fff; padding: 12px 18px; border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md); font-size: 0.875rem; font-weight: 600; animation: rkToastIn .25s ease;
}
.rk-toast--error { background: #dc2626; }
.rk-toast--success { background: #16a34a; }
@keyframes rkToastIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.rk-spinner {
    display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.4);
    border-top-color: #fff; border-radius: 50%; animation: rkSpin .7s linear infinite;
}
@keyframes rkSpin { to { transform: rotate(360deg); } }

.rk-cart-empty { text-align: center; padding: 64px 20px; }
.rk-cart-empty h2 { margin-bottom: 8px; }
.rk-cart-empty p { color: var(--ink-muted); margin-bottom: 24px; }

.rk-cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: var(--gap-xl, 2.5rem); align-items: start; }
.rk-checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: var(--gap-xl, 2.5rem); align-items: start; }
@media (max-width: 860px) { .rk-cart-layout, .rk-checkout-layout { grid-template-columns: 1fr; } }

.rk-cart-table td { vertical-align: middle; }
.rk-cart-row { display: flex; align-items: center; gap: 14px; }
.rk-cart-row__img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--radius-sm); background: var(--bg-subtle); }
.rk-cart-row__name { font-weight: 700; margin-bottom: 4px; }
.rk-cart-row__name a { color: var(--ink); }
.rk-cart-row__remove { background: none; border: none; padding: 0; font-size: 0.8rem; color: var(--ink-faint); cursor: pointer; text-decoration: underline; }
.rk-cart-row__remove:hover { color: var(--brand-orange); }

.rk-cart-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-pill); overflow: hidden; }
.rk-cart-qty button { width: 30px; height: 30px; border: none; background: none; cursor: pointer; font-size: 1rem; color: var(--ink); }
.rk-cart-qty button:hover { background: var(--bg-subtle); }
.rk-cart-qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: 0.9rem; }

.rk-btn-danger { color: #dc2626 !important; border-color: #fca5a5 !important; }
.rk-btn-danger:hover { background: #fef2f2 !important; }

.rk-order-summary {
    background: var(--bg-subtle); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 1.75rem; position: sticky; top: 100px;
}
.rk-order-summary h3 { font-size: 1.05rem; margin-bottom: 1rem; }
.rk-summary-row { display: flex; justify-content: space-between; gap: 12px; padding: 0.5rem 0; border-top: 1px solid var(--line); font-size: 0.9rem; }
.rk-summary-row:first-of-type { border-top: none; }
.rk-summary-row--total { border-top: 2px solid var(--ink); margin-top: 0.5rem; padding-top: 0.85rem; font-weight: 800; font-size: 1.1rem; }

.rk-payment-opt {
    display: flex; align-items: flex-start; gap: 12px; padding: 1rem 1.15rem; border: 2px solid var(--line);
    border-radius: var(--radius-md); cursor: pointer; margin-bottom: 10px; transition: border-color .2s;
}
.rk-payment-opt.active { border-color: var(--brand-blue); background: var(--brand-blue-light, #EFF6FF); }
.rk-payment-opt input { margin-top: 3px; }
.rk-payment-opt__desc { display: block; font-size: 0.82rem; color: var(--ink-muted); margin-top: 2px; font-weight: 400; }

.blog-grid-more { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: 0.875rem; color: var(--brand-blue); margin-top: auto; padding-top: 1rem; }
.blog-grid-more:hover { text-decoration: underline; }
.blog-pagination { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 900px) { .blog-view-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px) { .blog-view-grid { grid-template-columns: 1fr !important; } }

.skip-link {
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -120%);
    z-index: 9999;
    background: var(--ink);
    color: var(--ink-inverse);
    padding: 0.85rem 1.6rem;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: transform 0.25s ease;
}
.skip-link:focus {
    transform: translate(-50%, 0);
    color: var(--ink-inverse);
    outline: 2px solid var(--brand-orange);
    outline-offset: 2px;
}


