/* ===================================
    ToitureXpert — Couvreur lead-gen
    Palette: crimson + charcoal + cream
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
    /* Brand — primary crimson (logo) */
    --navy-900: #1A1A1F;       /* deep ink — h1/h2/headers */
    --navy-800: #24252B;       /* charcoal — dark sections */
    --navy-700: #B5142C;       /* CRIMSON PRIMARY — buttons, links */
    --navy-600: #C8243F;       /* crimson hover */
    --blue-500: #D6722E;       /* warm copper — secondary accent */
    --blue-400: #E08D4F;       /* lighter copper */
    --blue-100: #FAEEDE;       /* warm cream tint */
    --blue-50:  #FFF8F0;       /* warm off-white */
    --red-600:  #8C0F22;       /* dark crimson — urgent */
    --red-500:  #B5142C;       /* crimson */
    --green-700: #2F3138;      /* slate — was green */
    --green-600: #3A3D45;      /* charcoal slate */
    --green-100: #ECE7DD;      /* sandy beige */
    --green-50:  #F7F3EB;      /* warm parchment */

    /* Neutrals — warm-shifted */
    --gray-900: #18181B;
    --gray-800: #27272A;
    --gray-700: #3F3F46;
    --gray-600: #52525B;
    --gray-500: #71717A;
    --gray-400: #A1A1AA;
    --gray-300: #D4D4D8;
    --gray-200: #E4E4E7;
    --gray-100: #F4F4F5;
    --gray-50:  #FAFAF7;       /* warm off-white background */
    --white: #FFFFFF;

    /* Typography — Archivo for that bold, blocky tradesman feel */
    --font-display: 'Archivo', system-ui, -apple-system, sans-serif;
    --font-body:    'Inter', system-ui, -apple-system, sans-serif;

    /* Radius / shadow — harder edges, less corporate */
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 10px;
    --radius-xl: 14px;
    --shadow-sm: 0 1px 2px rgba(26, 26, 31, 0.08);
    --shadow-md: 0 4px 14px rgba(26, 26, 31, 0.10);
    --shadow-lg: 0 14px 36px rgba(26, 26, 31, 0.12);
    --shadow-xl: 0 28px 64px rgba(26, 26, 31, 0.20);
}

/* Base reset */
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-800);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--gray-900);
    margin: 0 0 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-wrap: balance;
    -webkit-hyphens: manual;
    hyphens: manual;
}
h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 900; letter-spacing: -0.035em; }
h2 { font-size: clamp(32px, 3.8vw, 48px); font-weight: 800; letter-spacing: -0.025em; }
h3 { font-size: 22px; line-height: 1.25; font-weight: 700; }
h4 { font-size: 18px; font-weight: 700; }
p  { margin: 0 0 12px; color: var(--gray-700); }
a  { color: var(--navy-700); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--navy-600); }

::selection { background: var(--navy-700); color: #fff; }

/* Container */
.la-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Eyebrow / section label */
.la-eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--navy-700);
    margin-bottom: 14px;
}
.la-eyebrow.eyebrow-on-dark { color: var(--blue-400); }

