/* ADR Construction Ã¢â‚¬â€ True Black + Orange + Glassmorphism */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Blacksword';
    src: url('../assets/fonts/Blacksword.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   Variables Ã¢â‚¬â€ Default Dark Theme
   ======================================== */
:root {
    --bg:             #000000;
    --bg-elevated:    #050505;
    --bg-card:        rgba(255, 255, 255, 0.025);
    --bg-card-hover:  rgba(255, 255, 255, 0.05);
    --bg-glass:       rgba(8, 8, 8, 0.88);
    --text:           #ffffff;
    --text-body:      rgba(255, 255, 255, 0.8);
    --text-muted:     rgba(255, 255, 255, 0.62);
    --accent:         #2BA4E8;
    --accent-hover:   #1B8FCC;
    --accent-glow:    rgba(43, 164, 232, 0.35);
    --accent-subtle:  rgba(43, 164, 232, 0.12);
    --border:         rgba(255, 255, 255, 0.12);
    --border-accent:  rgba(43, 164, 232, 0.38);
    --radius:         4px;
    --radius-button:  6px;
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.45);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(0, 0, 0, 0.95);
    --header-border:  transparent;
    --header-scrolled-border: rgba(255, 255, 255, 0.12);
    --cta-bg:         var(--accent);
    --cta-text:       #000;
    --cta-btn-bg:     #000;
    --cta-btn-text:   #fff;
    --cta-outline-bg: rgba(0, 0, 0, 0.08);
    --cta-outline-text: #000;
    --cta-outline-border: rgba(0, 0, 0, 0.3);
    --cta-outline-hover-bg: #000;
    --cta-outline-hover-text: #fff;
    --map-filter:     invert(0.9) hue-rotate(180deg) saturate(0.3) brightness(0.7);
    --logo-filter:    none;
}

/* ========================================
   Theme: Ember (warm dark + gradient blobs)
   ======================================== */
body.theme-ember {
    --bg:             #020a02;
    --bg-elevated:    #031003;
    --bg-card:        rgba(43, 164, 232, 0.08);
    --bg-card-hover:  rgba(43, 164, 232, 0.14);
    --bg-glass:       rgba(18, 12, 4, 0.55);
    --text:           #eaffe0;
    --text-body:      rgba(250, 240, 228, 0.82);
    --text-muted:     rgba(250, 240, 228, 0.55);
    --accent:         #2BA4E8;
    --accent-hover:   #4f9bd0;
    --accent-glow:    rgba(43, 164, 232, 0.45);
    --accent-subtle:  rgba(43, 164, 232, 0.15);
    --border:         rgba(43, 164, 232, 0.14);
    --border-accent:  rgba(43, 164, 232, 0.40);
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.55);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(12, 8, 4, 0.90);
    --header-border:  transparent;
    --header-scrolled-border: rgba(43, 164, 232, 0.18);
    --cta-bg:         var(--accent);
    --cta-text:       #020a02;
    --cta-btn-bg:     #020a02;
    --cta-btn-text:   #eaffe0;
    --cta-outline-bg: rgba(43, 164, 232, 0.08);
    --cta-outline-text: #020a02;
    --cta-outline-border: rgba(0, 0, 0, 0.3);
    --cta-outline-hover-bg: #020a02;
    --cta-outline-hover-text: #2BA4E8;
    --map-filter:     invert(0.92) hue-rotate(180deg) saturate(0.2) brightness(0.65) sepia(0.15);
    --logo-filter:    none;
}

/* ========================================
   Theme: Light / Cream
   ======================================== */
body.theme-light {
    --bg:             #eafce0;
    --bg-elevated:    #d4f4c4;
    --bg-card:        rgba(0, 0, 0, 0.03);
    --bg-card-hover:  rgba(0, 0, 0, 0.06);
    --bg-glass:       rgba(245, 240, 230, 0.88);
    --text:           #0a1f08;
    --text-body:      rgba(0, 0, 0, 0.72);
    --text-muted:     rgba(0, 0, 0, 0.5);
    --accent:         #2BA4E8;
    --accent-hover:   #1B8FCC;
    --accent-glow:    rgba(43, 164, 232, 0.3);
    --accent-subtle:  rgba(43, 164, 232, 0.1);
    --border:         rgba(0, 0, 0, 0.1);
    --border-accent:  rgba(43, 164, 232, 0.3);
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.08);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(245, 240, 230, 0.95);
    --header-border:  transparent;
    --header-scrolled-border: rgba(0, 0, 0, 0.08);
    --cta-bg:         #2BA4E8;
    --cta-text:       #fff;
    --cta-btn-bg:     #0a1f08;
    --cta-btn-text:   #fff;
    --cta-outline-bg: rgba(0, 0, 0, 0.06);
    --cta-outline-text: #0a1f08;
    --cta-outline-border: rgba(0, 0, 0, 0.25);
    --cta-outline-hover-bg: #0a1f08;
    --cta-outline-hover-text: #fff;
    --map-filter:     saturate(0.5) brightness(0.95);
    --logo-filter:    brightness(0) saturate(100%);
}



/* ========================================
   Theme: Grid (dark + subtle grid lines)
   ======================================== */
body.theme-grid {
    --bg:             #0a0a0a;
    --bg-elevated:    #0e0e0e;
    --bg-card:        rgba(255, 255, 255, 0.025);
    --bg-card-hover:  rgba(255, 255, 255, 0.05);
    --bg-glass:       rgba(10, 10, 10, 0.88);
    --text:           #ffffff;
    --text-body:      rgba(255, 255, 255, 0.78);
    --text-muted:     rgba(255, 255, 255, 0.5);
    --accent:         #2BA4E8;
    --accent-hover:   #1B8FCC;
    --accent-glow:    rgba(43, 164, 232, 0.35);
    --accent-subtle:  rgba(43, 164, 232, 0.12);
    --border:         rgba(255, 255, 255, 0.08);
    --border-accent:  rgba(43, 164, 232, 0.35);
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.5);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(10, 10, 10, 0.95);
    --header-border:  transparent;
    --header-scrolled-border: rgba(255, 255, 255, 0.08);
    --cta-bg:         var(--accent);
    --cta-text:       #000;
    --cta-btn-bg:     #0a0a0a;
    --cta-btn-text:   #fff;
    --cta-outline-bg: rgba(0, 0, 0, 0.12);
    --cta-outline-text: #0a0a0a;
    --cta-outline-border: rgba(0, 0, 0, 0.3);
    --cta-outline-hover-bg: #0a0a0a;
    --cta-outline-hover-text: #fff;
    --map-filter:     invert(0.9) hue-rotate(180deg) saturate(0.3) brightness(0.7);
    --logo-filter:    none;
}

/* Grid overlay Ã¢â‚¬â€ fixed background lines */
/* Grid lines on cards & panels */
body.theme-grid .contact-card,
body.theme-grid .service-card,
body.theme-grid .stat-card,
body.theme-grid .ba-body,
body.theme-grid .ba-slide-inner,
body.theme-grid .timeline-content,
body.theme-grid .faq-section details,
body.theme-grid .about-slider-shell,
body.theme-grid .testimonial-card,
body.theme-grid .marquee-wrap {
    background-image:
        linear-gradient(rgba(43, 164, 232, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 164, 232, 0.07) 1px, transparent 1px);
    background-size: 20px 20px;
}

body.theme-grid .marquee-content span {
    background-image:
        linear-gradient(rgba(43, 164, 232, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 164, 232, 0.12) 1px, transparent 1px);
    background-size: 8px 8px;
    -webkit-background-clip: text;
    background-clip: text;
}

body.theme-grid::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image:
        linear-gradient(rgba(43, 164, 232, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 164, 232, 0.045) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
}

/* Grid theme Ã¢â‚¬â€ accent glow on card borders */
body.theme-grid .service-card,
body.theme-grid .stat-card,
body.theme-grid .timeline-content,
body.theme-grid .testimonial-card,
body.theme-grid .contact-card,
body.theme-grid .area-card {
    border-color: rgba(43, 164, 232, 0.12);
    box-shadow: 0 0 0 1px rgba(43, 164, 232, 0.06),
                inset 0 1px 0 rgba(43, 164, 232, 0.08);
}

body.theme-grid .section-tag {
    border-color: rgba(43, 164, 232, 0.2);
    background: rgba(43, 164, 232, 0.06);
}

body.theme-grid .section-title {
    text-shadow: 0 0 30px rgba(43, 164, 232, 0.15);
}

body.theme-grid .gallery-pill,
body.theme-grid .about-pill {
    border-color: rgba(43, 164, 232, 0.15);
}

body.theme-grid .gallery-pill.active,
body.theme-grid .about-pill.active {
    box-shadow: 0 0 12px rgba(43, 164, 232, 0.25);
}

/* ========================================
   Reset & Base
   ======================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #000;
    color-scheme: dark;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg, #000);
    color: var(--text-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: all 0.3s ease; }

/* Prevent iOS double-tap zoom on all interactive elements */
button, a, input, select, textarea, [role="button"], .btn {
    touch-action: manipulation;
}
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* Scroll lock */
html.no-scroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

html.no-scroll body {
    overflow: hidden !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ========================================
   Shared Section Styles
   ======================================== */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text);
    line-height: 1.1;
    margin-bottom: 16px;
}

.section-intro {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 550px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .section-header {
        text-align: left;
    }
    .section-intro {
        margin: 0;
    }
}

/* ========================================
   Header
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
}

.site-header.scrolled {
    background: var(--header-scrolled-bg);
    border-color: var(--header-scrolled-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 16px;
}

.brand-logo {
    height: 44px;
    width: auto;
    transition: height 0.3s ease, filter 0.4s ease;
    filter: var(--logo-filter);
}

.site-header.scrolled .brand-logo {
    height: 36px;
}

/* Light theme: white logo over hero, dark logo once scrolled */
body.theme-light .brand-logo {
    filter: brightness(0) invert(1);
}

body.theme-light .site-header.scrolled .brand-logo {
    filter: brightness(0) saturate(100%);
}

body.theme-light .site-nav a {
    color: rgba(255, 255, 255, 0.85);
}

body.theme-light .site-nav a:hover {
    color: #fff;
}

body.theme-light .site-header.scrolled .site-nav a {
    color: var(--text-muted);
}

body.theme-light .site-header.scrolled .site-nav a:hover {
    color: var(--accent);
}

body.theme-light .mobile-nav-toggle {
    color: #fff;
}

body.theme-light .site-header.scrolled .mobile-nav-toggle {
    color: var(--text);
}

.site-nav {
    display: flex;
    gap: 28px;
}

.site-nav a {
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.78rem;
    transition: color 0.3s ease;
}

.site-nav a:hover { color: var(--accent); }

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--accent);
    color: #000;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 1px;
    border-radius: var(--radius-button);
    transition: all 0.3s ease;
}

.header-cta:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--accent-glow);
}

.header-cta span { display: inline; }

.mobile-nav-toggle {
    display: none;
    background: none;
    border: 0;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 8px;
}

/* ========================================
   Buttons
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 2px;
    border: 2px solid transparent;
    border-radius: var(--radius-button);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
}

.btn-primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--accent-glow);
}

.btn-outline {
    background: var(--accent-subtle);
    color: var(--text);
    border-color: var(--border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.btn-outline:hover {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 0 24px var(--accent-glow);
}

/* ========================================
   Hero
   ======================================== */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh; /* iOS-safe Ã¢â‚¬â€ accounts for URL bar */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: clip;
}

.hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.hero-slide.active {
    opacity: 1;
}

.about-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.hero-slide-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* On portrait phones the subject (the vehicle) sits roughly
       in the upper-middle of the 9:16 reel Ã¢â‚¬â€  bias the crop up. */
    object-position: 50% 38%;
}

@media (max-width: 768px) {
    .hero-slide-media {
        object-position: 50% 42%;
    }
    /* On phones, IG portrait reels (720x1280) display almost
       at native ratio Ã¢â‚¬â€ center the subject. */
    .hero-slide[data-orientation="portrait"] .hero-slide-media {
        object-position: 50% 50%;
    }
}

/* Ken Burns zoom on image slides */
.hero-slide img.hero-slide-media {
    animation: kenBurns 8s ease-in-out infinite alternate;
}

@keyframes kenBurns {
    0%   { transform: scale(1);    }
    100% { transform: scale(1.08); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0.85) 100%),
        radial-gradient(circle at 70% 50%, rgba(57,255,20,0.15), transparent 50%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 120px 20px 80px;
}

.hero-headline {
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 900;
    color: #fff;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-line--script-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero-script-signature {
    display: block;
    width: min(100%, 720px);
    height: auto;
    margin: clamp(-12px, -1vw, -6px) auto -6px;
    overflow: visible;
    text-transform: none;
    filter: drop-shadow(0 5px 12px rgba(0,0,0,0.72));
    transform: rotate(-1deg);
    transform-origin: center;
}

.hero-script-back,
.hero-script-shadow,
.hero-script-foreground,
.hero-script-draw {
    font-family: "Blacksword", cursive;
    font-size: 150px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    paint-order: stroke fill;
}

.hero-script-back {
    fill: rgba(0, 0, 0, 0.82);
    stroke: none;
    opacity: 0;
    transform: translate(0, 0);
    animation: heroScriptSlideBack 0.3s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-script-shadow {
    fill: #2BA4E8; /* Electric blue layer shadow */
    stroke: none;
    opacity: 0;
    transform: translate(0, 0);
    animation: heroScriptSlideShadow 0.3s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-script-foreground {
    fill: #ffffff;
    stroke: none;
    opacity: 0;
    animation: heroScriptFadeIn 0.3s 0.4s ease forwards;
}

.hero-script-draw {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.5;
    animation:
        heroScriptDraw 0.6s 0.1s cubic-bezier(0.22, 1, 0.36, 1) forwards,
        heroScriptFadeOut 0.2s 0.5s ease forwards;
}

.hero-script-pen {
    fill: #fff;
    stroke: #2BA4E8;
    stroke-width: 2;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.64));
    opacity: 0;
    animation: heroScriptPen 0.7s 0.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-script-sweep {
    fill: none;
    stroke: rgba(255,255,255,0.9);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 720;
    stroke-dashoffset: 720;
    animation: heroScriptDraw 0.4s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-script-sweep--back {
    stroke: rgb(14 25 30 / 72%);
    stroke-width: 5.4;
    transform: translate(3px, 4px);
    animation-delay: 0.4s;
}

.hero-script-submark {
    opacity: 0;
    animation: heroScriptSubmarkIn 0.3s 0.6s ease forwards;
}

.hero-script-submark path {
    fill: none;
    stroke: rgba(255,255,255,0.86);
    stroke-width: 1.4;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgba(43, 164, 232,0.58));
}

.hero-script-submark text {
    font-family: Inter, sans-serif;
    fill: rgba(255,255,255,0.94);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0.42em;
    filter: drop-shadow(0 0 5px rgba(43, 164, 232,0.54));
}

@media (max-width: 768px) {
    .hero-script-signature {
        width: min(96vw, 560px);
        margin-top: -6px;
        margin-bottom: -2px;
    }

    .hero-script-back,
    .hero-script-shadow,
    .hero-script-foreground,
    .hero-script-draw {
        font-size: 128px;
    }

    .hero-script-submark text {
        font-size: 30px;
        letter-spacing: 0.38em;
    }
}

@keyframes heroScriptDraw {
    to { stroke-dashoffset: 0; }
}

@keyframes heroScriptFadeOut {
    to { opacity: 0; }
}

@keyframes heroScriptFadeIn {
    to { opacity: 1; }
}

@keyframes heroScriptSlideShadow {
    to {
        opacity: 0.94;
        transform: translate(2px, 2px);
    }
}

@keyframes heroScriptSlideBack {
    to {
        opacity: 0.82;
        transform: translate(5px, 5px);
    }
}

@keyframes heroScriptSubmarkIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroScriptPen {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    8% {
        opacity: 1;
    }
    30% {
        transform: translate(95px, -20px);
    }
    58% {
        transform: translate(220px, -2px);
    }
    84% {
        transform: translate(330px, -22px);
    }
    100% {
        opacity: 0;
        transform: translate(380px, -4px);
    }
}

.hero-tagline {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.75;
    letter-spacing: 0.3px;
}

.hero-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero .btn-primary {
    box-shadow: 0 0 30px var(--accent-glow), 0 4px 16px rgba(0,0,0,0.3);
}

.hero .btn-outline {
    border-color: rgba(255,255,255,0.35);
    color: #fff;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255,255,255,0.3);
    font-size: 1.2rem;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ========================================
   About
   ======================================== */
.about-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 60px;
    align-items: center;
}

.about-showcase {
    min-width: 0;
}

.about-slider-shell {
    position: relative;
    background: #050505;
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-button);
    box-shadow: var(--shadow);
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.about-slider-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top left, var(--accent-subtle), transparent 45%);
    pointer-events: none;
    z-index: 2;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Badge overlay Ã¢â‚¬â€ top-left Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-slider-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    background: var(--accent);
    color: #000;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 4px;
    pointer-events: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Category pills Ã¢â‚¬â€ below image container, horizontal scroll Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-slider-pills {
    display: flex;
    gap: 8px;
    padding: 0 2px;
    margin-top: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.about-slider-pills::-webkit-scrollbar {
    display: none;
}

.about-pill {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    touch-action: manipulation;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.about-pill:hover {
    border-color: var(--border-accent);
    color: var(--text);
    background: var(--accent-subtle);
}

.about-pill.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
}

.about-slider-stage {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius);
    background: #050505;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.about-slider-stage.is-dragging {
    cursor: grabbing;
}

.about-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity 0.45s ease, transform 0.7s ease;
}

.about-slide.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.about-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.about-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
}

.about-slider-controls {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.about-slider-control {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    pointer-events: auto;
    transform: translateY(-50%);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.about-slider-control--prev {
    left: 12px;
}

.about-slider-control--next {
    right: 12px;
}

.about-slider-control:hover,
.about-slider-control:focus-visible {
    background: rgba(43, 164, 232, 0.48);
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-50%) scale(1.05);
}

.about-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 7px;
    transform: translateX(-50%);
}

.about-slider-dot {
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    cursor: pointer;
    padding: 0;
    transition: width 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.about-slider-dot.active {
    width: 22px;
    background: #2BA4E8;
    border-color: #2BA4E8;
}

.about-copy .section-title {
    text-align: left;
}

.about-copy p {
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 0.95rem;
    max-width: 42ch;
}

.about-stats {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.stat-card {
    flex: 1;
    padding: 20px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 148px;
    transition: all 0.3s ease;
}

.stat-card.in-view {
    border-color: var(--border-accent);
    background: var(--bg-card-hover);
    transform: translateY(-3px);
}

@media (hover: hover) and (pointer: fine) {
    .stat-card:hover {
        border-color: var(--border-accent);
        background: var(--bg-card-hover);
        transform: translateY(-3px);
    }
}

.stat-card strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--accent);
    margin-bottom: 4px;
    line-height: 1.05;
}

.stat-card span {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.25;
    text-wrap: balance;
}

/* ========================================
   Services
   ======================================== */
.services-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.pricing-strip {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2.1fr);
    align-items: center;
    gap: 32px;
    margin: 18px 0 40px;
    padding: 28px 30px;
    border: 1px solid var(--border-accent);
    border-radius: 8px;
    background:
        radial-gradient(120% 180% at 0% 0%, rgba(43, 164, 232, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.5));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.pricing-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0.6;
}

.pricing-strip-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 0.72rem;
    font-weight: 600;
}

.pricing-eyebrow i {
    font-size: 0.78rem;
}

.pricing-title {
    color: var(--text);
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.pricing-sub {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    max-width: 32ch;
}

.pricing-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 14px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.45);
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.pricing-list li:hover {
    border-color: var(--border-accent);
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0.6);
}

.pricing-list li > i {
    color: var(--accent);
    font-size: 1.05rem;
    margin-bottom: 2px;
    opacity: 0.9;
}

.pricing-label {
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 0.7rem;
    font-weight: 600;
}

.pricing-price {
    color: var(--text);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
}

.pricing-price small {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 600;
    margin-left: 2px;
    letter-spacing: 0;
}

.pricing-meta {
    color: var(--text-muted);
    font-size: 0.72rem;
    line-height: 1.3;
}

@media (max-width: 920px) {
    .pricing-strip {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px 20px;
    }

    .pricing-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .pricing-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .pricing-price {
        font-size: 1.3rem;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    padding: 36px 28px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card.in-view::before {
    transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
    .service-card:hover::before {
        transform: scaleX(1);
    }
}

.service-card.in-view {
    border-color: var(--border-accent);
    background: var(--bg-card-hover);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

@media (hover: hover) and (pointer: fine) {
    .service-card:hover {
        border-color: var(--border-accent);
        background: var(--bg-card-hover);
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    }
}

.service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-subtle);
    border-radius: var(--radius);
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 1.2rem;
    color: var(--accent);
}

.service-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.package-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(20px, 2.2vw, 28px);
}

.package-card-head {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.package-card-head h3 {
    margin-bottom: 0;
}

.package-card-head span {
    width: fit-content;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 9px;
    border: 1px solid rgba(43, 164, 232,0.42);
    border-radius: 5px;
    background: rgba(43, 164, 232,0.16);
}

.package-card > i {
    margin-bottom: 18px !important;
}

.package-card p {
    max-width: 34rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.62;
}

.pricing-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

/* â”€â”€ Pricing Tabs â”€â”€ */
.pricing-tabs {
    display: flex;
    gap: 4px;
    margin-top: 24px;
    padding: 4px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 10px;
    width: fit-content;
}

.pricing-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--text-muted);
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.pricing-tab i {
    font-size: 1rem;
}

.pricing-tab:hover {
    color: var(--text);
    background: rgba(255,255,255,0.04);
}

.pricing-tab.is-active {
    color: #fff;
    background: rgba(43, 164, 232,0.18);
    border-color: rgba(43, 164, 232,0.42);
    box-shadow: 0 2px 12px rgba(43, 164, 232,0.15);
}

/* â”€â”€ Panels â”€â”€ */
.pricing-panel {
    display: none;
    animation: panelFadeIn 0.35s ease;
}

.pricing-panel.is-active {
    display: block;
}

@keyframes panelFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pricing-panel-intro {
    margin-top: 20px;
    padding: 16px 0;
}

.pricing-panel-intro strong {
    color: var(--text-muted);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

/* â”€â”€ Price Cards v2 â”€â”€ */
.price-card-stack {
    display: grid;
    gap: 12px;
}

.price-card-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid var(--border);
    border-radius: 10px;
    background: rgba(255,255,255,0.02);
    transition: border-color 0.25s ease, background 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .price-card-v2:hover {
        border-color: rgba(43, 164, 232,0.42);
        background: rgba(43, 164, 232,0.04);
    }
}

.price-card-v2__info h3 {
    color: var(--text);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.price-card-v2__info p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 40ch;
}

.price-card-v2__prices {
    display: flex;
    gap: 8px;
}

/* â”€â”€ Price Badge â”€â”€ */
.price-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 110px;
    padding: 14px 16px;
    border: 1px solid rgba(43, 164, 232,0.32);
    border-radius: 8px;
    background: rgba(43, 164, 232,0.08);
    text-align: center;
    transition: border-color 0.2s, background 0.2s;
}

