/* Template 12 — v0 rideshare landing (https://v0-rideshare-landing-page.vercel.app/) inspired */

/*
 * Theme: default = light surfaces. Dark = Laravel body.dark (not prefers-color-scheme),
 * so toggling the store theme matches backgrounds and text everywhere below.
 */
.al_body_template_twelve {
    font-family: 'Geist', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --background: #ffffff;
    --foreground: #0f172a;
    --card: #f8fafc;
    --card-foreground: #0f172a;
    --primary: #ef4444;
    --primary-foreground: #fafafa;
    --muted: #f1f5f9;
    --muted-foreground: #64748b;
    --border: #e2e8f0;
    --radius: 0.75rem;
    --blink-v0-accent: oklch(0.63 0.23 25);
    --blink-v0-accent-dim: rgba(239, 68, 68, 0.15);
    --blink-v0-dark: #0a0a0b;
    --blink-v0-panel: #141416;
    --blink-v0-muted: oklch(0.65 0 0);
    --blink-theme-primary: var(--theme-deafult, #ef4444);
    /* Hero mesh top tint (replaces fixed oklch slab) */
    --blink-v0-hero-mesh: color-mix(in oklch, var(--foreground) 5%, var(--background));
}

body.dark.al_body_template_twelve {
    --background: oklch(0.145 0.005 285);
    --foreground: oklch(0.985 0 0);
    --card: oklch(0.2 0.005 285);
    --card-foreground: oklch(0.985 0 0);
    --primary: #ef4444;
    --primary-foreground: #fafafa;
    --muted: oklch(0.25 0.005 285);
    --muted-foreground: oklch(0.65 0 0);
    --border: oklch(0.3 0.005 285);
    --blink-v0-hero-mesh: color-mix(in oklch, var(--foreground) 8%, var(--background));
}

body.al_body_template_twelve {
    background-color: var(--background);
    color: var(--foreground);
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.al_body_template_twelve #page-container {
    background-color: var(--background);
}

/* Template 12 home: hide colored top bar; show centered logo only */
body.t12-minimal-header.al_body_template_twelve .site-header .top-header.site-topbar,
body.t12-minimal-header.al_body_template_twelve .site-header .top-header.site-topbar.al_template_one {
    display: none !important;
}
body.t12-minimal-header.al_body_template_twelve .cab-booking-header {
    background: var(--background) !important;
    border-bottom: 1px solid var(--border);
    box-shadow: none !important;
}
body.t12-minimal-header.al_body_template_twelve .cab-booking-header .col-sm-9,
body.t12-minimal-header.al_body_template_twelve .cab-booking-header .top-header.bg-transparent {
    display: none !important;
}
body.t12-minimal-header.al_body_template_twelve .cab-booking-header .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
}
body.t12-minimal-header.al_body_template_twelve .main-menu.al_template_one_menu {
    background: var(--background);
    border-bottom: 1px solid var(--border);
}
body.t12-minimal-header.al_body_template_twelve .main-menu.al_template_one_menu .menu-navigation {
    display: none !important;
}
body.t12-minimal-header.al_body_template_twelve .main-menu.al_template_one_menu .mobile-header .al_count_tabs,
body.t12-minimal-header.al_body_template_twelve .main-menu.al_template_one_menu .mobile-header .ipad-view {
    display: none !important;
}
body.t12-minimal-header.al_body_template_twelve .main-menu.al_template_one_menu .mobile-header {
    justify-content: center !important;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}