.la-section { padding: clamp(72px, 9vw, 120px) 0; }
.la-section-tight { padding: clamp(56px, 7vw, 88px) 0; }
.la-section-header { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.la-section-header.align-left { text-align: left; margin: 0 0 48px; }
.la-section-header p { font-size: 18px; line-height: 1.6; color: var(--gray-600); }

/* ============ Header ============ */
.la-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(140%) blur(12px);
    -webkit-backdrop-filter: saturate(140%) blur(12px);
    border-bottom: 1px solid var(--gray-200);
}
.la-header-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
}
.la-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.la-brand img { height: 44px; width: auto; }
.la-brand span {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    color: var(--navy-900);
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.la-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}
.la-nav a:not(.la-btn) {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-700);
}
.la-nav a:not(.la-btn):hover { color: var(--navy-700); }
.la-nav-cta { margin-left: 8px; color: #fff !important; }
.la-nav-cta:hover { color: #fff !important; }

/* Hamburger toggle (hidden on desktop) */
.la-nav-toggle {
    display: none;
    margin-left: auto;
    background: transparent;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    padding: 8px 10px;
    color: var(--navy-900);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}
.la-nav-toggle:hover { background: var(--gray-100); border-color: var(--gray-400); }
.la-nav-toggle:focus-visible { outline: 3px solid var(--navy-700); outline-offset: 2px; }

@media (max-width: 900px) {
    .la-nav-toggle { display: inline-flex; align-items: center; }
    .la-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #fff;
        border-bottom: 1px solid var(--gray-200);
        box-shadow: 0 16px 28px rgba(15, 31, 61, 0.08);
        padding: 12px 20px 20px;
        margin-left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease, padding 0.25s ease;
        padding-top: 0;
        padding-bottom: 0;
    }
    .la-nav.is-open {
        max-height: 70vh;
        padding-top: 12px;
        padding-bottom: 20px;
    }
    .la-nav a {
        padding: 14px 4px;
        border-bottom: 1px solid var(--gray-100);
        font-size: 16px;
    }
    .la-nav a:last-child { border-bottom: none; }
    .la-nav-cta { margin-top: 12px; margin-left: 0; justify-content: center; }
}

/* ============ Mobile sticky CTA ============ */
.la-mobile-cta {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    background: var(--navy-700);
    color: #fff;
    text-decoration: none;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.1px;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 28px rgba(181, 20, 44, 0.30), 0 2px 6px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s, box-shadow 0.2s;
}
.la-mobile-cta:hover { background: var(--navy-600); color: #fff; }
.la-mobile-cta:active { transform: translateY(1px); }

@media (max-width: 900px) {
    .la-mobile-cta { display: inline-flex; }
    body { padding-bottom: 96px; }
}

/* ============ Buttons ============ */
.la-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s;
    white-space: nowrap;
    line-height: 1;
}
.la-btn:focus-visible {
    outline: 3px solid var(--blue-400);
    outline-offset: 2px;
}
.la-btn-primary {
    background: var(--navy-700);
    color: #fff;
    box-shadow: 0 1px 2px rgba(15, 31, 61, 0.20);
}
.la-btn-primary:hover {
    background: var(--navy-800);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.la-btn-ghost {
    background: transparent;
    color: var(--navy-700);
    border-color: var(--gray-300);
}
.la-btn-ghost:hover {
    border-color: var(--navy-700);
    color: var(--navy-700);
    background: var(--gray-50);
}
.la-btn-on-dark {
    background: #fff;
    color: var(--navy-900);
}
.la-btn-on-dark:hover {
    background: var(--gray-50);
    color: var(--navy-900);
    transform: translateY(-1px);
}
.la-btn-block { width: 100%; }
.la-btn-lg { padding: 16px 28px; font-size: 16px; }

/* ============ Hero ============ */
.la-hero {
    position: relative;
    background: var(--navy-900);
    color: #fff;
    overflow: hidden;
}
.la-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% -10%, rgba(181, 20, 44, 0.35), transparent 55%),
        radial-gradient(circle at -10% 80%, rgba(214, 114, 46, 0.20), transparent 55%);
    pointer-events: none;
}
.la-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    padding: clamp(72px, 9vw, 112px) 0 clamp(80px, 9vw, 120px);
    position: relative;
    z-index: 1;
}
.la-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(214, 114, 46, 0.18);
    color: #F4C99A;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
    border: 1px solid rgba(214, 114, 46, 0.4);
}
.la-hero h1 {
    color: #fff;
    margin-bottom: 24px;
}
.la-hero h1 em {
    font-style: normal;
    color: #FFB870;
    background: linear-gradient(135deg, #F4C99A 0%, #D6722E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.la-hero-lede {
    font-size: 19px;
    line-height: 1.6;
    color: #D9D2C5;
    max-width: 560px;
    margin-bottom: 32px;
}
.la-hero-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    margin-bottom: 16px;
}
.la-hero-bullets > div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D9D2C5;
    font-size: 14px;
    font-weight: 500;
}
.la-hero-bullets svg {
    flex-shrink: 0;
    color: #E08D4F;
}

/* Hero form card */
.la-form-card {
    background: #fff;
    color: var(--gray-900);
    border-radius: var(--radius-xl);
    padding: 36px;
    box-shadow: var(--shadow-xl);
    position: relative;
}
.la-form-card-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--navy-700);
    color: #fff;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 6px 16px rgba(181, 20, 44, 0.4);
}
.la-form-card h3 {
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 8px;
}
.la-form-card p.la-form-sub {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 24px;
}

/* Form field controls */
.la-field { margin-bottom: 16px; }
.la-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 6px;
}
.la-field input,
.la-field select,
.la-field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid var(--gray-300);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--gray-900);
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.la-field input:focus,
.la-field select:focus,
.la-field textarea:focus {
    outline: none;
    border-color: var(--navy-700);
    box-shadow: 0 0 0 4px rgba(181, 20, 44, 0.15);
}
.la-field textarea { min-height: 110px; resize: vertical; }
.la-field-error {
    border-color: var(--red-500) !important;
}
.la-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.la-radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.la-radio-group label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--gray-300);
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    color: var(--gray-700);
    transition: border-color 0.15s, background 0.15s;
    margin: 0;
    font-size: 14px;
}
.la-radio-group label:hover { border-color: var(--navy-700); }
.la-radio-group input[type="radio"] { accent-color: var(--navy-700); margin: 0; }
.la-radio-group input[type="radio"]:checked + span { color: var(--navy-700); }
.la-radio-group label:has(input:checked) {
    border-color: var(--navy-700);
    background: var(--blue-50);
    color: var(--navy-700);
}