.price-badge small {
    color: rgba(255,255,255,0.58);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
}

.price-badge strong {
    color: #fff;
    font-size: clamp(1.35rem, 2.6vw, 1.8rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

/* â”€â”€ Included Strip â”€â”€ */
.included-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    padding: 16px 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: rgba(255,255,255,0.015);
    flex-wrap: wrap;
}

.included-strip__label {
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    flex-shrink: 0;
}

.included-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.included-pills li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(43, 164, 232,0.10);
    border: 1px solid rgba(43, 164, 232,0.22);
    color: rgba(255,255,255,0.78);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    white-space: nowrap;
}

.included-pills li::before {
    content: "\2713";
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
}

/* â”€â”€ Maintenance â”€â”€ */
.maintenance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.pricing-subsection-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin: clamp(28px, 4vw, 44px) 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(43, 164, 232,0.34);
}

.pricing-subsection-heading span {
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.48rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.pricing-subsection-heading p {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: right;
}

.pricing-table-wrap,
.addons-panel,
.maintenance-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg-glass);
}

.maintenance-card {
    padding: clamp(18px, 2.6vw, 28px);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.maintenance-card__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.maintenance-card__head span {
    color: var(--text);
    font-size: clamp(1.08rem, 1.7vw, 1.32rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
}

.maintenance-card__price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    flex-shrink: 0;
}

.maintenance-card__price strong {
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

.maintenance-card__price small {
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.maintenance-card__badge {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 5px 14px;
    background: var(--accent);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 0 0 6px 6px;
}

.maintenance-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.maintenance-card li {
    position: relative;
    padding: 7px 0 7px 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
    line-height: 1.4;
}

.maintenance-card li:first-child {
    border-top: 0;
}

.maintenance-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
}

.maintenance-card.is-featured {
    border-color: rgba(43, 164, 232,0.52);
    background: rgba(43, 164, 232,0.06);
    box-shadow: 0 0 40px rgba(43, 164, 232,0.08);
}

/* â”€â”€ Addon Groups (collapsible) â”€â”€ */
.addons-layout-v2 {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.addons-group {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-glass);
    overflow: hidden;
}

.addons-group__toggle {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 6px 14px;
    padding: 18px clamp(16px, 2vw, 24px);
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 0.2s;
}

.addons-group__toggle::-webkit-details-marker {
    display: none;
}

.addons-group__toggle:hover {
    background: rgba(255,255,255,0.02);
}

.addons-group__toggle > i:first-child {
    color: var(--accent);
    font-size: 1.15rem;
    grid-row: 1 / span 2;
}

.addons-group__toggle > span {
    color: var(--text);
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.1;
}

.addons-group__toggle > small {
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.3;
    grid-column: 2;
}

.addons-group__chevron {
    grid-column: 3;
    grid-row: 1 / span 2;
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.addons-group[open] .addons-group__chevron {
    transform: rotate(180deg);
}

.addons-grid {
    display: grid;
    border-top: 1px solid var(--border);
}

.addon-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 20px;
    align-items: center;
    padding: 13px clamp(16px, 2vw, 24px);
    border-top: 1px solid rgba(255,255,255,0.04);
    transition: background 0.15s;
}

.addon-row:first-child {
    border-top: 0;
}

.addon-row:nth-child(even) {
    background: rgba(255,255,255,0.015);
}

@media (hover: hover) and (pointer: fine) {
    .addon-row:hover {
        background: rgba(43, 164, 232,0.06);
    }
}

.addon-row span {
    color: var(--text);
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.addon-row small {
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.35;
    grid-column: 1;
}

.addon-row strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 8px 12px;
    border: 1px solid rgba(43, 164, 232,0.32);
    border-radius: 6px;
    color: #fff;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    background: rgba(43, 164, 232,0.10);
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 1080px) {
    .package-grid,
    .maintenance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-tabs {
        width: 100%;
    }

    .pricing-tab {
        flex: 1;
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .package-grid,
    .maintenance-grid {
        grid-template-columns: 1fr;
    }

    .pricing-tabs {
        flex-direction: column;
    }

    .pricing-tab {
        width: 100%;
        justify-content: center;
    }

    .price-card-v2 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .price-card-v2__prices {
        flex-direction: row;
        width: 100%;
    }

    .price-badge {
        flex: 1;
        min-width: 0;
    }

    .pricing-subsection-heading {
        display: grid;
        gap: 8px;
        align-items: start;
    }

    .pricing-subsection-heading p {
        max-width: none;
        text-align: left;
    }

    .maintenance-card__head {
        flex-direction: column;
        gap: 6px;
    }

    .addon-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .included-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .included-pills {
        gap: 5px;
    }

    .included-pills li {
        font-size: 0.68rem;
        padding: 5px 10px;
    }
}


/* ========================================
   Process
   ======================================== */
.process-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Timeline layout Ã¢â€â‚¬Ã¢â€â‚¬ */
.timeline {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0 20px;
}

/* Center vertical line */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 40px;
    bottom: 20px;
    width: 2px;
    background: var(--border);
    transform: translateX(-50%);
}

.timeline-line-fill {
    width: 100%;
    height: 0;
    background: var(--accent);
    transition: height 0.05s linear;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0 8px rgba(43, 164, 232, 0.3);
}

/* Each step row */
.timeline-step {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

/* Center dot */
.timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bg);
    border: 3px solid var(--border);
    justify-self: center;
    z-index: 2;
    transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.timeline-step.in-view .timeline-dot {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: 0 0 12px rgba(43, 164, 232, 0.4);
}

/* Content side */
.timeline-content {
    padding: 28px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.timeline-step.in-view .timeline-content {
    border-color: var(--border-accent);
}

@media (hover: hover) and (pointer: fine) {
    .timeline-content:hover {
        border-color: var(--border-accent);
        transform: translateY(-3px);
    }
}

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(43, 164, 232, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.timeline-icon i {
    font-size: 1.15rem;
    color: var(--accent);
}

.timeline-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.timeline-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* Image side */
.timeline-image {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
}

.timeline-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
    .timeline-image:hover img {
        transform: scale(1.04);
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mobile timeline Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 768px) {
    .timeline-line {
        left: 20px;
    }

    .timeline-step {
        grid-template-columns: 40px 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }

    .timeline-dot {
        width: 14px;
        height: 14px;
        grid-row: 1;
        grid-column: 1;
        align-self: start;
        margin-top: 32px;
    }

    .timeline-content {
        grid-column: 2;
        grid-row: 1;
        padding: 22px;
    }

    .timeline-image {
        grid-column: 2;
        grid-row: 2;
    }

    .timeline-image img {
        aspect-ratio: 1 / 1;
    }
}

/* ========================================
   Projects — 3-Row Infinite Marquee
   ======================================== */
.projects-section {
    padding: 80px 0 100px;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

/* Section header stays in the container, marquee rows are full-bleed */
.projects-section > .container {
    margin-bottom: 48px;
}

/* Wrapper: stacks the 3 splide rows vertically with even gap */
.projects-splide-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Each marquee row */
.projects-splide {
    width: 100%;
    /* Edge-fade mask: images gracefully disappear at left & right edges */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 6%,
        black 94%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 6%,
        black 94%,
        transparent 100%
    );
}

/* Splide track: clip is off so cards extend naturally */
.projects-splide .splide__track {
    overflow: visible;
}

/* Each gallery card in the marquee */
.projects-splide .splide__slide {
    width: clamp(200px, 22vw, 300px) !important;
}

/* Hide Splide UI chrome — marquee rows are auto-scrolling only */
.projects-splide .splide__arrows,
.projects-splide .splide__pagination {
    display: none !important;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ Category filter pills Ã¢â€â‚¬Ã¢â€â‚¬ */
.gallery-pills-wrap {
    position: relative;
    margin-bottom: 32px;
    --pills-bg: var(--bg-elevated);
}

.ba-section .gallery-pills-wrap {
    --pills-bg: var(--bg);
}

.gallery-pills-wrap::before,
.gallery-pills-wrap::after {
    display: none;
}

.gallery-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 768px) {
    .gallery-pills-wrap::before,
    .gallery-pills-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 32px;
        z-index: 2;
        pointer-events: none;
        display: block;
    }

    .gallery-pills-wrap::before {
        left: 0;
        background: linear-gradient(to right, var(--pills-bg) 0%, transparent 100%);
    }

    .gallery-pills-wrap::after {
        right: 0;
        background: linear-gradient(to left, var(--pills-bg) 0%, transparent 100%);
    }

    .gallery-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
        padding: 0 24px 0 4px;
        -webkit-overflow-scrolling: touch;
    }

    .gallery-pills::-webkit-scrollbar {
        display: none;
    }

    .gallery-pill {
        flex-shrink: 0;
    }

    .gallery-pills-wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        overflow: hidden;
    }

    .gallery-pills-wrap::before {
        left: 0;
    }

    .gallery-pills-wrap::after {
        right: 0;
    }
}

.gallery-pill {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    touch-action: manipulation;
    transition: all 0.25s ease;
}

.gallery-pill:hover {
    border-color: var(--border-accent);
    color: var(--text);
    background: var(--accent-subtle);
}

.gallery-pill.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
}

.projects-gallery {
    position: relative;
}

#projects-gallery-slider .splide__track {
    overflow: visible;
}

#projects-gallery-slider .splide__slide {
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

#projects-gallery-slider .splide__slide.is-active,
#projects-gallery-slider .splide__slide.is-visible {
    opacity: 1;
}

/* ── Gallery card: full-cover image ── */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: #050505;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gallery-card.in-view img {
    transform: scale(1.06);
}

@media (hover: hover) and (pointer: fine) {
    .gallery-card:hover img {
        transform: scale(1.06);
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ "Completed Work" badge Ã¢â€â‚¬Ã¢â€â‚¬ */
.gallery-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    background: var(--accent);
    color: #000;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 4px;
    pointer-events: none;
}

.gallery-card.in-view {
    border-color: var(--border-accent);
}

@media (hover: hover) and (pointer: fine) {
    .gallery-card:hover {
        border-color: var(--border-accent);
    }
}

#projects-gallery-slider .splide__arrows {
    position: absolute;
    top: -84px;
    right: 0;
    display: flex;
    gap: 12px;
}

#projects-gallery-slider .splide__arrow {
    position: static;
    width: 46px;
    height: 46px;
    transform: none;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--accent-subtle);
    color: var(--text);
    opacity: 1;
}

#projects-gallery-slider .splide__arrow:hover:not(:disabled) {
    background: var(--accent-subtle);
    border-color: var(--border-accent);
    color: var(--accent);
}

#projects-gallery-slider .splide__arrow--prev {
    transform: scaleX(-1);
}

#projects-gallery-slider .splide__arrow svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem;
}

#projects-gallery-slider .splide__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#projects-gallery-slider .splide__pagination__page {
    width: 18px;
    height: 4px;
    margin: 0;
    border-radius: 2px;
    background: var(--border);
    opacity: 1;
}

#projects-gallery-slider .splide__pagination__page.is-active {
    transform: none;
    background: var(--accent);
}

/* ========================================
   Service Area (Google Maps)
   ======================================== */
.area-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.area-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: stretch;
}

.area-map {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    min-height: 400px;
}

.area-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    filter: var(--map-filter);
}

.area-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.area-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.3s ease;
    flex: 1;
}

.area-card.in-view {
    border-color: var(--border-accent);
    transform: translateX(4px);
}

@media (hover: hover) and (pointer: fine) {
    .area-card:hover {
        border-color: var(--border-accent);
        transform: translateX(4px);
    }
}

.area-card i {
    font-size: 1.2rem;
    color: var(--accent);
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.area-card strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
}

.area-card span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.area-card a {
    color: var(--accent);
}

.area-card a:hover {
    text-decoration: underline;
}

/* ========================================
   CTA Banner
   ======================================== */
.cta-section {
    padding: 80px 0;
    background: var(--cta-bg);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: 'DJ MOBILE';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(8rem, 20vw, 16rem);
    font-weight: 900;
    color: rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 20px;
}

.cta-content {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--cta-text);
    margin-bottom: 12px;
    line-height: 1.1;
}

.cta-content p {
    color: var(--cta-text);
    opacity: 0.7;
    margin-bottom: 28px;
    font-size: 0.95rem;
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: var(--cta-btn-bg);
    color: var(--cta-btn-text);
    border-color: var(--cta-btn-bg);
}

.cta-section .btn-primary:hover {
    opacity: 0.88;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.cta-section .btn-outline {
    background: var(--cta-outline-bg);
    color: var(--cta-outline-text);
    border-color: var(--cta-outline-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cta-section .btn-outline:hover {
    background: var(--cta-outline-hover-bg);
    color: var(--cta-outline-hover-text);
    border-color: var(--cta-outline-hover-bg);
}

/* ========================================
   Contact
   ======================================== */
.contact-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 32px 20px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.3s ease;
}

.contact-card.in-view {
    border-color: var(--border-accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

@media (hover: hover) and (pointer: fine) {
    .contact-card:hover {
        border-color: var(--border-accent);
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.15);
    }
}

.contact-card i {
    font-size: 1.4rem;
    color: var(--accent);
}

.contact-card strong {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-card span {
    font-size: 0.88rem;
    color: var(--text-muted);
    word-break: break-all;
    overflow-wrap: break-word;
    padding: 0 4px;
}

/* ========================================
   Footer
   ======================================== */
.site-footer {
    background: var(--bg-elevated);
    border-top: 1px solid var(--border);
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
}

.footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 16px;
    filter: var(--logo-filter);
}

.footer-brand p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 300px;
    margin-bottom: 16px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-subtle);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col h4 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--text);
    margin-bottom: 8px;
}

.footer-col a {
    font-size: 0.85rem;
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.footer-col a:hover {
    color: var(--accent);
    padding-left: 4px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
}

/* ========================================
   Testimonials
   ======================================== */
.testimonials-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.testimonials-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.testimonials-stars {
    display: flex;
    gap: 4px;
}

.testimonials-stars i {
    color: var(--accent);
    font-size: 1.1rem;
}

.testimonials-summary {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.testimonials-slider {
    position: relative;
}

.testimonial-card {
    padding: 28px 24px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.testimonial-card.in-view {
    border-color: var(--border-accent);
    transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
    .testimonial-card:hover {
        border-color: var(--border-accent);
        transform: translateY(-2px);
    }
}

.testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
}

.testimonial-stars i {
    color: var(--accent);
    font-size: 0.85rem;
}

.testimonial-text {
    flex: 1;
    color: var(--text-body);
    font-size: 0.72rem;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.testimonial-avatar {
    display: none;
}

.testimonial-author strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text);
}

.testimonial-author span {
    font-size: 0.78rem;
    color: var(--text-muted);
}

#testimonials-splide .splide__track {
    overflow: visible;
    clip-path: inset(-4px -4px -4px -4px);
}

#testimonials-splide .splide__arrows {
    position: absolute;
    top: -84px;
    right: 0;
    display: flex;
    gap: 12px;
}

#testimonials-splide .splide__arrow {
    position: static;
    width: 46px;
    height: 46px;
    transform: none;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--accent-subtle);
    color: var(--text);
    opacity: 1;
}

#testimonials-splide .splide__arrow:hover:not(:disabled) {
    background: var(--accent-subtle);
    border-color: var(--border-accent);
    color: var(--accent);
}

#testimonials-splide .splide__arrow--prev {
    transform: scaleX(-1);
}

#testimonials-splide .splide__arrow svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem;
}

#testimonials-splide .splide__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#testimonials-splide .splide__pagination__page {
    width: 18px;
    height: 4px;
    margin: 0;
    border-radius: 2px;
    background: var(--border);
    opacity: 1;
}

#testimonials-splide .splide__pagination__page.is-active {
    transform: none;
    background: var(--accent);
}

/* ========================================
   Floating Theme Picker
   ======================================== */
.floating-theme-picker {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
}

/* Temporarily hide theme picker UI */
.floating-theme-picker {
    display: none !important;
}

.theme-fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--accent);
    background: var(--bg-glass);
    color: var(--accent);
    font-size: 1.25rem;
    cursor: pointer;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.35);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.theme-fab:hover {
    transform: scale(1.1);
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.floating-theme-picker.open .theme-fab {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.theme-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-theme-picker.open .theme-options {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.theme-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(135deg, var(--dot-a) 50%, var(--dot-b) 50%);
    background-clip: padding-box;
    cursor: pointer;
    touch-action: manipulation;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    overflow: hidden;
}

.theme-dot:hover {
    transform: scale(1.2);
}

.theme-dot.active {
    border-color: #fff;
    box-shadow: 0 0 0 2px var(--dot-a), 0 2px 12px rgba(0,0,0,0.4);
}

/* ========================================
   Button Shimmer Effect
   ======================================== */
.btn {
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    pointer-events: none;
}

.btn:hover::after {
    animation: shimmerSlide 0.6s ease forwards;
}

@keyframes shimmerSlide {
    0% { left: -100%; }
    100% { left: 200%; }
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Base fade-in with stagger support */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(7px);
    transition: opacity 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.52s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger, 0s);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.fade-in.fade-in--left {
    transform: translateX(-28px);
}

.fade-in.fade-in--left.visible {
    transform: translateX(0);
}

.fade-in.fade-in--right {
    transform: translateX(28px);
}

.fade-in.fade-in--right.visible {
    transform: translateX(0);
}

/* Section header children cascade */
.section-header.fade-in {
    opacity: 1;
    transform: none;
    transition: none;
}

.section-header.fade-in .section-label,
.section-header.fade-in .section-title,
.section-header.fade-in .section-intro {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(6px);
    transition: opacity 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-header.fade-in.visible .section-label {
    opacity: 1; transform: translateY(0); filter: blur(0); transition-delay: 0s;
}
.section-header.fade-in.visible .section-title {
    opacity: 1; transform: translateY(0); filter: blur(0); transition-delay: 0.07s;
}
.section-header.fade-in.visible .section-intro {
    opacity: 1; transform: translateY(0); filter: blur(0); transition-delay: 0.14s;
}

/* Hero items cascade with CSS animations */
.hero .fade-in {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(7px);
}

.hero-headline .hero-line,
.hero-tagline .hero-copy-line {
    display: block;
}

.hero .section-label.fade-in {
    animation: fadeUp 0.6s ease 0.05s forwards;
}

.hero .hero-headline.fade-in {
    animation: fadeUp 0.6s ease 0.14s forwards;
}

.hero .hero-tagline.fade-in {
    animation: fadeUp 0.6s ease 0.22s forwards;
}

.hero .hero-btns.fade-in {
    animation: fadeUp 0.6s ease 0.3s forwards;
}

/* ========================================
   Responsive Ã¢â‚¬â€ Tablet
   ======================================== */
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-showcase {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }

    .about-copy .section-title {
        text-align: center;
    }

    .about-copy p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-stats {
        justify-content: center;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .area-grid {
        grid-template-columns: 1fr;
    }

    .area-map {
        min-height: 350px;
    }

    #testimonials-splide .splide__arrows {
        position: static;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .area-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

/* ========================================
   Responsive Ã¢â‚¬â€ Mobile
   ======================================== */
@media (max-width: 768px) {
    .site-nav {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-headline {
        font-size: clamp(2.5rem, 12vw, 4.5rem);
    }

    .hero-content {
        padding: 100px 16px 60px;
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
    }

    .hero-btns .btn {
        width: 100%;
        max-width: 300px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        flex-direction: row;
        gap: 8px;
    }

    .stat-card {
        padding: 14px 8px;
        min-height: 136px;
    }

    .stat-card strong {
        font-size: 1.15rem;
    }

    .stat-card span {
        font-size: 0.66rem;
        letter-spacing: 0.35px;
        line-height: 1.18;
    }

    .about-slider-stage {
        aspect-ratio: 4 / 5;
    }

    #projects-gallery-slider .splide__arrows {
        position: static;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .area-info {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .footer-brand {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-col {
        align-items: flex-start;
    }

    .footer-col a:hover {
        padding-left: 0;
    }

    .cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .cta-btns .btn {
        width: 100%;
        max-width: 300px;
    }

    .floating-theme-picker {
        bottom: 20px;
        right: 20px;
        transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .floating-theme-picker.cta-visible {
        bottom: 82px;
    }

    .theme-fab {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .theme-dot {
        width: 30px;
        height: 30px;
    }

    #testimonials-splide .splide__arrows {
        position: static;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .testimonial-card {
        padding: 28px 22px;
    }

    .testimonial-text {
        font-size: 0.68rem;
        line-height: 1.55;
    }

    .stat-card span {
        word-break: normal;
        hyphens: none;
    }

    /* Horizontal slides become vertical on mobile */
    .fade-in.fade-in--left,
    .fade-in.fade-in--right {
        transform: translateY(25px);
    }
    .fade-in.fade-in--left.visible,
    .fade-in.fade-in--right.visible {
        transform: translateY(0);
    }
}

/* ========================================
   Ember Theme Ã¢â‚¬â€ Hard Color Aesthetic
   ======================================== */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Ember cards get a warmer glass feel Ã¢â€â‚¬Ã¢â€â‚¬ */
body.theme-ember .service-card,
body.theme-ember .timeline-content,
body.theme-ember .stat-card,
body.theme-ember .area-card,
body.theme-ember .contact-card,
body.theme-ember .testimonial-card {
    background: rgba(43, 164, 232, 0.08);
    border-color: rgba(43, 164, 232, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

body.theme-ember .service-card.in-view,
body.theme-ember .timeline-content.in-view,
body.theme-ember .stat-card.in-view,
body.theme-ember .area-card.in-view,
body.theme-ember .contact-card.in-view,
body.theme-ember .testimonial-card.in-view {
    background: rgba(43, 164, 232, 0.14);
    border-color: rgba(43, 164, 232, 0.30);
}

@media (hover: hover) and (pointer: fine) {
    body.theme-ember .service-card:hover,
    body.theme-ember .timeline-content:hover,
    body.theme-ember .stat-card:hover,
    body.theme-ember .area-card:hover,
    body.theme-ember .contact-card:hover,
    body.theme-ember .testimonial-card:hover {
        background: rgba(43, 164, 232, 0.14);
        border-color: rgba(43, 164, 232, 0.30);
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ About slider shell Ã¢â‚¬â€ warm border glow Ã¢â€â‚¬Ã¢â€â‚¬ */
body.theme-ember .about-slider-shell {
    border-color: rgba(43, 164, 232, 0.25);
    background:
        linear-gradient(180deg, rgba(43, 164, 232, 0.08), rgba(43, 164, 232, 0.04)),
        rgba(12, 8, 4, 0.80);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Hero overlay Ã¢â‚¬â€ warmer orange radial for ember Ã¢â€â‚¬Ã¢â€â‚¬ */
body.theme-ember .hero-overlay {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.80) 100%),
        radial-gradient(circle at 70% 50%, rgba(57,255,20,0.28), transparent 55%);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CTA section ember glow Ã¢â€â‚¬Ã¢â€â‚¬ */
body.theme-ember .cta-section::before {
    color: rgba(12, 8, 4, 0.08);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Ember gradient blobs Ã¢â‚¬â€ DISABLED per user request Ã¢â€â‚¬Ã¢â€â‚¬ */
body.theme-ember .hero::after,
body.theme-ember .about-section::before,
body.theme-ember .about-section::after,
body.theme-ember .services-section::before,
body.theme-ember .services-section::after,
body.theme-ember .process-section::before,
body.theme-ember .projects-section::after,
body.theme-ember .testimonials-section::before,
body.theme-ember .testimonials-section::after,
body.theme-ember .area-section::before,
body.theme-ember .contact-section::after,
body.theme-ember .site-footer::before,
body.theme-ember .ba-section::before {
    display: none !important;
}

body.theme-ember .hero,
body.theme-ember .about-section,
body.theme-ember .services-section,
body.theme-ember .process-section,
body.theme-ember .projects-section,
body.theme-ember .testimonials-section,
body.theme-ember .area-section,
body.theme-ember .contact-section,
body.theme-ember .site-footer {
    position: relative;
    overflow: hidden;
}

body.theme-ember .hero::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    bottom: -200px;
    left: -100px;
    z-index: 0;
    animation: blobDrift1 18s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .about-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.22) 0%, transparent 70%);
    top: -120px;
    right: -80px;
    z-index: 0;
    animation: blobDrift2 22s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .about-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    bottom: -100px;
    left: -60px;
    z-index: 0;
    animation: blobDrift1 25s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .services-section::before {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.20) 0%, transparent 70%);
    top: 10%;
    left: -150px;
    z-index: 0;
    animation: blobDrift2 20s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .services-section::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    bottom: -80px;
    right: -100px;
    z-index: 0;
    animation: blobDrift1 24s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .process-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    top: -100px;
    right: 10%;
    z-index: 0;
    animation: blobDrift2 26s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .projects-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.20) 0%, transparent 70%);
    bottom: -120px;
    left: -80px;
    z-index: 0;
    animation: blobDrift1 21s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .testimonials-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    top: -80px;
    left: 20%;
    z-index: 0;
    animation: blobDrift2 23s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .testimonials-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    bottom: -100px;
    right: -60px;
    z-index: 0;
    animation: blobDrift1 19s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .area-section::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    top: -100px;
    right: -80px;
    z-index: 0;
    animation: blobDrift2 22s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .contact-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.20) 0%, transparent 70%);
    bottom: -120px;
    left: -100px;
    z-index: 0;
    animation: blobDrift1 25s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .site-footer::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    top: -80px;
    right: 10%;
    z-index: 0;
    animation: blobDrift2 20s ease-in-out infinite;
    pointer-events: none;
}

/* Ensure section content sits above blobs */
body.theme-ember .hero > *,
body.theme-ember .about-section > .container,
body.theme-ember .services-section > .container,
body.theme-ember .process-section > .container,
body.theme-ember .projects-section > .container,
body.theme-ember .testimonials-section > .container,
body.theme-ember .area-section > .container,
body.theme-ember .contact-section > .container,
body.theme-ember .site-footer > .container {
    position: relative;
    z-index: 1;
}

@keyframes blobDrift1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(0.95); }
}

@keyframes blobDrift2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-25px, 20px) scale(0.95); }
    66% { transform: translate(20px, -15px) scale(1.05); }
}

/* ========================================
   Reduced Motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .fade-in.fade-in--left,
    .fade-in.fade-in--right,
    .section-header.fade-in .section-label,
    .section-header.fade-in .section-title,
    .section-header.fade-in .section-intro,
    .hero .fade-in {
        transition-duration: 0.01s !important;
        transition-delay: 0s !important;
        animation-duration: 0.01s !important;
        animation-delay: 0s !important;
        filter: none !important;
    }

    .hero-slide video {
        display: none;
    }

    .hero-slide img.hero-slide-media {
        animation: none;
    }

    .hero-script-stroke {
        fill: rgba(255,255,255,0.95);
        stroke-dashoffset: 0;
    }

    .about-slide {
        transition: none;
    }

    .hero-scroll-hint {
        animation: none;
    }

    /* Disable ember blob drift */
    body.theme-ember .hero::after,
    body.theme-ember .about-section::before,
    body.theme-ember .about-section::after,
    body.theme-ember .services-section::before,
    body.theme-ember .services-section::after,
    body.theme-ember .process-section::before,
    body.theme-ember .projects-section::after,
    body.theme-ember .testimonials-section::before,
    body.theme-ember .testimonials-section::after,
    body.theme-ember .area-section::before,
    body.theme-ember .contact-section::after,
    body.theme-ember .site-footer::before,
    body.theme-ember .ba-section::before {
        animation: none !important;
    }
}