body.t12-minimal-header.al_body_template_twelve .site-header .navbar-brand {
    display: inline-flex !important;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.t12-minimal-header.al_body_template_twelve .cab-booking-header .logo-image,
body.t12-minimal-header.al_body_template_twelve .main-menu .logo img {
    height: 48px !important;
    width: auto;
    max-height: 52px;
}

/* Template 12 — site header (sticky glass, bold borders, hover motion) */
@keyframes t12-nav-cta-ring {
    0% {
        box-shadow: 0 0 0 0 color-mix(in oklch, var(--primary) 40%, transparent);
    }
    70% {
        box-shadow: 0 0 0 6px color-mix(in oklch, var(--primary) 0%, transparent);
    }
    100% {
        box-shadow: 0 0 0 0 color-mix(in oklch, var(--primary) 0%, transparent);
    }
}
.al_body_template_twelve .t12-top-nav {
    --t12-nav-ease: cubic-bezier(0.33, 1.35, 0.68, 1);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background 0.45s var(--t12-nav-ease, cubic-bezier(0.33, 1.35, 0.68, 1)),
        box-shadow 0.45s var(--t12-nav-ease, cubic-bezier(0.33, 1.35, 0.68, 1)),
        border-color 0.35s ease, backdrop-filter 0.45s ease, -webkit-backdrop-filter 0.45s ease;
}
/* Top of page: lighter, more see-through */
.al_body_template_twelve .t12-top-nav:not(.t12-top-nav--scrolled) {
    background: color-mix(in oklch, var(--background) 48%, transparent);
    backdrop-filter: blur(8px) saturate(1.08);
    -webkit-backdrop-filter: blur(8px) saturate(1.08);
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 5%, transparent);
    box-shadow: 0 1px 0 color-mix(in oklch, var(--foreground) 3%, transparent);
}
/* After scroll: stronger frosted glass */
.al_body_template_twelve .t12-top-nav.t12-top-nav--scrolled {
    background: color-mix(in oklch, var(--background) 78%, transparent);
    backdrop-filter: blur(22px) saturate(1.38);
    -webkit-backdrop-filter: blur(22px) saturate(1.38);
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 10%, var(--border));
    box-shadow: 0 1px 0 color-mix(in oklch, var(--foreground) 6%, transparent),
        0 10px 36px -14px color-mix(in oklch, var(--foreground) 16%, transparent);
}
body.dark.al_body_template_twelve .t12-top-nav:not(.t12-top-nav--scrolled) {
    background: color-mix(in oklch, var(--background) 42%, transparent);
    border-bottom-color: color-mix(in oklch, var(--foreground) 8%, var(--border));
}
body.dark.al_body_template_twelve .t12-top-nav.t12-top-nav--scrolled {
    background: color-mix(in oklch, var(--background) 82%, transparent);
    border-bottom-color: color-mix(in oklch, var(--foreground) 14%, var(--border));
}
body.t12-minimal-header.al_body_template_twelve .t12-top-nav:not(.t12-top-nav--scrolled) {
    background: color-mix(in oklch, var(--background) 48%, transparent) !important;
    backdrop-filter: blur(8px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 5%, transparent) !important;
    box-shadow: 0 1px 0 color-mix(in oklch, var(--foreground) 3%, transparent) !important;
}
body.t12-minimal-header.al_body_template_twelve .t12-top-nav.t12-top-nav--scrolled {
    background: color-mix(in oklch, var(--background) 78%, transparent) !important;
    backdrop-filter: blur(22px) saturate(1.38) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.38) !important;
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 10%, var(--border)) !important;
    box-shadow: 0 1px 0 color-mix(in oklch, var(--foreground) 6%, transparent),
        0 10px 36px -14px color-mix(in oklch, var(--foreground) 16%, transparent) !important;
}
.al_body_template_twelve .t12-top-nav-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1rem 1.5rem;
    max-width: 1280px;
    margin-inline: auto;
    width: 100%;
    padding: 0.9rem clamp(1.125rem, 3.5vw, 1.75rem);
    min-height: 4.25rem;
    box-sizing: border-box;
}
.al_body_template_twelve .t12-top-nav-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.al_body_template_twelve .t12-top-nav-logo .logo-image {
    height: 44px;
    width: auto;
    max-height: 48px;
    display: block;
    transition: opacity 0.2s ease;
}
.al_body_template_twelve .t12-top-nav-logo:hover .logo-image {
    opacity: 0.88;
}
.al_body_template_twelve .t12-top-nav-toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.al_body_template_twelve .t12-top-nav-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.85rem;
    height: 2.85rem;
    cursor: pointer;
    border-radius: 14px;
    border: 1px solid color-mix(in oklch, var(--foreground) 11%, var(--border));
    background: color-mix(in oklch, var(--background) 92%, var(--muted));
    box-shadow: 0 2px 8px -2px color-mix(in oklch, var(--foreground) 12%, transparent);
    align-items: center;
    flex-shrink: 0;
    margin-inline-start: auto;
    transition: transform 0.28s var(--t12-nav-ease, cubic-bezier(0.33, 1.35, 0.68, 1)), background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.al_body_template_twelve .t12-top-nav-burger:hover {
    background: var(--background);
    border-color: color-mix(in oklch, var(--primary) 28%, var(--border));
    box-shadow: 0 4px 18px -4px color-mix(in oklch, var(--primary) 32%, transparent);
    transform: scale(1.04);
}
.al_body_template_twelve .t12-top-nav-burger-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.al_body_template_twelve .t12-top-nav-burger-lines > span {
    display: block;
    width: 1.125rem;
    height: 2px;
    background: var(--foreground);
    border-radius: 999px;
    opacity: 0.88;
    transition: transform 0.28s var(--t12-nav-ease, cubic-bezier(0.33, 1.35, 0.68, 1)), opacity 0.2s ease;
}
.al_body_template_twelve .t12-top-nav-toggle-input:checked ~ .t12-top-nav-burger .t12-top-nav-burger-lines > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.al_body_template_twelve .t12-top-nav-toggle-input:checked ~ .t12-top-nav-burger .t12-top-nav-burger-lines > span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.al_body_template_twelve .t12-top-nav-toggle-input:checked ~ .t12-top-nav-burger .t12-top-nav-burger-lines > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.al_body_template_twelve .t12-top-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem 1.35rem;
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
}
.al_body_template_twelve .t12-top-nav-tools {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
/* Segmented locale cluster */
.al_body_template_twelve .t12-top-nav-tools--end {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.35rem;
    background: color-mix(in oklch, var(--muted) 50%, var(--background));
    border: 1px solid color-mix(in oklch, var(--foreground) 11%, var(--border));
    border-radius: 999px;
    box-shadow: inset 0 1px 0 color-mix(in oklch, var(--background) 70%, transparent),
        0 2px 10px -4px color-mix(in oklch, var(--foreground) 10%, transparent);
}
/* Theme toggle (replaces floating body button when show_dark_mode = 2) */
body.al_body_template_twelve #dark-light-btn-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.al_body_template_twelve .t12-nav-item--theme {
    display: flex;
    align-items: center;
    list-style: none;
}
.al_body_template_twelve .t12-nav-theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.38rem 0.7rem;
    min-height: 2.35rem;
    border-radius: 999px;
    border: 1px solid color-mix(in oklch, var(--foreground) 12%, var(--border));
    background: color-mix(in oklch, var(--background) 90%, var(--muted));
    color: var(--foreground);
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.22s ease, color 0.2s ease;
}
.al_body_template_twelve .t12-nav-theme-btn:hover {
    background: var(--background);
    border-color: color-mix(in oklch, var(--primary) 28%, var(--border));
    box-shadow: 0 2px 12px color-mix(in oklch, var(--foreground) 10%, transparent);
}
.al_body_template_twelve .t12-nav-theme-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1.45rem;
    height: 1.45rem;
    flex-shrink: 0;
}
.al_body_template_twelve .t12-nav-theme-svg {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    transition: opacity 0.2s ease;
}
.al_body_template_twelve .t12-nav-theme-svg--sun {
    opacity: 1;
}
.al_body_template_twelve .t12-nav-theme-svg--moon {
    opacity: 0;
}
body.dark.al_body_template_twelve .t12-nav-theme-svg--sun {
    opacity: 0;
}
body.dark.al_body_template_twelve .t12-nav-theme-svg--moon {
    opacity: 1;
}
.al_body_template_twelve .t12-nav-theme-text {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.al_body_template_twelve .t12-top-nav-links {
    display: flex;
    align-items: center;
    gap: 0.35rem 0.55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.al_body_template_twelve .t12-top-nav-links--primary {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.al_body_template_twelve .t12-top-nav-rule {
    list-style: none;
    align-self: stretch;
    width: 0;
    min-height: 1.65rem;
    margin: 0 0.2rem 0 0.75rem;
    padding: 0 0 0 0.85rem;
    border-inline-start: 1px solid color-mix(in oklch, var(--foreground) 12%, var(--border));
    background: none;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .al_body_template_twelve .t12-top-nav-rule {
        display: none;
    }
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12-top-nav-menu {
        display: flex !important;
    }
    .al_body_template_twelve .t12-top-nav-links--primary {
        display: flex !important;
    }
}
.al_body_template_twelve .t12-nav-item {
    position: relative;
    list-style: none;
}
.al_body_template_twelve .t12-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.012em;
    color: color-mix(in oklch, var(--foreground) 88%, var(--muted-foreground));
    background: none;
    border: none;
    cursor: default;
    padding: 0.45rem 0.35rem;
    border-radius: 12px;
    transition: transform 0.28s cubic-bezier(0.33, 1.35, 0.68, 1), background 0.22s ease, color 0.22s ease, box-shadow 0.28s ease, border-color 0.22s ease;
}
.al_body_template_twelve li.t12-nav-item--dropdown > .t12-nav-trigger {
    cursor: pointer;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid transparent;
}
/* Audience links: no pill — underline draws in from the start (minimal) */
.al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown > .t12-nav-trigger {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0.5rem 0.65rem 0.55rem;
    box-shadow: none;
    position: relative;
    transition: color 0.22s ease;
}
.al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown > .t12-nav-trigger::after {
    content: "";
    position: absolute;
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), color-mix(in oklch, var(--primary) 65%, var(--foreground)));
    transform: scaleX(0);
    transform-origin: inline-start center;
    transition: transform 0.32s cubic-bezier(0.33, 1, 0.65, 1);
    pointer-events: none;
}
.al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown:hover > .t12-nav-trigger,
.al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown:focus-within > .t12-nav-trigger {
    color: var(--foreground);
    background: transparent;
    border: none;
    box-shadow: none;
    transform: none;
}
.al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown:hover > .t12-nav-trigger::after,
.al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown:focus-within > .t12-nav-trigger::after {
    transform: scaleX(1);
}
.al_body_template_twelve .t12-nav-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-inline-start: 3.5px solid transparent;
    border-inline-end: 3.5px solid transparent;
    border-top: 4px solid currentColor;
    opacity: 0.45;
    margin-top: 1px;
    transition: transform 0.32s cubic-bezier(0.33, 1.35, 0.68, 1), opacity 0.22s ease;
}
.al_body_template_twelve .t12-nav-item--dropdown:hover .t12-nav-caret,
.al_body_template_twelve .t12-nav-item--dropdown:focus-within .t12-nav-caret {
    transform: translateY(-1px) rotate(180deg);
    opacity: 0.85;
}
.al_body_template_twelve .t12-nav-dd {
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    min-width: 14.25rem;
    padding: 0.5rem;
    margin-top: 0.55rem;
    background: color-mix(in oklch, var(--background) 96%, var(--card));
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
    border: 1px solid color-mix(in oklch, var(--foreground) 10%, var(--border));
    border-radius: 1.125rem;
    box-shadow: 0 8px 16px -4px color-mix(in oklch, var(--foreground) 12%, transparent),
        0 22px 48px -12px color-mix(in oklch, var(--foreground) 20%, transparent),
        0 0 0 1px color-mix(in oklch, var(--primary) 8%, transparent);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top center;
    transition: opacity 0.22s cubic-bezier(0.33, 1, 0.68, 1), transform 0.26s cubic-bezier(0.33, 1.35, 0.68, 1), visibility 0.22s, box-shadow 0.22s ease;
    z-index: 220;
}
.al_body_template_twelve .t12-nav-item--dropdown:hover > .t12-nav-dd,
.al_body_template_twelve .t12-nav-item--dropdown:focus-within > .t12-nav-dd {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.al_body_template_twelve .t12-nav-dd a {
    display: block;
    padding: 0.55rem 0.9rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--foreground);
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0.75rem;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.22s ease;
}
.al_body_template_twelve .t12-nav-dd a:hover,
.al_body_template_twelve .t12-nav-dd a.is-active {
    background: linear-gradient(
        105deg,
        color-mix(in oklch, var(--primary) 24%, var(--muted)),
        color-mix(in oklch, var(--primary) 8%, var(--muted))
    );
    color: var(--foreground);
}
.al_body_template_twelve .t12-nav-dd--wide {
    min-width: 17rem;
}
.al_body_template_twelve .t12-nav-dd-label {
    display: block;
    padding: 0.4rem 0.8rem 0.2rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12-nav-dd-strong {
    font-weight: 600;
}
.al_body_template_twelve .t12-nav-dd-divider {
    height: 1px;
    margin: 0.3rem 0.4rem;
    background: var(--border);
    border: none;
}
.al_body_template_twelve .t12-nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--foreground);
    text-decoration: none;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid color-mix(in oklch, var(--foreground) 14%, var(--border));
    background: color-mix(in oklch, var(--background) 85%, transparent);
    transition: transform 0.28s cubic-bezier(0.33, 1.35, 0.68, 1), background 0.22s ease, border-color 0.22s ease, box-shadow 0.28s ease;
}
.al_body_template_twelve .t12-nav-link:hover {
    background: color-mix(in oklch, var(--muted) 65%, var(--background));
    border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
    box-shadow: 0 6px 18px -8px color-mix(in oklch, var(--primary) 28%, transparent);
    transform: translateY(-2px) scale(1.02);
}
.al_body_template_twelve .t12-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--primary-foreground);
    background: linear-gradient(
        165deg,
        color-mix(in oklch, var(--primary) 75%, white) 0%,
        var(--primary) 42%,
        color-mix(in oklch, var(--primary) 82%, black) 100%
    );
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid color-mix(in oklch, var(--primary) 75%, black);
    box-shadow: 0 2px 6px color-mix(in oklch, var(--primary) 38%, transparent),
        0 8px 22px -6px color-mix(in oklch, var(--primary) 50%, transparent);
    transition: transform 0.28s cubic-bezier(0.33, 1.35, 0.68, 1), box-shadow 0.28s ease, filter 0.22s ease;
}
.al_body_template_twelve .t12-nav-cta:hover {
    opacity: 1;
    color: var(--primary-foreground);
    filter: brightness(1.06) saturate(1.08);
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 4px 14px color-mix(in oklch, var(--primary) 35%, transparent),
        0 14px 36px -8px color-mix(in oklch, var(--primary) 55%, transparent),
        0 0 0 1px color-mix(in oklch, var(--primary) 50%, transparent);
    animation: t12-nav-cta-ring 0.85s ease-out 1;
}
.al_body_template_twelve .t12-nav-avatar-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem 0.25rem 0.25rem;
    border-radius: 999px;
    border: 1px solid color-mix(in oklch, var(--foreground) 12%, var(--border));
    background: color-mix(in oklch, var(--background) 92%, var(--muted));
    box-shadow: 0 2px 8px -2px color-mix(in oklch, var(--foreground) 10%, transparent);
    cursor: pointer;
    font: inherit;
    transition: transform 0.28s cubic-bezier(0.33, 1.35, 0.68, 1), border-color 0.22s ease, box-shadow 0.28s ease;
}
.al_body_template_twelve .t12-nav-item--avatar:hover > .t12-nav-avatar-btn,
.al_body_template_twelve .t12-nav-item--avatar:focus-within > .t12-nav-avatar-btn {
    border-color: color-mix(in oklch, var(--primary) 45%, var(--border));
    box-shadow: 0 0 0 3px color-mix(in oklch, var(--primary) 18%, transparent),
        0 8px 22px -8px color-mix(in oklch, var(--primary) 35%, transparent);
    transform: translateY(-2px) scale(1.03);
}
.al_body_template_twelve .t12-nav-avatar-img {
    border-radius: 50%;
    object-fit: cover;
    display: block;
    width: 2rem;
    height: 2rem;
}
.al_body_template_twelve .t12-nav-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: color-mix(in oklch, var(--primary) 14%, var(--muted));
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--foreground);
}
.al_body_template_twelve .t12-nav-item--avatar .t12-nav-dd {
    inset-inline-end: 0;
    inset-inline-start: auto;
}
/* Locale / currency: compact pills inside cluster */
.al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown > .t12-nav-trigger {
    padding: 0.4rem 0.65rem;
}
.al_body_template_twelve .t12-top-nav-tools--end .t12-nav-trigger {
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: var(--foreground);
}
.al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown:hover > .t12-nav-trigger,
.al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown:focus-within > .t12-nav-trigger {
    background: var(--background);
    border-color: color-mix(in oklch, var(--primary) 22%, transparent);
    box-shadow: 0 4px 14px -4px color-mix(in oklch, var(--foreground) 14%, transparent),
        0 0 0 1px color-mix(in oklch, var(--primary) 15%, transparent);
    transform: translateY(-1px) scale(1.03);
}
/* Language: globe in dual-tone ring, micro-motion on hover */
.al_body_template_twelve .t12-nav-trigger--lang {
    gap: 0.45rem;
}
.al_body_template_twelve .t12-nav-lang-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: conic-gradient(from 210deg, var(--primary), color-mix(in oklch, var(--primary) 60%, var(--foreground)), var(--primary));
    padding: 2px;
    box-sizing: border-box;
    flex-shrink: 0;
    box-shadow: 0 2px 8px color-mix(in oklch, var(--primary) 28%, transparent);
    transition: transform 0.4s cubic-bezier(0.33, 1.35, 0.68, 1), box-shadow 0.28s ease;
}
.al_body_template_twelve .t12-nav-globe {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: var(--background);
    color: color-mix(in oklch, var(--primary) 85%, var(--foreground));
    padding: 0.31rem;
    box-sizing: border-box;
    display: block;
    transition: transform 0.55s cubic-bezier(0.33, 1.35, 0.68, 1), color 0.22s ease;
}
.al_body_template_twelve .t12-nav-item--language:hover .t12-nav-globe,
.al_body_template_twelve .t12-nav-item--language:focus-within .t12-nav-globe {
    transform: rotate(-18deg) scale(1.06);
    color: var(--primary);
}
.al_body_template_twelve .t12-nav-item--language:hover .t12-nav-lang-icon,
.al_body_template_twelve .t12-nav-item--language:focus-within .t12-nav-lang-icon {
    transform: rotate(8deg) scale(1.05);
    box-shadow: 0 4px 14px color-mix(in oklch, var(--primary) 38%, transparent);
}
.al_body_template_twelve .t12-nav-lang-code {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-variant-numeric: tabular-nums;
}
@media (max-width: 380px) {
    .al_body_template_twelve .t12-nav-lang-code {
        font-size: 0.6875rem;
    }
}
@media (max-width: 991px) {
    .al_body_template_twelve .t12-top-nav {
        position: relative;
    }
    .al_body_template_twelve .t12-top-nav-burger {
        display: flex;
    }
    .al_body_template_twelve .t12-top-nav-menu {
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        flex: 0 1 auto;
        flex-basis: 100%;
        order: 3;
        padding: 1.15rem 0.25rem 1rem;
        margin-top: 0.5rem;
        border-top: 1px solid color-mix(in oklch, var(--foreground) 10%, var(--border));
        gap: 1.25rem;
    }
    .al_body_template_twelve .t12-top-nav-toggle-input:checked ~ .t12-top-nav-menu {
        display: flex;
        max-height: min(78vh, calc(100vh - 5rem));
        max-height: min(78vh, calc(100dvh - 5rem));
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        min-height: 0;
    }
    .al_body_template_twelve .t12-top-nav-inner {
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
    }
    .al_body_template_twelve .t12-top-nav-links,
    .al_body_template_twelve .t12-top-nav-tools {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        min-width: 0;
    }
    .al_body_template_twelve .t12-top-nav-links--primary {
        gap: 0.65rem;
        justify-content: flex-start;
    }
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item {
        width: 100%;
        min-width: 0;
    }
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-trigger,
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-link,
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-cta,
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-avatar-btn {
        width: 100%;
        min-width: 0;
        justify-content: space-between;
        text-align: start;
        box-sizing: border-box;
    }
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-trigger,
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-avatar-btn {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-link {
        display: inline-flex;
        align-items: center;
    }
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-link,
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item > .t12-nav-cta {
        justify-content: center;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
    .al_body_template_twelve .t12-top-nav-tools--end {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: stretch;
        align-items: stretch;
        border-radius: 16px;
        padding: 0.55rem 0.5rem;
        gap: 0.6rem 0.75rem;
        width: 100%;
        box-sizing: border-box;
    }
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 8.5rem;
    }
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown:only-child {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--theme {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 8.5rem;
    }
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-theme-btn {
        width: 100%;
        justify-content: center;
        min-height: 2.65rem;
    }
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown > .t12-nav-trigger {
        width: 100%;
        min-width: 0;
        justify-content: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--language .t12-nav-trigger--lang {
        justify-content: center;
    }
    .al_body_template_twelve .t12-nav-item--language .t12-nav-trigger--lang {
        min-height: 2.65rem;
    }
    .al_body_template_twelve .t12-nav-dd {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 0.45rem;
        margin-bottom: 0.25rem;
        border-radius: 1rem;
    }
    .al_body_template_twelve .t12-nav-dd a {
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .al_body_template_twelve .t12-nav-item--dropdown:hover > .t12-nav-dd {
        opacity: 1;
        visibility: visible;
    }
    /* Rider / Driver / Business: submenus collapsed until opened (tap) */
    .al_body_template_twelve .t12-nav-item--audience:not(.is-open) > .t12-nav-dd {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        border-width: 0;
        box-shadow: none;
        overflow: hidden;
        transform: none;
        transition: max-height 0.35s ease, opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease, padding 0.2s ease, border-width 0.2s ease;
    }
    .al_body_template_twelve .t12-nav-item--audience.is-open > .t12-nav-dd {
        max-height: 18rem;
        opacity: 1;
        visibility: visible;
        margin-top: 0.45rem;
        margin-bottom: 0.25rem;
        padding: 0.5rem;
        border-width: 1px;
        overflow: visible;
    }
    .al_body_template_twelve .t12-nav-item--audience:not(.is-open):hover > .t12-nav-dd,
    .al_body_template_twelve .t12-nav-item--audience:not(.is-open):focus-within > .t12-nav-dd {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
    }
    .al_body_template_twelve .t12-nav-item--audience:not(.is-open):hover .t12-nav-caret,
    .al_body_template_twelve .t12-nav-item--audience:not(.is-open):focus-within .t12-nav-caret {
        transform: none;
        opacity: 0.45;
    }
    .al_body_template_twelve .t12-nav-item--audience.is-open .t12-nav-caret {
        transform: translateY(-1px) rotate(180deg);
        opacity: 0.85;
    }
}

@media (prefers-reduced-motion: reduce) {
    .al_body_template_twelve .t12-top-nav {
        transition-duration: 0.01ms !important;
    }
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown > .t12-nav-trigger::after {
        transition-duration: 0.01ms !important;
    }
    .al_body_template_twelve .t12-top-nav-burger-lines > span {
        transition-duration: 0.01ms !important;
    }
    .al_body_template_twelve .t12-top-nav-burger,
    .al_body_template_twelve .t12-nav-trigger,
    .al_body_template_twelve .t12-nav-link,
    .al_body_template_twelve .t12-nav-cta,
    .al_body_template_twelve .t12-nav-avatar-btn,
    .al_body_template_twelve .t12-nav-dd,
    .al_body_template_twelve .t12-nav-dd a,
    .al_body_template_twelve .t12-nav-caret {
        transition-duration: 0.01ms !important;
        animation: none !important;
    }
    .al_body_template_twelve .t12-nav-cta:hover,
    .al_body_template_twelve .t12-nav-link:hover,
    .al_body_template_twelve .t12-top-nav-links--primary > .t12-nav-item--dropdown:hover > .t12-nav-trigger,
    .al_body_template_twelve .t12-top-nav-tools--end .t12-nav-item--dropdown:hover > .t12-nav-trigger,
    .al_body_template_twelve .t12-nav-item--avatar:hover > .t12-nav-avatar-btn {
        transform: none;
    }
    .al_body_template_twelve .t12-nav-item--language:hover .t12-nav-globe,
    .al_body_template_twelve .t12-nav-item--language:focus-within .t12-nav-globe,
    .al_body_template_twelve .t12-nav-item--language:hover .t12-nav-lang-icon,
    .al_body_template_twelve .t12-nav-item--language:focus-within .t12-nav-lang-icon {
        transform: none;
    }
}

/* Shimmer placeholder while v0 content loads */
.al_body_template_twelve .alTwelveTemplate.main_shimer {
    background: var(--muted) !important;
}

/* Global theme (e.g. style.css) sets h2 and .btn to uppercase — reset for v0 clone to match source casing */
.al_body_template_twelve h1,
.al_body_template_twelve h2,
.al_body_template_twelve h3,
.al_body_template_twelve h4,
.al_body_template_twelve h5,
.al_body_template_twelve h6 {
    text-transform: none;
}
.al_body_template_twelve .btn,
.al_body_template_twelve button.btn,
.al_body_template_twelve a.btn {
    text-transform: none;
}

.al_body_template_twelve #blink-v0-landing-content {
    background: var(--background);
    color: var(--foreground);
    height: auto;
    max-height: none;
    overflow: visible !important;
}

/* Phone mock */
.al_body_template_twelve .blink-v0-phone {
    perspective: 900px;
}
.al_body_template_twelve .blink-v0-phone__frame {
    width: min(300px, 88vw);
    margin: 0 auto;
    background: linear-gradient(145deg, #2a2d35, #12141a);
    border-radius: 2.25rem;
    padding: 0.55rem;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    transform: rotateY(-6deg) rotateX(4deg);
}
.al_body_template_twelve .blink-v0-phone__notch {
    height: 22px;
    border-radius: 0 0 12px 12px;
    background: #0c0e12;
    width: 38%;
    margin: 0 auto 0.35rem;
}
.al_body_template_twelve .blink-v0-phone__screen {
    background: #0c0e12;
    border-radius: 1.65rem;
    overflow: hidden;
    min-height: 420px;
    position: relative;
}
.al_body_template_twelve .blink-v0-phone__status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.85rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.85);
}
.al_body_template_twelve .blink-v0-live {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: #f87171;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
}
.al_body_template_twelve .blink-v0-live-dot {
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    animation: blink-v0-pulse 1.4s ease-in-out infinite;
}
@keyframes blink-v0-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}
.al_body_template_twelve .blink-v0-phone__map {
    height: 140px;
    background: linear-gradient(160deg, #1e293b 0%, #0f172a 40%, #052e16 100%);
    position: relative;
}
.al_body_template_twelve .blink-v0-pin {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.al_body_template_twelve .blink-v0-pin--a {
    background: var(--blink-v0-accent);
    top: 38%;
    left: 28%;
}
.al_body_template_twelve .blink-v0-pin--b {
    background: #f87171;
    top: 58%;
    right: 32%;
}
.al_body_template_twelve .blink-v0-route {
    position: absolute;
    top: 42%;
    left: 30%;
    width: 42%;
    height: 3px;
    background: linear-gradient(90deg, var(--blink-v0-accent), #f87171);
    border-radius: 2px;
    opacity: 0.85;
    transform: rotate(18deg);
}
.al_body_template_twelve .blink-v0-phone__card {
    padding: 0.85rem;
    background: linear-gradient(180deg, #16181d, #0f1115);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.al_body_template_twelve .blink-v0-phone__loc {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
}
.al_body_template_twelve .blink-v0-phone__loc strong {
    display: block;
    color: #fff;
    font-size: 0.78rem;
}
.al_body_template_twelve .blink-v0-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.2rem;
}
.al_body_template_twelve .blink-v0-dot--green {
    background: var(--blink-v0-accent);
}
.al_body_template_twelve .blink-v0-dot--red {
    background: #f87171;
}
.al_body_template_twelve .blink-v0-phone__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}
.al_body_template_twelve .blink-v0-brand-pill {
    font-weight: 800;
    font-size: 0.85rem;
    color: #fff;
}
.al_body_template_twelve .blink-v0-eta {
    font-size: 0.75rem;
    color: var(--blink-v0-accent);
    font-weight: 700;
}
.al_body_template_twelve .blink-v0-phone__tiers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
}
.al_body_template_twelve .blink-v0-tier {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    padding: 0.45rem;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.65);
}
.al_body_template_twelve .blink-v0-tier strong {
    display: block;
    color: #fff;
    font-size: 0.85rem;
    margin-top: 0.15rem;
}
.al_body_template_twelve .blink-v0-tier--premium {
    border: 1px solid rgba(239, 68, 68, 0.45);
    position: relative;
}
.al_body_template_twelve .blink-v0-stars {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    font-size: 0.6rem;
    color: #fbbf24;
    font-weight: 700;
}
.al_body_template_twelve .blink-v0-book-btn {
    width: 100%;
    border: none;
    border-radius: 0.65rem;
    padding: 0.55rem;
    font-weight: 800;
    font-size: 0.8rem;
    background: var(--primary);
    color: var(--primary-foreground);
    margin-bottom: 0.45rem;
}
.al_body_template_twelve .blink-v0-mpesa {
    text-align: center;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.55);
}
.al_body_template_twelve .blink-v0-mpesa-m {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
    font-size: 0.55rem;
    margin-right: 0.25rem;
}