.la-progress {
    margin-bottom: 24px;
}
.la-progress-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 8px;
    font-weight: 500;
}
.la-progress-bar {
    height: 4px;
    background: var(--gray-100);
    border-radius: 999px;
    overflow: hidden;
}
.la-progress-bar > span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--navy-700), var(--blue-500));
    border-radius: 999px;
    transition: width 0.3s ease;
}
.la-progress-bar.is-final > span {
    background: linear-gradient(90deg, var(--navy-700), var(--green-600));
}

.la-form-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.la-form-actions .la-btn { flex: 1; }
.la-fineprint {
    font-size: 13px;
    color: var(--gray-600);
    margin-top: 14px;
    text-align: center;
    line-height: 1.55;
}
.la-callout {
    background: var(--blue-50);
    border-left: 3px solid var(--blue-500);
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    color: var(--navy-800);
    line-height: 1.5;
    margin-bottom: 16px;
}
.la-callout strong { color: var(--navy-900); }

/* Consent checkbox */
.la-consent { margin: 4px 0 18px; }
.la-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    padding: 14px 16px;
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--gray-700);
    transition: border-color 0.15s, background 0.15s;
}
.la-consent-label:hover {
    border-color: var(--navy-700);
    background: var(--blue-50);
}
.la-consent-label.la-field-error {
    border-color: var(--red-500);
    background: rgba(196, 30, 58, 0.04);
}
.la-consent-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    flex-shrink: 0;
    accent-color: var(--navy-700);
    cursor: pointer;
}
.la-consent-label a {
    color: var(--navy-700);
    text-decoration: underline;
    font-weight: 500;
}
.la-consent-label a:hover { color: var(--blue-500); }

.la-form-success {
    text-align: center;
    padding: 24px 8px;
}
.la-form-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(181, 20, 44, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-700);
    margin-bottom: 16px;
}
.la-form-success h3 { font-size: 22px; margin-bottom: 8px; }
.la-form-success p { color: var(--gray-600); }

/* ============ Trust strip ============ */
.la-trust {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    padding: 28px 0;
}
.la-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
    align-items: center;
    justify-content: space-between;
}
.la-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--gray-700);
    font-weight: 500;
}
.la-trust-item svg { color: var(--navy-700); flex-shrink: 0; }

/* ============ Value props ============ */
.la-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.la-value-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.la-value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--gray-300);
}
.la-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--blue-50);
    color: var(--navy-700);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.la-value-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--gray-900);
}
.la-value-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--gray-600);
    margin: 0;
}

/* ============ Services ============ */
.la-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.la-service {
    display: grid;
    grid-template-columns: 220px 1fr;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.la-service:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--gray-300);
}
.la-service-img {
    background: var(--gray-100);
    background-size: cover;
    background-position: center;
    min-height: 220px;
}
.la-service-body { padding: 28px; }
.la-service-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--navy-700);
    margin-bottom: 8px;
}
.la-service-tag.tag-warm { color: var(--red-500); }
.la-service h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--gray-900);
}
.la-service p {
    font-size: 14.5px;
    color: var(--gray-600);
    margin: 0 0 14px;
}
.la-service-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy-700);
}
.la-service-meta svg { color: var(--navy-700); }

/* ============ Logis Vert ============ */
.la-logis {
    background: linear-gradient(180deg, var(--green-50) 0%, var(--white) 100%);
}
.la-logis-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
}
.la-logis-img {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--gray-100);
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-lg);
}
.la-logis-amount {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: var(--shadow-md);
    max-width: 280px;
}
.la-logis-amount-num {
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    color: var(--navy-700);
    letter-spacing: -0.03em;
}
.la-logis-amount-label {
    font-size: 13px;
    color: var(--gray-600);
    margin-top: 4px;
}
.la-logis-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green-600);
    color: #fff;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
}
.la-logis-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 32px;
    display: grid;
    gap: 12px;
}
.la-logis-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--green-100);
    font-size: 15.5px;
    color: var(--gray-800);
}
.la-logis-list li:last-child { border-bottom: none; }
.la-logis-list li svg {
    margin-top: 2px;
    color: var(--green-600);
}
.la-logis-list li strong { color: var(--gray-900); }

/* ============ Process (replaces sloppy 1-2-3) ============ */
.la-process {
    background: var(--gray-900);
    color: #fff;
}
.la-process h2, .la-process .la-eyebrow {
    color: #fff;
}
.la-process .la-eyebrow { color: var(--blue-400); }
.la-process .la-section-header p { color: var(--gray-400); }

