/* Angelift SEO landing pages — visual style matching the main landing page.
   Used by /angel-driver-sydney/, /angel-driver-melbourne/, /drive-my-car-for-me-sydney.html, /drive-my-car-for-me-melbourne.html */

:root {
    --gold: #D4AF37;
    --dark-gold: #B8860B;
    --gold-soft: #fffbeb;
    --bg-primary: #FAF8F5;
    --bg-secondary: #F5F3F0;
    --bg-card: #ffffff;
    --black: #0a0a0a;
    --text: #1a1a1a;
    --muted: #555;
    --muted-2: #777;
    --border: #e8e2d2;
    --shadow-sm: 0 4px 16px rgba(0,0,0,0.05);
    --shadow-md: 0 12px 40px rgba(0,0,0,0.08);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-primary);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--dark-gold); }

/* ===== Header ===== */
.al-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(250, 248, 245, 0.96);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}
.al-header__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.al-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--text);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}
.al-logo img { width: 36px; height: 36px; }
.al-nav { display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; }
.al-nav a {
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-size: 0.93rem;
    transition: background 0.15s ease, color 0.15s ease;
}
.al-nav a:hover { background: rgba(212,175,55,0.1); color: var(--dark-gold); }
.al-nav a.al-nav-cta {
    background: linear-gradient(180deg, #e4c45a 0%, var(--gold) 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 14px rgba(212,175,55,0.35);
}
.al-nav a.al-nav-cta:hover { background: linear-gradient(180deg, #ecd16b 0%, #e0bb46 100%); }
@media (max-width: 720px) {
    .al-nav a { padding: 0.5rem 0.65rem; font-size: 0.88rem; }
    .al-nav a:not(.al-nav-cta):not(:first-child) { display: none; }
}

/* ===== Hero (dark cinematic) ===== */
.al-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #0a0a0a;
    min-height: 620px;
    display: flex;
    align-items: center;
    isolation: isolate;
}
.al-hero__bg {
    position: absolute; inset: 0; z-index: -2;
}
.al-hero__bg img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.55;
}
.al-hero::after {
    content: '';
    position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(ellipse at top right, rgba(212,175,55,0.22) 0%, transparent 50%),
        linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.85) 70%, #0a0a0a 100%);
}
.al-hero__wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 5rem 1.25rem 4rem;
    width: 100%;
}
.al-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3rem;
    align-items: center;
}
@media (max-width: 900px) {
    .al-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
    .al-hero { min-height: auto; }
    .al-hero__wrap { padding: 3.5rem 1.25rem 3rem; }
}
.al-hero__eyebrow {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(212,175,55,0.15);
    border: 1px solid rgba(212,175,55,0.4);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.al-hero h1 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.08;
    margin: 0 0 1.1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}
.al-hero h1 em {
    color: var(--gold);
    font-style: normal;
    background: linear-gradient(120deg, #e8c75a 0%, var(--gold) 50%, #b8860b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.al-hero__lead {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    color: rgba(255,255,255,0.85);
    margin: 0 0 1.5rem;
    max-width: 38rem;
    line-height: 1.6;
}
.al-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
}
.al-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
}
.al-hero__trust svg { stroke: var(--gold); }
.al-hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.al-hero__visual {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06);
    aspect-ratio: 4 / 5;
    background: #111;
    position: relative;
}
.al-hero__visual img {
    width: 100%; height: 100%; object-fit: cover;
}
.al-hero__visual::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.45) 100%);
    pointer-events: none;
}
@media (max-width: 900px) {
    .al-hero__visual { aspect-ratio: 16/10; max-width: 560px; margin-left: auto; margin-right: auto; }
}

/* ===== Buttons ===== */
.al-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1rem 1.85rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    font-family: inherit;
}
.al-btn--primary {
    background: linear-gradient(180deg, #e4c45a 0%, var(--gold) 100%);
    color: #1a1a1a;
    box-shadow: 0 8px 28px rgba(212,175,55,0.45), inset 0 1px 0 rgba(255,255,255,0.4);
}
.al-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(212,175,55,0.55); }
.al-btn--ghost {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
}
.al-btn--ghost:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.4); }
.al-btn--light {
    background: #fff;
    color: var(--dark-gold);
    border: 1.5px solid rgba(212,175,55,0.35);
    box-shadow: var(--shadow-sm);
}
.al-btn--light:hover { background: var(--gold-soft); border-color: var(--gold); }
.al-btn--whatsapp {
    background: #25D366;
    color: #fff;
    box-shadow: 0 8px 24px rgba(37,211,102,0.35);
}
.al-btn--whatsapp:hover { background: #1fbe5c; }

/* ===== Section base ===== */
.al-section {
    padding: 5rem 1.25rem;
}
.al-section__wrap { max-width: 1180px; margin: 0 auto; }
.al-section--alt { background: var(--bg-secondary); }
.al-section--dark { background: #0a0a0a; color: #fff; }
.al-section--dark .al-section__eyebrow { color: var(--gold); }
.al-section--dark .al-section__title { color: #fff; }
.al-section--dark p { color: rgba(255,255,255,0.78); }
.al-section__eyebrow {
    display: inline-block;
    color: var(--dark-gold);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.al-section__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    font-weight: 800;
}
.al-section__title em {
    color: var(--dark-gold);
    font-style: normal;
}
.al-section__lead {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 44rem;
    margin: 0 0 2.5rem;
}

/* ===== Split section (image + content) ===== */
.al-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.al-split--reverse .al-split__media { order: 2; }
@media (max-width: 900px) {
    .al-split { grid-template-columns: 1fr; gap: 2rem; }
    .al-split--reverse .al-split__media { order: 0; }
}
.al-split__media {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 3;
    background: #111;
}
.al-split__media img { width: 100%; height: 100%; object-fit: cover; }
.al-split__copy p { font-size: 1.05rem; color: var(--muted); line-height: 1.75; }
.al-split__copy p strong { color: var(--text); }

/* ===== Step flow cards ===== */
.al-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}
.al-step {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.al-step:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(212,175,55,0.4);
}
.al-step__icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--gold-soft) 0%, #fff 100%);
    border: 1px solid rgba(212,175,55,0.3);
    display: grid; place-items: center;
    margin-bottom: 1.1rem;
    box-shadow: 0 6px 18px rgba(212,175,55,0.15);
}
.al-step__icon svg { stroke: var(--dark-gold); }
.al-step__num {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--dark-gold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}
.al-step__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 0.55rem;
    line-height: 1.3;
}
.al-step__copy { font-size: 0.96rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ===== Feature grid (3 stat-ish cards) ===== */
.al-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}
.al-feature {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 1.75rem;
}
.al-feature h3 {
    font-size: 1.15rem;
    margin: 0 0 0.55rem;
    color: var(--text);
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 700;
}
.al-feature p { margin: 0; color: var(--muted); font-size: 0.98rem; line-height: 1.65; }