/* ========================================
   Before & After Section Ã¢â‚¬â€ Static Grid
   ======================================== */
.ba-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ 2-column grid Ã¢â€â‚¬Ã¢â€â‚¬ */
.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Card layout: image + text side by side Ã¢â€â‚¬Ã¢â€â‚¬ */
.ba-slide-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 440px;
}

.ba-slide-inner:hover {
    border-color: var(--border-accent);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Image comparison area Ã¢â€â‚¬Ã¢â€â‚¬ */
.ba-card {
    position: relative;
    overflow: hidden;
    background: #050505;
    cursor: col-resize;
    min-height: 100%;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
}

/* Both layers fill the entire card */
.ba-card .ba-after,
.ba-card .ba-before {
    position: absolute;
    inset: 0;
}

.ba-card .ba-after {
    z-index: 1;
}

.ba-card .ba-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.ba-card .ba-after img,
.ba-card .ba-before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Composites Ã¢â‚¬â€ single image, no slider */
.ba-card.ba-composite {
    cursor: default;
}

.ba-card.ba-composite .ba-after,
.ba-card.ba-composite .ba-before {
    position: relative;
}

.ba-card.ba-composite .ba-before {
    display: none;
}

.ba-card.ba-composite .ba-after {
    position: relative;
}

.ba-card.ba-composite .ba-after img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Divider line */
.ba-card .ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: var(--accent);
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 14px var(--accent-glow);
    transform: translateX(-50%);
}

.ba-card .ba-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--accent);
    border: 3px solid #fff;
    box-shadow: 0 2px 14px rgba(0,0,0,0.5);
}

.ba-card .ba-divider::before {
    content: '\f337';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 14px;
    color: #000;
    pointer-events: none;
}

/* Range input Ã¢â‚¬â€ invisible overlay */
.ba-card input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: col-resize;
    margin: 0;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

/* Labels */
.ba-label {
    position: absolute;
    top: 16px;
    z-index: 3;
    padding: 5px 14px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 3px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ba-label-before {
    left: 16px;
    background: rgba(0,0,0,0.72);
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
}

.ba-label-after {
    right: 16px;
    background: var(--accent);
    color: #000;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Text panel (right side) Ã¢â€â‚¬Ã¢â€â‚¬ */
.ba-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 36px 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
        var(--bg-elevated);
}

.ba-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 3px;
    background: var(--accent);
}

.ba-body::after {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 5rem;
    font-weight: 900;
    color: var(--accent-subtle);
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
}

.ba-body h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    line-height: 1.12;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.ba-body p {
    color: var(--text-body);
    font-size: 0.92rem;
    line-height: 1.75;
    max-width: 36ch;
}

.ba-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.ba-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.03);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.ba-tags span:first-child {
    color: #000;
    background: var(--accent);
    border-color: var(--accent);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Ember blobs Ã¢â‚¬â€ DISABLED Ã¢â€â‚¬Ã¢â€â‚¬ */
body.theme-ember .ba-section {
    position: relative;
    overflow: hidden;
}

body.theme-ember .ba-section > .container {
    position: relative;
    z-index: 1;
}

body.theme-ember .ba-body {
    background:
        linear-gradient(180deg, rgba(57,255,20,0.08), rgba(57,255,20,0.04)),
        rgba(12, 8, 4, 0.80);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
    .ba-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ba-slide-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ba-card {
        min-height: 320px;
    }

    .ba-body {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .ba-card {
        min-height: 260px;
    }

    .ba-body h3 {
        font-size: 1.2rem;
    }

    .ba-body::after {
        font-size: 3.5rem;
    }
}

/* ========================================
   Marquee Ticker Strip
   ======================================== */
.marquee-wrap {
    position: relative;
    z-index: 10;
    /* Tilt the whole band */
    transform: rotate(-1deg) translateY(-6px);
    /* Extend past viewport edges to avoid gaps at the tilt */
    margin-left: -4%;
    margin-right: -4%;
    width: 108%;
    overflow: hidden;
    background: var(--accent);
    padding: 13px 0;
    /* Layered shadows for depth */
    box-shadow: 0 8px 32px rgba(43, 164, 232, 0.28), 0 2px 0 rgba(0,0,0,0.4);
    /* Pull it up into the hero slightly so it overlaps the seam */
    margin-top: -20px;
    margin-bottom: -12px;
}

/* Keep inner content perfectly horizontal even though the wrap is tilted */
.marquee-track {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    /* Scroll one full copy, then it loops seamlessly */
    animation: marqueeScroll 28s linear infinite;
    flex-shrink: 0;
}

.marquee-content span {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    padding: 0 28px;
}

.marquee-content .marquee-dot {
    font-size: 0.55rem;
    color: rgba(0,0,0,0.5);
    padding: 0;
    letter-spacing: 0;
}

@keyframes marqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Outline Marquee Variant (orange border + text, transparent bg) Ã¢â€â‚¬Ã¢â€â‚¬ */
.marquee-outline {
    background: transparent;
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    box-shadow: 0 0 24px rgba(43, 164, 232, 0.12), inset 0 0 24px rgba(43, 164, 232, 0.04);
    transform: rotate(1deg) translateY(-6px);
    padding: 14px 0;
}

.marquee-outline .marquee-content span {
    color: var(--accent);
}

.marquee-outline .marquee-content .marquee-dot {
    color: rgba(43, 164, 232, 0.4);
}

.marquee-reverse {
    animation: marqueeScrollReverse 32s linear infinite;
}

@keyframes marqueeScrollReverse {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-content {
        animation: none;
    }
    .marquee-reverse {
        animation: none;
    }
}

/* ========================================
   Section Header Ã¢â‚¬â€ Decorative Bracket Accent
   ======================================== */
.section-header {
    position: relative;
}

/* Ghost bracket removed Ã¢â‚¬â€ was causing title artifacts */

/* ========================================
   Services & Projects grid overlay Ã¢â‚¬â€ REMOVED (caused artifacts)
   ======================================== */

/* Stat card blob decoration Ã¢â‚¬â€ REMOVED (caused artifacts on mobile) */

/* ========================================
   Section label Ã¢â‚¬â€ accent underline tick
   ======================================== */
.section-label {
    position: relative;
    display: inline-block;
}

.section-label::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.section-header.visible .section-label::after {
    transform: scaleX(1);
}

/* ========================================
   Hamburger Icon (animated)
   ======================================== */
.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 22px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    transform-origin: center;
}

body.theme-light .hamburger span { background: #fff; }
body.theme-light .site-header.scrolled .hamburger span { background: var(--text); }

.nav-open .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-open .hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.nav-open .hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ========================================
   Full-Screen Nav Drawer
   ======================================== */
.nav-drawer {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.nav-drawer.open {
    opacity: 1;
    visibility: visible;
}

.nav-drawer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.nav-drawer-links a {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--text);
    padding: 8px 20px;
    border-radius: var(--radius);
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, color 0.3s ease, background 0.3s ease;
}

.nav-drawer.open .nav-drawer-links a {
    transform: translateY(0);
    opacity: 1;
}

/* Stagger animation per link */
.nav-drawer-links a:nth-child(1) { transition-delay: 0.06s; }
.nav-drawer-links a:nth-child(2) { transition-delay: 0.12s; }
.nav-drawer-links a:nth-child(3) { transition-delay: 0.18s; }
.nav-drawer-links a:nth-child(4) { transition-delay: 0.24s; }
.nav-drawer-links a:nth-child(5) { transition-delay: 0.30s; }
.nav-drawer-links a:nth-child(6) { transition-delay: 0.36s; }

.nav-drawer-links a:hover {
    color: var(--accent);
    background: var(--accent-subtle);
}

.nav-drawer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--accent);
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: var(--radius-button);
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.42s, opacity 0.4s ease 0.42s, background 0.3s ease;
}

.nav-drawer.open .nav-drawer-cta {
    transform: translateY(0);
    opacity: 1;
}

.nav-drawer-cta:hover {
    background: var(--accent-hover);
}

.nav-drawer-social {
    display: flex;
    gap: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.50s, opacity 0.4s ease 0.50s;
}

.nav-drawer.open .nav-drawer-social {
    transform: translateY(0);
    opacity: 1;
}

.nav-drawer-social a {
    font-size: 1.4rem;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.nav-drawer-social a:hover {
    color: var(--accent);
}

/* Stats Counter Bar Ã¢â‚¬â€ REMOVED (duplicate of about-stats cards) */

/* ========================================
   Video Showcase Section
   ======================================== */
.video-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.video-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-card);
}

.video-card--featured {
    grid-row: 1 / 3;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-card--featured video {
    aspect-ratio: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    .video-card--featured {
        grid-row: auto;
    }
    .video-card--featured video {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

/* ========================================
   Utility & Emergency Services Grid
   ======================================== */
.utility-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.utility-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 12px;
}

.utility-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--border);
}

.utility-card--tall {
    grid-row: span 2;
}

.utility-card--ba {
    height: auto;
}

.utility-card--ba .ba-card {
    width: 100%;
    height: 100%;
    border-radius: 0;
    aspect-ratio: 3 / 4;
}

.utility-card--ba .ba-card .ba-after img,
.utility-card--ba .ba-card .ba-before img {
    height: 100%;
    object-fit: cover;
}

.utility-card--ba .utility-card-overlay {
    z-index: 5;
}

.utility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.utility-card:hover img {
    transform: scale(1.05);
}

.utility-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
}

.utility-tag {
    display: inline-block;
    width: fit-content;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    background: rgba(0,0,0,0.5);
    padding: 3px 8px;
    border-radius: 4px;
}

.utility-label {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .utility-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 240px;
    }
}

@media (max-width: 768px) {
    .utility-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }
    .utility-card {
        aspect-ratio: 4 / 3;
    }
    .utility-card--tall {
        grid-row: span 2;
        aspect-ratio: auto;
    }
    .utility-card--ba {
        aspect-ratio: 3 / 4;
    }
}

@media (max-width: 480px) {
    .utility-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .utility-card {
        aspect-ratio: 4 / 3;
    }
    .utility-card--tall {
        grid-row: span 1;
        aspect-ratio: 3 / 4;
    }
    .utility-card--ba {
        aspect-ratio: 3 / 4;
    }
}

/* ========================================
   FAQ Accordion
   ======================================== */
.faq-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 4px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    list-style: none;
    transition: color 0.3s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--accent);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item summary:hover {
    color: var(--accent);
}

.faq-item .faq-answer-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.22s cubic-bezier(0.32, 0, 0.2, 1),
                opacity 0.16s ease;
    opacity: 0;
}

@supports (padding-top: env(safe-area-inset-top)) {
    @media (max-width: 768px) {
        .site-header {
            padding-top: env(safe-area-inset-top);
            background:
                linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.78) 64%, rgba(0, 0, 0, 0) 100%);
        }

        .site-header.scrolled {
            background: var(--header-scrolled-bg);
        }
    }
}

.faq-item[open] .faq-answer-wrap {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq-answer {
    overflow: hidden;
    padding: 0 4px;
    color: var(--text-body);
    line-height: 1.75;
    font-size: 0.94rem;
}

.faq-item[open] .faq-answer {
    padding-bottom: 18px;
}

.faq-answer a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.faq-answer a:hover {
    color: var(--accent-hover);
}

/* ========================================
   Gallery Lightbox
   ======================================== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: zoom-out;
}

/* Ensure grid theme lines don't bleed through lightbox */
body.theme-grid .lightbox {
    background: rgba(0,0,0,0.97);
}

.lightbox.open {
    opacity: 1;
    visibility: visible;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default;
}

.lightbox.open .lightbox-img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
    line-height: 1;
}

.lightbox-close:hover { color: var(--accent); }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 1.2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
    z-index: 2;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
}

.lightbox-caption {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255,255,255,0.75);
    font-size: 0.85rem;
    max-width: 80%;
    pointer-events: none;
}

/* ========================================
   Sticky Mobile CTA
   ======================================== */
.sticky-mobile-cta {
    display: none;
}

@media (max-width: 768px) {
    .sticky-mobile-cta {
        display: block;
        position: fixed;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 14px;
        right: 14px;
        z-index: 90;
        transform: translateY(calc(100% + 24px));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            opacity 0.24s ease,
            visibility 0s linear 0.4s;
    }

    .sticky-mobile-cta.visible {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition:
            transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            opacity 0.24s ease,
            visibility 0s;
    }

    .sticky-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 15px 20px;
        background: var(--accent);
        color: #000;
        font-weight: 800;
        font-size: 0.88rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 50px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35),
                    0 0 0 1px rgba(43, 164, 232, 0.15);
        transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
    }

    .sticky-mobile-cta a:hover {
        background: var(--accent-hover);
    }

    /* Invert when overlapping orange CTA banner */
    .sticky-mobile-cta.cta-inverted a {
        background: #000;
        color: var(--accent);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5),
                    0 0 0 1px rgba(43, 164, 232, 0.3);
    }

    .sticky-mobile-cta a i {
        font-size: 1rem;
    }

    /* Pad footer so CTA doesn't cover content */
    .site-footer {
        padding-bottom: 60px;
    }
}

/* ========================================
   Video showcase Ã¢â‚¬â€ portrait-aware + 2-line label
   ======================================== */
/* Reels are 9:16; let cards reflect that for a clean look */
.video-card video {
    aspect-ratio: 9 / 16;
    background: #000;
}

.video-card--featured video {
    aspect-ratio: 9 / 16;
    height: 100%;
}

@media (max-width: 768px) {
    .video-card video,
    .video-card--featured video {
        aspect-ratio: 9 / 16;
        height: auto;
    }
}


/* -- Calendly popup loading spinner -- */
.calendly-loading-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    pointer-events: none;
    z-index: 1;
}

.calendly-loading-spinner__ring {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: #2BA4E8;
    border-radius: 50%;
    animation: calendly-spin 0.9s linear infinite;
}

@keyframes calendly-spin {
    to { transform: rotate(360deg); }
}

/* -- Square Appointments iframe modal -- */
.square-booking-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: hidden;
    animation: square-fade-in 0.2s ease-out;
}

@keyframes square-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.square-booking-overlay__frame {
    display: block;
    width: min(100%, 1040px);
    min-width: 0;
    height: min(86dvh, 860px);
    max-width: calc(100vw - 48px);
    max-height: calc(100dvh - 48px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: #0a0a0a;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(43, 164, 232, 0.16);
    color-scheme: dark;
}

.square-booking-overlay__close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.85);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.square-booking-overlay__close:hover {
    background: rgba(43, 164, 232, 0.28);
    border-color: rgba(255, 255, 255, 0.62);
    transform: scale(1.05);
    box-shadow: 0 0 18px rgba(43, 164, 232, 0.36);
}

.square-booking-card {
    width: min(540px, calc(100vw - 42px));
    padding: clamp(28px, 5vw, 44px);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 10px;
    background:
        radial-gradient(circle at 12% 0%, rgba(43, 164, 232,0.24), transparent 42%),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        #070707;
    box-shadow: 0 30px 90px rgba(0,0,0,0.72);
    color: #fff;
}

.square-booking-card > span {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 6px 8px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.74);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.square-booking-card h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 6vw, 3.7rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.square-booking-card p {
    margin: 0 0 24px;
    color: rgba(255,255,255,0.68);
    line-height: 1.7;
}

.square-booking-card code {
    color: #fff;
}

.square-booking-overlay .calendly-loading-spinner {
    color: #fff;
}

@media (max-width: 900px) {
    .square-booking-overlay {
        padding: 64px 14px 14px;
    }

    .square-booking-overlay__frame {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
        height: calc(100dvh - 78px);
        max-height: calc(100dvh - 78px);
        border-radius: 10px;
    }
}

@media (max-width: 600px) {
    .square-booking-overlay {
        align-items: stretch;
        justify-content: stretch;
        padding: 54px 0 0;
        background: #000;
    }

    .square-booking-overlay__frame {
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        height: calc(100dvh - 54px);
        max-height: calc(100dvh - 54px);
        border-radius: 0;
        border: 0;
    }

    .square-booking-overlay__close {
        top: 8px;
        right: 12px;
        width: 40px;
        height: 40px;
        border-color: rgba(43, 164, 232, 0.42);
        background: rgba(10, 10, 10, 0.96);
        box-shadow: 0 0 20px rgba(43, 164, 232, 0.20);
    }

}
/* ========================================
   Canario Detailing - black paint + white/blue performance skin
   ======================================== */
body.canario-site {
    --bg: #000000;
    --bg-elevated: #050505;
    --bg-card: rgba(255, 255, 255, 0.035);
    --bg-card-hover: rgba(255, 255, 255, 0.075);
    --bg-glass: rgba(0, 0, 0, 0.78);
    --text: #ffffff;
    --text-body: rgba(255, 255, 255, 0.80);
    --text-muted: rgba(255, 255, 255, 0.56);
    --accent: #2BA4E8;
    --accent-hover: #1B8FCC;
    --accent-glow: rgba(43, 164, 232, 0.42);
    --accent-subtle: rgba(43, 164, 232, 0.14);
    --border: rgba(43, 164, 232, 0.52);
    --border-accent: rgba(43, 164, 232, 0.34);
    --radius: 4px;
    --radius-button: 5px;
    --shadow: 0 22px 70px rgba(0, 0, 0, 0.62);
    --header-scrolled-bg: rgba(0, 0, 0, 0.88);
    --header-scrolled-border: rgba(43, 164, 232, 0.42);
    --cta-bg: #ffffff;
    --cta-text: #050505;
    --cta-btn-bg: #050505;
    --cta-btn-text: #ffffff;
    --cta-outline-bg: rgba(255, 255, 255, 0.06);
    --cta-outline-text: #ffffff;
    --cta-outline-border: rgba(43, 164, 232, 0.30);
    --cta-outline-hover-bg: #ffffff;
    --cta-outline-hover-text: #050505;
    background:
        radial-gradient(circle at 78% 12%, rgba(43, 164, 232, 0.16), rgba(0, 0, 0, 0) 30vw),
        radial-gradient(circle at 8% 64%, rgba(43, 164, 232, 0.10), rgba(0, 0, 0, 0) 34vw),
        linear-gradient(180deg, #000 0%, #050505 42%, #000 100%);
}

body.canario-site::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.68), transparent 88%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.68), transparent 88%);
}

body.canario-site .canario-brand {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    line-height: 0.88;
    letter-spacing: 0;
}

body.canario-site .brand-mark {
    width: clamp(31px, 3vw, 42px);
    height: clamp(31px, 3vw, 42px);
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(43, 164, 232,0.24));
}