/* Stats */
.al_body_template_twelve .blink-v0-stats {
    padding: 2.5rem 0;
    background: var(--card);
    border-bottom: 1px solid var(--border);
}
.al_body_template_twelve .blink-v0-stat-num {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: var(--foreground);
    letter-spacing: -0.02em;
}
.al_body_template_twelve .blink-v0-stat-label {
    color: var(--muted-foreground);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

/* Areas */
.al_body_template_twelve .blink-v0-areas {
    padding: 2.5rem 0;
    background: var(--muted);
}
.al_body_template_twelve .blink-v0-section-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blink-v0-accent);
}
.al_body_template_twelve .blink-v0-pills {
    gap: 0.5rem;
    margin-top: 1rem;
}
.al_body_template_twelve .blink-v0-pill {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: var(--card);
    border: 1px solid var(--border);
    font-size: 0.82rem;
    color: var(--foreground);
}
.al_body_template_twelve .blink-v0-scroll-hint {
    font-size: 0.8rem;
    color: var(--muted-foreground);
}

/* Features (1:1 from template12/components/features-section.tsx) */
.al_body_template_twelve .t12f-section {
    scroll-margin-top: 5rem;
    background: var(--card);
    padding: 6rem 0;
}
.al_body_template_twelve .t12f-wrap {
    max-width: 80rem;
}
.al_body_template_twelve .t12f-head {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}
.al_body_template_twelve .t12f-head .t12f-kicker {
    margin: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--primary);
}
.al_body_template_twelve .t12f-head h2 {
    margin: .5rem 0 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--foreground);
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12f-head h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.al_body_template_twelve .t12f-head > p:last-child {
    margin: 1rem auto 0;
    max-width: 32rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--muted-foreground);
    text-wrap: pretty;
}
.al_body_template_twelve .t12f-grid {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12f-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12f-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.al_body_template_twelve .t12f-card {
    position: relative;
    z-index: 1;
    cursor: default;
    border-radius: 1rem;
    border: 1px solid var(--border);
    background: var(--background);
    padding: 1.5rem;
    transition: all .3s;
}
.al_body_template_twelve .t12f-card:hover {
    transform: translateY(-0.5rem);
    border-color: color-mix(in oklch, var(--primary) 50%, var(--border));
    box-shadow:
        0 20px 25px -5px color-mix(in oklch, var(--primary) 10%, transparent),
        0 8px 10px -6px color-mix(in oklch, var(--primary) 10%, transparent);
}
.al_body_template_twelve .t12f-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    color: var(--primary);
    transition: all .3s;
}
.al_body_template_twelve .t12f-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.al_body_template_twelve .t12f-card:hover .t12f-icon {
    transform: scale(1.1);
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow:
        0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent),
        0 4px 6px -4px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .t12f-card h3 {
    margin: 1rem 0 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--foreground);
    transition: all .3s;
}
.al_body_template_twelve .t12f-card:hover h3 {
    color: var(--primary);
}
.al_body_template_twelve .t12f-card p {
    margin: .5rem 0 0;
    color: var(--muted-foreground);
    line-height: 1.625;
}
.al_body_template_twelve .t12f-glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 1rem;
    background: linear-gradient(to bottom right, color-mix(in oklch, var(--primary) 20%, transparent), transparent);
    opacity: 0;
    transition: all .3s;
}
.al_body_template_twelve .t12f-card:hover .t12f-glow {
    opacity: 1;
}

/* How it works (1:1 from template12/components/how-it-works-section.tsx) */
.al_body_template_twelve .t12w-section {
    background: var(--background);
    padding: 6rem 0;
}
.al_body_template_twelve .t12w-wrap {
    max-width: 80rem;
}
.al_body_template_twelve .t12w-head {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}
.al_body_template_twelve .t12w-kicker {
    margin: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--primary);
}
.al_body_template_twelve .t12w-head h2 {
    margin: .5rem 0 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--foreground);
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12w-head h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.al_body_template_twelve .t12w-grid {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12w-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.al_body_template_twelve .t12w-step {
    position: relative;
}
.al_body_template_twelve .t12w-connector {
    position: absolute;
    left: 50%;
    top: 4rem;
    width: 100%;
    height: 1px;
    background: var(--border);
    transition: background-color .3s;
    display: none;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12w-connector {
        display: block;
    }
}
.al_body_template_twelve .t12w-step:hover .t12w-connector {
    background: color-mix(in oklch, var(--primary) 50%, var(--border));
}
.al_body_template_twelve .t12w-step-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.al_body_template_twelve .t12w-icon-shell {
    position: relative;
    transition: transform .3s;
}
.al_body_template_twelve .t12w-step:hover .t12w-icon-shell {
    transform: scale(1.05);
}
.al_body_template_twelve .t12w-icon-shell::before {
    content: "";
    width: 8rem;
    height: 8rem;
    border-radius: 999px;
    border: 2px solid color-mix(in oklch, var(--primary) 20%, transparent);
    background: var(--card);
    display: block;
    transition: border-color .3s, box-shadow .3s;
}
.al_body_template_twelve .t12w-step:hover .t12w-icon-shell::before {
    border-color: color-mix(in oklch, var(--primary) 50%, transparent);
    box-shadow: 0 20px 25px -5px color-mix(in oklch, var(--primary) 10%, transparent), 0 8px 10px -6px color-mix(in oklch, var(--primary) 10%, transparent);
}
.al_body_template_twelve .t12w-icon-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: box-shadow .3s;
}
.al_body_template_twelve .t12w-step:hover .t12w-icon-core {
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent), 0 4px 6px -4px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .t12w-icon-core svg {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--primary-foreground);
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s;
}
.al_body_template_twelve .t12w-step:hover .t12w-icon-core svg {
    transform: scale(1.1);
}
.al_body_template_twelve .t12w-num {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--foreground);
    color: var(--background);
    font-size: .875rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(15,23,42,.24);
    transition: transform .3s;
}
.al_body_template_twelve .t12w-step:hover .t12w-num {
    transform: scale(1.1);
}
.al_body_template_twelve .t12w-step h3 {
    margin: 1.5rem 0 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--foreground);
    transition: color .3s;
}
.al_body_template_twelve .t12w-step:hover h3 {
    color: var(--primary);
}
.al_body_template_twelve .t12w-step p {
    margin: .5rem 0 0;
    max-width: 20rem;
    line-height: 1.625;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12w-cta {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}
.al_body_template_twelve .t12w-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    background: var(--primary);
    color: var(--primary-foreground);
    text-decoration: none;
    padding: 1rem 2rem;
    font-weight: 500;
    transition: all .3s;
}
.al_body_template_twelve .t12w-btn:hover {
    transform: scale(1.05);
    gap: .75rem;
    color: var(--primary-foreground);
    box-shadow: 0 20px 25px -5px color-mix(in oklch, var(--primary) 25%, transparent), 0 8px 10px -6px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .t12w-btn svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s;
}
.al_body_template_twelve .t12w-btn:hover svg {
    transform: translateX(.25rem);
}
.al_body_template_twelve .t12w-btn:active {
    transform: scale(.95);
}

/* Testimonials (1:1 from template12/components/testimonials-section.tsx) */
.al_body_template_twelve .t12t-section {
    background: var(--card);
    padding: 6rem 0;
}
.al_body_template_twelve .t12t-wrap { max-width: 80rem; }
.al_body_template_twelve .t12t-head {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}
.al_body_template_twelve .t12t-kicker {
    margin: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--primary);
}
.al_body_template_twelve .t12t-head h2 {
    margin: .5rem 0 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--foreground);
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12t-head h2 { font-size: 2.25rem; line-height: 2.5rem; }
}
.al_body_template_twelve .t12t-head > p:last-child {
    margin: 1rem auto 0;
    max-width: 32rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--muted-foreground);
    text-wrap: pretty;
}
.al_body_template_twelve .t12t-grid {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12t-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.al_body_template_twelve .t12t-card {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: 1px solid var(--border);
    background: var(--background);
    padding: 2rem;
    transition: all .3s;
}
.al_body_template_twelve .t12t-card:hover {
    transform: translateY(-0.5rem);
    border-color: color-mix(in oklch, var(--primary) 30%, var(--border));
    box-shadow: 0 20px 25px -5px color-mix(in oklch, var(--primary) 5%, transparent), 0 8px 10px -6px color-mix(in oklch, var(--primary) 5%, transparent);
}
.al_body_template_twelve .t12t-stars { display: flex; gap: .25rem; }
.al_body_template_twelve .t12t-stars svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: var(--primary);
    stroke: var(--primary);
    stroke-width: 1.5;
    transition: transform .3s;
}
.al_body_template_twelve .t12t-card:hover .t12t-stars svg { transform: scale(1.1); }
.al_body_template_twelve .t12t-card blockquote {
    margin: 1rem 0 0;
    flex: 1;
    line-height: 1.625;
    color: var(--muted-foreground);
    text-wrap: pretty;
}
.al_body_template_twelve .t12t-author {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 1rem;
}
.al_body_template_twelve .t12t-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    color: var(--primary);
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.al_body_template_twelve .t12t-card:hover .t12t-avatar {
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent), 0 4px 6px -4px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .t12t-author p {
    margin: 0;
    font-weight: 600;
    color: var(--foreground);
}
.al_body_template_twelve .t12t-author small {
    margin-top: .1rem;
    display: block;
    font-size: .875rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12t-trust {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12t-trust {
        flex-direction: row;
    }
}
.al_body_template_twelve .t12t-trust-item {
    text-align: center;
    transition: transform .2s;
}
.al_body_template_twelve .t12t-trust-item:hover { transform: scale(1.1); }
.al_body_template_twelve .t12t-trust-item p {
    margin: 0;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 700;
    color: var(--foreground);
}
.al_body_template_twelve .t12t-trust-stars {
    margin-top: .25rem;
    display: flex;
    justify-content: center;
    gap: .25rem;
}
.al_body_template_twelve .t12t-trust-stars svg {
    width: 1rem;
    height: 1rem;
    fill: var(--primary);
    stroke: var(--primary);
    stroke-width: 1.5;
}
.al_body_template_twelve .t12t-trust-item small {
    margin-top: .25rem;
    display: block;
    font-size: .875rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12t-divider {
    width: 1px;
    height: 4rem;
    background: var(--border);
    display: none;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12t-divider { display: block; }
}

/* Apply to drive / Sign up to ride */
.al_body_template_twelve .t12aud-section {
    padding: 5rem 0;
    background: var(--background);
    color: var(--foreground);
}
.al_body_template_twelve .t12aud-section--rider {
    background: var(--card);
}
.al_body_template_twelve .t12aud-wrap {
    max-width: 80rem;
}
.al_body_template_twelve .t12aud-grid {
    display: grid;
    align-items: center;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12aud-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem;
    }
}
.al_body_template_twelve .t12aud-art-inner {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--background);
    box-shadow: 0 20px 40px -20px color-mix(in oklch, var(--foreground) 12%, transparent);
}
.al_body_template_twelve .t12aud-section--rider .t12aud-art-inner {
    background: var(--background);
}
.al_body_template_twelve .t12aud-svg {
    display: block;
    width: 100%;
    height: auto;
}
.al_body_template_twelve .t12aud-copy {
    max-width: min(36rem, 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.al_body_template_twelve .t12aud-kicker {
    margin: 0;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 12%, transparent);
    border: 1px solid color-mix(in oklch, var(--primary) 22%, transparent);
}
.al_body_template_twelve .t12aud-copy h2 {
    margin: 1rem 0 0;
    font-size: 1.875rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--foreground);
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12aud-copy h2 {
        font-size: 2.375rem;
        line-height: 1.12;
    }
}
.al_body_template_twelve .t12aud-lead {
    margin: 1.25rem 0 0;
    font-size: 1.125rem;
    line-height: 1.72;
    font-weight: 400;
    color: color-mix(in oklch, var(--foreground) 38%, var(--muted-foreground));
    text-wrap: pretty;
    max-width: 34rem;
}
.al_body_template_twelve .t12aud-list {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    width: 100%;
    max-width: 34rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
/* Flex row per item so bullets stay with line 1 when text wraps; each item is its own row (not inline with global li rules). */
.al_body_template_twelve .t12aud-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.68;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: color-mix(in oklch, var(--foreground) 28%, var(--muted-foreground));
    text-wrap: pretty;
}
.al_body_template_twelve .t12aud-list li::before {
    content: "";
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.55em;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 0 0 2px color-mix(in oklch, var(--primary) 22%, transparent);
}
.al_body_template_twelve .t12aud-cta {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    padding: 0.8125rem 1.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    border: 1px solid transparent;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.al_body_template_twelve .t12aud-cta:hover {
    color: #fff !important;
    background: #1a1a1a;
    transform: scale(1.03);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.35);
}
.al_body_template_twelve .t12aud-cta svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s;
}
.al_body_template_twelve .t12aud-cta:hover svg {
    transform: translateX(3px);
}