.la-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.la-step {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: background 0.25s, border-color 0.25s;
}
.la-step:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(214, 114, 46, 0.5);
}
.la-step-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.la-step-num {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    color: var(--blue-400);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.la-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(214, 114, 46, 0.18);
    color: var(--blue-400);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.la-step h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.la-step p {
    color: var(--gray-400);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* ============ Testimonials ============ */
.la-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.la-testimonial {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.la-testimonial-stars {
    color: #F59E0B;
    margin-bottom: 16px;
    display: inline-flex;
    gap: 2px;
}
.la-testimonial blockquote {
    font-family: var(--font-display);
    font-size: 17px;
    line-height: 1.55;
    color: var(--gray-800);
    margin: 0 0 24px;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.la-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--gray-100);
}
.la-testimonial-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.la-testimonial-author .name {
    font-weight: 600;
    color: var(--gray-900);
    font-size: 14.5px;
    line-height: 1.3;
}
.la-testimonial-author .role {
    font-size: 13px;
    color: var(--gray-500);
}

/* ============ FAQ ============ */
.la-faq { max-width: 820px; margin: 0 auto; }
.la-faq-item {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.la-faq-item:hover { border-color: var(--gray-300); }
.la-faq-item[open] {
    border-color: var(--navy-700);
    box-shadow: var(--shadow-sm);
}
.la-faq-item summary {
    padding: 22px 28px;
    list-style: none;
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--gray-900);
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.la-faq-item summary::-webkit-details-marker { display: none; }
.la-faq-item summary::after {
    content: "";
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--gray-100);
    background-image:
        linear-gradient(currentColor, currentColor),
        linear-gradient(currentColor, currentColor);
    background-size: 12px 2px, 2px 12px;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--navy-700);
    transition: transform 0.2s, background-color 0.2s;
}
.la-faq-item[open] summary::after {
    background-size: 12px 2px, 0 0;
    background-color: var(--navy-700);
    color: #fff;
}
.la-faq-body {
    padding: 0 28px 24px;
    color: var(--gray-600);
    font-size: 15.5px;
    line-height: 1.7;
}

/* ============ Bottom form section ============ */
.la-cta-section {
    background: var(--gray-50);
}
.la-form-wide {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 48px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
}

/* ============ Footer ============ */
.la-footer {
    background: var(--navy-900);
    color: #B8B0A2;
    padding: 80px 0 32px;
}
.la-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
}
.la-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.la-footer-brand img {
    height: 44px;
    width: auto;
    background: #fff;
    padding: 6px;
    border-radius: 8px;
}
.la-footer-brand span {
    font-family: var(--font-display);
    font-weight: 800;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.02em;
}
.la-footer p { color: #B8B0A2; }
.la-footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0 0 18px;
    line-height: 1.3;
    font-weight: 700;
}

/* Form card title — semantic <p>, visually equivalent to h3 */
.la-form-title {
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--gray-900);
    letter-spacing: -0.01em;
    margin: 8px 0 4px;
}
.la-form-success-title {
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--gray-900);
    letter-spacing: -0.01em;
    margin: 0 0 8px;
}
.la-footer ul { list-style: none; padding: 0; margin: 0; }
.la-footer ul li { margin-bottom: 10px; }
.la-footer a { color: #B8B0A2; font-size: 14.5px; }
.la-footer a:hover { color: #fff; }
.la-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #8A8378;
}

/* ============ Helpers ============ */
.la-hidden { display: none !important; }
.la-mb-0 { margin-bottom: 0 !important; }

/* ============ Responsive ============ */
@media (max-width: 1100px) {
    .la-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .la-values { grid-template-columns: repeat(2, 1fr); }
    .la-services { grid-template-columns: 1fr; }
    .la-logis-grid { grid-template-columns: 1fr; gap: 40px; }
    .la-steps { grid-template-columns: 1fr; }
    .la-testimonials { grid-template-columns: 1fr; }
    .la-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (max-width: 700px) {
    .la-section { padding: 64px 0; }
    .la-section-header { margin-bottom: 40px; }
    .la-form-card { padding: 28px 22px; }
    .la-form-wide { padding: 32px 22px; }
    .la-values { grid-template-columns: 1fr; }
    .la-service { grid-template-columns: 1fr; }
    .la-service-img { min-height: 200px; }
    .la-trust-row { gap: 14px 24px; justify-content: center; }
    .la-footer-grid { grid-template-columns: 1fr 1fr; }
    .la-footer-grid > div:first-child { grid-column: 1 / -1; }
    .la-field-row { grid-template-columns: 1fr; }
    .la-radio-group { grid-template-columns: 1fr 1fr; }
    .la-logis-amount { left: 16px; bottom: 16px; padding: 14px 18px; }
    .la-logis-amount-num { font-size: 32px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