body.canario-site .brand-type {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

body.canario-site .brand-wordmark {
    font-weight: 900;
    font-size: clamp(1.26rem, 2vw, 1.74rem);
}

body.canario-site .site-header .brand-type {
    display: none;
}

body.canario-site .site-header .canario-brand {
    gap: 0;
}

body.canario-site .site-header .brand-mark {
    width: clamp(88px, 8.6vw, 138px);
    height: clamp(56px, 5.6vw, 76px);
}

body.canario-site .brand-submark {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    padding-left: 0.1rem;
}

body.canario-site .site-header.scrolled {
    backdrop-filter: blur(18px);
}

body.canario-site .site-nav a:hover,
body.canario-site .nav-drawer-links a:hover,
body.canario-site .footer-grid a:hover {
    color: #ffffff;
}

body.canario-site .header-cta,
body.canario-site .btn-primary,
body.canario-site .nav-drawer-cta {
    border-width: 0.5px;
    background: #2BA4E8;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 18px 42px rgba(43, 164, 232,0.18);
}

body.canario-site .header-cta:hover,
body.canario-site .btn-primary:hover,
body.canario-site .nav-drawer-cta:hover {
    background: #1B8FCC !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 20px 54px rgba(43, 164, 232,0.34);
}

body.canario-site .hero {
    min-height: 100svh;
}

body.canario-site .hero-overlay {
    background:
        radial-gradient(circle at 70% 42%, rgba(43, 164, 232, 0.16), rgba(0,0,0,0) 35%),
        linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.36) 42%, rgba(0,0,0,0.06) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0.85) 100%);
}

body.canario-site .hero-slide[data-orientation="landscape"] img.hero-slide-media {
    object-position: 50% 68%;
}

body.canario-site .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 26vh;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, #000);
}

body.canario-site .hero-content {
    z-index: 2;
}

body.canario-site .hero-headline {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(30px, 3.4vw, 46px);
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 26px 80px rgba(0,0,0,0.9);
    font-size: clamp(4.4rem, 8vw, 7.4rem);
    line-height: 0.82;
    position: relative;
}

body.canario-site .hero-headline .hero-line:not(.hero-line--script-text) {
    white-space: nowrap;
}

body.canario-site .hero-line--main {
    display: block;
}

body.canario-site .hero-line--second {
    margin-top: -0.04em;
}

body.canario-site .hero-letter {
    display: inline-block;
    white-space: pre;
    will-change: transform, opacity, filter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform-origin: center center;
}

body.canario-site .script-write-label {
    position: relative;
    width: fit-content;
    max-width: 100%;
    overflow: visible;
    text-shadow: none;
    will-change: transform;
}

body.canario-site .script-write-text,
body.canario-site .script-write-layer {
    display: inline-block;
    white-space: pre;
    line-height: inherit;
}

body.canario-site .script-write-text {
    position: relative;
    z-index: 3;
    color: #fff;
    text-shadow:
        0 0 1px rgba(255,255,255,0.92),
        0 0 14px rgba(43, 164, 232,0.18);
}

body.canario-site .script-write-layer {
    position: absolute;
    inset: 0 auto auto 0;
    pointer-events: none;
}

body.canario-site .script-write-layer--blue {
    z-index: 2;
    color: #2BA4E8;
    text-shadow:
        0 0 10px rgba(43, 164, 232,0.45),
        0 0 22px rgba(43, 164, 232,0.18);
}

body.canario-site .script-write-layer--dark {
    z-index: 1;
    color: rgba(0, 0, 0, 0.9);
    -webkit-text-stroke: 0.5px rgba(43, 164, 232,0.34);
    text-shadow: 0 0 12px rgba(0,0,0,0.72);
}

body.canario-site .script-write-char {
    display: inline-block;
    transform-origin: 50% 74%;
    will-change: transform, opacity, filter;
}

body.canario-site .script-write-layer .script-write-char::before {
    content: attr(data-char);
}

body.canario-site .hero-headline-wrapper {
    position: relative;
    display: inline-block;
}

body.canario-site .hero-script-signature {
    position: absolute;
    bottom: -0.34em;
    left: 58%;
    width: 2.95em !important;
    height: auto !important;
    margin: 0;
    transform: rotate(-5deg) !important;
    z-index: 5;
}

body.canario-site .hero-tagline {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

body.canario-site .btn {
    border-width: 0.5px;
    border-radius: 5px;
}

body.canario-site .btn-outline,
body.canario-site .hero .btn-outline {
    border-width: 0.5px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035)),
        rgba(0,0,0,0.30);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 18px 38px rgba(0,0,0,0.25);
}

body.canario-site .section-label {
    font-family: 'Blacksword', cursive;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    background: transparent !important;
    border: none !important;
    padding: 0 0 11px !important;
    margin-bottom: 12px;
    position: relative;
    display: inline-flex !important;
    align-items: flex-end;
    isolation: isolate;
    text-shadow:
        0.025em 0.025em 0px #2BA4E8,
        0.05em 0.05em 0px rgba(0, 0, 0, 0.85);
}

body.canario-site .section-label:not(.hero-decal)::before {
    display: none !important;
}

body.canario-site .section-label:not(.hero-decal)::after {
    display: none !important;
}

body.canario-site .section-label.hero-decal::before,
body.canario-site .section-label.hero-decal::after {
    display: none !important;
}

body.canario-site .hero-decal-wrap {
    display: inline-block;
    transform: rotate(-3deg);
    transform-origin: center;
    margin-bottom: 24px;
}

body.canario-site .hero-decal {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.64rem !important;
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #2BA4E8 !important;
    background: rgba(43, 164, 232, 0.07) !important;
    border: 1px solid rgba(43, 164, 232, 0.32) !important;
    border-radius: 4px !important;
    padding: 6px 14px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    box-shadow: 0 0 16px rgba(43, 164, 232, 0.12), inset 0 1px 0 rgba(255,255,255,0.05) !important;
    text-shadow: 0 0 8px rgba(43, 164, 232, 0.38) !important;
}

body.canario-site .section-title {
    text-transform: uppercase;
    text-wrap: balance;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 24px;
}

body.canario-site .section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: clamp(72px, 10vw, 118px);
    height: 0.5px;
    background: linear-gradient(90deg, #2BA4E8 0%, rgba(43, 164, 232, 0.42) 72%, transparent 100%);
    border-radius: 999px;
    opacity: 0;
    transform: translateX(-50%) skewX(-20deg) scaleX(0);
    transform-origin: center;
    box-shadow: 0 0 10px rgba(43, 164, 232, 0.24);
    will-change: transform, opacity;
}

body.canario-site .section-line-drawn .section-title::after,
body.canario-site .section-title.section-line-drawn::after {
    animation: sectionTitleLineDrawCenter 0.86s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes sectionTitleLineDrawCenter {
    0% {
        opacity: 0;
        transform: translateX(-50%) skewX(-20deg) scaleX(0);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) skewX(-20deg) scaleX(1);
    }
}

@media (max-width: 768px) {
    body.canario-site .section-title::after {
        left: 0;
        transform: skewX(-20deg) scaleX(0);
        transform-origin: left;
    }

    body.canario-site .section-line-drawn .section-title::after,
    body.canario-site .section-title.section-line-drawn::after {
        animation-name: sectionTitleLineDrawLeft;
    }
}

@keyframes sectionTitleLineDrawLeft {
    0% {
        opacity: 0;
        transform: skewX(-20deg) scaleX(0);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: skewX(-20deg) scaleX(1);
    }
}

body.canario-site .service-card,
body.canario-site .stat-card,
body.canario-site .timeline-content,
body.canario-site .testimonial-card,
body.canario-site .contact-card,
body.canario-site .area-card,
body.canario-site .about-slider-shell,
body.canario-site .utility-card,
body.canario-site .faq-section details {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)),
        rgba(0,0,0,0.58);
    border-color: rgba(43, 164, 232,0.52);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 70px rgba(0,0,0,0.42);
    backdrop-filter: blur(10px);
}

body.canario-site .about-slider-shell {
    padding: clamp(8px, 1vw, 12px);
}

body.canario-site .about-slider-stage {
    border-radius: 6px;
}

body.canario-site .about-slide img {
    object-position: 50% 58%;
}

body.canario-site .about-slide--garage img {
    object-position: 52% 62%;
}

body.canario-site .about-slide--show img {
    object-position: 50% 60%;
}

body.canario-site .about-slide--pink img {
    object-position: 50% 58%;
}

body.canario-site .about-slide--silver img {
    object-position: 50% 76%;
}

body.canario-site .about-slide--stance img {
    object-position: 50% 76%;
}

body.canario-site .about-slide--gloss img {
    object-position: 50% 58%;
}

body.canario-site .about-slide--interior img {
    object-position: 50% 54%;
}

body.canario-site .about-slide--cargo img {
    object-position: 50% 56%;
}

body.canario-site .about-slide--foam img {
    object-position: 50% 60%;
}

body.canario-site .about-slide--corvette img {
    object-position: 50% 76%;
}

body.canario-site .service-card,
body.canario-site .stat-card,
body.canario-site .timeline-content,
body.canario-site .testimonial-card,
body.canario-site .contact-card,
body.canario-site .area-card,
body.canario-site .about-slider-shell,
body.canario-site .utility-card,
body.canario-site .faq-section details {
    border-width: 0.5px;
}

body.canario-site .service-card::before,
body.canario-site .timeline-content::before,
body.canario-site .contact-card::before {
    background: linear-gradient(90deg, rgba(43, 164, 232,0.96), rgba(23,73,103,0.58), transparent);
}

body.canario-site .service-card i,
body.canario-site .contact-row i,
body.canario-site .timeline-content > span,
body.canario-site .stat-card strong {
    color: #fff;
    text-shadow: 0 0 24px rgba(43, 164, 232,0.38);
}

body.canario-site .marquee-wrap {
    border-top-color: rgba(255,255,255,0.10);
    border-bottom-color: rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.85);
    box-shadow: 0 8px 32px rgba(43, 164, 232, 0.18), 0 2px 0 rgba(0,0,0,0.42);
    transform: rotate(-1.5deg) scale(1.02);
    z-index: 2;
    margin-block: 22px;
}

body.canario-site .marquee-content span {
    color: rgba(255,255,255,0.88);
    text-transform: uppercase;
    transform: skewX(-6deg);
    display: inline-block;
}

body.canario-site .marquee-dot {
    color: #2BA4E8 !important;
}

body.canario-site .hero-scroll-hint,
body.canario-site .timeline-line-fill {
    color: rgba(255,255,255,0.72);
    background: linear-gradient(180deg, #2BA4E8, #050505);
    box-shadow: 0 0 14px rgba(43, 164, 232,0.34);
}

body.canario-site .hero-scroll-hint {
    bottom: 46px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.canario-site .hero-scroll-hint i {
    color: rgba(255,255,255,0.72);
    text-shadow: 0 0 16px rgba(43, 164, 232,0.45);
}

body.canario-site .marquee-outline,
body.canario-site .marquee-wrap--alt {
    box-shadow: inset 0 0 26px rgba(43, 164, 232,0.05), 0 0 24px rgba(43, 164, 232,0.10);
}

body.canario-site .theme-dot,
body.canario-site .floating-theme-picker,
body.canario-site .theme-fab {
    display: none !important;
}

body.canario-site .gallery-card {
    background: #050505;
    border: 0.5px solid rgba(43, 164, 232,0.52);
    box-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

body.canario-site .gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, transparent 36%, rgba(0,0,0,0.82) 100%);
}

body.canario-site .gallery-badge,
body.canario-site .about-slider-badge {
    color: #fff;
    background: rgba(43, 164, 232,0.78);
    border-color: rgba(43, 164, 232,0.44);
}

body.canario-site .projects-section .gallery-badge {
    display: none;
}

body.canario-site .ba-section {
    padding: clamp(76px, 9vw, 126px) 0;
    background: #000;
    border-top: 1px solid rgba(43, 164, 232,0.35);
    border-bottom: 1px solid rgba(43, 164, 232,0.24);
}

body.canario-site .ba-section .section-heading {
    max-width: 780px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

body.canario-site .ba-section .section-intro {
    margin-left: 0;
    margin-right: 0;
    max-width: 560px;
}

body.canario-site .ba-section .section-title::after {
    left: 0;
    transform: skewX(-20deg) scaleX(0);
    transform-origin: left;
}

body.canario-site .ba-section .section-line-drawn .section-title::after,
body.canario-site .ba-section .section-title.section-line-drawn::after {
    animation-name: sectionTitleLineDrawLeft;
}

body.canario-site .ba-grid {
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 38px);
}

body.canario-site .ba-slide-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
    min-height: 0;
    border-radius: 12px;
    border: 1px solid rgba(43, 164, 232,0.42);
    background: linear-gradient(145deg, rgba(8, 12, 15,0.96), rgba(0, 0, 0,0.94));
    box-shadow: 0 26px 80px rgba(0,0,0,0.52);
}

body.canario-site .ba-card {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-right: 1px solid rgba(43, 164, 232,0.26);
}

body.canario-site .ba-card .ba-after img,
body.canario-site .ba-card .ba-before img {
    object-fit: cover;
}

body.canario-site .ba-divider {
    width: 2px;
    background: rgba(43, 164, 232, 0.72);
    box-shadow: 0 0 12px rgba(43, 164, 232,0.38);
}

body.canario-site .ba-card .ba-divider::after {
    width: 40px;
    height: 40px;
    background: rgba(43, 164, 232, 0.58);
    border: 0.5px solid rgba(236, 249, 255, 0.68);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.34),
        0 8px 22px rgba(43, 164, 232,0.28);
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    backdrop-filter: blur(12px) saturate(130%);
}

body.canario-site .ba-label {
    border-radius: 4px;
    letter-spacing: 0.14em;
}

body.canario-site .ba-label-after {
    background: #2BA4E8;
    color: #03111b;
}

body.canario-site .ba-body {
    justify-content: center;
    min-height: 100%;
    padding: clamp(28px, 4vw, 46px);
    background:
        radial-gradient(circle at 100% 0%, rgba(43, 164, 232,0.13), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01)),
        #050505;
}

body.canario-site .ba-body::before {
    background: #2BA4E8;
    box-shadow: 0 0 18px rgba(43, 164, 232,0.34);
}

body.canario-site .ba-body::after {
    color: rgba(43, 164, 232,0.12);
}

body.canario-site .ba-body h3 {
    font-size: clamp(1.8rem, 3vw, 3.05rem);
    max-width: 13ch;
    letter-spacing: 0;
}

body.canario-site .ba-body p {
    color: rgba(255,255,255,0.74);
    max-width: 46ch;
}

body.canario-site .ba-tags span {
    border-color: rgba(43, 164, 232,0.24);
    background: rgba(43, 164, 232,0.07);
    color: rgba(255,255,255,0.68);
}

body.canario-site .ba-tags span:first-child {
    background: #2BA4E8;
    border-color: #2BA4E8;
    color: #03111b;
}

@media (max-width: 820px) {
    body.canario-site .ba-slide-inner {
        grid-template-columns: 1fr;
    }

    body.canario-site .ba-card {
        aspect-ratio: 4 / 5;
        border-right: 0;
        border-bottom: 1px solid rgba(43, 164, 232,0.26);
    }
}

body.canario-site .utility-grid {
    align-items: stretch;
}

body.canario-site .utility-card video {
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: 680px;
    object-fit: cover;
    background: #000;
}

body.canario-site .motion-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

body.canario-site .motion-copy {
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    line-height: 1.7;
}

body.canario-site .motion-copy p {
    margin: 0 0 22px;
}

body.canario-site .motion-copy ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.canario-site .motion-copy li {
    padding-left: 22px;
    position: relative;
}

body.canario-site .motion-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.74em;
    width: 9px;
    height: 1px;
    background: #2BA4E8;
}

body.canario-site .motion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.canario-site .motion-card--portrait {
    grid-row: span 2;
}

body.canario-site .motion-card--portrait video {
    aspect-ratio: 9 / 16;
    max-height: 640px;
}

body.canario-site .utility-card img {
    display: block;
    width: 100%;
    min-height: 360px;
    height: 100%;
    object-fit: cover;
}

body.canario-site .process-section,
body.canario-site .faq-section,
body.canario-site .contact-section {
    position: relative;
    padding: clamp(88px, 10vw, 130px) 0;
    overflow: hidden;
}

body.canario-site .process-section::before,
body.canario-site .faq-section::before,
body.canario-site .contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(43, 164, 232,0.10), transparent 28%),
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
    background-size: auto, 64px 64px, 64px 64px;
    opacity: 0.62;
}

body.canario-site .process-section .container,
body.canario-site .faq-section .container,
body.canario-site .contact-section .container {
    position: relative;
    z-index: 1;
}

body.canario-site .process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(34px, 5vw, 56px);
}

body.canario-site .timeline-step {
    display: block;
    margin: 0;
    min-width: 0;
}

body.canario-site .timeline-dot {
    display: none;
}

body.canario-site .timeline-content {
    min-height: 100%;
    padding: clamp(22px, 2.4vw, 32px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
}

body.canario-site .timeline-content > span {
    display: inline-flex;
    width: fit-content;
    font-size: 0.76rem;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #fff;
    border-bottom: 1px solid rgba(43, 164, 232,0.9);
    padding-bottom: 9px;
}

body.canario-site .timeline-content h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

body.canario-site .timeline-content p {
    margin: 0;
    color: rgba(255,255,255,0.66);
    font-size: 0.92rem;
    line-height: 1.65;
}

body.canario-site .cta-section {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 9vw, 132px) 0;
    border-top: 0.5px solid rgba(255,255,255,0.12);
    border-bottom: 0.5px solid rgba(255,255,255,0.12);
    background: #020202;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

body.canario-site .cta-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding-inline: clamp(24px, 4vw, 42px);
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.50fr);
    align-items: center;
    gap: clamp(40px, 7vw, 112px);
}

body.canario-site .cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.5px;
    background: linear-gradient(90deg, transparent, rgba(43, 164, 232,0.82), rgba(255,255,255,0.44), transparent);
    pointer-events: none;
}

body.canario-site .cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.18;
}

body.canario-site .cta-brand-stamp {
    position: absolute;
    right: clamp(300px, 38vw, 500px);
    top: 50%;
    z-index: -1;
    width: clamp(150px, 18vw, 270px);
    height: auto;
    transform: translateY(-50%) rotate(-8deg);
    opacity: 0.08;
    filter: grayscale(1) contrast(1.15) drop-shadow(0 0 34px rgba(43, 164, 232,0.28));
    pointer-events: none;
}

body.canario-site .cta-copy,
body.canario-site .cta-panel {
    position: relative;
    z-index: 1;
}

body.canario-site .cta-copy h2 {
    max-width: 680px;
    margin: 18px 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.25rem, 4.35vw, 4.45rem);
    line-height: 0.96;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    text-shadow:
        0.018em 0.018em 0px rgba(43, 164, 232, 0.88),
        0.05em 0.05em 0px rgba(0, 0, 0, 0.9);
}

body.canario-site .cta-copy p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,0.68);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.6;
}

body.canario-site .cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    min-width: min(420px, 100%);
    margin-top: clamp(26px, 3vw, 38px);
}

body.canario-site .cta-actions .btn {
    min-width: 196px;
}

body.canario-site .cta-panel {
    position: relative;
    overflow: hidden;
    border: 0.5px solid rgba(43, 164, 232,0.52);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.016)),
        rgba(0,0,0,0.76);
    box-shadow: 0 34px 92px rgba(0,0,0,0.64);
}

body.canario-site .cta-panel-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 0.5px solid rgba(43, 164, 232,0.50);
    cursor: grab;
    touch-action: pan-y;
}

body.canario-site .cta-panel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.42));
    pointer-events: none;
}

body.canario-site .cta-panel-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 52%;
}

body.canario-site .cta-panel-media.is-dragging {
    cursor: grabbing;
}

body.canario-site .cta-panel-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(1.035);
    transition: opacity 0.38s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

body.canario-site .cta-panel-slide.active {
    opacity: 1;
    transform: scale(1);
}

body.canario-site .cta-panel-slider-controls {
    position: absolute;
    inset-inline: 12px;
    top: 50%;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

body.canario-site .cta-panel-slider-control {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0.5px solid rgba(159, 221, 255, 0.58);
    border-radius: 50%;
    background: rgba(0, 8, 13, 0.7);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.canario-site .cta-panel-slider-control:hover,
body.canario-site .cta-panel-slider-control:focus-visible {
    border-color: #9FDDFF;
    background: #1586C4;
    transform: scale(1.06);
}

body.canario-site .cta-panel-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 4;
    display: flex;
    gap: 6px;
    transform: translateX(-50%);
}

body.canario-site .cta-panel-slider-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

body.canario-site .cta-panel-slider-dot.active {
    width: 20px;
    border-radius: 999px;
    background: #2BA4E8;
}

body.canario-site .cta-panel-body {
    padding: clamp(22px, 3vw, 34px);
    background: rgba(2,2,2,0.94);
}

body.canario-site .cta-panel-body > span {
    display: inline-flex;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.56);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.canario-site .cta-panel ol {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.canario-site .cta-panel li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-top: 16px;
    border-top: 0.5px solid rgba(255,255,255,0.12);
}

body.canario-site .cta-panel li:first-child {
    padding-top: 0;
    border-top: 0;
}

body.canario-site .cta-panel strong {
    color: #2BA4E8;
    font-size: 0.78rem;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

body.canario-site .cta-panel p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.94rem;
    line-height: 1.5;
}

body.canario-site .faq-section {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 9vw, 118px) 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(43, 164, 232,0.11), transparent 32%),
        linear-gradient(180deg, #000 0%, #020607 100%);
}

body.canario-site .faq-section .section-heading {
    max-width: 720px;
    margin: 0 0 clamp(24px, 4vw, 42px);
    text-align: left;
}

body.canario-site .faq-list {
    max-width: 900px;
    margin: 0;
    border: 0.5px solid rgba(43, 164, 232,0.58);
    border-radius: 10px;
    padding: clamp(8px, 1.4vw, 12px);
    background:
        radial-gradient(circle at 18% 0%, rgba(43, 164, 232,0.11), rgba(0,0,0,0) 34%),
        linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
        rgba(4,7,9,0.82);
    box-shadow: inset 0 0.5px 0 rgba(255,255,255,0.10), 0 24px 70px rgba(0,0,0,0.56);
    counter-reset: faq-row;
}

body.canario-site .faq-item {
    counter-increment: faq-row;
    overflow: hidden;
    border: 0.5px solid rgba(43, 164, 232,0.22);
    border-radius: 8px;
    background: rgba(255,255,255,0.018);
    box-shadow: none;
    transition:
        opacity 0.58s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.58s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.58s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.24s ease,
        background-color 0.24s ease;
}

body.canario-site .faq-item + .faq-item {
    margin-top: 8px;
}

body.canario-site .faq-item.fade-in {
    transform: translate3d(-14px, 18px, 0);
}

body.canario-site .faq-item.fade-in.visible {
    transform: translate3d(0, 0, 0);
}

body.canario-site .faq-item[open] {
    border-color: rgba(43, 164, 232,0.48);
    background: rgba(43, 164, 232,0.055);
}

body.canario-site .faq-item summary {
    min-height: 0;
    padding: clamp(15px, 2vw, 19px) clamp(14px, 2.2vw, 20px);
    align-items: center;
    gap: clamp(12px, 2vw, 18px);
    font-size: clamp(0.96rem, 1.25vw, 1.1rem);
    line-height: 1.25;
    letter-spacing: 0;
}