/* Safety (1:1 from template12/components/safety-section.tsx) */
.al_body_template_twelve .t12s-section {
    position: relative;
    overflow: hidden;
    background: var(--background);
    padding: 6rem 0;
}
.al_body_template_twelve .t12s-orb {
    position: absolute;
    right: 0;
    top: 0;
    width: 24rem;
    height: 24rem;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 5%, transparent);
    filter: blur(48px);
    animation: t12hPulse 2s infinite;
}
.al_body_template_twelve .t12s-wrap {
    position: relative;
    max-width: 80rem;
}
.al_body_template_twelve .t12s-grid {
    display: grid;
    align-items: center;
    gap: 3rem;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12s-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem;
    }
}
.al_body_template_twelve .t12s-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    padding: .5rem 1rem;
    transition: transform .2s;
}
.al_body_template_twelve .t12s-kicker:hover { transform: scale(1.05); }
.al_body_template_twelve .t12s-kicker svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
}
.al_body_template_twelve .t12s-kicker span {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--primary);
}
.al_body_template_twelve .t12s-copy h2 {
    margin: 1.5rem 0 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--foreground);
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12s-copy h2 { font-size: 2.25rem; line-height: 2.5rem; }
}
.al_body_template_twelve .t12s-copy > p {
    margin: 1rem 0 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--muted-foreground);
    text-wrap: pretty;
}
.al_body_template_twelve .t12s-list {
    margin-top: 2.5rem;
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12s-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.al_body_template_twelve .t12s-item {
    display: flex;
    gap: 1rem;
    transition: transform .3s;
}
.al_body_template_twelve .t12s-item:hover { transform: translateX(.5rem); }
.al_body_template_twelve .t12s-item-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    color: var(--primary);
    transition: all .3s;
}
.al_body_template_twelve .t12s-item:hover .t12s-item-icon {
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent), 0 4px 6px -4px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .t12s-item-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.al_body_template_twelve .t12s-item h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--foreground);
    transition: color .3s;
}
.al_body_template_twelve .t12s-item:hover h3 { color: var(--primary); }
.al_body_template_twelve .t12s-item p {
    margin: .25rem 0 0;
    font-size: .875rem;
    line-height: 1.625;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12s-visual-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12s-visual-wrap { justify-content: flex-end; }
}
.al_body_template_twelve .t12s-card {
    width: 100%;
    max-width: 28rem;
    border-radius: 1.5rem;
    border: 1px solid var(--border);
    background: var(--card);
    padding: 2rem;
    box-shadow: 0 25px 50px -12px color-mix(in oklch, var(--foreground) 15%, transparent);
    transition: all .5s;
}
.al_body_template_twelve .t12s-card:hover {
    border-color: color-mix(in oklch, var(--primary) 30%, var(--border));
    box-shadow: 0 25px 50px -12px color-mix(in oklch, var(--primary) 10%, transparent);
}
.al_body_template_twelve .t12s-card-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.al_body_template_twelve .t12s-card-shield {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
}
.al_body_template_twelve .t12s-card:hover .t12s-card-shield { transform: scale(1.1); }
.al_body_template_twelve .t12s-card-shield svg {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: var(--primary-foreground);
    stroke-width: 2;
}
.al_body_template_twelve .t12s-card-top p {
    margin: 0;
    font-size: .875rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12s-card-top strong {
    display: block;
    margin-top: .1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--foreground);
}
.al_body_template_twelve .t12s-status-list {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}
.al_body_template_twelve .t12s-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .75rem;
    background: var(--background);
    padding: 1rem;
    transition: all .3s;
}
.al_body_template_twelve .t12s-status:hover {
    background: color-mix(in oklch, var(--primary) 5%, var(--background));
}
.al_body_template_twelve .t12s-status-label {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.al_body_template_twelve .t12s-status-label i {
    width: .75rem;
    height: .75rem;
    border-radius: 999px;
    background: var(--primary);
    animation: t12hPulse 1.2s infinite;
}
.al_body_template_twelve .t12s-status-label span {
    color: var(--foreground);
}
.al_body_template_twelve .t12s-status-value {
    font-size: .875rem;
    color: var(--primary);
}
.al_body_template_twelve .t12s-emergency {
    margin-top: 1.5rem;
    width: 100%;
    border-radius: .75rem;
    border: 1px solid color-mix(in oklch, #ef4444 30%, transparent);
    background: color-mix(in oklch, #ef4444 10%, transparent);
    padding: .75rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: #ef4444;
    font-size: .875rem;
    font-weight: 500;
    transition: all .3s;
}
.al_body_template_twelve .t12s-emergency:hover {
    transform: scale(1.02);
    background: color-mix(in oklch, #ef4444 20%, transparent);
}
.al_body_template_twelve .t12s-emergency:active { transform: scale(.98); }
.al_body_template_twelve .t12s-emergency svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}
.al_body_template_twelve .t12s-badge {
    position: absolute;
    right: -1rem;
    top: -1rem;
    border-radius: 999px;
    background: var(--foreground);
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--foreground) 20%, transparent);
    animation: t12hFloat 2s infinite;
}
.al_body_template_twelve .t12s-badge svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
}
.al_body_template_twelve .t12s-badge span {
    font-size: .875rem;
    font-weight: 500;
    color: var(--background);
}
.al_body_template_twelve .t12s-glow {
    position: absolute;
    inset: -1rem;
    z-index: -1;
    border-radius: 1.75rem;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    filter: blur(48px);
    transition: background .5s;
}
.al_body_template_twelve .t12s-visual-wrap:hover .t12s-glow {
    background: color-mix(in oklch, var(--primary) 20%, transparent);
}

/*
 * CTA = template12/components/cta-section.tsx (Tailwind → CSS)
 * section: relative overflow-hidden bg-primary py-24
 * inner: max-w-7xl px-4 sm:px-6 lg:px-8 | wrap: flex flex-col items-center text-center
 * orbs: blur-3xl (64px), bg-primary-foreground/5, animate-pulse 2s
 * title: mt-8 text-3xl sm:text-4xl lg:text-5xl tracking-tight
 * sub: mt-4 max-w-xl text-lg leading-relaxed text-primary-foreground/80
 * store: mt-10 gap-4; buttons rounded-xl px-8 py-4 gap-3; solid hover:shadow-xl; ghost border-2 /30 hover:/50
 * link: mt-8 gap-2 hover:gap-3 text-sm font-medium; arrow h-4 w-4 translate-x-1
 * promo: mt-10 gap-2 rounded-full px-6 py-3; chip rounded-md px-3 py-1 font-mono text-sm font-semibold
 */
.al_body_template_twelve .t12c-section {
    /* Grey panel: dark text + primary accents (was solid primary + white text) */
    --t12c-pf: var(--foreground);
    --t12c-pf-80: color-mix(in oklch, var(--foreground) 78%, var(--muted-foreground));
    --t12c-pf-90: color-mix(in oklch, var(--foreground) 88%, var(--muted-foreground));
    --t12c-pf-70: var(--muted-foreground);
    --t12c-brand-tile: color-mix(in oklch, var(--primary) 14%, transparent);
    --t12c-brand-tile-hover: color-mix(in oklch, var(--primary) 22%, transparent);
    --t12c-as-pill: #ffffff;
    --t12c-as-text: var(--primary);
    --t12c-as-muted: color-mix(in oklch, var(--primary) 70%, transparent);
    --t12c-orb-fill: color-mix(in oklch, var(--primary) 14%, transparent);
    --t12c-frost: color-mix(in oklch, var(--foreground) 6%, var(--background));
    --t12c-frost-hover: color-mix(in oklch, var(--foreground) 10%, var(--background));
    --t12c-frost-strong: color-mix(in oklch, var(--foreground) 5%, var(--muted));
    --t12c-frost-chip-hover: color-mix(in oklch, var(--foreground) 10%, var(--muted));
    --t12c-frost-border: color-mix(in oklch, var(--foreground) 22%, transparent);
    --t12c-frost-border-hover: color-mix(in oklch, var(--foreground) 32%, transparent);
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--muted);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    contain: none;
    /* template12 cta-section.tsx: py-24 (6rem) */
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.al_body_template_twelve .t12c-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
@keyframes t12cOrbPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.al_body_template_twelve .t12c-orb {
    position: absolute;
    border-radius: 999px;
    background: var(--t12c-orb-fill);
    /* blur-3xl */
    filter: blur(64px);
    /* animate-pulse */
    animation: t12cOrbPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.al_body_template_twelve .t12c-orb-a { left: -5rem; top: -5rem; width: 16rem; height: 16rem; }
.al_body_template_twelve .t12c-orb-b { right: -5rem; bottom: -5rem; width: 20rem; height: 20rem; animation-delay: 1s; }
/* Same as TSX: relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 */
.al_body_template_twelve .t12c-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 80rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    overflow: visible;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12c-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .al_body_template_twelve .t12c-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.al_body_template_twelve .t12c-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: stretch;
    box-sizing: border-box;
    overflow: visible;
}
.al_body_template_twelve .t12c-brand {
    /* h-20 w-20 rounded-2xl; transition-all duration-300 */
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: var(--t12c-brand-tile);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease, background-color .3s ease;
}
.al_body_template_twelve .t12c-brand:hover {
    transform: scale(1.1);
    background: var(--t12c-brand-tile-hover);
}
.al_body_template_twelve .t12c-brand svg {
    /* h-10 w-10 */
    width: 2.5rem;
    height: 2.5rem;
    color: var(--primary);
    transition: transform .3s ease;
}
.al_body_template_twelve .t12c-brand:hover svg { transform: scale(1.1); }
/* TSX: mt-8 text-3xl sm:text-4xl lg:text-5xl */
.al_body_template_twelve .t12c-wrap .t12c-title {
    margin: 2rem 0 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--t12c-pf);
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12c-wrap .t12c-title { font-size: 2.25rem; line-height: 2.5rem; }
}
/* lg:text-5xl — Tailwind lg = 1024px */
@media (min-width: 1024px) {
    .al_body_template_twelve .t12c-wrap .t12c-title { font-size: 3rem; line-height: 1; }
}
/* TSX: mt-4 max-w-xl text-lg text-primary-foreground/80 */
.al_body_template_twelve .t12c-wrap .t12c-sub {
    margin: 1rem 0 0;
    max-width: 36rem;
    font-size: 1.125rem;
    /* leading-relaxed */
    line-height: 1.625;
    color: var(--t12c-pf-80);
    text-wrap: pretty;
}
/* TSX: mt-10 */
.al_body_template_twelve .t12c-store {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12c-store { flex-direction: row; }
}
.al_body_template_twelve .t12c-store .s {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    /* rounded-xl */
    border-radius: .75rem;
    /* py-4 px-8 */
    padding: 1rem 2rem;
    text-decoration: none;
    /* transition-all duration-300 */
    transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s;
    border: 0;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12c-store .s { width: auto; max-width: 100%; }
}
/* hover:scale-105 active:scale-95 — shadow-xl only on App Store pill (TSX) */
.al_body_template_twelve .t12c-store .s:hover {
    transform: scale(1.05);
}
.al_body_template_twelve .t12c-store .s-solid:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.al_body_template_twelve .t12c-store .s:active { transform: scale(.95); }
.al_body_template_twelve .t12c-store svg { width: 1.75rem; height: 1.75rem; flex-shrink: 0; }
/* App Store: Lucide-style outline Apple + primary green (cta-section.tsx: text-primary) */
.al_body_template_twelve .t12c-store .s-solid .t12c-ico-apple {
    color: var(--t12c-as-text);
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.al_body_template_twelve .t12c-store .s-solid .t12c-ico-apple path { fill: none; }
/* Google Play: multicolor logomark (.t12-play-logo paths carry fills) */
.al_body_template_twelve .t12-play-logo {
    fill: none;
    stroke: none;
}
.al_body_template_twelve .t12-play-logo path {
    stroke: none;
}
.al_body_template_twelve .t12c-store .s svg { transition: transform .3s ease; }
.al_body_template_twelve .t12c-store .s.group:hover svg { transform: scale(1.1); }
.al_body_template_twelve .t12c-store .t12c-store-text { text-align: left; }
.al_body_template_twelve .t12c-store .t12c-store-sub {
    margin: 0;
    /* text-xs */
    font-size: .75rem;
    line-height: 1rem;
}
.al_body_template_twelve .t12c-store .t12c-store-title {
    margin: 0;
    margin-top: .1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
}
/* App Store: white pill + green icon/copy (matches cta-section.tsx bg-primary-foreground) */
.al_body_template_twelve .t12c-store .s-solid {
    background: var(--t12c-as-pill);
    color: var(--t12c-as-text);
    border: 0;
}
.al_body_template_twelve .t12c-store .s-solid .t12c-store-sub { color: var(--t12c-as-muted); }
.al_body_template_twelve .t12c-store .s-solid .t12c-store-title { color: var(--t12c-as-text); }
/* Google Play: border-primary-foreground/30 bg-primary-foreground/10 hover:border-/50 hover:bg-/20 */
.al_body_template_twelve .t12c-store .s-ghost {
    border: 2px solid var(--t12c-frost-border);
    background: var(--background);
    color: var(--foreground);
}
.al_body_template_twelve .t12c-store .s-ghost:hover {
    border-color: var(--t12c-frost-border-hover);
    background: var(--t12c-frost-strong);
}
.al_body_template_twelve .t12c-store .s-ghost .t12c-store-sub { color: var(--muted-foreground); }
.al_body_template_twelve .t12c-store .s-ghost .t12c-store-title { color: var(--foreground); }
/* Book a ride: black pill, white label + arrow (readable on grey CTA) */
.al_body_template_twelve .t12c-link {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    max-width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    font-size: .875rem;
    line-height: 1.45;
    font-weight: 600;
    color: #fff !important;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    padding: .75rem 1.5rem;
    border-radius: 999px;
    transition: gap .15s ease, background-color .15s ease, border-color .15s ease, transform .15s ease;
    box-sizing: border-box;
    overflow: visible;
}
.al_body_template_twelve .t12c-link:hover {
    gap: .75rem;
    color: #fff !important;
    background: #1a1a1a;
    border-color: #1a1a1a;
}
.al_body_template_twelve .t12c-section a.t12c-link:visited {
    color: #fff !important;
}
.al_body_template_twelve .t12c-link svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .15s ease;
}
/* group-hover:translate-x-1 */
.al_body_template_twelve .t12c-link:hover svg { transform: translateX(.25rem); }
/* TSX: mt-10 */
.al_body_template_twelve .t12c-code {
    margin-top: 2.5rem;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    max-width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    border-radius: 999px;
    background: var(--t12c-frost);
    /* px-6 py-3 */
    padding: .75rem 1.5rem;
    transition: background-color .15s ease;
    box-sizing: border-box;
}
.al_body_template_twelve .t12c-code:hover {
    background: var(--t12c-frost-hover);
}
.al_body_template_twelve .t12c-code > span {
    font-size: .875rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12c-code .t12c-code-chip {
    display: inline-block;
    border-radius: .375rem;
    background: color-mix(in oklch, var(--foreground) 8%, var(--background));
    padding: .25rem .75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--foreground);
    transition: background-color .15s ease;
}
.al_body_template_twelve .t12c-code .t12c-code-chip:hover {
    background: var(--t12c-frost-chip-hover);
}