/* ===== Callout ===== */
.al-callout {
    border-radius: 22px;
    padding: 1.75rem 1.85rem;
    background: linear-gradient(135deg, var(--gold-soft) 0%, #fff 100%);
    border: 1px solid rgba(212,175,55,0.35);
    box-shadow: var(--shadow-sm);
    margin: 0;
}
.al-callout p { margin: 0; color: #3d3428; font-size: 1.02rem; line-height: 1.7; }
.al-callout strong { color: #1a1a1a; }

/* ===== FAQ ===== */
.al-faq { display: grid; gap: 1rem; max-width: 880px; margin: 0 auto; }
.al-faq details {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.1rem 1.35rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.al-faq details[open] {
    border-color: rgba(212,175,55,0.45);
    box-shadow: var(--shadow-sm);
}
.al-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--text);
    font-size: 1.05rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.al-faq summary::-webkit-details-marker { display: none; }
.al-faq summary::after {
    content: '+';
    color: var(--dark-gold);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease;
}
.al-faq details[open] summary::after { transform: rotate(45deg); }
.al-faq details p {
    margin: 0.85rem 0 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 0.98rem;
}

/* ===== Final CTA ===== */
.al-final-cta {
    text-align: center;
    padding: 4.5rem 1.5rem;
    background: linear-gradient(165deg, #fffbeb 0%, #ffffff 50%, var(--bg-secondary) 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.al-final-cta h2 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.6rem);
    margin: 0 0 0.9rem;
    color: var(--text);
    letter-spacing: -0.02em;
}
.al-final-cta p {
    color: var(--muted);
    font-size: 1.08rem;
    max-width: 36rem;
    margin: 0 auto 2rem;
}
.al-final-cta__buttons { display: inline-flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }
.al-final-cta .al-btn--ghost {
    background: rgba(212,175,55,0.08);
    color: var(--dark-gold);
    border-color: rgba(212,175,55,0.35);
}
.al-final-cta .al-btn--ghost:hover { background: rgba(212,175,55,0.14); }

/* ===== Related links ===== */
.al-related {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 1.85rem;
}
.al-related h3 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 700;
    color: var(--text);
}
.al-related ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.6rem;
}
.al-related li a {
    display: block;
    padding: 0.7rem 0.95rem;
    border-radius: 12px;
    text-decoration: none;
    color: var(--dark-gold);
    background: var(--bg-secondary);
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.al-related li a:hover { background: var(--gold-soft); border-color: rgba(212,175,55,0.3); }

/* ===== Footer ===== */
.al-footer {
    background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
    color: rgba(255,255,255,0.7);
    padding: 3.5rem 1.25rem 2rem;
    text-align: center;
}
.al-footer img { width: 56px; margin: 0 auto 1.25rem; }
.al-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 1.4rem;
    margin: 0 0 1.5rem;
}
.al-footer__links a {
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 500;
    transition: color 0.15s ease;
}
.al-footer__links a:hover { color: var(--gold); }
.al-footer__details {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    margin: 1rem 0;
    line-height: 1.8;
}
.al-footer__details a { color: var(--gold); text-decoration: none; font-weight: 600; }
.al-footer__copy {
    color: rgba(255,255,255,0.4);
    font-size: 0.82rem;
    margin-top: 1.5rem;
}

/* ===== Breadcrumbs ===== */
.al-breadcrumbs {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1rem 1.25rem 0;
    font-size: 0.85rem;
    color: var(--muted-2);
}
.al-breadcrumbs a { color: var(--dark-gold); text-decoration: none; }
.al-breadcrumbs a:hover { text-decoration: underline; }

/* Utility */
.al-mt-sm { margin-top: 1rem; }
.al-mt-md { margin-top: 2rem; }
.al-center { text-align: center; }