body.canario-site .faq-item summary::before {
    content: counter(faq-row, decimal-leading-zero);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 0.5px solid rgba(43, 164, 232,0.34);
    border-radius: 6px;
    background: rgba(43, 164, 232,0.08);
    color: #2BA4E8;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

body.canario-site .faq-item summary::after {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border: 0.5px solid rgba(43, 164, 232,0.34);
    border-radius: 999px;
    background: rgba(0,0,0,0.42);
    color: #2BA4E8;
    font-size: 1.1rem;
    line-height: 1;
}

body.canario-site .faq-item .faq-answer {
    max-width: 720px;
    padding: 0 clamp(22px, 4vw, 76px) clamp(18px, 2.8vw, 28px) clamp(62px, 6vw, 72px);
    color: rgba(255,255,255,0.70);
    font-size: clamp(0.92rem, 1.18vw, 1rem);
    line-height: 1.65;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

body.canario-site .faq-item[open] .faq-answer {
    animation: canarioFaqIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes canarioFaqIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

body.canario-site .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.55fr) minmax(360px, 0.7fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: start;
}

body.canario-site .contact-copy .section-title {
    max-width: 540px;
}

body.canario-site .contact-copy p {
    max-width: 470px;
    color: rgba(255,255,255,0.72);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.7;
}

body.canario-site .contact-card {
    width: 100%;
    padding: clamp(22px, 3vw, 34px);
    align-items: stretch;
    gap: 0;
}

body.canario-site .map-card {
    min-height: 360px;
    border: 0.5px solid rgba(43, 164, 232,0.52);
    border-radius: var(--radius);
    overflow: hidden;
    background: #050505;
    box-shadow: 0 24px 70px rgba(0,0,0,0.42);
}

body.canario-site .map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    filter: grayscale(1) invert(0.92) contrast(1.05) brightness(0.72);
}

body.canario-site .contact-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 22px 0;
    text-decoration: none;
    border-bottom: 0.5px solid rgba(43, 164, 232,0.46);
}

body.canario-site .contact-row:first-child {
    padding-top: 0;
}

body.canario-site .contact-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.canario-site .contact-row i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
}

body.canario-site .contact-row span {
    display: block;
    min-width: 0;
    text-align: left;
}

body.canario-site .contact-row strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: clamp(0.95rem, 1.3vw, 1.08rem);
    line-height: 1.2;
    text-transform: uppercase;
}

body.canario-site .contact-row small {
    display: block;
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: left;
}

body.canario-site .footer-brand {
    margin-bottom: 1rem;
}

body.canario-site .site-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 8vw, 86px) 0 0;
    background:
        radial-gradient(circle at 16% 0%, rgba(43, 164, 232,0.12), transparent 34%),
        #020202;
    border-top: 0;
}

body.canario-site .site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.28;
}

body.canario-site .footer-grid,
body.canario-site .footer-bottom {
    position: relative;
    z-index: 1;
}

body.canario-site .footer-grid {
    grid-template-columns: minmax(280px, 1.46fr) minmax(130px, 0.58fr) minmax(130px, 0.58fr) minmax(170px, 0.72fr);
    gap: clamp(24px, 3.4vw, 46px);
    align-items: start;
    padding: clamp(24px, 3.4vw, 36px);
    border: 0.5px solid rgba(43, 164, 232,0.34);
    border-radius: 14px;
    background:
        radial-gradient(circle at 16% 0%, rgba(43, 164, 232,0.13), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 24px 70px rgba(0,0,0,0.24);
}

body.canario-site .footer-brand {
    margin-bottom: 1.35rem;
}

body.canario-site .footer-brand .brand-mark {
    width: clamp(132px, 15vw, 192px);
    height: auto;
    filter:
        drop-shadow(0 0 16px rgba(43, 164, 232,0.32))
        drop-shadow(0 10px 26px rgba(0,0,0,0.36));
}

body.canario-site .footer-brand-block p {
    max-width: 470px;
    margin: 0 0 22px;
    color: rgba(255,255,255,0.68);
    font-size: clamp(0.96rem, 1.35vw, 1.12rem);
    line-height: 1.65;
}

body.canario-site .footer-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

body.canario-site .footer-cta-row .btn {
    min-height: 48px;
}

body.canario-site .footer-social-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    border: 0.5px solid rgba(43, 164, 232,0.58);
    border-radius: 5px;
    color: rgba(255,255,255,0.78);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.025);
}

body.canario-site .footer-social-link:hover {
    color: #fff;
    border-color: rgba(43, 164, 232,0.54);
    background: rgba(43, 164, 232,0.12);
}

body.canario-site .footer-col h4,
body.canario-site .footer-proof h4 {
    color: rgba(255,255,255,0.86);
    font-size: 0.74rem;
    letter-spacing: 0.28em;
}

body.canario-site .footer-col a,
body.canario-site .footer-proof span {
    color: rgba(255,255,255,0.60);
    font-size: 0.9rem;
    line-height: 1.45;
}

body.canario-site .footer-proof {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.canario-site .footer-proof span {
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(43, 164, 232,0.50);
}

body.canario-site .footer-proof span:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.canario-site .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: min(860px, calc(100% - 48px));
    margin: 22px auto 0;
    padding: 13px 18px;
    border: 0.5px solid rgba(43, 164, 232,0.24);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: rgba(255,255,255,0.024);
}

body.canario-site .footer-bottom p,
body.canario-site .footer-bottom a {
    color: rgba(255,255,255,0.46);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.canario-site .footer-bottom a:hover {
    color: #fff;
}

body.canario-site .fade-in {
    will-change: transform, opacity, filter;
}

@media (max-width: 768px) {
    body.canario-site .hero-overlay {
        background:
            linear-gradient(1deg, rgb(0 0 0) 0%, rgb(0 0 0 / 44%) 44%, rgb(0 0 0 / 0%) 100%),
            linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 0%));
    }

    body.canario-site .hero-headline {
        font-size: clamp(2.2rem, 10.4vw, 3.58rem);
        line-height: 0.92;
        max-width: 420px;
    }

    body.canario-site .hero-tagline {
        max-width: 370px;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    body.canario-site .utility-card video {
        min-height: 360px;
    }

    body.canario-site .process-grid,
    body.canario-site .contact-grid,
    body.canario-site .cta-inner,
    body.canario-site .motion-layout {
        grid-template-columns: 1fr;
    }

    body.canario-site .process-grid {
        gap: 14px;
    }

    body.canario-site .cta-actions {
        justify-content: stretch;
    }

    body.canario-site .cta-actions .btn {
        width: 100%;
    }

    body.canario-site .contact-grid {
        gap: 34px;
    }

    body.canario-site .motion-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.canario-site .map-card,
    body.canario-site .map-card iframe {
        min-height: 300px;
    }

    body.canario-site .faq-list {
        margin-left: 0;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {
    body.canario-site .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.canario-site .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.canario-site .contact-copy {
        grid-column: 1 / -1;
    }
}

/* Canario annotation pass 2 */
body.canario-site .site-header .header-row {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
}

body.canario-site .btn i,
body.canario-site .header-cta i,
body.canario-site .nav-drawer-cta i {
    font-size: 1.12rem;
    line-height: 1;
    font-weight: 400;
}

body.canario-site .service-card > i {
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 400;
}

body.canario-site .about-stats .stat-card {
    min-height: 112px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: clamp(14px, 1.55vw, 18px);
    background: rgba(5, 9, 12, 0.82);
    border-color: rgba(43, 164, 232, 0.24);
    box-shadow: none;
}

body.canario-site .about-stats .stat-card.in-view {
    background: rgba(7, 12, 16, 0.88);
    border-color: rgba(43, 164, 232, 0.34);
    transform: none;
}

@media (hover: hover) and (pointer: fine) {
    body.canario-site .about-stats .stat-card:hover {
        background: rgba(7, 12, 16, 0.92);
        border-color: rgba(43, 164, 232, 0.42);
        transform: none;
        box-shadow: none;
    }
}

body.canario-site .about-stats .stat-card i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-bottom: 3px;
    border: 0.5px solid rgba(43, 164, 232, 0.24);
    border-radius: 5px;
    color: #2BA4E8;
    font-size: 0.95rem;
    background: rgba(43, 164, 232, 0.09);
    box-shadow: none;
    text-shadow: none;
}

body.canario-site .about-stats .stat-card strong {
    color: #fff;
    margin: 0;
    font-size: clamp(0.74rem, 0.9vw, 0.84rem);
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.105em;
    text-shadow: none;
}

body.canario-site .about-stats .stat-card span {
    max-width: 19ch;
    color: rgba(255,255,255,0.56);
    font-size: 0.7rem;
    line-height: 1.34;
    letter-spacing: 0.02em;
    text-transform: none;
    text-align: left;
}

body.canario-site .btn-primary,
body.canario-site .header-cta,
body.canario-site .nav-drawer-cta {
    color: #070707 !important;
    text-shadow: none;
}

body.canario-site .btn-primary:hover,
body.canario-site .header-cta:hover,
body.canario-site .nav-drawer-cta:hover {
    color: #fff !important;
    text-shadow: 0 1px 18px rgba(0,0,0,0.42);
}

body.canario-site .btn-primary:hover i,
body.canario-site .header-cta:hover i,
body.canario-site .nav-drawer-cta:hover i {
    color: #fff !important;
    opacity: 1;
}

body.canario-site .btn-primary i,
body.canario-site .header-cta i,
body.canario-site .nav-drawer-cta i {
    color: currentColor;
    opacity: 0.92;
}

body.canario-site .motion-grid .utility-card {
    overflow: hidden;
}

body.canario-site .motion-grid .utility-card video,
body.canario-site .motion-grid .utility-card img {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.canario-site .btn,
body.canario-site .header-cta,
body.canario-site .nav-drawer-cta,
body.canario-site .sticky-mobile-cta a {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition:
        color 0.24s ease,
        background 0.24s ease,
        border-color 0.24s ease,
        transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.24s ease;
}

body.canario-site .btn::after,
body.canario-site .header-cta::after,
body.canario-site .nav-drawer-cta::after,
body.canario-site .sticky-mobile-cta a::after {
    content: none;
}

body.canario-site .btn:hover::after,
body.canario-site .header-cta:hover::after,
body.canario-site .nav-drawer-cta:hover::after,
body.canario-site .sticky-mobile-cta a:hover::after {
    animation: none;
    opacity: 0;
    transform: none;
}

body.canario-site .btn i,
body.canario-site .header-cta i,
body.canario-site .nav-drawer-cta i,
body.canario-site .sticky-mobile-cta a i {
    transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
}

body.canario-site .btn:hover i,
body.canario-site .header-cta:hover i,
body.canario-site .nav-drawer-cta:hover i,
body.canario-site .sticky-mobile-cta a:hover i {
    transform: translateX(2px) scale(1.06);
}

/* Canario icon polish */
body.canario-site .ph-bold {
    line-height: 1;
}

body.canario-site :where(.btn, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a, .footer-social-link) i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 1.35em;
    height: 1.35em;
    line-height: 1;
}

body.canario-site :where(.btn, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a) i::before,
body.canario-site .footer-social-link i::before {
    line-height: 1;
}

body.canario-site .btn-primary i,
body.canario-site .header-cta i,
body.canario-site .nav-drawer-cta i,
body.canario-site .sticky-mobile-cta a i {
    opacity: 0.96;
}

body.canario-site .service-card > i,
body.canario-site .contact-row i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0.5px solid rgba(43, 164, 232,0.40);
    border-radius: 6px;
    color: #fff;
    background:
        radial-gradient(circle at 35% 20%, rgba(255,255,255,0.18), transparent 34%),
        linear-gradient(145deg, rgba(43, 164, 232,0.30), rgba(12,46,70,0.46)),
        rgba(8,8,8,0.82);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 0 0 1px rgba(255,255,255,0.025),
        0 16px 34px rgba(0,0,0,0.24),
        0 0 26px rgba(43, 164, 232,0.18);
    text-shadow: 0 0 18px rgba(255,255,255,0.22);
}

body.canario-site .service-card > i {
    font-size: 1.72rem;
    margin-bottom: 22px;
}

body.canario-site .contact-row i {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    font-size: 1.42rem;
    margin-bottom: 4px;
}

body.canario-site .service-card:hover > i,
body.canario-site .service-card.in-view > i,
body.canario-site .contact-row:hover i {
    border-color: rgba(255,255,255,0.44);
    background:
        radial-gradient(circle at 35% 20%, rgba(255,255,255,0.26), transparent 34%),
        linear-gradient(145deg, rgba(43, 164, 232,0.46), rgba(12,46,70,0.62)),
        rgba(8,8,8,0.86);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        0 18px 44px rgba(0,0,0,0.30),
        0 0 34px rgba(43, 164, 232,0.30);
    transform: translateY(-2px);
}

body.canario-site .process-grid {
    position: relative;
    display: block;
    max-width: 980px;
    margin: clamp(34px, 5vw, 60px) auto 0;
    --timeline-progress: 0%;
    isolation: isolate;
}

body.canario-site .process-grid::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background: rgba(43, 164, 232,0.42);
    transform: translateX(-50%);
    z-index: 0;
}

body.canario-site .process-grid::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 3px;
    height: var(--timeline-progress);
    max-height: calc(100% - 40px);
    border-radius: 999px;
    background: #2BA4E8;
    box-shadow: 0 0 18px rgba(43, 164, 232,0.54);
    transform: translateX(-50%);
    transition: height 0.22s ease-out;
    z-index: 0;
}

body.canario-site .timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 4vw, 34px);
    margin: 0 0 clamp(28px, 5vw, 54px);
    z-index: 1;
}

body.canario-site .timeline-step:last-child {
    margin-bottom: 0;
}

body.canario-site .timeline-dot {
    display: block;
    grid-column: 2;
    width: 16px;
    height: 16px;
    justify-self: center;
    border: 0.5px solid rgba(43, 164, 232,0.42);
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 0 0 8px #000, 0 0 24px rgba(43, 164, 232,0.36);
    z-index: 3;
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.canario-site .timeline-step:not(.is-active):not(.is-passed):not(:hover) .timeline-dot {
    border-color: rgba(43, 164, 232,0.42) !important;
    background: #050505 !important;
    transform: none;
    box-shadow: 0 0 0 8px #000, 0 0 24px rgba(43, 164, 232,0.36);
}

body.canario-site .timeline-content {
    position: relative;
    grid-column: 3;
    min-height: 214px;
    justify-content: center;
    z-index: 2;
}

body.canario-site .timeline-step:nth-child(even) .timeline-content {
    grid-column: 1;
    grid-row: 1;
}

body.canario-site .timeline-step.is-passed .timeline-dot,
body.canario-site .timeline-step:hover .timeline-dot {
    border-color: rgba(43, 164, 232,0.78) !important;
    background: #1B8FCC;
    box-shadow: 0 0 0 8px #000, 0 0 30px rgba(43, 164, 232,0.64);
}

body.canario-site .timeline-step.is-active .timeline-dot {
    border-color: rgba(255,255,255,0.92) !important;
    background: #f2f2f2;
    transform: scale(1.2);
    box-shadow:
        0 0 0 8px #000,
        0 0 0 10px rgba(43, 164, 232,0.46),
        0 0 32px rgba(255,255,255,0.34),
        0 0 46px rgba(43, 164, 232,0.72);
}

body.canario-site .faq-list {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(22px, 3.8vw, 38px);
    border: 0.5px solid rgba(43, 164, 232,0.58);
    border-radius: 8px;
    background: transparent;
}

body.canario-site .faq-item summary {
    padding-left: 0;
    padding-right: 0;
}

body.canario-site .faq-item .faq-answer {
    padding-left: 0;
    padding-right: clamp(18px, 4vw, 80px);
}

body.canario-site .cta-inner {
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.50fr);
}

body.canario-site .cta-actions {
    min-width: 0;
}

body.canario-site .cta-actions .btn {
    min-height: 54px;
}

body.canario-site .contact-grid {
    grid-template-columns: minmax(280px, 0.65fr) minmax(420px, 1fr);
    align-items: stretch;
}

body.canario-site .contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body.canario-site .contact-actions .btn {
    min-height: 52px;
}

@media (max-width: 980px) {
    body.canario-site .cta-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-inline: 0;
    }

    body.canario-site .cta-panel {
        max-width: 640px;
    }

    body.canario-site .cta-brand-stamp {
        right: -32px;
        top: 94px;
        width: 210px;
        transform: rotate(-8deg);
        opacity: 0.075;
    }
}

@media (hover: none), (pointer: coarse) {
    body.canario-site .service-card.in-view {
        border-color: rgba(43, 164, 232,0.38);
        background: #102f47;
        transform: translateY(-5px) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 56px rgba(43, 164, 232,0.16);
    }

    body.canario-site .service-card.in-view::before {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    body.canario-site .site-header .header-row {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: max(18px, env(safe-area-inset-left));
        padding-right: max(14px, env(safe-area-inset-right));
    }

    body.canario-site .brand-wordmark {
        font-size: 1.18rem;
    }

    body.canario-site .brand-mark {
        width: 90px;
        height: 56px;
    }

    body.canario-site .canario-brand {
        gap: 0;
    }

    body.canario-site .about-section {
        padding-top: 78px;
    }

    body.canario-site .about-showcase {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    body.canario-site .about-slider-shell {
        padding: 8px;
    }

    body.canario-site .about-slider-badge {
        top: 14px;
        left: 14px;
    }

    body.canario-site .about-stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.canario-site .about-stats .stat-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 2px;
        padding: 13px 14px;
    }

    body.canario-site .about-stats .stat-card i {
        grid-row: 1 / span 2;
        margin: 0;
    }

    body.canario-site .about-stats .stat-card span {
        max-width: none;
        font-size: 0.69rem;
    }

    body.canario-site .motion-grid .utility-card video,
    body.canario-site .motion-grid .utility-card img {
        aspect-ratio: 4 / 3;
    }

    body.canario-site .motion-card--portrait {
        grid-row: auto;
    }

    body.canario-site .motion-card--portrait video {
        aspect-ratio: 9 / 16;
        max-height: none;
    }

    body.canario-site .motion-copy {
        font-size: 0.95rem;
    }

    body.canario-site .process-grid::before {
        left: 8px;
    }

    body.canario-site .process-grid::after {
        left: 8px;
    }

    body.canario-site .timeline-step {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 18px;
        margin-bottom: 18px;
    }

    body.canario-site .timeline-dot {
        grid-column: 1;
        justify-self: start;
        margin-top: 34px;
        box-shadow: 0 0 0 7px #000, 0 0 22px rgba(43, 164, 232,0.38);
    }

    body.canario-site .timeline-content,
    body.canario-site .timeline-step:nth-child(even) .timeline-content {
        grid-column: 2;
        grid-row: 1;
        min-height: 0;
        padding: 24px;
    }

    body.canario-site .faq-list {
        padding: 20px;
    }

    body.canario-site .faq-item summary {
        min-height: 78px;
    }

    body.canario-site .cta-inner {
        padding-inline: 0 !important;
    }

    body.canario-site .cta-section {
        padding: 82px max(24px, env(safe-area-inset-left)) 96px max(24px, env(safe-area-inset-right));
    }

    body.canario-site .cta-copy h2 {
        font-size: clamp(1.8rem, 7vw, 2.55rem);
        max-width: 500px;
    }

    body.canario-site .cta-copy p {
        max-width: 520px;
    }

    body.canario-site .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.canario-site .cta-panel {
        max-width: none;
    }

    body.canario-site .contact-grid {
        grid-template-columns: 1fr;
    }

    body.canario-site .contact-actions .btn {
        width: 100%;
    }

    body.canario-site .site-footer {
        padding: 46px 0 86px;
    }

    body.canario-site .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 22px;
        text-align: left;
        padding: 22px;
        border-color: transparent;
    }

    body.canario-site .footer-brand-block {
        grid-column: 1 / -1;
    }

    body.canario-site .footer-brand .brand-mark {
        width: clamp(136px, 44vw, 178px);
    }

    body.canario-site .footer-proof {
        grid-column: 1 / -1;
    }

    body.canario-site .footer-cta-row,
    body.canario-site .footer-cta-row .btn,
    body.canario-site .footer-social-link {
        width: 100%;
    }

    body.canario-site .footer-cta-row {
        align-items: stretch;
    }

    body.canario-site .footer-cta-row .btn,
    body.canario-site .footer-social-link {
        justify-content: center;
    }

    body.canario-site .footer-bottom {
        flex-direction: row;
        align-items: center;
        width: min(100% - 32px, 520px);
        margin-top: 18px;
    }
}

body.canario-site .sticky-mobile-cta a {
    border: 0.5px solid rgba(43, 164, 232,0.28);
    background: #2BA4E8;
    color: #fff;
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 18px 46px rgba(0,0,0,0.48),
        0 0 34px rgba(43, 164, 232,0.24);
}

body.canario-site .sticky-mobile-cta a:hover {
    background: #1B8FCC;
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.25),
        0 18px 46px rgba(0,0,0,0.52),
        0 0 34px rgba(43, 164, 232,0.34);
}

body.canario-site .sticky-mobile-cta.cta-inverted a {
    background: #1B8FCC;
    color: #fff;
    border-color: rgba(43, 164, 232,0.34);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 18px 46px rgba(0,0,0,0.58),
        0 0 34px rgba(43, 164, 232,0.24);
}

body.canario-site {
    --border: rgba(43, 164, 232, 0.52);
    --border-accent: rgba(43, 164, 232, 0.34);
    --header-scrolled-border: rgba(43, 164, 232, 0.42);
    --cta-outline-border: rgba(43, 164, 232, 0.30);
}

body.canario-site :where(
    section,
    .site-header,
    .site-footer,
    .marquee-wrap,
    .header-cta,
    .btn,
    .nav-drawer,
    .nav-drawer-cta,
    .about-slider-shell,
    .about-slider-badge,
    .gallery-card,
    .gallery-badge,
    .service-card,
    .timeline-content,
    .timeline-dot,
    .utility-card,
    .faq-list,
    .faq-item,
    .cta-inner,
    .contact-card,
    .map-card,
    .square-booking-overlay__frame,
    .square-booking-overlay__close,
    .square-booking-card,
    .sticky-mobile-cta a
) {
    border-width: 0.5px !important;
}

body.canario-site :where(
    section,
    .site-header,
    .site-footer,
    .marquee-wrap,
    .nav-drawer,
    .about-slider-shell,
    .gallery-card,
    .service-card,
    .timeline-content,
    .timeline-dot,
    .utility-card,
    .faq-list,
    .faq-item,
    .cta-inner,
    .cta-panel,
    .contact-card,
    .map-card,
    .square-booking-overlay__frame,
    .square-booking-card
) {
    border-color: rgba(43, 164, 232, 0.52) !important;
}

body.canario-site :where(
    .service-card,
    .gallery-card,
    .timeline-content,
    .utility-card,
    .faq-item,
    .contact-card,
    .map-card
):hover,
body.canario-site :where(
    .service-card,
    .gallery-card,
    .timeline-content,
    .utility-card,
    .faq-item,
    .contact-card,
    .map-card
).in-view {
    border-color: rgba(43, 164, 232, 0.38) !important;
}