/* Win over custom.css / global `a` — grey CTA: dark copy + black “Book a ride” pill */
body.al_body_template_twelve #blink-v0-cta .t12c-brand svg {
    color: var(--primary) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-wrap .t12c-title {
    color: var(--foreground) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-wrap .t12c-sub {
    color: color-mix(in oklch, var(--foreground) 72%, var(--muted-foreground)) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-solid {
    color: var(--primary) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-solid .t12c-ico-apple {
    color: var(--primary) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-solid .t12c-store-sub {
    color: color-mix(in oklch, var(--primary) 70%, transparent) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-solid .t12c-store-title {
    color: var(--primary) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-ghost {
    color: var(--foreground) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-ghost .t12c-store-sub {
    color: var(--muted-foreground) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-store .s-ghost .t12c-store-title {
    color: var(--foreground) !important;
}
body.al_body_template_twelve #blink-v0-cta a.t12c-link,
body.al_body_template_twelve #blink-v0-cta a.t12c-link:visited {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}
body.al_body_template_twelve #blink-v0-cta a.t12c-link:hover {
    color: #fff !important;
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-link svg {
    stroke: #fff !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-code > span {
    color: var(--muted-foreground) !important;
}
body.al_body_template_twelve #blink-v0-cta .t12c-code .t12c-code-chip {
    color: var(--foreground) !important;
}

/* Ride options (shared markup with template 11) */
.al_body_template_twelve .blink-ride-options-section {
    position: relative;
    z-index: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background: var(--muted);
    color: var(--foreground);
}
.al_body_template_twelve .blink-ride-options-container {
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
}
.al_body_template_twelve .blink-ride-options-title {
    font-size: 1.85rem;
    font-weight: 800;
    text-align: center;
    color: var(--foreground);
    margin-bottom: 1.5rem;
}
.al_body_template_twelve .blink-ride-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}
@media (min-width: 768px) {
    .al_body_template_twelve .blink-ride-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .al_body_template_twelve .blink-ride-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.al_body_template_twelve .blink-ride-card:not(.blink-ride-card--expanded) .blink-ride-card-col--extra {
    display: none !important;
}
.al_body_template_twelve .blink-ride-card-inner {
    border-radius: 1rem;
    border: 1px solid var(--border);
    background: var(--card);
    box-shadow: 0 4px 16px color-mix(in oklch, var(--foreground) 6%, transparent);
    transition: transform 0.2s, box-shadow 0.2s;
}
.al_body_template_twelve .blink-ride-card-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px color-mix(in oklch, var(--foreground) 10%, transparent);
}
.al_body_template_twelve .blink-ride-card-name {
    color: var(--foreground) !important;
}
.al_body_template_twelve .blink-ride-featured-badge {
    background: var(--blink-v0-accent);
}
.al_body_template_twelve .blink-ride-show-more-btn {
    border-color: var(--primary);
    color: var(--primary) !important;
    background: transparent;
}
.al_body_template_twelve .blink-ride-show-more-btn:hover {
    background: var(--primary);
    color: var(--primary-foreground) !important;
}

/* Banners strip */
.al_body_template_twelve .blink-landing-banners {
    background: var(--background);
}

/* Dynamic sections below fold */
.al_body_template_twelve .blink-v0-dynamic-section {
    background: var(--background);
    color: var(--foreground);
}
.al_body_template_twelve .blink-v0-dynamic-section .h2-heading {
    color: var(--foreground);
    font-weight: 800;
}
.al_body_template_twelve .blink-v0-dynamic-section a {
    color: var(--primary);
}

/* Footer v0 — black bar; local tokens so copy stays readable vs page theme */
.al_body_template_twelve .blink-footer-template-twelve {
    --foreground: #f8fafc;
    --muted-foreground: #94a3b8;
    --border: rgba(255, 255, 255, 0.14);
    --muted: rgba(255, 255, 255, 0.12);
    background: #000000;
    color: var(--muted-foreground);
}
.al_body_template_twelve .blink-footer-twelve-wrap {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    .al_body_template_twelve .blink-footer-twelve-wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .al_body_template_twelve .blink-footer-twelve-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.al_body_template_twelve .blink-footer-twelve-grid {
    display: grid;
    gap: 3rem;
}
.al_body_template_twelve .blink-footer-twelve-brand-col {
    min-width: 0;
}
@media (min-width: 992px) {
    .al_body_template_twelve .blink-footer-twelve-grid {
        grid-template-columns: 2fr repeat(4, minmax(0, 1fr));
    }
}
.al_body_template_twelve .blink-footer-twelve-brand-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    transition: transform .2s;
}
.al_body_template_twelve .blink-footer-twelve-brand-link:hover {
    transform: scale(1.05);
}
.al_body_template_twelve .blink-footer-twelve-brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .75rem;
    background: var(--primary);
    color: var(--primary-foreground);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .2s;
}
.al_body_template_twelve .blink-footer-twelve-brand-link:hover .blink-footer-twelve-brand-icon {
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .blink-footer-twelve-brand-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}
.al_body_template_twelve .blink-footer-twelve-logo-img {
    display: block;
    height: 2.5rem;
    width: auto;
    max-width: 10rem;
    object-fit: contain;
}
.al_body_template_twelve .blink-footer-twelve-logo {
    max-height: 36px;
}
.al_body_template_twelve .blink-footer-twelve-brand {
    color: var(--foreground);
    font-size: 1.25rem;
    font-weight: 700;
}
.al_body_template_twelve .blink-footer-twelve-tagline {
    margin-top: 1rem;
    max-width: 20rem;
    color: var(--muted-foreground);
    line-height: 1.625;
    text-wrap: pretty;
}
.al_body_template_twelve .blink-footer-twelve-social {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}
.al_body_template_twelve .blink-footer-twelve-social a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--muted);
    color: var(--muted-foreground);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.al_body_template_twelve .blink-footer-twelve-social a:hover {
    transform: scale(1.1);
    background: var(--primary);
    color: var(--primary-foreground);
}
.al_body_template_twelve .blink-footer-twelve-social svg {
    width: 1.25rem;
    height: 1.25rem;
}
.al_body_template_twelve .blink-footer-twelve-heading {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--foreground);
    margin: 0 0 1rem;
    line-height: 1.25;
}
.al_body_template_twelve .blink-footer-twelve-list {
    display: grid;
    gap: .75rem;
}
.al_body_template_twelve .blink-footer-twelve-list a {
    color: var(--muted-foreground);
    font-size: .95rem;
    text-decoration: none;
    display: inline-block;
    transition: color .2s;
}
.al_body_template_twelve .blink-footer-twelve-list a:hover {
    color: var(--primary);
}
.al_body_template_twelve .blink-footer-twelve-bottom {
    margin-top: 4rem;
    border-top: 1px solid var(--border);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.al_body_template_twelve .blink-footer-twelve-bottom-wrap {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
@media (min-width: 640px) {
    .al_body_template_twelve .blink-footer-twelve-bottom-wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .al_body_template_twelve .blink-footer-twelve-bottom-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.al_body_template_twelve .blink-footer-twelve-bottom p {
    margin: 0;
    font-size: .875rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .blink-footer-twelve-available {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.al_body_template_twelve .blink-footer-twelve-available > span {
    font-size: .875rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .blink-footer-twelve-badges {
    display: flex;
    gap: .5rem;
}
.al_body_template_twelve .blink-footer-twelve-badges span {
    height: 2rem;
    display: inline-flex;
    align-items: center;
    border-radius: .375rem;
    background: var(--muted);
    padding: 0 .75rem;
    font-size: .75rem;
    font-weight: 500;
    color: var(--foreground);
    transition: all .2s;
}
.al_body_template_twelve .blink-footer-twelve-badges span:hover {
    background: var(--primary);
    color: var(--primary-foreground);
}
.al_body_template_twelve .blink-footer-twelve-store-line {
    color: var(--muted-foreground) !important;
}

/* Beat custom.css `.dark p { … !important }` inside v0 footer */
body.al_body_template_twelve #blink-v0-footer p.blink-footer-twelve-tagline {
    color: var(--muted-foreground) !important;
}
body.al_body_template_twelve #blink-v0-footer .blink-footer-twelve-bottom p {
    color: var(--muted-foreground) !important;
}

/* Hero clone from template12/components/hero-section.tsx + template12/app/globals.css */
.al_body_template_twelve .blink-v0-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--background);
    color: var(--foreground);
    padding-bottom: 5.5rem;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: radial-gradient(circle at 18% 18%, color-mix(in oklch, var(--primary) 12%, transparent), transparent 35%),
        radial-gradient(circle at 85% 82%, color-mix(in oklch, var(--primary) 8%, transparent), transparent 40%),
        linear-gradient(180deg, var(--blink-v0-hero-mesh) 0%, var(--background) 100%);
}
.al_body_template_twelve .blink-v0-bg-orb {
    position: absolute;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    filter: blur(60px);
    animation: blink-v0-pulse-slow 3s ease-in-out infinite;
}
.al_body_template_twelve .blink-v0-bg-orb--a { width: 20rem; height: 20rem; left: -7rem; top: -7rem; }
.al_body_template_twelve .blink-v0-bg-orb--b { width: 24rem; height: 24rem; right: -10rem; bottom: -10rem; animation-delay: 1s; }
.al_body_template_twelve .blink-v0-bg-orb--c { width: 16rem; height: 16rem; left: 46%; top: 33%; transform: translateX(-50%); animation-delay: 2s; }
.al_body_template_twelve .blink-v0-floating-car {
    position: absolute;
    color: color-mix(in oklch, var(--primary) 35%, transparent);
    opacity: 0.35;
    animation: blink-v0-float 3.4s ease-in-out infinite;
}
.al_body_template_twelve .blink-v0-floating-car svg { width: 2rem; height: 2rem; }
.al_body_template_twelve .blink-v0-floating-car--a { left: 10%; top: 20%; }
.al_body_template_twelve .blink-v0-floating-car--b { right: 15%; top: 60%; animation-duration: 4s; animation-delay: 1s; }
.al_body_template_twelve .blink-v0-floating-car--c { left: 80%; top: 30%; width: 2.5rem; height: 2.5rem; animation-duration: 3.5s; animation-delay: 0.5s; }
.al_body_template_twelve .blink-v0-floating-car--c svg { width: 2.5rem; height: 2.5rem; }
.al_body_template_twelve .blink-v0-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) {
    .al_body_template_twelve .blink-v0-hero__inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
    .al_body_template_twelve .blink-v0-hero__inner { padding-left: 2rem; padding-right: 2rem; }
}
.al_body_template_twelve .blink-v0-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid color-mix(in oklch, var(--border) 80%, transparent);
}
.al_body_template_twelve .blink-v0-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.al_body_template_twelve .blink-v0-brand-link:hover { transform: scale(1.03); }
.al_body_template_twelve .blink-v0-brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: var(--primary);
    color: var(--primary-foreground);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent);
}
.al_body_template_twelve .blink-v0-brand-icon svg { width: 1.5rem; height: 1.5rem; }
.al_body_template_twelve .blink-v0-wordmark {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--foreground);
}
.al_body_template_twelve .blink-v0-nav-links a {
    position: relative;
    color: var(--muted-foreground);
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 1rem;
    text-decoration: none;
    transition: color 0.2s ease;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--primary);
    transition: width 0.2s ease;
}
.al_body_template_twelve .blink-v0-nav-links a:hover {
    color: var(--foreground);
}
.al_body_template_twelve .blink-v0-nav-links a:hover::after {
    width: 100%;
}
.al_body_template_twelve .blink-v0-btn-signin {
    align-items: center;
    justify-content: center;
    background: var(--foreground);
    border: none;
    color: var(--background) !important;
    border-radius: 999px;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    transition: transform 0.15s ease, opacity 0.15s ease;
}
.al_body_template_twelve .blink-v0-btn-signin:hover {
    opacity: 0.92;
    transform: scale(1.04);
    color: var(--background) !important;
}
.al_body_template_twelve .blink-v0-menu-btn {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: var(--foreground);
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease;
}
.al_body_template_twelve .blink-v0-menu-btn:hover {
    background: var(--muted);
}
.al_body_template_twelve .blink-v0-nav-right { display: flex; align-items: center; gap: 0.75rem; }
.al_body_template_twelve .blink-v0-mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
    z-index: 50;
    border-bottom: 1px solid var(--border);
    background: color-mix(in oklch, var(--background) 95%, transparent);
    backdrop-filter: blur(12px);
    padding: 1rem;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
}
.al_body_template_twelve .blink-v0-mobile-nav.is-open { opacity: 1; transform: translateY(0); }
.al_body_template_twelve .blink-v0-mobile-nav a {
    display: block;
    color: var(--foreground);
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-mobile-nav a:hover { background: var(--muted); }
.al_body_template_twelve .blink-v0-mobile-divider {
    height: 1px;
    background: var(--border);
    margin: 0.5rem 0;
}
.al_body_template_twelve .blink-v0-mobile-signin {
    margin-top: 0.25rem;
    background: var(--foreground);
    color: var(--background) !important;
    font-weight: 500;
    text-align: center;
}
.al_body_template_twelve .blink-v0-animate-in { opacity: 0; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease; }
.al_body_template_twelve .blink-v0-animate-in.is-visible { opacity: 1; transform: translateY(0); }
.al_body_template_twelve .blink-v0-hero-grid {
    margin-top: 2.75rem;
    display: grid;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 992px) {
    .al_body_template_twelve .blink-v0-hero-grid {
        margin-top: 4.75rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 4rem;
    }
    .al_body_template_twelve .blink-v0-phone-wrap { order: 1; }
    .al_body_template_twelve .blink-v0-copy { order: 2; text-align: left; }
}
.al_body_template_twelve .blink-v0-copy { text-align: center; }
.al_body_template_twelve .blink-v0-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    color: var(--primary);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-location-badge:hover { transform: scale(1.03); }
.al_body_template_twelve .blink-v0-icon-map {
    flex-shrink: 0;
    color: var(--primary);
}
.al_body_template_twelve .blink-v0-location-pulse {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--primary);
    animation: blink-v0-pulse-slow 1.2s ease-in-out infinite;
}
.al_body_template_twelve .blink-v0-title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-bottom: 1.2rem;
    color: var(--foreground);
    text-transform: none;
    text-wrap: balance;
}
.al_body_template_twelve .blink-v0-title-accent-wrap {
    position: relative;
    display: inline-block;
}
.al_body_template_twelve .blink-v0-title-accent {
    background: linear-gradient(to right, var(--primary), color-mix(in oklch, var(--primary) 70%, white));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.al_body_template_twelve .blink-v0-title-accent-line {
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 100%;
    height: 0.25rem;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 30%, transparent);
    animation: blink-v0-pulse-slow 2s ease-in-out infinite;
}
.al_body_template_twelve .blink-v0-title-muted { color: var(--muted-foreground); font-weight: 400; }
.al_body_template_twelve .blink-v0-lead {
    color: var(--muted-foreground);
    font-size: 1.125rem;
    line-height: 1.625;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}