body.canario-site :where(.btn, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a) {
    border-color: rgba(43, 164, 232, 0.28) !important;
}

body.canario-site :where(.btn-primary, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a) {
    background: #2BA4E8 !important;
    border-color: #2BA4E8 !important;
    text-shadow: none;
    box-shadow: 
        0 8px 24px rgba(43, 164, 232, 0.22),
        0 2px 4px rgba(0,0,0,0.15) !important;
}

body.canario-site :where(.btn-primary, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a):hover {
    background: #1586C4 !important;
    color: #fff !important;
    border-color: #1586C4 !important;
    box-shadow: 
        0 12px 32px rgba(43, 164, 232, 0.36),
        0 4px 8px rgba(0,0,0,0.2) !important;
}

body.canario-site :where(.btn-outline, .cta-section .btn-outline, .contact-actions .btn-outline) {
    border-color: rgba(43, 164, 232, 0.36) !important;
}

body.canario-site :where(.btn-outline, .cta-section .btn-outline, .contact-actions .btn-outline):hover {
    border-color: rgba(43, 164, 232, 0.56) !important;
}

body.canario-site .site-header.scrolled {
    border-color: rgba(43, 164, 232, 0.62) !important;
}

body.canario-site .square-booking-overlay__close {
    border-color: rgba(43, 164, 232, 0.34) !important;
}

body.canario-site .square-booking-overlay__close:hover {
    border-color: rgba(43, 164, 232, 0.58) !important;
}

body.canario-site .sticky-mobile-cta.cta-inverted a {
    border-color: rgba(43, 164, 232, 0.34) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 18px 46px rgba(0,0,0,0.58),
        0 0 34px rgba(43, 164, 232,0.24) !important;
}

body.canario-site .sticky-mobile-cta a,
body.canario-site .sticky-mobile-cta.cta-inverted a {
    min-height: 58px;
    border: 0.5px solid rgba(43, 164, 232, 0.42) !important;
    background: #2BA4E8 !important;
    color: #fff !important;
    letter-spacing: 0.18em;
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -18px 38px rgba(0, 0, 0, 0.58),
        0 18px 46px rgba(0, 0, 0, 0.62),
        0 0 0 1px rgba(0, 0, 0, 0.58),
        0 0 34px rgba(43, 164, 232, 0.18) !important;
}

body.canario-site .sticky-mobile-cta a:hover,
body.canario-site .sticky-mobile-cta.cta-inverted a:hover {
    background: #1B8FCC !important;
    color: #fff !important;
    border-color: rgba(43, 164, 232, 0.56) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -18px 38px rgba(0, 0, 0, 0.56),
        0 20px 54px rgba(0, 0, 0, 0.66),
        0 0 38px rgba(43, 164, 232, 0.26) !important;
}

body.canario-site .sticky-mobile-cta a i {
    color: currentColor !important;
    font-size: 1.22rem !important;
}

body.canario-site .faq-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(43, 164, 232,0.11), transparent 32%),
        linear-gradient(180deg, #000 0%, #020607 100%) !important;
}

body.canario-site .faq-section::before {
    opacity: 0 !important;
}

body.canario-site .faq-list {
    background:
        radial-gradient(circle at 18% 0%, rgba(43, 164, 232,0.11), rgba(0,0,0,0) 34%),
        linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
        rgba(4,7,9,0.82) !important;
    border-color: rgba(43, 164, 232, 0.58) !important;
    box-shadow: inset 0 0.5px 0 rgba(255,255,255,0.10), 0 24px 70px rgba(0,0,0,0.56) !important;
    backdrop-filter: none !important;
}

body.canario-site .faq-item {
    background: rgba(255,255,255,0.018) !important;
    border-color: rgba(43, 164, 232,0.22) !important;
}

body.canario-site .faq-item[open] {
    background: rgba(43, 164, 232,0.055) !important;
    border-color: rgba(43, 164, 232,0.48) !important;
}

body.canario-site #faq {
    scroll-margin-top: 150px;
}

body.canario-site #faq .faq-item.fade-in.visible {
    transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 768px) {
    body.canario-site #faq {
        scroll-margin-top: 124px;
    }
}

body.canario-site .motion-grid .utility-card img {
    display: none;
}

body.canario-site .hero .fade-in,
body.canario-site .hero-line,
body.canario-site .hero-copy-line,
body.canario-site .hero-btns,
body.canario-site .hero-btns .btn,
body.canario-site .hero-btns .btn * {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
}

body.canario-site .btn-primary,
body.canario-site .header-cta,
body.canario-site .nav-drawer-cta,
body.canario-site .sticky-mobile-cta a {
    color: #fff !important;
}

body.canario-site :where(#services, #pricing, #projects, #process, #faq, #contact) {
    scroll-margin-top: 92px;
}

body.canario-site .package-card-head span,
body.canario-site .price-badge,
body.canario-site .addon-row strong {
    background: #061A28;
    border-color: rgba(43, 164, 232, 0.62);
}

body.canario-site .package-card-head span {
    max-width: 100%;
    white-space: normal;
}

body.canario-site .price-card-v2 {
    background: #03070a;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

body.canario-site .price-card-v2__info p,
body.canario-site .included-pills li,
body.canario-site .maintenance-card li,
body.canario-site .addon-row small {
    color: rgba(255,255,255,0.72);
}

body.canario-site .price-badge small {
    color: rgba(255,255,255,0.70);
}

body.canario-site .addons-group {
    background: #03070a;
}

@media (max-width: 768px) {
    body.canario-site :where(#services, #pricing, #projects, #process, #faq, #contact) {
        scroll-margin-top: 76px;
    }

    body.canario-site .services-section,
    body.canario-site .pricing-section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    body.canario-site :where(.services-section, .pricing-section) .section-title {
        font-size: clamp(2.2rem, 10.4vw, 3.25rem);
        line-height: 0.98;
    }

    body.canario-site :where(.services-section, .pricing-section) .section-heading p {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    body.canario-site .package-card {
        padding: 24px;
    }

    body.canario-site .price-card-v2__info h3 {
        font-size: clamp(1.12rem, 5.6vw, 1.52rem);
    }

    body.canario-site .price-badge strong {
        font-size: clamp(1.5rem, 8vw, 2rem);
    }

    body.canario-site .hero-headline {
        width: min(94vw, 34rem);
        max-width: none;
        margin-inline: auto;
        margin-bottom: 34px;
        font-size: clamp(3.35rem, 14vw, 4.85rem) !important;
        line-height: 0.82 !important;
    }

    body.canario-site .hero-script-signature {
        bottom: -0.42em;
        left: 58%;
        width: 2.9em !important;
    }

    body.canario-site .hero-tagline {
        width: min(88vw, 21rem);
        margin-inline: auto;
    }


}

/* Diagonal Section Dividers & Brand Stamp watermark overrides */
body.canario-site .about-section {
    position: relative;
}

body.canario-site .about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4vw;
    background: linear-gradient(135deg, rgba(43, 164, 232, 0.22) 0%, transparent 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

body.canario-site .pricing-section {
    position: relative;
}

body.canario-site .pricing-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vw;
    background: linear-gradient(135deg, rgba(43, 164, 232, 0.28) 0%, transparent 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

body.canario-site .cta-brand-stamp {
    filter: drop-shadow(0 0 34px rgba(43, 164, 232, 0.42)) !important;
    opacity: 0.15 !important;
}

body.canario-site .package-card {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

body.canario-site .package-card:hover {
    border-color: #2BA4E8 !important;
    box-shadow: 
        0 18px 48px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(43, 164, 232, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.canario-site .package-card-action {
    margin-top: auto;
    padding-top: 16px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #2BA4E8;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    border-top: 1px dashed rgba(255, 255, 255, 0.06);
}

body.canario-site .package-card:hover .package-card-action {
    gap: 10px;
    color: #fff;
}

/* --- Pricing Package Modal --- */
.package-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(43, 164, 232, 0.18), transparent 34%),
        rgba(0, 5, 8, 0.64);
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    overscroll-behavior: contain;
    transition:
        opacity 0.32s ease,
        backdrop-filter 0.32s ease,
        -webkit-backdrop-filter 0.32s ease;
}

.package-modal-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.package-modal {
    background:
        linear-gradient(145deg, rgba(7, 13, 18, 0.88), rgba(0, 0, 0, 0.76)),
        rgba(3, 7, 10, 0.72);
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    border: 1px solid rgba(43, 164, 232, 0.42);
    box-shadow: 
        0 28px 80px rgba(0,0,0,0.82),
        0 0 0 1px rgba(255,255,255,0.04),
        inset 0 1px 0 rgba(255,255,255,0.10);
    border-radius: 12px;
    width: 100%;
    max-width: 820px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    transition:
        opacity 0.24s ease,
        transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.package-modal-overlay.open .package-modal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.package-modal-overlay.is-closing .package-modal {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
}

.package-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(0,0,0,0.34);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.85);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}

.package-modal__close:hover {
    background: rgba(43, 164, 232, 0.12);
    border-color: rgba(43, 164, 232, 0.44);
    color: #2BA4E8;
    transform: rotate(90deg);
}

.package-modal__header {
    padding: 32px 32px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(90deg, rgba(43, 164, 232, 0.08), transparent 62%);
}

.package-modal__icon-wrap {
    background: rgba(43, 164, 232, 0.12);
    border: 1px solid rgba(43, 164, 232, 0.42);
    width: 58px;
    height: 58px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2BA4E8;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(43, 164, 232, 0.15);
}

.package-modal__title-area h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: -0.5px;
}

.package-modal__title-area p {
    font-size: 0.98rem;
    color: rgba(255,255,255,0.70);
    margin: 0;
    line-height: 1.45;
}

.package-modal__body {
    padding: 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: grid;
    grid-template-columns: 1.1fr 1.3fr;
    gap: 36px;
}

.package-modal__column--left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.package-modal__duration {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.80);
    font-weight: 500;
    align-self: flex-start;
}

.package-modal__duration i {
    color: #2BA4E8;
}

.package-modal__price-tiers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.package-modal__tier-card {
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.package-modal__tier-card:hover {
    border-color: rgba(43, 164, 232, 0.42);
    background: rgba(43, 164, 232, 0.08);
}

.package-modal__tier-card.selected {
    border-color: #2BA4E8;
    background: rgba(43, 164, 232, 0.14);
    box-shadow: 0 0 16px rgba(43, 164, 232, 0.12);
}

.package-modal__tier-card.selected::after {
    content: "\2713";
    position: absolute;
    top: 6px;
    right: 8px;
    color: #2BA4E8;
    font-size: 0.78rem;
    font-weight: bold;
}

.package-modal__tier-card span {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255,255,255,0.60);
    margin-bottom: 4px;
}

.package-modal__tier-card strong {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
}

.package-modal__addons-sec {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 20px;
}

.package-modal__addons-sec h4 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}

.package-modal__addons-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 156px;
    overflow-y: auto;
    padding-right: 6px;
}

.package-modal__addon-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.84rem;
}

.package-modal__addon-toggle:hover {
    border-color: rgba(43, 164, 232, 0.34);
    background: rgba(43, 164, 232, 0.08);
}

.package-modal__addon-toggle.active {
    border-color: rgba(43, 164, 232, 0.44);
    background: rgba(43, 164, 232, 0.13);
    color: #fff;
}

.package-modal__addon-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.85);
}

.package-modal__addon-toggle.active .package-modal__addon-name {
    color: #fff;
}

.package-modal__addon-name input {
    accent-color: #2BA4E8;
    cursor: pointer;
}

.package-modal__addon-price {
    flex: 0 0 auto;
    min-width: 80px;
    font-weight: bold;
    color: #2BA4E8;
    text-align: right;
    white-space: nowrap;
}

.package-modal__checklist-area h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.package-modal__checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.package-modal__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.80);
    line-height: 1.45;
}

.package-modal__checklist li i {
    color: #2BA4E8;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.package-modal__footer {
    padding: 24px 32px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(0, 5, 8, 0.44);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.package-modal__total-block span {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255,255,255,0.50);
    margin-bottom: 2px;
}

.package-modal__total-block strong {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
}

.package-modal__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2BA4E8;
    border: 1px solid #2BA4E8;
    color: #fff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(43, 164, 232, 0.25);
    transition: all 0.25s ease;
    font-size: 0.95rem;
}

.package-modal__btn:hover {
    transform: translateY(-2px);
    background: #1586C4;
    border-color: #1586C4;
    box-shadow: 0 12px 28px rgba(43, 164, 232, 0.40);
}

.package-modal__btn.is-loading {
    pointer-events: none;
}

.package-modal__btn.is-loading i {
    display: none;
}

.package-modal__btn.is-loading::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-top-color: #fff;
    border-radius: 50%;
    animation: canario-button-spin 0.72s linear infinite;
}

@keyframes canario-button-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Custom Scrollbar for Modal Columns */
.package-modal__body::-webkit-scrollbar,
.package-modal__addons-list::-webkit-scrollbar {
    width: 6px;
}

.package-modal__body::-webkit-scrollbar-track,
.package-modal__addons-list::-webkit-scrollbar-track {
    background: transparent;
}

.package-modal__body::-webkit-scrollbar-thumb,
.package-modal__addons-list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
}

.package-modal__body::-webkit-scrollbar-thumb:hover,
.package-modal__addons-list::-webkit-scrollbar-thumb:hover {
    background: rgba(43, 164, 232, 0.35);
}

@media (max-width: 768px) {
    .package-modal__body {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px;
    }
    
    .package-modal__header {
        padding: 24px 24px 18px;
    }
    
    .package-modal__footer {
        padding: 18px 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
    
    .package-modal__total-block {
        text-align: center;
    }
    
    .package-modal__btn {
        justify-content: center;
        width: 100%;
    }
}

/* Modal Icon Micro-Interactions */
body.canario-site .package-modal__tier-card i {
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body.canario-site .package-modal__tier-card:hover i {
    transform: scale(1.22);
}

body.canario-site .package-modal__tier-card.selected i {
    color: #fff !important; /* Visual change on selected tier */
    transform: scale(1.1);
}

body.canario-site .package-modal__addon-toggle.active i {
    color: #2BA4E8 !important;
}

body.canario-site .package-modal__addon-toggle:hover i {
    color: rgba(43, 164, 232, 0.8) !important;
}

/* Mobile Pricing & Modal Layout Optimizations */
@media (max-width: 768px) {
    /* CSS Scroll-Snap Carousel for package cards */
    body.canario-site .package-grid {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 16px !important;
        padding-bottom: 24px !important;
        padding-top: 8px !important;
        margin-inline: -20px !important; /* Bleed past container padding to edge */
        padding-inline: 20px !important;
        grid-template-columns: none !important;
    }

    body.canario-site .package-grid::-webkit-scrollbar {
        height: 4px;
    }

    body.canario-site .package-grid::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.02);
        margin-inline: 20px;
        border-radius: 10px;
    }

    body.canario-site .package-grid::-webkit-scrollbar-thumb {
        background: rgba(43, 164, 232, 0.35);
        border-radius: 10px;
    }

    body.canario-site .package-grid .package-card {
        flex: 0 0 82% !important; /* Let the next card peek out on the right edge */
        scroll-snap-align: center !important;
        min-height: auto !important;
    }

    /* CSS Scroll-Snap Carousel for maintenance cards */
    body.canario-site .maintenance-grid {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 16px !important;
        padding-bottom: 24px !important;
        padding-top: 8px !important;
        margin-inline: -20px !important;
        padding-inline: 20px !important;
        grid-template-columns: none !important;
    }

    body.canario-site .maintenance-grid::-webkit-scrollbar {
        height: 4px;
    }

    body.canario-site .maintenance-grid::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.02);
        margin-inline: 20px;
        border-radius: 10px;
    }

    body.canario-site .maintenance-grid::-webkit-scrollbar-thumb {
        background: rgba(43, 164, 232, 0.35);
        border-radius: 10px;
    }

    body.canario-site .maintenance-grid .maintenance-card {
        flex: 0 0 82% !important; /* Let the next card peek out */
        scroll-snap-align: center !important;
    }

    /* Modal List Compression on Mobile */
    body.canario-site .package-modal {
        max-height: 94vh !important;
        border-radius: 10px !important;
    }

    body.canario-site .package-modal__body {
        padding: 20px 20px 24px !important;
        gap: 20px !important;
    }

    body.canario-site .package-modal__checklist {
        gap: 8px !important;
    }

    body.canario-site .package-modal__checklist li {
        font-size: 0.88rem !important;
        line-height: 1.35 !important;
    }

    body.canario-site .package-modal__addons-list {
        max-height: 132px !important;
    }
}

/* --- Global Pricing Size Toggle --- */
body.canario-site .pricing-size-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: -10px auto 32px;
}

body.canario-site .pricing-size-toggle-wrap > span {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.60);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.canario-site .pricing-size-toggle {
    display: flex;
    background: #03070a;
    border: 1px solid rgba(43, 164, 232, 0.28);
    border-radius: 8px;
    padding: 3px;
    position: relative;
}

body.canario-site .size-toggle-btn {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.70);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

body.canario-site .size-toggle-btn i {
    color: rgba(255,255,255,0.44);
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

body.canario-site .size-toggle-btn.active {
    background: #2BA4E8;
    color: #fff;
}

body.canario-site .size-toggle-btn.active i {
    color: #fff;
}

/* Price Card Layout Refinements */
body.canario-site .price-card-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

body.canario-site .price-card-v2__price-display {
    flex-shrink: 0;
    text-align: right;
}

body.canario-site .price-amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 12px rgba(43, 164, 232, 0.12);
    transition: all 0.2s ease;
}

@media (max-width: 680px) {
    body.canario-site .price-card-v2 {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 14px;
    }
    body.canario-site .price-card-v2__price-display {
        text-align: center;
    }
    body.canario-site .price-amount {
        font-size: 1.8rem;
    }
}

/* ── Detailing All-in-One Configurator Styles ── */
.configurator-wrap {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
}

.configurator-step {
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: clamp(16px, 3vw, 28px);
    margin-bottom: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.configurator-step:hover {
    border-color: rgba(43, 164, 232, 0.3);
}

.configurator-step-title {
    font-size: 1.15rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.configurator-step-title span {
    background: var(--accent);
    color: #000;
    font-size: 0.85rem;
    font-weight: 900;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

/* Add-ons details toggle */
.config-addons-details summary {
    list-style: none;
    cursor: pointer;
    justify-content: space-between;
    transition: color 0.3s ease;
}
.config-addons-details summary::-webkit-details-marker {
    display: none;
}
.config-addons-details summary .step-title-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}
.config-addons-details summary .details-icon {
    font-size: 1.2rem;
    color: var(--accent);
    transition: transform 0.3s ease;
}
.config-addons-details[open] summary .details-icon {
    transform: rotate(180deg);
}

.configurator-size-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.config-size-btn {
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.config-size-btn i {
    font-size: 2rem;
    color: var(--text-muted);
    transition: all 0.25s ease;
}

.config-size-btn__label strong {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 4px;
}

.config-size-btn__label small {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.config-size-btn:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.15);
}

.config-size-btn.is-active {
    background: rgba(43, 164, 232, 0.08);
    border-color: var(--accent);
    box-shadow: 0 0 20px rgba(43, 164, 232, 0.2);
}

.config-size-btn.is-active i {
    color: var(--accent);
    transform: scale(1.1);
}

.config-tabs-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    background: rgba(3, 9, 13, 0.86);
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(43, 164, 232, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.config-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    min-height: 50px;
    padding: 11px 12px;
    color: rgba(235, 244, 252, 0.56);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    line-height: 1.1;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.config-tab-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 7px;
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--accent);
    opacity: 0;
    transform: translateX(-50%) scaleX(0.35);
    transform-origin: center;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.config-tab-btn i {
    color: rgba(43, 164, 232, 0.68);
    font-size: 1rem;
    line-height: 1;
    transition: color 0.18s ease, transform 0.18s ease;
}

.config-tab-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
}

.config-tab-btn.is-active {
    background: rgba(43, 164, 232, 0.16);
    border-color: rgba(43, 164, 232, 0.48);
    color: #fff;
}

.config-tab-btn.is-active::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.config-tab-btn.is-active i {
    color: var(--accent);
    transform: translateY(-1px);
}

.config-package-list {
    position: relative;
}

.config-package-group {
    display: grid;
    gap: 12px;
    animation: configFadeIn 0.3s ease;
}

@keyframes configFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.config-card {
    background: rgba(255,255,255,0.01);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.config-card__select-indicator {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.config-card__select-indicator::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.config-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.config-card__info h4 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.config-card__info p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.4;
}

.config-card__price {
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}

.config-card__price small {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-left: 2px;
}

.config-card__badge {
    background: var(--accent);
    color: #000;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 6px;
    border-radius: 4px;
    align-self: flex-start;
    margin-bottom: 2px;
}

.config-card:hover {
    background: rgba(255,255,255,0.03);
    border-color: rgba(255,255,255,0.15);
}

.config-card.is-active {
    background: rgba(43, 164, 232, 0.05);
    border-color: var(--accent);
}

.config-card.is-active .config-card__select-indicator {
    border-color: var(--accent);
}

.config-card.is-active .config-card__select-indicator::after {
    transform: scale(1);
}

.config-addons-group {
    display: grid;
    gap: 10px;
    animation: configFadeIn 0.3s ease;
}

.config-addon-card {
    background: rgba(255,255,255,0.01);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.config-addon-card__checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.config-addon-card__checkbox i {
    font-size: 0.7rem;
    color: #000;
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.config-addon-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.config-addon-card__info strong {
    font-size: 0.95rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.config-addon-card__info strong i {
    color: var(--text-muted);
    font-size: 1rem;
    transition: color 0.2s ease;
}

.config-addon-card__info span {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.3;
}

.config-addon-card__price {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--accent);
    flex-shrink: 0;
}

.config-addon-card:hover {
    background: rgba(255,255,255,0.03);
    border-color: rgba(255,255,255,0.15);
}

.config-addon-card.is-checked {
    background: rgba(43, 164, 232, 0.05);
    border-color: var(--accent);
}

.config-addon-card.is-checked .config-addon-card__checkbox {
    background: var(--accent);
    border-color: var(--accent);
}

.config-addon-card.is-checked .config-addon-card__checkbox i {
    transform: scale(1);
}

.config-addon-card.is-checked .config-addon-card__info strong i {
    color: var(--accent);
}

.configurator-receipt {
    position: sticky;
    top: 100px;
}

.receipt-card {
    background: #111;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.receipt-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent);
}

.receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.receipt-logo {
    display: flex;
    flex-direction: column;
}

.receipt-logo .logo-main {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}

.receipt-logo .logo-sub {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    color: var(--text-muted);
    text-transform: uppercase;
}

.receipt-barcode {
    height: 24px;
    width: 80px;
    background: linear-gradient(90deg, 
        #fff 2px, transparent 2px, 
        #fff 6px, transparent 6px, 
        #fff 8px, transparent 8px,
        #fff 14px, transparent 14px,
        #fff 16px, transparent 16px,
        #fff 22px, transparent 22px,
        #fff 26px, transparent 26px,
        #fff 32px, transparent 32px
    );
    opacity: 0.3;
}

.receipt-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.receipt-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.receipt-item--title {
    flex-direction: column;
    gap: 4px;
}

.receipt-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}

.receipt-value {
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
}

.receipt-divider {
    height: 1px;
    background: var(--border);
    margin: 8px 0;
}

.receipt-divider--dashed {
    height: 0;
    border-top: 1px dashed rgba(255,255,255,0.15);
    margin: 14px 0;
}

.receipt-summary-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.receipt-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: #fff;
}

.receipt-item-name {
    color: var(--text-muted);
}

.receipt-item-cost {
    font-weight: 700;
}

.receipt-addons-itemized {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 10px;
    border-left: 2px solid var(--border);
}

.receipt-addon-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-muted);
    animation: configFadeIn 0.25s ease;
}

.receipt-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.receipt-total-row span {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}

.receipt-total-row strong {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 4px 15px rgba(43,164,232,0.25);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.receipt-fineprint {
    font-size: 0.72rem;
    color: var(--text-muted);
    line-height: 1.4;
    text-align: center;
    margin-top: 8px;
}

.config-book-btn {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 12px;
}

.receipt-checklist-section {
    margin-top: 24px;
    border-top: 1px solid var(--border);
    padding-top: 20px;
}

.receipt-checklist-section h4 {
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 12px;
}

.receipt-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
}

.receipt-checklist::-webkit-scrollbar {
    width: 4px;
}

.receipt-checklist::-webkit-scrollbar-track {
    background: transparent;
}

.receipt-checklist::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.receipt-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.35;
    animation: configFadeIn 0.25s ease;
}

.receipt-checklist li i {
    color: var(--accent);
    margin-top: 2px;
    flex-shrink: 0;
}

/* ── Configurator Responsive Media Queries ── */
@media (max-width: 1024px) {
    .configurator-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .configurator-receipt {
        position: relative;
        top: 0;
    }
}

@media (max-width: 600px) {
    
    .config-tabs-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        padding: 5px;
        border-radius: 8px;
    }

    .config-tab-btn {
        min-height: 72px;
        flex-direction: column;
        gap: 7px;
        padding: 10px 6px 12px;
        font-size: 0.62rem;
        letter-spacing: 0.08em;
        text-align: center;
    }

    .config-tab-btn i {
        font-size: 1.06rem;
    }
    
    .config-card {
        grid-template-columns: auto 1fr;
        gap: 12px;
    }
    
    .config-card__price {
        grid-column: 1 / span 2;
        text-align: right;
        font-size: 1.2rem;
    }
    
    .config-addon-card {
        grid-template-columns: auto 1fr;
        gap: 12px;
    }
    
    .config-addon-card__price {
        grid-column: 1 / span 2;
        text-align: right;
        font-size: 1rem;
    }
}

@media (max-width: 420px) {
    .config-tab-btn {
        min-height: 80px;
        gap: 6px;
        padding: 9px 4px 13px;
        font-size: 0.56rem;
        letter-spacing: 0.06em;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.canario-site .section-title::after,
    body.canario-site .section-line-drawn .section-title::after,
    body.canario-site .section-title.section-line-drawn::after {
        opacity: 1;
        animation: none;
    }

    body.canario-site .section-title::after {
        transform: translateX(-50%) skewX(-20deg) scaleX(1);
    }

    .pricing-grid-group.is-active .pricing-card__price::before {
        animation: none;
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
    body.canario-site .section-title::after {
        transform: skewX(-20deg) scaleX(1);
    }
}

/* ==========================================================================
   MINIMALIST PARALLAX SERVICES SECTION
   Inspired by digitalvision.studio – mixed font weights, thin borders, circle CTA
   ========================================================================== */

.parallax-service-row {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Horizontal border line drawing effect */
.parallax-row-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    z-index: 4;
    transform-origin: left center;
    transform: scaleX(0);
    will-change: transform;
}

.parallax-row-border.bottom {
    top: auto;
    bottom: 0;
}

/* Background image layer */
.parallax-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: scale(1.3);
}

body.canario-site .parallax-service-row[data-row-package="exterior"] .parallax-bg {
    background-position: center 58%;
}

body.canario-site .parallax-service-row[data-row-package="interior"] .parallax-bg {
    background-position: center 56%;
}

body.canario-site .parallax-service-row[data-row-package="ceramic"] .parallax-bg {
    background-position: center center;
}

body.canario-site .parallax-service-row[data-row-package="correction"] .parallax-bg {
    background-position: center 52%;
}

body.canario-site .parallax-service-row[data-row-package="showroom"] .parallax-bg {
    background-position: center 54%;
}

.parallax-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 2;
}

/* Content layout: text left, circle right */
.parallax-row-content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(28px, 6vw, 92px);
    padding: 0 clamp(30px, 6vw, 100px);
}

/* Stacked mixed-weight typography */
.parallax-type-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.95;
    gap: 0;
    width: min(72vw, 960px);
    will-change: transform, opacity;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.parallax-type-stack div,
.parallax-type-stack span {
    display: block;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.02em;
}

.parallax-type-stack .type-bold {
    font-size: clamp(2.8rem, 7vw, 6.5rem);
    font-weight: 800;
    letter-spacing: -0.01em;
}

.parallax-type-stack .type-bold:first-child {
    align-self: flex-start;
    text-align: left;
}

.parallax-type-stack .type-bold:last-child {
    align-self: flex-start;
    text-align: left;
}

.parallax-type-stack .type-thin {
    align-self: flex-start;
    text-align: left;
    font-size: clamp(2.4rem, 6vw, 5.5rem);
    font-weight: 200;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.45);
    letter-spacing: 0.06em;
}

.parallax-service-row[data-row-package="correction"] .type-thin {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.52);
    font-weight: 200;
    letter-spacing: 0.06em;
}

/* Thin circle "DETAILS" button */
.circle-details-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: clamp(100px, 12vw, 140px);
    height: clamp(100px, 12vw, 140px);
    border-radius: 50%;
    border: 0.5px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition:
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    will-change: transform;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.circle-details-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(43, 164, 232, 0.92);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    z-index: -1;
    transition:
        transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.28s ease;
}

.circle-details-btn::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    transform: scale(0.72);
    opacity: 0;
    transition:
        transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.28s ease;
}

.circle-details-btn span,
.circle-details-btn i {
    position: relative;
    z-index: 1;
}

.circle-details-btn i {
    font-size: 0.7rem;
    transition: transform 0.35s ease;
}

.circle-details-btn:hover {
    border-color: rgba(43, 164, 232, 0.86);
    color: #fff;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34),
        0 0 26px rgba(43, 164, 232, 0.22);
}

.circle-details-btn:hover::before,
.circle-details-btn:focus-visible::before {
    transform: translate(-50%, -50%) scale(12);
    opacity: 1;
}

.circle-details-btn:hover::after,
.circle-details-btn:focus-visible::after {
    transform: scale(1);
    opacity: 1;
}

.circle-details-btn:hover i {
    transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .parallax-service-row {
        min-height: 55vh;
    }
}

@media (max-width: 768px) {
    .parallax-service-row {
        min-height: 45vh;
    }

    .parallax-row-content {
        flex-direction: row;
        align-items: center;
        gap: clamp(14px, 4vw, 22px);
        padding: 0 22px;
    }

    .parallax-type-stack {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .circle-details-btn {
        width: 88px;
        height: 88px;
        margin-left: auto;
        font-size: 0.65rem;
    }

    .circle-details-btn::after {
        inset: 8px;
    }
}

@media (max-width: 480px) {
    .parallax-service-row {
        min-height: 40vh;
    }

    .parallax-type-stack .type-bold {
        font-size: 2.2rem;
    }

    .parallax-type-stack .type-thin {
        font-size: 1.8rem;
    }

    .circle-details-btn {
        width: 82px;
        height: 82px;
        font-size: 0.58rem;
        letter-spacing: 0.14em;
    }
}

/* ── Premium Tabbed Pricing Grid ── */
.pricing-tabs-container {
    width: 100%;
    margin-top: 40px;
    z-index: 5;
    position: relative;
}

.pricing-grids-container {
    margin-top: 40px;
    width: 100%;
}

.pricing-grid-group {
    display: none;
    animation: configFadeIn 0.4s ease;
}

.pricing-grid-group.is-active {
    display: block;
}

body.canario-site.pricing-stagger-ready .pricing-grid-group .pricing-card {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.985);
    filter: blur(8px);
}

body.canario-site.pricing-stagger-ready .pricing-grid-group.is-ready .pricing-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

body.canario-site.pricing-stagger-ready .pricing-grid-group.is-staggering .pricing-card {
    animation: pricingCardStaggerIn 0.62s cubic-bezier(0.19, 1, 0.22, 1) both;
    animation-delay: calc(var(--pricing-stagger-index, 0) * 0.07s);
}

@keyframes pricingCardStaggerIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(0.975);
        filter: blur(10px);
    }
    72% {
        opacity: 1;
        transform: translate3d(0, -3px, 0) scale(1.005);
        filter: blur(0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.canario-site.pricing-stagger-ready .pricing-grid-group .pricing-card,
    body.canario-site.pricing-stagger-ready .pricing-grid-group.is-ready .pricing-card,
    body.canario-site.pricing-stagger-ready .pricing-grid-group.is-staggering .pricing-card {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }
}

/* Google reviews slider */
body.canario-site .testimonials-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(86px, 10vw, 138px) 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(43, 164, 232, 0.13), transparent 32%),
        radial-gradient(circle at 90% 80%, rgba(43, 164, 232, 0.08), transparent 30%),
        #02070b;
}

body.canario-site .testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(43, 164, 232, 0.09) 0.5px, transparent 0.5px),
        linear-gradient(90deg, rgba(43, 164, 232, 0.09) 0.5px, transparent 0.5px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

body.canario-site .reviews-heading {
    max-width: 820px;
    margin-bottom: clamp(34px, 5vw, 58px);
}

body.canario-site .reviews-heading .section-heading {
    margin: 0;
    text-align: left;
}

body.canario-site .reviews-heading .section-intro {
    margin-inline: 0;
}

body.canario-site .reviews-cta {
    display: grid;
    grid-template-columns: minmax(0, 620px) auto;
    justify-content: center;
    align-items: center;
    gap: 26px;
    width: 100vw;
    max-width: none;
    margin: clamp(34px, 4.6vw, 56px) calc(50% - 50vw) 0;
    padding: 22px max(24px, calc((100vw - 860px) / 2)) 24px;
    border-top: 0.5px solid rgba(143, 219, 255, 0.26);
    border-bottom: 0.5px solid rgba(143, 219, 255, 0.12);
    border-radius: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(43, 164, 232, 0.16), transparent 40%),
        rgba(3, 18, 28, 0.34);
    box-shadow: none;
    backdrop-filter: none;
}

body.canario-site .reviews-cta-rating {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    grid-column: 1;
    grid-row: 2;
}

body.canario-site .reviews-google-mark {
    display: none;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0.5px solid rgba(143, 219, 255, 0.22);
    border-radius: 50%;
    color: rgba(235, 247, 255, 0.88);
    font-size: 0.96rem;
    background: rgba(143, 219, 255, 0.06);
}

body.canario-site .reviews-cta .testimonials-stars {
    display: flex;
    gap: 2px;
    margin: 0;
}

body.canario-site .reviews-cta p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    color: rgba(235, 247, 255, 0.9);
    font-size: 0.73rem;
}

body.canario-site .reviews-cta p span {
    display: none;
    color: rgba(204, 229, 244, 0.62);
}

body.canario-site .reviews-cta-copy {
    display: grid;
    gap: 5px;
    grid-column: 1;
    grid-row: 1;
    padding-left: 0;
    border-left: 0;
}

body.canario-site .reviews-cta-copy strong {
    color: #fff;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    letter-spacing: -0.02em;
}

body.canario-site .reviews-cta-copy span {
    color: rgba(204, 229, 244, 0.62);
    font-size: 0.82rem;
    line-height: 1.5;
}

body.canario-site .reviews-leave-btn {
    grid-column: 2;
    grid-row: 1;
    min-height: 42px;
    padding-inline: 18px;
    justify-content: center;
    white-space: nowrap;
    border-color: rgba(143, 219, 255, 0.46) !important;
    color: #eaf8ff !important;
    background: rgba(143, 219, 255, 0.06) !important;
    box-shadow: none !important;
    letter-spacing: 0.12em;
}

body.canario-site .reviews-leave-btn:hover {
    border-color: rgba(143, 219, 255, 0.82) !important;
    background: rgba(43, 164, 232, 0.18) !important;
    box-shadow: 0 14px 36px rgba(43, 164, 232, 0.16) !important;
}

body.canario-site .testimonials-slider {
    position: relative;
    overflow: visible;
}

body.canario-site #testimonials-splide .splide__track {
    overflow: visible;
    clip-path: none;
    padding-block: 28px 34px;
    perspective: 1400px;
}

body.canario-site #testimonials-splide .splide__list {
    align-items: stretch;
    transform-style: preserve-3d;
}

body.canario-site #testimonials-splide .splide__slide {
    height: auto;
    opacity: 0.3;
    transform: scale(0.84) translateY(28px);
    transform-style: preserve-3d;
    filter: saturate(0.42) blur(0.6px);
    transition:
        opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.9s ease;
}

body.canario-site #testimonials-splide .splide__slide.is-visible {
    opacity: 0.58;
    filter: saturate(0.68);
}

body.canario-site #testimonials-splide .splide__slide.is-review-entering {
    opacity: 0.9;
    filter: saturate(0.95);
}

body.canario-site #testimonials-splide .splide__slide.is-prev {
    transform: translateX(18px) translateY(20px) scale(0.9) rotateY(7deg);
    transform-origin: right center;
}

body.canario-site #testimonials-splide .splide__slide.is-next {
    transform: translateX(-18px) translateY(20px) scale(0.9) rotateY(-7deg);
    transform-origin: left center;
}

body.canario-site #testimonials-splide .splide__slide.is-active {
    z-index: 2;
    opacity: 1;
    transform: scale(1.045) translateY(0) rotateY(0deg);
    filter: none;
}

body.canario-site .testimonial-card {
    position: relative;
    min-height: 330px;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 8px;
    overflow: hidden;
    transform-style: preserve-3d;
    background:
        linear-gradient(145deg, rgba(15, 52, 73, 0.82), rgba(0, 9, 14, 0.92)),
        #031019;
    transition:
        border-color 0.6s ease,
        box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.6s ease;
}

body.canario-site .testimonial-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #8fdbff, transparent);
    box-shadow: 0 0 18px rgba(43, 164, 232, 0.8);
    transform: scaleX(0.12);
    transition: opacity 0.45s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

body.canario-site .testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(120deg, transparent 15%, rgba(143, 219, 255, 0.11) 48%, transparent 76%);
    transform: translateX(-75%);
    transition: opacity 0.5s ease, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

body.canario-site #testimonials-splide .splide__slide.is-active .testimonial-card {
    border-color: rgba(143, 219, 255, 0.74);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.11),
        0 28px 86px rgba(0, 0, 0, 0.52),
        0 0 42px rgba(43, 164, 232, 0.16);
}

body.canario-site #testimonials-splide .splide__slide.is-active .testimonial-card::after {
    opacity: 1;
    transform: scaleX(1);
}

body.canario-site #testimonials-splide .splide__slide.is-active .testimonial-card::before {
    opacity: 1;
    transform: translateX(130%);
}

body.canario-site .testimonial-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 10px;
}

body.canario-site .testimonial-quote {
    height: 50px;
    color: rgba(143, 219, 255, 0.92);
    font-family: Georgia, serif;
    font-size: 4.2rem;
    line-height: 0.95;
    text-shadow: 0 0 24px rgba(43, 164, 232, 0.32);
}

body.canario-site .testimonial-source {
    display: none;
    align-items: center;
    gap: 7px;
    color: rgba(204, 229, 244, 0.65);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.canario-site .testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

body.canario-site .testimonial-stars i,
body.canario-site .testimonials-stars i {
    display: inline-block;
    width: 17px;
    height: 17px;
    color: #8fdbff;
    background: currentColor;
    clip-path: polygon(50% 0%, 62% 35%, 99% 30%, 68% 52%, 82% 91%, 50% 68%, 18% 91%, 32% 52%, 1% 30%, 38% 35%);
    filter:
        drop-shadow(0 0 7px rgba(43, 164, 232, 0.34))
        drop-shadow(0 0 1px rgba(143, 219, 255, 0.8));
}

body.canario-site .testimonial-stars i::before,
body.canario-site .testimonials-stars i::before {
    content: "";
}

body.canario-site .testimonial-text {
    color: rgba(235, 247, 255, 0.88);
    font-size: clamp(0.92rem, 1.25vw, 1.04rem);
    font-style: normal;
    line-height: 1.75;
}

body.canario-site .testimonial-author {
    justify-content: flex-end;
    gap: 0;
    border-color: rgba(143, 219, 255, 0.16);
    text-align: right;
}

body.canario-site .testimonial-initials {
    display: none;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0.5px solid rgba(143, 219, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: linear-gradient(145deg, rgba(43, 164, 232, 0.34), rgba(2, 11, 17, 0.9));
}

body.canario-site .testimonial-author strong {
    font-size: 0.96rem;
    font-style: italic;
    font-weight: 700;
}

body.canario-site .testimonial-author span {
    display: none;
    font-size: 0.72rem;
}

body.canario-site #testimonials-splide .splide__arrows {
    position: absolute;
    top: -86px;
    right: 0;
    z-index: 5;
    justify-content: center;
    gap: 12px;
}

body.canario-site #testimonials-splide .splide__arrow {
    width: 50px;
    height: 50px;
    border: 0.5px solid rgba(143, 219, 255, 0.46);
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 23, 34, 0.86);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background 0.3s ease;
}

body.canario-site #testimonials-splide .splide__arrow:hover:not(:disabled) {
    color: #fff;
    border-color: rgba(143, 219, 255, 0.9);
    background: rgba(43, 164, 232, 0.26);
    transform: translateY(-3px);
}

body.canario-site #testimonials-splide .splide__arrow--prev:hover:not(:disabled) {
    transform: scaleX(-1) translateY(-3px);
}

body.canario-site #testimonials-splide .splide__pagination {
    margin-top: 20px;
}

body.canario-site #testimonials-splide .splide__pagination__page {
    width: 24px;
    height: 2px;
    background: rgba(143, 219, 255, 0.22);
    transition: width 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

body.canario-site #testimonials-splide .splide__pagination__page.is-active {
    width: 46px;
    background: #8fdbff;
    box-shadow: 0 0 12px rgba(43, 164, 232, 0.72);
}

@media (max-width: 900px) {
    body.canario-site .reviews-cta {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    body.canario-site .reviews-leave-btn {
        grid-column: 2;
        width: auto;
    }
}

@media (max-width: 768px) {
    body.canario-site .testimonials-section {
        padding-block: 78px 88px;
    }

    body.canario-site .reviews-heading {
        margin-bottom: 18px;
    }

    body.canario-site #testimonials-splide .splide__arrows {
        position: static;
        margin-bottom: 14px;
    }

    body.canario-site .testimonial-card {
        min-height: 350px;
        padding: 24px 22px;
    }

    body.canario-site #testimonials-splide .splide__slide {
        opacity: 0.3;
        transform: scale(0.9) translateY(18px);
    }

    body.canario-site #testimonials-splide .splide__slide.is-prev {
        transform: translateX(10px) translateY(14px) scale(0.92) rotateY(5deg);
    }

    body.canario-site #testimonials-splide .splide__slide.is-next {
        transform: translateX(-10px) translateY(14px) scale(0.92) rotateY(-5deg);
    }

    body.canario-site #testimonials-splide .splide__slide.is-active {
        opacity: 1;
        transform: scale(1.02) translateY(0);
    }

    body.canario-site .reviews-cta {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 34px;
        padding: 16px 12px 22px;
    }

    body.canario-site .reviews-cta-copy {
        padding: 0;
        border-top: 0;
        text-align: center;
    }

    body.canario-site .reviews-cta-rating {
        grid-column: 1;
        grid-row: auto;
        justify-content: center;
    }

    body.canario-site .reviews-google-mark {
        display: none;
    }

    body.canario-site .reviews-cta p {
        justify-content: center;
    }

    body.canario-site .reviews-leave-btn {
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
        width: auto;
        min-width: 198px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.canario-site #testimonials-splide .splide__slide,
    body.canario-site .testimonial-card,
    body.canario-site .testimonial-card::before {
        transition: none !important;
    }
}

/* Reviews: GNC-style scroll-snap rail */
body.canario-site .reviews-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding-inline: clamp(16px, 4.8vw, 64px);
    margin: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

body.canario-site .reviews-nav {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 0.5px solid rgba(143, 219, 255, 0.46);
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 23, 34, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 34px rgba(0, 0, 0, 0.38);
    cursor: pointer;
    pointer-events: auto;
    transition:
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        opacity 0.3s ease;
}

body.canario-site .reviews-nav:hover:not(:disabled),
body.canario-site .reviews-nav:focus-visible {
    border-color: rgba(143, 219, 255, 0.9);
    background: rgba(43, 164, 232, 0.26);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 16px 42px rgba(43, 164, 232, 0.18);
    transform: scale(1.05);
}

body.canario-site .reviews-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

body.canario-site #testimonials-splide .splide__track {
    overflow: visible;
    clip-path: none;
    padding: 0;
    perspective: none;
}

body.canario-site #testimonials-splide,
body.canario-site #testimonials-splide .splide__track,
body.canario-site #testimonials-splide .splide__list,
body.canario-site #testimonials-splide .splide__slide,
body.canario-site #testimonials-splide .testimonial-card {
    visibility: visible !important;
}

body.canario-site #testimonials-splide .splide__list {
    display: flex;
    align-items: stretch;
    gap: clamp(18px, 2vw, 30px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    box-sizing: border-box;
    padding: 30px 0 30px !important;
    transform: none !important;
    will-change: scroll-position;
}

body.canario-site #testimonials-splide {
    isolation: isolate;
}

body.canario-site #testimonials-splide .splide__list::-webkit-scrollbar {
    display: none;
}

body.canario-site #testimonials-splide .splide__slide,
body.canario-site #testimonials-splide .splide__slide.is-visible,
body.canario-site #testimonials-splide .splide__slide.is-review-entering,
body.canario-site #testimonials-splide .splide__slide.is-prev,
body.canario-site #testimonials-splide .splide__slide.is-next,
body.canario-site #testimonials-splide .splide__slide.is-active {
    flex: 0 0 clamp(305px, 31vw, 390px);
    width: auto !important;
    height: auto;
    scroll-snap-align: start;
    opacity: 0.46;
    filter: blur(3px) saturate(0.68);
    transform: none !important;
    transition:
        opacity 0.34s ease,
        filter 0.34s ease;
}

body.canario-site #testimonials-splide .splide__slide.active-scroll {
    opacity: 1;
    filter: none;
    z-index: 2;
}

body.canario-site #testimonials-splide .testimonial-card {
    min-height: 330px;
    transform: translateY(0) !important;
    transition:
        border-color 0.38s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.38s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.38s ease;
}

body.canario-site #testimonials-splide .splide__slide:not(.active-scroll) .testimonial-card {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 44px rgba(0, 0, 0, 0.28);
}

body.canario-site #testimonials-splide .testimonial-card::before {
    content: none;
}