@media (min-width: 992px) {
    .al_body_template_twelve .blink-v0-lead { margin-left: 0; }
}
.al_body_template_twelve .blink-v0-store-row {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 1.4rem auto 1rem;
    max-width: 24rem;
}
@media (min-width: 576px) {
    .al_body_template_twelve .blink-v0-store-row {
        flex-direction: row;
        max-width: none;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .al_body_template_twelve .blink-v0-store-row { justify-content: flex-start; margin-left: 0; }
}
.al_body_template_twelve .blink-v0-store-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-decoration: none;
    border-radius: var(--radius);
    padding: 1rem 1.5rem;
    width: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    text-transform: none;
}
@media (min-width: 640px) {
    .al_body_template_twelve .blink-v0-store-btn { width: auto; }
}
.al_body_template_twelve .blink-v0-store-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.al_body_template_twelve .blink-v0-store-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.al_body_template_twelve .blink-v0-store-btn__small {
    font-size: 0.75rem;
    line-height: 1.2;
}
.al_body_template_twelve .blink-v0-store-btn__strong {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.1rem;
}
.al_body_template_twelve .blink-v0-store-btn--dark {
    background: var(--foreground);
    color: var(--background);
}
.al_body_template_twelve .blink-v0-store-btn--dark .blink-v0-store-btn__small {
    color: color-mix(in oklch, var(--background) 70%, transparent);
}
.al_body_template_twelve .blink-v0-store-btn--dark .blink-v0-store-btn__strong {
    color: var(--background);
}
.al_body_template_twelve .blink-v0-store-btn--light {
    background: var(--card);
    border: 1px solid var(--border);
    color: var(--foreground);
}
.al_body_template_twelve .blink-v0-store-btn--light .blink-v0-store-btn__small {
    color: var(--muted-foreground);
}
.al_body_template_twelve .blink-v0-store-btn--light:hover {
    border-color: color-mix(in oklch, var(--primary) 50%, var(--border));
}
.al_body_template_twelve .blink-v0-store-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}
.al_body_template_twelve .blink-v0-store-btn--dark .blink-v0-lucide {
    color: var(--background);
}
.al_body_template_twelve .blink-v0-store-btn--light .blink-v0-lucide {
    color: var(--foreground);
}
.al_body_template_twelve .blink-v0-lucide--fill {
    fill: currentColor;
}
.al_body_template_twelve .blink-v0-book-wrap { padding-top: 0.5rem; }
.al_body_template_twelve .blink-v0-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary);
    color: var(--primary-foreground) !important;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    border: none;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: 0 10px 15px -3px color-mix(in oklch, var(--primary) 25%, transparent);
    transition: transform .15s ease, box-shadow .15s ease;
}
.al_body_template_twelve .blink-v0-btn-primary:hover {
    transform: scale(1.04);
    color: var(--primary-foreground) !important;
    filter: none;
}
.al_body_template_twelve .blink-v0-icon-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.al_body_template_twelve .blink-v0-btn-primary:hover .blink-v0-icon-arrow {
    transform: translateX(4px);
}
.al_body_template_twelve .blink-v0-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}
.al_body_template_twelve .blink-v0-stats-grid p {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    line-height: 1;
    color: var(--foreground);
    font-weight: 700;
}
.al_body_template_twelve .blink-v0-stats-grid span {
    color: var(--muted-foreground);
    font-size: 0.875rem;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-areas-box {
    margin-top: 1.35rem;
    border: 1px solid color-mix(in oklch, var(--border) 50%, transparent);
    border-radius: var(--radius);
    background: color-mix(in oklch, var(--card) 50%, transparent);
    padding: 1rem;
    backdrop-filter: blur(6px);
}
.al_body_template_twelve .blink-v0-areas-label {
    margin: 0 0 0.75rem;
    color: var(--muted-foreground);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.al_body_template_twelve .blink-v0-areas-pills { display: flex; flex-wrap: wrap; gap: .45rem; }
.al_body_template_twelve .blink-v0-areas-pills span {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    border-radius: 999px;
    background: var(--muted);
    padding: 0.25rem 0.65rem;
    transition: background .2s, color .2s;
    font-weight: 500;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-areas-pills span.is-active {
    background: var(--primary);
    color: var(--primary-foreground);
    font-weight: 600;
}
.al_body_template_twelve .blink-v0-phone-wrap { display: flex; justify-content: center; }
.al_body_template_twelve .blink-v0-phone { position: relative; width: min(320px, 88vw); }
.al_body_template_twelve .blink-v0-phone__frame { border: 8px solid rgba(255,255,255,0.14); transform: none; }
.al_body_template_twelve .blink-v0-phone__map { background: rgba(148, 163, 184, 0.13); }
.al_body_template_twelve .blink-v0-phone__loc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: .7rem;
    padding: .62rem .75rem;
    margin-bottom: .45rem;
    color: #e5e7eb;
    font-size: .82rem;
}
.al_body_template_twelve .blink-v0-dot--white { background: #d1d5db; }
.al_body_template_twelve .blink-v0-tier { border: 1px solid rgba(255,255,255,0.12); border-radius: .7rem; padding: .6rem; }
.al_body_template_twelve .blink-v0-tier p { margin: 0; font-size: .7rem; color: #e5e7eb; font-weight: 600; }
.al_body_template_twelve .blink-v0-tier small { color: rgba(229,231,235,.65); display: block; margin-top: .1rem; }
.al_body_template_twelve .blink-v0-tier strong { margin-top: .25rem; display: block; }
.al_body_template_twelve .blink-v0-tier--active { border-color: rgba(16,185,129,.7); background: rgba(16,185,129,.08); }
.al_body_template_twelve .blink-v0-mpesa { justify-content: center; display: flex; gap: 0.3rem; align-items: center; margin-top: .45rem; }
.al_body_template_twelve .blink-v0-float-card {
    position: absolute;
    z-index: 2;
    background: rgba(17, 24, 39, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.72rem;
    padding: 0.45rem 0.6rem;
    min-width: 4.6rem;
    text-align: center;
    animation: blink-v0-float 2.5s ease-in-out infinite;
}
.al_body_template_twelve .blink-v0-float-card strong { display: block; color: #fff; font-size: .78rem; }
.al_body_template_twelve .blink-v0-float-card span { color: rgba(255,255,255,.68); font-size: .6rem; }
.al_body_template_twelve .blink-v0-float-card--rating { right: -1.9rem; top: 4.8rem; }
.al_body_template_twelve .blink-v0-float-card--eta { left: -1.65rem; bottom: 5.5rem; animation-delay: .6s; }
.al_body_template_twelve .blink-v0-scroll-indicator {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.55rem;
    text-align: center;
}
.al_body_template_twelve .blink-v0-scroll-indicator span {
    display: block;
    font-size: 0.75rem;
    color: var(--muted-foreground);
    margin-bottom: .45rem;
    text-transform: none;
}
.al_body_template_twelve .blink-v0-scroll-mouse {
    width: 1.45rem;
    height: 2.15rem;
    border: 2px solid color-mix(in oklch, var(--muted-foreground) 35%, transparent);
    border-radius: 999px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: .2rem;
}
.al_body_template_twelve .blink-v0-scroll-mouse i {
    width: 4px;
    height: 7px;
    border-radius: 999px;
    background: var(--primary);
    animation: blink-v0-bounce 1.1s ease-in-out infinite;
}
@media (max-width: 991px) {
    .al_body_template_twelve .blink-v0-copy { text-align: center; }
    .al_body_template_twelve .blink-v0-title { font-size: clamp(1.95rem, 7vw, 2.65rem); }
}
@media (max-width: 575px) {
    .al_body_template_twelve .blink-v0-float-card { display: none; }
    .al_body_template_twelve .blink-v0-stats-grid p { font-size: 1.25rem; }
}
@keyframes blink-v0-pulse-slow {
    0%, 100% { transform: scale(1); opacity: .95; }
    50% { transform: scale(1.06); opacity: .6; }
}
@keyframes blink-v0-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
@keyframes blink-v0-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}

/* Exact hero port from template12/components/{hero-section,phone-mockup}.tsx */
.al_body_template_twelve .t12h {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: var(--background);
    color: var(--foreground);
    text-transform: none;
    padding-bottom: max(4rem, env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
}
.al_body_template_twelve .t12h * { text-transform: none; letter-spacing: normal; }
.al_body_template_twelve .t12h-bg { position: absolute; inset: 0; overflow: hidden; }
.al_body_template_twelve .t12h::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(90rem 50rem at 50% -20%, color-mix(in oklch, var(--primary) 14%, transparent), transparent 62%),
        radial-gradient(38rem 24rem at 18% 14%, color-mix(in oklch, var(--primary) 12%, transparent), transparent 68%),
        radial-gradient(42rem 26rem at 82% 82%, color-mix(in oklch, var(--primary) 10%, transparent), transparent 70%);
    mix-blend-mode: screen;
    opacity: .72;
}
/* screen blend blows out on near-black bg; normal keeps green glow visible in dark mode */
body.dark.al_body_template_twelve .t12h::before {
    mix-blend-mode: normal;
    opacity: 0.55;
}
.al_body_template_twelve .t12h-orb {
    position: absolute; border-radius: 999px; filter: blur(52px);
    background: color-mix(in oklch, var(--primary) 16%, transparent); animation: t12hPulse 3s ease-in-out infinite;
}
.al_body_template_twelve .t12h-orb-a { left: -12rem; top: -12rem; width: 28rem; height: 28rem; }
.al_body_template_twelve .t12h-orb-b { right: -14rem; bottom: -14rem; width: 30rem; height: 30rem; animation-delay: 1s; }
.al_body_template_twelve .t12h-orb-c { left: 50%; top: 30%; transform: translateX(-50%); width: 22rem; height: 22rem; animation-delay: 2s; }
.al_body_template_twelve .t12h-car { position: absolute; color: color-mix(in oklch, var(--primary) 45%, transparent); opacity: .2; animation: t12hFloat 3s ease-in-out infinite; }
.al_body_template_twelve .t12h-car svg { width: 2rem; height: 2rem; }
.al_body_template_twelve .t12h-car-a { left: 10%; top: 20%; }
.al_body_template_twelve .t12h-car-b { right: 15%; top: 60%; animation-duration: 4s; animation-delay: 1s; }
.al_body_template_twelve .t12h-car-c { left: 80%; top: 30%; animation-duration: 3.5s; animation-delay: .5s; }
.al_body_template_twelve .t12h-car-c svg { width: 2.5rem; height: 2.5rem; }
.al_body_template_twelve .t12h-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    padding-top: max(0.5rem, env(safe-area-inset-top, 0px));
    box-sizing: border-box;
}
.al_body_template_twelve .t12h-grid {
    margin-top: 1.25rem;
    display: grid;
    gap: 3rem;
    align-items: center;
    padding-bottom: 5rem;
    min-width: 0;
}
.al_body_template_twelve .t12h-reveal { opacity: 0; transform: translateY(12px); transition: opacity .7s, transform .7s; }
.al_body_template_twelve .t12h-reveal.on { opacity: 1; transform: translateY(0); }
@media (min-width: 992px) {
    .al_body_template_twelve .t12h-grid {
        margin-top: 2.5rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 4rem;
    }
}
.al_body_template_twelve .t12h-phone-wrap { display: flex; justify-content: center; order: 2; min-width: 0; }
@media (min-width: 992px) { .al_body_template_twelve .t12h-phone-wrap { order: 1; } }
.al_body_template_twelve .t12h-phone { position: relative; width: min(320px, 88vw); }
.al_body_template_twelve .t12h-frame { position: relative; border: 8px solid color-mix(in oklch, var(--foreground) 20%, transparent); border-radius: 3rem; background: var(--card); padding: .5rem; box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.al_body_template_twelve .t12h-notch { position: absolute; left: 50%; top: 1rem; transform: translateX(-50%); width: 6rem; height: 1.5rem; border-radius: 999px; background: color-mix(in oklch, var(--foreground) 20%, transparent); z-index: 3; }
.al_body_template_twelve .t12h-screen { overflow: hidden; border-radius: 2.5rem; background: var(--background); }
.al_body_template_twelve .t12h-status { display: flex; justify-content: space-between; align-items: center; padding: .75rem 1.5rem; font-size: .75rem; font-weight: 500; }
.al_body_template_twelve .t12h-status-icons { display: flex; align-items: center; gap: .25rem; }
.al_body_template_twelve .t12h-status-icons i:nth-child(1), .al_body_template_twelve .t12h-status-icons i:nth-child(2) { width: .625rem; height: .625rem; border-radius: 999px; background: color-mix(in oklch, var(--foreground) 40%, transparent); }
.al_body_template_twelve .t12h-status-icons i:nth-child(1) { background: var(--primary); }
.al_body_template_twelve .t12h-status-icons i:nth-child(3) { width: .75rem; height: .625rem; border-radius: 3px; background: color-mix(in oklch, var(--foreground) 40%, transparent); }
.al_body_template_twelve .t12h-map { position: relative; height: 12rem; background: color-mix(in oklch, var(--muted) 50%, transparent); overflow: hidden; }
.al_body_template_twelve .t12h-map-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-template-rows: repeat(4,minmax(0,1fr)); }
.al_body_template_twelve .t12h-map-grid span { border: 1px solid color-mix(in oklch, var(--border) 30%, transparent); }
.al_body_template_twelve .t12h-route { position: absolute; inset: 0; width: 100%; height: 100%; }
.al_body_template_twelve .t12h-pickup { position: absolute; left: 1.5rem; bottom: 1.5rem; }
.al_body_template_twelve .t12h-pickup .ping { position: absolute; inset: 0; width: 2rem; height: 2rem; border-radius: 999px; background: color-mix(in oklch, var(--primary) 35%, transparent); animation: t12hPing 2s infinite; }
.al_body_template_twelve .t12h-pickup .dot { position: relative; width: 2rem; height: 2rem; border-radius: 999px; background: var(--primary); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(0,0,0,.3); }
.al_body_template_twelve .t12h-pickup svg { width: 1rem; height: 1rem; stroke: var(--primary-foreground); fill: none; stroke-width: 2; }
.al_body_template_twelve .t12h-drop { position: absolute; right: 1.5rem; top: 1.5rem; }
.al_body_template_twelve .t12h-drop span { width: 2rem; height: 2rem; border-radius: 999px; background: var(--foreground); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(0,0,0,.3); }
.al_body_template_twelve .t12h-drop svg { width: 1rem; height: 1rem; stroke: var(--background); fill: none; stroke-width: 2; }
.al_body_template_twelve .t12h-car-move { position: absolute; left: 20%; top: 75%; transition: all .1s linear; }
.al_body_template_twelve .t12h-car-move span { width: 2.5rem; height: 2.5rem; transform: translate(-50%,-50%); border-radius: 999px; background: var(--card); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(0,0,0,.35); border: 2px solid color-mix(in oklch, var(--primary) 25%, transparent); }
.al_body_template_twelve .t12h-car-move svg { width: 1.25rem; height: 1.25rem; color: var(--primary); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.al_body_template_twelve .t12h-live { position: absolute; left: 1rem; top: 1rem; background: color-mix(in oklch, var(--card) 90%, transparent); border-radius: 999px; padding: .25rem .5rem; font-size: .625rem; font-weight: 500; display: inline-flex; align-items: center; gap: .35rem; backdrop-filter: blur(4px); }
.al_body_template_twelve .t12h-live b { width: .375rem; height: .375rem; border-radius: 999px; background: #ef4444; animation: t12hPulse 1.2s infinite; }
.al_body_template_twelve .t12h-card { padding: 1rem; display: grid; gap: .75rem; }
.al_body_template_twelve .t12h-loc {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    background: var(--muted);
    padding: 0.75rem;
    font-size: 0.875rem;
    min-width: 0;
}
.al_body_template_twelve .t12h-loc > span {
    min-width: 0;
    flex: 1 1 auto;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.al_body_template_twelve .t12h-loc b { width: .625rem; height: .625rem; border-radius: 999px; display: inline-block; }
.al_body_template_twelve .t12h-loc b.g { background: var(--primary); position: relative; }
.al_body_template_twelve .t12h-loc b.g::after { content: ""; position: absolute; inset: 0; border-radius: 999px; background: color-mix(in oklch, var(--primary) 50%, transparent); animation: t12hPing 2s infinite; }
.al_body_template_twelve .t12h-loc b.w { background: var(--foreground); }
.al_body_template_twelve .t12h-rides { display: flex; gap: .5rem; }
.al_body_template_twelve .t12h-rides .r { flex: 1; border-radius: .75rem; padding: .75rem; border: 1px solid var(--border); background: color-mix(in oklch, var(--muted) 50%, transparent); }
.al_body_template_twelve .t12h-rides .r.r-active { border: 2px solid var(--primary); background: color-mix(in oklch, var(--primary) 10%, transparent); }
.al_body_template_twelve .t12h-rides .r p { margin: 0; font-size: .75rem; font-weight: 500; }
.al_body_template_twelve .t12h-rides .r small { display: inline-flex; align-items: center; gap: .25rem; margin-top: .2rem; color: var(--muted-foreground); font-size: .72rem; }
.al_body_template_twelve .t12h-rides .r .t12h-ico { width: .78rem; height: .78rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.al_body_template_twelve .t12h-rides .r:not(.r-active) .t12h-ico { fill: currentColor; stroke: none; }
.al_body_template_twelve .t12h-rides .r strong { display: block; margin-top: .3rem; font-size: .875rem; font-weight: 700; }
.al_body_template_twelve .t12h-rides .r.r-active strong { color: var(--primary); }
.al_body_template_twelve .t12h-card button { width: 100%; border: 0; border-radius: .75rem; background: var(--primary); color: var(--primary-foreground); font-size: .875rem; font-weight: 600; padding: .7rem .75rem; }
.al_body_template_twelve .t12h-card button:hover { transform: scale(1.02); }
.al_body_template_twelve .t12h-pay { display: flex; justify-content: center; align-items: center; gap: .5rem; font-size: .75rem; color: var(--muted-foreground); }
.al_body_template_twelve .t12h-pay span { width: 1.25rem; height: 1.25rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: .625rem; font-weight: 700; color: #4caf50; background: color-mix(in oklch, #4caf50 20%, transparent); }
.al_body_template_twelve .t12h-float { position: absolute; border-radius: .75rem; background: var(--card); box-shadow: 0 10px 24px rgba(0,0,0,.35); padding: .5rem; min-width: 4.5rem; text-align: center; animation: t12hFloat 2.5s infinite; }
.al_body_template_twelve .t12h-float strong { display: inline-flex; align-items: center; gap: .2rem; font-size: .75rem; font-weight: 600; }
.al_body_template_twelve .t12h-float-ico { width: .72rem; height: .72rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.al_body_template_twelve .t12h-float-r .t12h-float-ico { fill: currentColor; stroke: none; }
.al_body_template_twelve .t12h-float span { display: block; margin-top: .1rem; font-size: .625rem; color: var(--muted-foreground); }
.al_body_template_twelve .t12h-float-r { right: -1.5rem; top: 5rem; }
.al_body_template_twelve .t12h-float-e { left: -1.2rem; bottom: 7rem; animation-delay: .5s; }
.al_body_template_twelve .t12h-copy {
    order: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    padding-inline: 0;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12h-copy {
        order: 2;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}
/* Service-area pill: one row (icon | text | pulse dot); text wraps inside span only */
.al_body_template_twelve .t12h-loc-badge {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    gap: 0.5rem 0.75rem;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
    color: var(--primary);
    padding: 0.5rem 1rem 0.5rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12h-loc-badge {
        align-self: flex-start;
    }
}
.al_body_template_twelve .t12h-loc-badge svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    align-self: center;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}
.al_body_template_twelve .t12h-loc-badge > span {
    flex: 1 1 auto;
    min-width: 0;
    text-align: start;
    text-wrap: balance;
}
.al_body_template_twelve .t12h-loc-badge i {
    width: 0.5rem;
    height: 0.5rem;
    flex-shrink: 0;
    align-self: center;
    border-radius: 999px;
    background: var(--primary);
    animation: t12hPulse 1.2s infinite;
}
.al_body_template_twelve .t12h-copy h1 {
    margin: 0;
    font-size: 2.25rem;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--foreground);
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    text-wrap: balance;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12h-copy h1 { font-size: 3rem; }
}
@media (min-width: 1024px) {
    .al_body_template_twelve .t12h-copy h1 { font-size: 3.75rem; }
}
.al_body_template_twelve .t12h-copy h1 em { font-style: normal; font-weight: 400; color: var(--muted-foreground); }
.al_body_template_twelve .t12h-copy .area-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: baseline;
}
.al_body_template_twelve .t12h-copy #t12h-area {
    background: linear-gradient(90deg, var(--primary), color-mix(in oklch, var(--primary) 70%, white));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(0.85em, 2.8vw, 0.92em);
    line-height: inherit;
    vertical-align: baseline;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.al_body_template_twelve .t12h-copy .area-wrap i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    height: 0.25rem;
    max-width: 100%;
    border-radius: 999px;
    background: color-mix(in oklch, var(--primary) 30%, transparent);
    animation: t12hPulse 2s infinite;
}
.al_body_template_twelve .t12h-copy p { margin: 0 auto; max-width: 32rem; font-size: 1.125rem; line-height: 1.625; color: var(--muted-foreground); font-weight: 400; }
@media (min-width: 992px) { .al_body_template_twelve .t12h-copy p { margin-left: 0; } }
.al_body_template_twelve .t12h-store { margin-top: 0; display: flex; flex-direction: column; gap: 1rem; align-items: center; }
@media (min-width: 640px) { .al_body_template_twelve .t12h-store { flex-direction: row; } }
@media (min-width: 992px) { .al_body_template_twelve .t12h-store { align-items: flex-start; } }
.al_body_template_twelve .t12h-store .s {
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    min-height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12h-store .s {
        max-width: min(100%, 22rem);
    }
}
.al_body_template_twelve .t12h-store .s:hover { transform: scale(1.03); }
.al_body_template_twelve .t12h-store .s svg { width: 1.75rem; height: 1.75rem; }
.al_body_template_twelve .t12h-store .s span { text-align: left; }
.al_body_template_twelve .t12h-store .s small { display: block; font-size: .75rem; line-height: 1.1; font-weight: 400; }
.al_body_template_twelve .t12h-store .s b { display: block; margin-top: .15rem; font-size: .875rem; font-weight: 600; line-height: 1.25; }
/* Store pills (hero): App Store = light solid badge; Play = frosted glass */
.al_body_template_twelve .t12h-store .s-dark .t12h-store-ico-apple {
    fill: none !important;
    stroke: #000 !important;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.al_body_template_twelve .t12h-store .s-dark {
    background: #fff;
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.al_body_template_twelve .t12h-store .s-dark:hover {
    background: #f4f4f6;
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.al_body_template_twelve .t12h-store .s-dark small { color: #6b7280 !important; }
.al_body_template_twelve .t12h-store .s-dark b { color: #000 !important; }
.al_body_template_twelve .t12h-store .s-light {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.al_body_template_twelve .t12h-store .s-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.al_body_template_twelve .t12h-store .s-light small { color: rgba(255, 255, 255, 0.72) !important; }
.al_body_template_twelve .t12h-store .s-light b { color: #fff !important; }
.al_body_template_twelve .t12h-store .s-light .t12-play-logo path { fill: #fff !important; }
/*
 * Light theme hero: white-on-white “glass” vanishes. Use a dark-tinted frosted pill so
 * white copy + white Play mark stay visible (same idea as dark hero, different base alpha).
 */
body.al_body_template_twelve:not(.dark) .t12h-store .s-light {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
body.al_body_template_twelve:not(.dark) .t12h-store .s-light:hover {
    background: rgba(15, 23, 42, 0.88);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
/* style.css sets `a { color: inherit !important }` — must use !important so label stays white on black */
.al_body_template_twelve .t12h-book,
.al_body_template_twelve .t12h-book:visited {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 0.5rem;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 999px;
    background: #000;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    border: 1px solid transparent;
    box-shadow: none;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}
@media (min-width: 992px) {
    .al_body_template_twelve .t12h-book { align-self: flex-start; }
}
.al_body_template_twelve .t12h-book:hover {
    transform: scale(1.05);
    color: #fff !important;
    background: #1a1a1a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35);
}
.al_body_template_twelve .t12h-book svg { width: 1rem; height: 1rem; fill: none; stroke: #fff !important; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.al_body_template_twelve .t12h-book:hover svg { transform: translateX(4px); }
.al_body_template_twelve .t12h-stats { margin-top: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.al_body_template_twelve .t12h-stats strong { display: block; font-size: 1.5rem; line-height: 1; font-weight: 700; color: var(--foreground); }
@media (min-width: 640px) {
    .al_body_template_twelve .t12h-stats strong { font-size: 1.875rem; }
}
.al_body_template_twelve .t12h-stats span { display: block; margin-top: .25rem; font-size: .875rem; color: var(--muted-foreground); font-weight: 400; }
.al_body_template_twelve .t12h-areas { margin-top: 0; border: 1px solid color-mix(in oklch, var(--border) 60%, transparent); border-radius: .75rem; background: color-mix(in oklch, var(--card) 50%, transparent); padding: 1rem; backdrop-filter: blur(6px); }
.al_body_template_twelve .t12h-areas small { display: block; margin-bottom: .75rem; color: var(--muted-foreground); font-size: .75rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; line-height: 1.2; }
.al_body_template_twelve .t12h-areas #t12h-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.al_body_template_twelve .t12h-areas #t12h-pills span { border-radius: 999px; background: var(--muted); color: var(--muted-foreground); font-size: .75rem; font-weight: 500; line-height: 1.2; padding: .25rem .65rem; }
.al_body_template_twelve .t12h-areas #t12h-pills span.on { background: var(--primary); color: var(--primary-foreground); }
.al_body_template_twelve .t12h-scroll { position: absolute; left: 50%; transform: translateX(-50%); bottom: 1.75rem; text-align: center; }
.al_body_template_twelve .t12h-scroll span { display: block; font-size: .75rem; color: var(--muted-foreground); margin-bottom: .5rem; line-height: 1.2; font-weight: 400; }
.al_body_template_twelve .t12h-scroll div { width: 1.45rem; height: 2.15rem; border: 2px solid color-mix(in oklch, var(--muted-foreground) 35%, transparent); border-radius: 999px; margin: 0 auto; display: flex; justify-content: center; padding-top: .2rem; }
.al_body_template_twelve .t12h-scroll i { width: 4px; height: 7px; border-radius: 999px; background: var(--primary); animation: t12hBounce 1.1s infinite; }

/* Hero — narrow phones */
@media (max-width: 479.98px) {
    .al_body_template_twelve .t12h-grid { gap: 1.75rem; padding-bottom: 3.75rem; margin-top: 0.5rem; }
    .al_body_template_twelve .t12h-copy { gap: 1.25rem; max-width: 100%; width: 100%; }
    .al_body_template_twelve .t12h-copy h1 {
        font-size: clamp(1.45rem, 7.2vw, 2.1rem);
        line-height: 1.12;
        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
    }
    .al_body_template_twelve .t12h-copy .area-wrap { max-width: 100%; }
    .al_body_template_twelve .t12h-copy p { font-size: 1rem; line-height: 1.55; max-width: 100%; }
    .al_body_template_twelve .t12h-loc-badge { max-width: calc(100vw - 2rem); padding: .45rem .85rem; font-size: .8125rem; }
    .al_body_template_twelve .t12h-phone { width: min(258px, 86vw); }
    .al_body_template_twelve .t12h-frame { border-width: 6px; border-radius: 2.2rem; }
    .al_body_template_twelve .t12h-screen { border-radius: 1.75rem; }
    .al_body_template_twelve .t12h-map { height: 10.5rem; }
    .al_body_template_twelve .t12h-card { padding: .75rem; gap: .6rem; }
    .al_body_template_twelve .t12h-rides { flex-direction: column; gap: 0.5rem; }
    .al_body_template_twelve .t12h-rides .r { flex: none; width: 100%; box-sizing: border-box; }
    .al_body_template_twelve .t12h-book { min-height: 2.75rem; box-sizing: border-box; }
    .al_body_template_twelve .t12h-scroll { bottom: max(0.85rem, env(safe-area-inset-bottom, 0px)); }
}

/* Phablets & small tablets */
@media (min-width: 480px) and (max-width: 767.98px) {
    .al_body_template_twelve .t12h-copy h1 {
        font-size: clamp(2rem, 5.5vw, 2.75rem);
        overflow-wrap: anywhere;
        hyphens: auto;
    }
    .al_body_template_twelve .t12h-grid { gap: 2.25rem; }
    .al_body_template_twelve .t12h-phone { width: min(292px, 70vw); }
}

/* iPad portrait & tablets below desktop split */
@media (min-width: 768px) and (max-width: 991.98px) {
    .al_body_template_twelve .t12h-grid { gap: 2.75rem; padding-bottom: 4.5rem; }
    .al_body_template_twelve .t12h-copy { max-width: min(40rem, 100%); }
    .al_body_template_twelve .t12h-loc-badge { max-width: min(100%, 21rem); }
    .al_body_template_twelve .t12h-phone { width: min(300px, 55vw); }
    .al_body_template_twelve .t12h-float-r { right: -0.75rem; }
    .al_body_template_twelve .t12h-float-e { left: -0.65rem; }
}

/* Laptop / iPad Pro width: tame oversized headline */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .al_body_template_twelve .t12h-copy h1 { font-size: clamp(2.35rem, 3.4vw, 3.35rem); }
}

/* Short viewports: landscape phones, split keyboard */
@media (max-height: 520px) and (orientation: landscape) {
    .al_body_template_twelve .t12h { min-height: unset; padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px)); }
    .al_body_template_twelve .t12h-grid { margin-top: 0.25rem; gap: 0.85rem; padding-bottom: 2.5rem; }
    .al_body_template_twelve .t12h-scroll { display: none; }
    .al_body_template_twelve .t12h-phone { width: min(200px, 36vw); }
    .al_body_template_twelve .t12h-frame { border-width: 5px; border-radius: 1.85rem; padding: 0.35rem; }
    .al_body_template_twelve .t12h-screen { border-radius: 1.45rem; }
    .al_body_template_twelve .t12h-map { height: 8rem; }
    .al_body_template_twelve .t12h-copy { gap: 0.75rem; }
    .al_body_template_twelve .t12h-copy h1 { font-size: clamp(1.35rem, 4.2vw, 1.9rem); line-height: 1.1; }
    .al_body_template_twelve .t12h-copy p { font-size: 0.95rem; }
    .al_body_template_twelve .t12h-areas { padding: 0.75rem; }
}

@media (max-width: 575px) {
    .al_body_template_twelve .t12h-float { display: none; }
    .al_body_template_twelve .t12h-stats strong { font-size: 1.25rem; }
}
@keyframes t12hPulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .6; transform: scale(1.06);} }
@keyframes t12hFloat { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-6px);} }
@keyframes t12hPing { 0% { transform: scale(1); opacity: .6;} 80%,100% { transform: scale(2); opacity: 0;} }
@keyframes t12hBounce { 0%,100% { transform: translateY(0);} 50% { transform: translateY(7px);} }

/* —— Template 12: Help Center (page/help-center) —— */
.al_body_template_twelve .t12-help {
    background: var(--background);
    color: var(--foreground);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.al_body_template_twelve .t12-help-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(1.25rem, 4vw, 2rem) 0 clamp(2rem, 5vw, 3rem);
    border-bottom: 1px solid color-mix(in oklch, var(--foreground) 8%, var(--border));
}
.al_body_template_twelve .t12-help-hero__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 55% at 15% 20%, color-mix(in oklch, var(--primary) 22%, transparent), transparent 55%),
        radial-gradient(ellipse 70% 50% at 85% 10%, color-mix(in oklch, var(--primary) 12%, transparent), transparent 50%),
        radial-gradient(ellipse 60% 40% at 50% 100%, color-mix(in oklch, var(--muted-foreground) 8%, transparent), transparent 45%);
    opacity: 0.95;
}
.al_body_template_twelve .t12-help-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 48rem;
    margin-inline: auto;
    padding-inline: clamp(1.125rem, 3.5vw, 1.75rem);
    text-align: center;
}
.al_body_template_twelve .t12-help-breadcrumb {
    margin-bottom: 1rem;
    text-align: start;
}
.al_body_template_twelve .t12-help-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12-help-breadcrumb__list li:not(:last-child)::after {
    content: "/";
    margin-inline-start: 0.5rem;
    opacity: 0.45;
    pointer-events: none;
}
.al_body_template_twelve .t12-help-breadcrumb__list a {
    color: color-mix(in oklch, var(--foreground) 75%, var(--muted-foreground));
    text-decoration: none;
}
.al_body_template_twelve .t12-help-breadcrumb__list a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.al_body_template_twelve .t12-help-breadcrumb__current {
    color: var(--foreground);
    font-weight: 500;
}
.al_body_template_twelve .t12-help-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 0.5rem;
}
.al_body_template_twelve .t12-help-title {
    font-size: clamp(1.85rem, 4.5vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 0.75rem;
    color: var(--foreground);
}
.al_body_template_twelve .t12-help-lead {
    margin: 0 auto 1.75rem;
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: color-mix(in oklch, var(--foreground) 82%, var(--muted-foreground));
}
.al_body_template_twelve .t12-help-search {
    max-width: 32rem;
    margin-inline: auto;
    text-align: start;
}
.al_body_template_twelve .t12-help-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.al_body_template_twelve .t12-help-search__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.45rem 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid color-mix(in oklch, var(--foreground) 12%, var(--border));
    background: color-mix(in oklch, var(--background) 88%, var(--card));
    box-shadow: 0 2px 12px color-mix(in oklch, var(--foreground) 6%, transparent),
        inset 0 1px 0 color-mix(in oklch, var(--background) 60%, transparent);
}
.al_body_template_twelve .t12-help-search__icon {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12-help-search__input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.9375rem;
    color: var(--foreground);
    outline: none;
}
.al_body_template_twelve .t12-help-search__input::placeholder {
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12-help-search__btn {
    flex-shrink: 0;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--primary-foreground);
    background: linear-gradient(
        165deg,
        color-mix(in oklch, var(--primary) 72%, white) 0%,
        var(--primary) 45%,
        color-mix(in oklch, var(--primary) 80%, black) 100%
    );
    box-shadow: 0 2px 8px color-mix(in oklch, var(--primary) 35%, transparent);
    transition: filter 0.2s ease, transform 0.2s ease;
}
.al_body_template_twelve .t12-help-search__btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.al_body_template_twelve .t12-help-search-note {
    margin: 0.85rem 0 0;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    text-align: center;
}
.al_body_template_twelve .t12-help-body {
    max-width: 72rem;
    margin-inline: auto;
    padding-inline: clamp(1.125rem, 3.5vw, 1.75rem);
    padding-top: clamp(2rem, 4vw, 3rem);
}
.al_body_template_twelve .t12-help-section {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.al_body_template_twelve .t12-help-section__title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
    color: var(--foreground);
}
.al_body_template_twelve .t12-help-topics {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .al_body_template_twelve .t12-help-topics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .al_body_template_twelve .t12-help-topics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.al_body_template_twelve .t12-help-topic {
    position: relative;
    padding: 1.25rem 1.15rem;
    border-radius: 1.125rem;
    border: 1px solid color-mix(in oklch, var(--foreground) 10%, var(--border));
    background: color-mix(in oklch, var(--card) 55%, var(--background));
    box-shadow: 0 4px 20px color-mix(in oklch, var(--foreground) 6%, transparent);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.al_body_template_twelve .t12-help-topic:hover {
    border-color: color-mix(in oklch, var(--primary) 28%, var(--border));
    box-shadow: 0 8px 28px color-mix(in oklch, var(--primary) 12%, transparent);
    transform: translateY(-2px);
}
.al_body_template_twelve .t12-help-topic__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    color: var(--primary);
    background: color-mix(in oklch, var(--primary) 14%, var(--muted));
}
.al_body_template_twelve .t12-help-topic__icon svg {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
}
.al_body_template_twelve .t12-help-topic__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    letter-spacing: -0.015em;
    color: var(--foreground);
}
.al_body_template_twelve .t12-help-topic__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12-help-faq {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.al_body_template_twelve .t12-help-faq__item {
    border-radius: 1rem;
    border: 1px solid color-mix(in oklch, var(--foreground) 10%, var(--border));
    background: color-mix(in oklch, var(--background) 92%, var(--card));
    overflow: hidden;
}
.al_body_template_twelve .t12-help-faq__summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.15rem;
    padding-inline-end: 2.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--foreground);
    position: relative;
    user-select: none;
}
.al_body_template_twelve .t12-help-faq__summary::-webkit-details-marker {
    display: none;
}
.al_body_template_twelve .t12-help-faq__summary::after {
    content: "";
    position: absolute;
    inset-inline-end: 1rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-inline-end: 2px solid var(--muted-foreground);
    border-bottom: 2px solid var(--muted-foreground);
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
}
.al_body_template_twelve .t12-help-faq__item[open] .t12-help-faq__summary::after {
    transform: translateY(-35%) rotate(225deg);
}
.al_body_template_twelve .t12-help-faq__panel {
    padding: 0 1.15rem 1.1rem;
    border-top: 1px solid color-mix(in oklch, var(--foreground) 6%, transparent);
}
.al_body_template_twelve .t12-help-faq__panel p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: color-mix(in oklch, var(--foreground) 88%, var(--muted-foreground));
}
.al_body_template_twelve .t12-help-cta {
    margin-top: 0.5rem;
    border-radius: 1.25rem;
    border: 1px solid color-mix(in oklch, var(--primary) 22%, var(--border));
    background: linear-gradient(
        135deg,
        color-mix(in oklch, var(--primary) 12%, var(--muted)),
        color-mix(in oklch, var(--background) 95%, var(--card))
    );
    box-shadow: 0 12px 40px color-mix(in oklch, var(--primary) 10%, transparent);
}
.al_body_template_twelve .t12-help-cta__inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    align-items: flex-start;
}
@media (min-width: 768px) {
    .al_body_template_twelve .t12-help-cta__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.al_body_template_twelve .t12-help-cta__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
    color: var(--foreground);
}
.al_body_template_twelve .t12-help-cta__text {
    margin: 0;
    max-width: 32rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--muted-foreground);
}
.al_body_template_twelve .t12-help-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    flex-shrink: 0;
}
.al_body_template_twelve .t12-help-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.al_body_template_twelve .t12-help-cta__btn--primary {
    color: var(--primary-foreground);
    background: linear-gradient(
        165deg,
        color-mix(in oklch, var(--primary) 72%, white) 0%,
        var(--primary) 45%,
        color-mix(in oklch, var(--primary) 80%, black) 100%
    );
    border: 1px solid color-mix(in oklch, var(--primary) 70%, black);
    box-shadow: 0 4px 14px color-mix(in oklch, var(--primary) 35%, transparent);
}
.al_body_template_twelve .t12-help-cta__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px color-mix(in oklch, var(--primary) 40%, transparent);
}
.al_body_template_twelve .t12-help-cta__btn--ghost {
    color: var(--foreground);
    background: color-mix(in oklch, var(--background) 85%, transparent);
    border: 1px solid color-mix(in oklch, var(--foreground) 14%, var(--border));
}
.al_body_template_twelve .t12-help-cta__btn--ghost:hover {
    background: var(--muted);
    border-color: color-mix(in oklch, var(--primary) 25%, var(--border));
}

@media (prefers-reduced-motion: reduce) {
    .al_body_template_twelve .t12-help-topic,
    .al_body_template_twelve .t12-help-search__btn,
    .al_body_template_twelve .t12-help-cta__btn--primary {
        transition-duration: 0.01ms !important;
    }
    .al_body_template_twelve .t12-help-topic:hover {
        transform: none;
    }
}