body.canario-site #testimonials-splide .testimonial-card::after {
    opacity: 0;
    transform: scaleX(0.2);
}

body.canario-site #testimonials-splide .splide__slide.active-scroll .testimonial-card,
body.canario-site #testimonials-splide .splide__slide:hover .testimonial-card,
body.canario-site #testimonials-splide .splide__slide:focus-within .testimonial-card {
    border-color: rgba(143, 219, 255, 0.78);
    transform: translateY(-4px) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.11),
        0 26px 74px rgba(0, 0, 0, 0.5),
        0 0 34px rgba(43, 164, 232, 0.13);
}

body.canario-site #testimonials-splide .splide__slide.active-scroll .testimonial-card::after,
body.canario-site #testimonials-splide .splide__slide:hover .testimonial-card::after,
body.canario-site #testimonials-splide .splide__slide:focus-within .testimonial-card::after {
    opacity: 1;
    transform: scaleX(1);
}

body.canario-site #testimonials-splide .splide__pagination,
body.canario-site #testimonials-splide .splide__arrows {
    display: none !important;
}

@media (min-width: 901px) {
    body.canario-site #testimonials-splide {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    body.canario-site #testimonials-splide .splide__list {
        padding-left: clamp(24px, 5.4vw, 74px) !important;
        padding-right: clamp(24px, 5.4vw, 74px) !important;
        scroll-padding-inline: clamp(24px, 5.4vw, 74px);
    }

    body.canario-site #testimonials-splide .splide__slide,
    body.canario-site #testimonials-splide .splide__slide.is-visible,
    body.canario-site #testimonials-splide .splide__slide.is-review-entering,
    body.canario-site #testimonials-splide .splide__slide.is-prev,
    body.canario-site #testimonials-splide .splide__slide.is-next,
    body.canario-site #testimonials-splide .splide__slide.is-active {
        opacity: 1;
        filter: none;
    }

    body.canario-site #testimonials-splide .testimonial-card {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    body.canario-site .faq-list {
        max-width: 980px;
        padding: clamp(30px, 4vw, 48px) !important;
    }

    body.canario-site .faq-item + .faq-item {
        margin-top: 10px;
    }

    body.canario-site .faq-item {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    body.canario-site .faq-item summary {
        padding: 22px 26px !important;
    }

    body.canario-site .faq-item .faq-answer {
        max-width: 780px;
        padding: 0 86px 30px 80px !important;
    }
}

@media (max-width: 900px) {
    body.canario-site #testimonials-splide {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    body.canario-site .reviews-controls {
        margin: 0;
        padding-inline: clamp(16px, 4vw, 28px);
    }

    body.canario-site #testimonials-splide .splide__slide,
    body.canario-site #testimonials-splide .splide__slide.is-visible,
    body.canario-site #testimonials-splide .splide__slide.is-review-entering,
    body.canario-site #testimonials-splide .splide__slide.is-prev,
    body.canario-site #testimonials-splide .splide__slide.is-next,
    body.canario-site #testimonials-splide .splide__slide.is-active {
        flex-basis: min(78vw, 360px);
        scroll-snap-align: center;
    }

    body.canario-site #testimonials-splide .splide__list {
        padding-left: max(34px, calc((100vw - min(78vw, 360px)) / 2)) !important;
        padding-right: max(34px, calc((100vw - min(78vw, 360px)) / 2)) !important;
        scroll-padding-inline: max(34px, calc((100vw - min(78vw, 360px)) / 2));
    }

    body.canario-site #testimonials-splide .splide__slide.active-scroll .testimonial-card {
        transform: translateY(0) !important;
    }
}

@media (max-width: 768px) {
    body.canario-site .reviews-controls {
        justify-content: space-between;
        margin: 0;
        padding-inline: 18px;
    }

    body.canario-site .reviews-nav {
        width: 44px;
        height: 44px;
    }

    body.canario-site #testimonials-splide .splide__list {
        padding-top: 28px !important;
        padding-bottom: 26px !important;
    }

    body.canario-site #testimonials-splide .testimonial-card {
        min-height: 350px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.canario-site #testimonials-splide .splide__list {
        scroll-behavior: auto;
    }
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

.pricing-grid.pricing-grid--three {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1050px;
    margin: 0 auto;
}

/* ── Pricing Card ── */
.pricing-card {
    position: relative;
    background: rgba(14, 15, 17, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.45s ease, box-shadow 0.45s ease, background-color 0.45s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(43, 164, 232, 0.45);
    background: rgba(18, 20, 24, 0.65);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(43, 164, 232, 0.12);
}

/* Highlighted (Popular/Best Value) Card */
.pricing-card.highlighted {
    border-color: rgba(43, 164, 232, 0.35);
    background: rgba(16, 18, 22, 0.55);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.pricing-card.highlighted:hover {
    border-color: #2BA4E8;
    background: rgba(20, 23, 28, 0.75);
    box-shadow: 
        0 18px 45px rgba(0, 0, 0, 0.6),
        0 0 25px rgba(43, 164, 232, 0.18);
}

/* Badge */
.pricing-card__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2BA4E8;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.08em;
    box-shadow: 0 3px 10px rgba(43, 164, 232, 0.3);
}

/* Header */
.pricing-card__header {
    margin-bottom: 24px;
    flex-grow: 0;
}

.pricing-card__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(43, 164, 232, 0.1);
    border: 1px solid rgba(43, 164, 232, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2BA4E8;
    font-size: 1.4rem;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}

.pricing-card:hover .pricing-card__icon-wrap {
    transform: scale(1.08) rotate(-3deg);
}

.pricing-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.pricing-card__tagline {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.4;
}

/* Price */
.pricing-card__price {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    border-top: 0;
    padding-top: 20px;
    position: relative;
}

.pricing-card__price::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(43, 164, 232, 0.16), transparent);
    opacity: 0.74;
    transform: scaleX(0);
    transform-origin: left;
}

.pricing-grid-group.is-active .pricing-card__price::before {
    animation: pricingDividerDraw 0.58s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.pricing-grid-group.is-active .pricing-card:nth-child(2) .pricing-card__price::before { animation-delay: 0.04s; }
.pricing-grid-group.is-active .pricing-card:nth-child(3) .pricing-card__price::before { animation-delay: 0.08s; }
.pricing-grid-group.is-active .pricing-card:nth-child(4) .pricing-card__price::before { animation-delay: 0.12s; }

@keyframes pricingDividerDraw {
    to {
        transform: scaleX(1);
    }
}

.pricing-card__price .price-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.pricing-card__price .price-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.pricing-card__price .price-frequency {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-left: 2px;
}

.pricing-card__billing {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    line-height: 1.45;
}

.pricing-card__billing strong,
.pricing-card__billing span {
    display: block;
}

.pricing-card__billing strong {
    color: rgba(159, 221, 255, 0.9);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Features */
.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.pricing-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    color: #dfdfdf;
    line-height: 1.35;
}

.pricing-card__features li i {
    color: #2BA4E8;
    font-size: 0.85rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Button */
.pricing-card__btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2BA4E8;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.pricing-card__btn i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.pricing-card__btn:hover {
    background: #1893d8;
    transform: none; /* Keep buttons flat and solid on hover, no double scaling */
}

.pricing-card__btn:hover i {
    transform: translateX(4px);
}

/* ── Responsive Styling overrides ── */
@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-grid.pricing-grid--three {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .pricing-grid,
    .pricing-grid.pricing-grid--three {
        grid-template-columns: 1fr;
    }
    
    .pricing-card {
        padding: 24px 20px;
    }
    
    .pricing-card__price .price-amount {
        font-size: 2rem;
    }
}

/* Compact mobile booking dock */
@media (max-width: 768px) {
    body.canario-site .sticky-mobile-cta {
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 14px;
        right: 14px;
    }

    body.canario-site .sticky-mobile-cta a,
    body.canario-site .sticky-mobile-cta.cta-inverted a {
        min-height: 54px;
        padding: 8px 14px;
        gap: 10px;
        border: 1px solid rgba(143, 219, 255, 0.5) !important;
        border-radius: 8px;
        background: #168FCA !important;
        color: #fff !important;
        font-size: 0.78rem;
        letter-spacing: 0.16em;
        box-shadow:
            0 14px 32px rgba(0, 0, 0, 0.46),
            0 0 0 1px rgba(0, 0, 0, 0.34) !important;
    }

    body.canario-site .sticky-mobile-cta a:hover,
    body.canario-site .sticky-mobile-cta.cta-inverted a:hover {
        background: #117CAD !important;
        border-color: rgba(172, 230, 255, 0.68) !important;
        box-shadow:
            0 18px 36px rgba(0, 0, 0, 0.52),
            0 0 0 1px rgba(0, 0, 0, 0.4) !important;
    }

    body.canario-site .sticky-mobile-cta a i {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.16);
        font-size: 1rem !important;
    }
}

/* Mobile content polish pass */
body.canario-site .about-slide--porsche img {
    object-position: 50% 58%;
}

body.canario-site .about-slide--gtr img {
    object-position: 50% 76%;
}

body.canario-site .about-slide--driver-seat img {
    object-position: 50% 56%;
}

body.canario-site .about-slide--huracan img {
    object-position: 50% 58%;
}

body.canario-site .timeline-media {
    width: 100%;
    aspect-ratio: 16 / 7.2;
    display: block;
    object-fit: cover;
    border: 0.5px solid rgba(43, 164, 232, 0.28);
    border-radius: 5px;
    filter: saturate(0.86) contrast(1.04);
}

body.canario-site .timeline-step:first-child .timeline-media {
    object-position: center 68%;
}

body.canario-site .timeline-step:nth-child(2) .timeline-media {
    object-position: center 56%;
}

body.canario-site .timeline-step:nth-child(3) .timeline-media {
    object-position: center 62%;
}

body.canario-site .timeline-step:nth-child(4) .timeline-media {
    object-position: center 58%;
}

body.canario-site .cta-brand-stamp {
    display: none;
}

body.canario-site .cta-panel-media {
    aspect-ratio: 1;
}

body.canario-site .ba-body::after {
    content: none;
}

body.canario-site .ba-tags span:nth-child(n + 3) {
    display: none;
}

body.canario-site .ba-card .ba-divider::before {
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
}

body.canario-site .config-tab-btn i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 0.5px solid rgba(43, 164, 232, 0.32);
    border-radius: 5px;
    background: rgba(43, 164, 232, 0.08);
    color: rgba(174, 225, 250, 0.86);
    font-size: 0.94rem;
}

body.canario-site .config-tab-btn.is-active i {
    border-color: rgba(143, 219, 255, 0.62);
    background: rgba(43, 164, 232, 0.2);
    color: #fff;
}

body.canario-site .pricing-card__icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    background: rgba(43, 164, 232, 0.08);
    border-color: rgba(43, 164, 232, 0.34);
    color: #9FDDFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (max-width: 768px) {
    body.canario-site .contact-section {
        border-bottom: 0 !important;
    }

    body.canario-site .site-footer {
        padding-top: 0;
        border-top: 0 !important;
        border-color: transparent !important;
    }

    body.canario-site .footer-grid {
        border: 0 !important;
        border-radius: 14px;
        box-shadow: none;
    }

    body.canario-site .timeline-content {
        gap: 16px;
        padding: 18px;
    }

    body.canario-site .timeline-media {
        aspect-ratio: 1 / 1;
    }

    body.canario-site .faq-list {
        padding: 12px;
    }

    body.canario-site .faq-item summary {
        min-height: 0;
        padding: 14px;
        gap: 12px;
    }

    body.canario-site .faq-item .faq-answer {
        padding: 0 14px 16px;
    }

    body.canario-site .cta-panel-media {
        aspect-ratio: 1;
    }

    body.canario-site .ba-body {
        gap: 12px;
        padding: 24px 20px;
    }

    body.canario-site .ba-tags {
        gap: 6px;
    }

    body.canario-site .ba-tags span {
        min-height: 26px;
        padding: 0 9px;
        font-size: 0.6rem;
    }

    body.canario-site .config-tab-btn i {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}

/* Package modal step flow */
body.canario-site .package-modal__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 5, 8, 0.36);
}

body.canario-site .package-modal__step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 0.5px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.48);
    cursor: default;
    text-align: left;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body.canario-site .package-modal__step > i {
    color: #2BA4E8;
    font-size: 0.9rem;
}

body.canario-site .package-modal__step strong {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.canario-site .package-modal__step.is-active {
    border-color: rgba(43, 164, 232, 0.48);
    background: rgba(43, 164, 232, 0.11);
    color: #fff;
}

body.canario-site .package-modal__step.is-complete {
    color: rgba(255, 255, 255, 0.74);
    cursor: pointer;
}

body.canario-site .package-modal__body {
    display: block;
}

body.canario-site .package-modal__step-panel {
    display: none;
}

body.canario-site .package-modal__step-panel.is-active {
    display: block;
    animation: packageModalStepIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

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

body.canario-site .package-modal__step-intro {
    max-width: 620px;
    margin-bottom: 22px;
}

body.canario-site .package-modal__step-intro > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    color: #2BA4E8;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.canario-site .package-modal__step-intro h3 {
    margin: 0;
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.08;
    text-transform: uppercase;
}

body.canario-site .package-modal__step-intro p {
    max-width: 58ch;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.9rem;
    line-height: 1.55;
}

body.canario-site .package-modal__vehicle-select {
    margin-top: 18px;
}

body.canario-site .package-modal__plan-terms {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-top: 18px;
    padding: 15px 16px;
    border: 0.5px solid rgba(43, 164, 232, 0.32);
    border-radius: 6px;
    background: rgba(43, 164, 232, 0.08);
}

body.canario-site .package-modal__plan-terms > i {
    flex: 0 0 auto;
    color: #9FDDFF;
    font-size: 1.42rem;
}

body.canario-site .package-modal__plan-copy {
    min-width: 0;
    flex: 1 1 auto;
}

body.canario-site .package-modal__plan-copy strong,
body.canario-site .package-modal__plan-copy small,
body.canario-site .package-modal__plan-rate strong,
body.canario-site .package-modal__plan-rate small {
    display: block;
}

body.canario-site .package-modal__plan-copy strong {
    color: #fff;
    font-size: 0.92rem;
}

body.canario-site .package-modal__plan-copy small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.76rem;
}

body.canario-site .package-modal__plan-rate {
    flex: 0 0 auto;
    min-width: 86px;
    text-align: right;
}

body.canario-site .package-modal__plan-rate strong {
    color: #fff;
    font-size: 1.38rem;
    font-weight: 900;
    line-height: 1;
}

body.canario-site .package-modal__plan-rate small {
    margin-top: 4px;
    color: rgba(159, 221, 255, 0.72);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.canario-site .package-modal__vehicle-select h4 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
}

body.canario-site .package-modal__tier-card > i {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    border: 0.5px solid rgba(43, 164, 232, 0.38);
    border-radius: 8px;
    background: rgba(43, 164, 232, 0.1);
    color: #9FDDFF;
    font-size: 1.62rem;
}

body.canario-site .package-modal__tier-card {
    appearance: none;
    font: inherit;
}

body.canario-site .package-modal__addons-sec {
    padding-top: 0;
    border-top: 0;
}

body.canario-site .package-modal__addons-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

body.canario-site .package-modal__addon-group h4 {
    margin: 0 0 9px;
    color: rgba(159, 221, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.canario-site .package-modal__addon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.canario-site .package-modal__addon-toggle {
    min-height: 68px;
    gap: 12px;
    padding: 10px 12px;
}

body.canario-site .package-modal__addon-name {
    min-width: 0;
    gap: 9px;
}

body.canario-site .package-modal__addon-name > i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 0.5px solid rgba(43, 164, 232, 0.24);
    border-radius: 5px;
    background: rgba(43, 164, 232, 0.06);
    color: rgba(159, 221, 255, 0.68);
    font-size: 0.92rem;
}

body.canario-site .package-modal__addon-name label {
    min-width: 0;
    cursor: pointer;
}

body.canario-site .package-modal__addon-name strong,
body.canario-site .package-modal__addon-name small {
    display: block;
}

body.canario-site .package-modal__addon-name strong {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    line-height: 1.2;
}

body.canario-site .package-modal__addon-name small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
    line-height: 1.25;
}

body.canario-site .package-modal__review-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 24px;
}

body.canario-site .package-modal__review-strip > div {
    padding: 13px 14px;
    border: 0.5px solid rgba(43, 164, 232, 0.28);
    border-radius: 6px;
    background: rgba(43, 164, 232, 0.07);
}

body.canario-site .package-modal__review-strip span,
body.canario-site .package-modal__review-strip strong {
    display: block;
}

body.canario-site .package-modal__review-strip span {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.canario-site .package-modal__review-strip span i {
    margin-right: 4px;
    color: #2BA4E8;
}

body.canario-site .package-modal__review-strip strong {
    color: #fff;
    font-size: 0.88rem;
}

body.canario-site .package-modal__footer-actions {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 10px;
}

body.canario-site .package-modal__back,
body.canario-site .package-modal__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 11px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.canario-site .package-modal__back {
    border: 0.5px solid rgba(43, 164, 232, 0.34);
    background: rgba(255, 255, 255, 0.025);
}

body.canario-site .package-modal__next {
    border: 1px solid #2BA4E8;
    background: #2BA4E8;
}

body.canario-site .package-modal__back:hover,
body.canario-site .package-modal__next:hover {
    border-color: rgba(143, 219, 255, 0.72);
    background: #1586C4;
}

body.canario-site .package-modal :where(.package-modal__back, .package-modal__next, .package-modal__btn)[hidden] {
    display: none !important;
}

@media (max-width: 768px) {
    body.canario-site .package-modal-overlay {
        padding: 0;
    }

    body.canario-site .package-modal {
        width: 100vw;
        height: 100svh;
        max-width: none;
        max-height: 100svh !important;
        border-width: 0;
        border-radius: 0 !important;
    }

    body.canario-site .package-modal__header {
        padding: max(14px, env(safe-area-inset-top)) 16px 12px;
        gap: 13px;
    }

    body.canario-site .package-modal__icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 7px;
        font-size: 1.45rem;
    }

    body.canario-site .package-modal__title-area h2 {
        padding-right: 36px;
        font-size: 1.48rem;
    }

    body.canario-site .package-modal__title-area p {
        font-size: 0.88rem;
    }

    body.canario-site .package-modal__close {
        top: max(14px, env(safe-area-inset-top));
        right: 14px;
        width: 34px;
        height: 34px;
    }

    body.canario-site .package-modal__steps {
        gap: 4px;
        padding: 8px 12px;
    }

    body.canario-site .package-modal__step {
        justify-content: center;
        gap: 5px;
        padding: 8px 4px;
        text-align: center;
    }

    body.canario-site .package-modal__step > i {
        font-size: 0.78rem;
    }

    body.canario-site .package-modal__step strong {
        font-size: 0.62rem;
        letter-spacing: 0.05em;
    }

    body.canario-site .package-modal__body {
        flex: 1 1 auto;
        min-height: 0;
        padding: 18px 18px 22px !important;
    }

    body.canario-site .package-modal__step-intro {
        margin-bottom: 16px;
    }

    body.canario-site .package-modal__step-intro h3 {
        font-size: 1.06rem;
    }

    body.canario-site .package-modal__step-intro p {
        font-size: 0.82rem;
    }

    body.canario-site .package-modal__addons-list {
        gap: 16px;
        max-height: none !important;
        overflow: visible;
    }

    body.canario-site .package-modal__addon-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.canario-site .package-modal__addon-toggle {
        min-height: 62px;
    }

    body.canario-site .package-modal__footer {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 10px 16px max(10px, env(safe-area-inset-bottom));
    }

    body.canario-site .package-modal__total-block {
        text-align: left;
    }

    body.canario-site .package-modal__total-block strong {
        font-size: 1.5rem;
    }

    body.canario-site .package-modal__footer-actions {
        min-width: 0;
    }

    body.canario-site .package-modal__back,
    body.canario-site .package-modal__next,
    body.canario-site .package-modal__btn {
        min-height: 46px;
        padding: 10px 13px;
        font-size: 0.78rem;
    }

    body.canario-site .package-modal__btn {
        width: auto;
    }
}

/* Mobile drawer polish */
body.canario-site .nav-drawer {
    --drawer-glow: rgba(43, 164, 232, 0.18);
    gap: clamp(28px, 5.8svh, 54px);
    padding: calc(82px + env(safe-area-inset-top)) 22px calc(34px + env(safe-area-inset-bottom));
    background: #02070b;
    overflow: hidden;
}

body.canario-site .nav-drawer::before,
body.canario-site .nav-drawer::after {
    content: none;
}

body.canario-site .nav-drawer-links {
    position: relative;
    z-index: 1;
    width: min(100%, 330px);
    gap: clamp(8px, 2.1svh, 16px);
}

body.canario-site .nav-drawer-links a {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 10px 20px 12px;
    border: 0.5px solid transparent;
    border-radius: 10px;
    color: rgba(226, 243, 255, 0.9);
    font-size: clamp(1.32rem, 6.2vw, 1.82rem);
    line-height: 1;
    letter-spacing: 0.17em;
    text-shadow: 0 14px 26px rgba(0, 0, 0, 0.5);
    background:
        linear-gradient(90deg, rgba(43, 164, 232, 0), rgba(43, 164, 232, 0), rgba(43, 164, 232, 0));
    transition:
        transform 0.54s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.4s ease,
        color 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

body.canario-site .nav-drawer-links a::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 7px;
    height: 0.5px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(43, 164, 232, 0), rgba(143, 219, 255, 0.95), rgba(43, 164, 232, 0));
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition:
        opacity 0.3s ease,
        transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

body.canario-site .nav-drawer.open .nav-drawer-links a::before {
    opacity: 0.62;
    transform: scaleX(0.22);
}

body.canario-site .nav-drawer-links a:hover,
body.canario-site .nav-drawer-links a:focus-visible {
    color: #ffffff;
    border-color: rgba(43, 164, 232, 0.46);
    background:
        linear-gradient(90deg, rgba(43, 164, 232, 0.08), rgba(43, 164, 232, 0.17), rgba(43, 164, 232, 0.08));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 46px var(--drawer-glow);
}

body.canario-site .nav-drawer-links a:hover::before,
body.canario-site .nav-drawer-links a:focus-visible::before {
    opacity: 1;
    transform: scaleX(1);
}

body.canario-site .nav-drawer-links a:nth-child(7) {
    transition-delay: 0.42s;
}

body.canario-site .nav-drawer-cta {
    z-index: 1;
    width: min(100%, 262px);
    justify-content: center;
    margin-top: clamp(4px, 1svh, 12px);
    border-color: rgba(143, 219, 255, 0.28);
    border-radius: 7px;
}

@media (max-width: 480px) {
    body.canario-site .nav-drawer-links {
        width: min(100%, 292px);
    }

    body.canario-site .nav-drawer-links a {
        min-height: 42px;
        padding-inline: 16px;
        letter-spacing: 0.155em;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.canario-site .nav-drawer::before,
    body.canario-site .nav-drawer::after,
    body.canario-site .nav-drawer-links a,
    body.canario-site .nav-drawer-links a::before,
    body.canario-site .nav-drawer-cta {
        transition: none !important;
    }
}


