/* ============================================================
   Adult Marketing Company — London location page
   Premium "discretion-first" landing for a restricted-niche
   audience. Loaded only on this template (enqueued from PHP).
   ============================================================ */

:root {
    --adl-bg:        #0c0e12;
    --adl-bg-alt:    #14171d;
    --adl-bg-light:  #f7f6f5;
    --adl-text:      #0e1116;
    --adl-text-dim:  #5a6270;
    --adl-rule:      #e7e7e7;
    --adl-red:       #d32027;
    --adl-red-bright:#ff4a52;
    --adl-red-dark:  #b8000a;
    --adl-pink:      #ff6b7a;
}

.adl-page { background: var(--adl-bg-light); color: var(--adl-text); overflow-x: clip; }

/* -------- shared section heading -------- */
.adl-section-head {
    text-align: center;
    margin: 0 auto 56px;
    max-width: 760px;
}
.adl-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--adl-red);
    background: rgba(211, 32, 39, .08);
    border: 1px solid rgba(211, 32, 39, .22);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.adl-eyebrow-light {
    color: #ff8a90;
    background: rgba(211, 32, 39, .14);
    border-color: rgba(211, 32, 39, .35);
}
.adl-section-title {
    margin: 0 0 14px;
    color: var(--adl-text);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-synthesis: none;
}
.adl-section-title-light { color: #fff; }
.adl-section-accent {
    display: inline-block;
    color: var(--adl-red);
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-style: italic;
    font-weight: 600;
    margin-left: 4px;
}
.adl-section-sub {
    margin: 0;
    color: var(--adl-text-dim);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.6;
}
.adl-section-head-light .adl-section-sub { color: rgba(255, 255, 255, .68); }

/* -------- shared buttons -------- */
.adl-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    font-family: inherit;
}
.adl-btn svg { width: 16px; height: 16px; }
.adl-btn-lg { padding: 16px 32px; font-size: 16px; }
.adl-btn-primary {
    background: linear-gradient(135deg, #ff3b47 0%, var(--adl-red) 60%, var(--adl-red-dark) 100%);
    color: #fff;
    box-shadow:
        0 20px 44px -16px rgba(211, 32, 39, .65),
        0 0 0 1px rgba(255, 255, 255, .05) inset;
}
.adl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow:
        0 24px 50px -16px rgba(211, 32, 39, .8),
        0 0 0 1px rgba(255, 255, 255, .12) inset;
    color: #fff;
}
.adl-btn-ghost {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
}
.adl-btn-ghost:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
}

/* ============================================================
   HERO
   ============================================================ */
.adl-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(900px 540px at 12% -8%,  rgba(211, 32, 39, .42), transparent 60%),
        radial-gradient(1000px 600px at 92% 110%, rgba(211, 32, 39, .28), transparent 65%),
        radial-gradient(700px 600px at 50% 45%,  rgba(60, 100, 200, .08), transparent 70%),
        linear-gradient(180deg, #07090d 0%, #0a0d14 50%, #06080d 100%);
    padding: 110px 0 110px;
    color: #fff;
}
.adl-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.5), transparent 60%),
        radial-gradient(1.2px 1.2px at 28% 62%, rgba(255,255,255,.35), transparent 60%),
        radial-gradient(1px 1px at 47% 12%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 63% 38%, rgba(255,255,255,.3), transparent 60%),
        radial-gradient(1.4px 1.4px at 78% 72%, rgba(255,255,255,.4), transparent 60%),
        radial-gradient(1px 1px at 88% 22%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,.3), transparent 60%),
        radial-gradient(1.2px 1.2px at 55% 92%, rgba(255,255,255,.4), transparent 60%);
    background-repeat: no-repeat;
    pointer-events: none;
}
.adl-hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}
.adl-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.adl-hero-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--adl-red-bright);
    box-shadow: 0 0 0 4px rgba(255, 74, 82, .2);
    animation: adlPulse 2.4s ease-in-out infinite;
}
@keyframes adlPulse { 0%,100%{opacity:1;} 50%{opacity:.55;} }

.adl-hero-title {
    margin: 0;
    max-width: 40ch;       /* matched to Bromley hero width */
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.02em;
    font-synthesis: none;
}
.adl-hero-title-main {
    display: block;
    color: #fff;
    font-size: clamp(36px, 5.2vw, 76px);
}
.adl-hero-title-accent {
    display: block;
    margin-top: 12px;
    color: var(--adl-red-bright);
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(26px, 3.6vw, 50px);
    letter-spacing: 0;
    line-height: 1.18;
}

.adl-hero-desc {
    margin: 4px auto 0;
    max-width: 103ch;      /* matched to Bromley hero description width */
    color: rgba(255, 255, 255, .72);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.7;
}
.adl-hero-desc strong { color: #fff; font-weight: 600; }

.adl-hero-ctas {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
}

.adl-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 980px;
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.adl-hero-stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.adl-hero-stat-num {
    display: inline-flex;
    align-items: baseline;
    font-size: clamp(34px, 3.8vw, 50px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.adl-hero-stat-plus { color: var(--adl-red-bright); font-size: 0.65em; margin-left: 4px; font-weight: 700; }
.adl-hero-stat-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 600;
    color: rgba(255, 255, 255, .55);
    text-align: center;
}

/* ============================================================
   TRUST RIBBON
   ============================================================ */
.adl-trust-ribbon {
    background: #0a0c11;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 22px 0;
    color: rgba(255, 255, 255, .68);
}
.adl-trust-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13.5px;
    font-weight: 500;
}
.adl-trust-list li { display: inline-flex; align-items: center; gap: 8px; }
.adl-trust-icon {
    width: 18px; height: 18px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(211, 32, 39, .25);
    color: var(--adl-red-bright);
    font-size: 11px;
    font-weight: 700;
}

/* ============================================================
   PROBLEM SECTION
   ============================================================ */
.adl-problem-sec { padding: 100px 0; background: var(--adl-bg-light); }
.adl-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.adl-problem-card {
    position: relative;
    padding: 36px 30px 30px;
    background: #fff;
    border: 1px solid var(--adl-rule);
    border-radius: 18px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.adl-problem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 32, 39, .3);
    box-shadow: 0 22px 40px -22px rgba(0,0,0,.18);
}
.adl-problem-num {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .14em;
    color: var(--adl-red);
    margin-bottom: 14px;
}
.adl-problem-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--adl-text);
}
.adl-problem-card p { margin: 0; color: var(--adl-text-dim); font-size: 15px; line-height: 1.65; }

/* ============================================================
   SERVICES — 4-column grid
   ============================================================ */
.adl-services-sec {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border-top: 1px solid var(--adl-rule);
}
.adl-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.adl-service-card {
    position: relative;
    padding: 30px 26px 26px;
    background: #fff;
    border: 1px solid var(--adl-rule);
    border-radius: 18px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
}
.adl-service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #ff3b47, var(--adl-red), var(--adl-red-dark));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s ease;
}
.adl-service-card:hover { transform: translateY(-4px); border-color: rgba(211,32,39,.3); box-shadow: 0 22px 40px -22px rgba(0,0,0,.18); }
.adl-service-card:hover::before { transform: scaleX(1); }

.adl-service-num {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    color: rgba(211, 32, 39, .55);
    margin-bottom: 16px;
}
.adl-service-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--adl-text);
    letter-spacing: -0.005em;
}
.adl-service-desc {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--adl-text-dim);
}
.adl-service-cta {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    color: var(--adl-red);
    transition: color .15s ease, gap .15s ease;
}
.adl-service-cta svg { width: 14px; height: 14px; transition: transform .2s ease; }
.adl-service-cta:hover { color: var(--adl-red-dark); gap: 10px; }
.adl-service-cta:hover svg { transform: translateX(2px); }

/* ============================================================
   MID-PAGE CTA STRIP
   ============================================================ */
.adl-cta-strip {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(700px 420px at 10% 50%, rgba(211, 32, 39, .4), transparent 65%),
        radial-gradient(700px 420px at 95% 50%, rgba(255, 107, 122, .3), transparent 70%),
        linear-gradient(135deg, #1a0d0f 0%, #21080b 50%, #16080a 100%);
    padding: 70px 0;
}
.adl-cta-strip-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1.2px);
    background-size: 26px 26px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    pointer-events: none;
    opacity: .9;
}
.adl-cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.adl-cta-strip-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 700;
    line-height: 1.2;
}
.adl-cta-strip-accent {
    display: block;
    color: var(--adl-red-bright);
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-style: italic;
    font-weight: 500;
    margin-top: 4px;
}
.adl-cta-strip-sub {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.6;
    max-width: 55ch;
}

/* ============================================================
   PROCESS — timeline
   ============================================================ */
.adl-process-sec { padding: 100px 0; background: var(--adl-bg-light); }
.adl-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.adl-process-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    width: 2px;
    background: linear-gradient(180deg, rgba(211,32,39,.05), rgba(211,32,39,.4) 30%, rgba(211,32,39,.4) 70%, rgba(211,32,39,.05));
}
.adl-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 28px;
    padding: 18px 0 26px;
}
.adl-process-marker {
    position: relative;
    width: 76px;
    z-index: 1;
}
.adl-process-marker-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
    border: 1px solid rgba(211, 32, 39, .35);
    color: var(--adl-red);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 24px -16px rgba(211, 32, 39, .3);
}
.adl-process-marker-when {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--adl-text-dim);
}
.adl-process-content { padding-top: 4px; }
.adl-process-title { margin: 0 0 8px; font-size: 22px; font-weight: 700; line-height: 1.3; color: var(--adl-text); }
.adl-process-desc { margin: 0; color: var(--adl-text-dim); font-size: 15px; line-height: 1.7; }

/* ============================================================
   WHY US — dark "premium" section
   ============================================================ */
.adl-why-sec {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 100px 0;
    color: #fff;
    background:
        radial-gradient(900px 540px at 12% 12%,  rgba(211, 32, 39, .18), transparent 60%),
        radial-gradient(900px 540px at 92% 90%,  rgba(255, 107, 122, .12), transparent 60%),
        linear-gradient(180deg, #1c1f26 0%, #16191f 50%, #181b22 100%);
}
.adl-why-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1.2px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    pointer-events: none;
    opacity: .9;
}
.adl-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.adl-why-card {
    padding: 30px 28px 26px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
    position: relative;
    overflow: hidden;
}
.adl-why-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, #ff3b47, var(--adl-red), var(--adl-red-dark));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}
.adl-why-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.06); border-color: rgba(211,32,39,.35); }
.adl-why-card:hover::before { transform: scaleX(1); }
.adl-why-num {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .14em;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 14px;
}
.adl-why-title { margin: 0 0 10px; font-size: 19px; font-weight: 700; line-height: 1.35; color: #fff; }
.adl-why-desc  { margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.68); }

/* ============================================================
   RESULTS — anonymised case studies
   ============================================================ */
.adl-results-sec { padding: 100px 0; background: #fff; border-top: 1px solid var(--adl-rule); }
.adl-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.adl-case-card {
    padding: 32px 28px 28px;
    background: linear-gradient(180deg, #fffafa 0%, #fff5f5 100%);
    border: 1px solid var(--adl-rule);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.adl-case-card:hover { transform: translateY(-4px); border-color: rgba(211, 32, 39, .3); box-shadow: 0 22px 40px -22px rgba(0,0,0,.18); }
.adl-case-cat {
    display: inline-block;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--adl-red);
    background: rgba(211, 32, 39, .1);
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.adl-case-metric { margin-bottom: 16px; }
.adl-case-number {
    display: block;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--adl-red-dark);
    line-height: 1;
    background: linear-gradient(135deg, var(--adl-red) 0%, var(--adl-red-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.adl-case-label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--adl-text-dim);
}
.adl-case-body { margin: 0 0 22px; font-size: 14.5px; line-height: 1.65; color: var(--adl-text); }
.adl-case-cta {
    margin-top: auto;
    align-self: flex-start;
    padding: 10px 16px;
    border: 1px solid var(--adl-red);
    background: transparent;
    color: var(--adl-red);
    border-radius: 999px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.adl-case-cta:hover { background: var(--adl-red); color: #fff; }

/* ============================================================
   FAQ — accordion
   ============================================================ */
.adl-faq-sec { padding: 100px 0; background: var(--adl-bg-light); }
.adl-faq-list {
    max-width: 880px;
    margin: 0 auto;
    border-top: 1px solid var(--adl-rule);
}
.adl-faq-item {
    border-bottom: 1px solid var(--adl-rule);
}
.adl-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 4px;
    cursor: pointer;
    list-style: none;
    color: var(--adl-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    transition: color .15s ease;
}
.adl-faq-q::-webkit-details-marker { display: none; }
.adl-faq-q:hover { color: var(--adl-red); }
.adl-faq-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(211, 32, 39, .08);
    border: 1px solid rgba(211, 32, 39, .2);
    color: var(--adl-red);
    transition: transform .25s ease, background .15s ease;
}
.adl-faq-icon svg { width: 14px; height: 14px; }
.adl-faq-item[open] .adl-faq-icon { transform: rotate(45deg); background: rgba(211, 32, 39, .18); }
.adl-faq-a {
    padding: 0 4px 22px 4px;
    color: var(--adl-text-dim);
    font-size: 15px;
    line-height: 1.7;
    max-width: 70ch;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.adl-final-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(800px 500px at 15% -5%,  rgba(211, 32, 39, .35), transparent 60%),
        radial-gradient(900px 600px at 90% 110%, rgba(255, 107, 122, .22), transparent 65%),
        linear-gradient(180deg, #08090d 0%, #11141a 50%, #07090d 100%);
    padding: 120px 0;
}
.adl-final-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(1px 1px at 18% 28%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 48% 12%, rgba(255,255,255,.4), transparent 60%),
        radial-gradient(1.2px 1.2px at 78% 62%, rgba(255,255,255,.4), transparent 60%),
        radial-gradient(1px 1px at 28% 88%, rgba(255,255,255,.35), transparent 60%);
    background-repeat: no-repeat;
    pointer-events: none;
}
.adl-final-cta-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.adl-final-cta-title {
    margin: 0;
    font-size: clamp(28px, 3.6vw, 48px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
    font-synthesis: none;
}
.adl-final-cta-sub {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.65;
    max-width: 60ch;
}

/* ============================================================
   NEW: SUB-NICHES — 4-col grid of "who within adult"
   ============================================================ */
.adl-niches-sec { padding: 100px 0; background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%); border-top: 1px solid var(--adl-rule); }
.adl-niches-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.adl-niche-card {
    position: relative;
    padding: 26px 24px 22px;
    background: #fff;
    border: 1px solid var(--adl-rule);
    border-radius: 16px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
}
.adl-niche-card::after {
    content: "";
    position: absolute;
    top: -32px;
    right: -32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 32, 39, .25), transparent 70%);
    opacity: 0;
    transition: opacity .25s ease, transform .35s ease;
    pointer-events: none;
}
.adl-niche-card:hover {
    transform: translateY(-3px);
    border-color: rgba(211, 32, 39, .3);
    box-shadow: 0 18px 36px -22px rgba(0,0,0,.18);
}
.adl-niche-card:hover::after { opacity: 1; transform: scale(1.3); }

.adl-niche-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.adl-niche-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--adl-text);
    letter-spacing: -0.005em;
}
.adl-niche-count {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--adl-red);
    background: rgba(211, 32, 39, .08);
    border-radius: 999px;
    padding: 4px 9px;
    margin-top: 2px;
}
.adl-niche-desc {
    margin: 0 0 16px;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--adl-text-dim);
}
.adl-niche-cta {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .03em;
    color: var(--adl-red);
    transition: gap .15s ease;
}
.adl-niche-cta svg { width: 13px; height: 13px; transition: transform .2s ease; }
.adl-niche-cta:hover { gap: 10px; }
.adl-niche-cta:hover svg { transform: translateX(2px); }


/* ============================================================
   NEW: COMPARISON TABLE
   ============================================================ */
.adl-compare-sec { padding: 100px 0; background: var(--adl-bg-light); border-top: 1px solid var(--adl-rule); }
.adl-compare-wrap {
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: 0 14px 36px -24px rgba(0,0,0,.15);
    background: #fff;
    border: 1px solid var(--adl-rule);
}
.adl-compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14.5px;
    line-height: 1.5;
}
.adl-compare-table thead th {
    background: #0e1116;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 16px 18px;
    font-size: 14px;
}
.adl-compare-table thead th.adl-compare-us {
    background: linear-gradient(135deg, var(--adl-red) 0%, var(--adl-red-dark) 100%);
}
.adl-compare-table thead th.adl-compare-feature { background: #1a1d23; }
.adl-compare-table tbody th,
.adl-compare-table tbody td {
    padding: 14px 18px;
    border-top: 1px solid var(--adl-rule);
    vertical-align: top;
}
.adl-compare-table tbody th {
    background: #fafafa;
    text-align: left;
    font-weight: 600;
    color: var(--adl-text);
    width: 26%;
}
.adl-compare-table tbody td.adl-compare-us {
    background: rgba(211, 32, 39, .06);
    color: var(--adl-text);
    font-weight: 500;
    border-left: 2px solid rgba(211, 32, 39, .35);
    border-right: 2px solid rgba(211, 32, 39, .35);
}
.adl-compare-table tbody tr:last-child td.adl-compare-us {
    border-bottom: 2px solid rgba(211, 32, 39, .35);
}
.adl-compare-table tbody td { color: var(--adl-text-dim); }
.adl-compare-table td[data-yes]::before { content: "\2713\00a0"; color: #22a06b; font-weight: 700; }
.adl-compare-table td[data-no]::before { content: "\2715\00a0"; color: #c0392b; font-weight: 700; }
.adl-compare-note {
    margin: 22px 0 0;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    color: var(--adl-text-dim);
}


/* ============================================================
   NEW: PRICING TIERS — dark "premium" section
   ============================================================ */
.adl-pricing-sec {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 110px 0;
    color: #fff;
    background:
        radial-gradient(900px 540px at 12% 12%, rgba(211, 32, 39, .2), transparent 60%),
        radial-gradient(900px 540px at 92% 90%, rgba(255, 107, 122, .14), transparent 60%),
        linear-gradient(180deg, #14171d 0%, #0f1217 50%, #14171d 100%);
}
.adl-pricing-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1.2px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    pointer-events: none;
}

.adl-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}
.adl-tier {
    position: relative;
    padding: 36px 30px 32px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, border-color .2s ease;
}
.adl-tier.is-highlighted {
    background: linear-gradient(180deg, rgba(211, 32, 39, .12) 0%, rgba(255, 107, 122, .04) 100%);
    border-color: rgba(211, 32, 39, .55);
    box-shadow:
        0 30px 60px -28px rgba(211, 32, 39, .55),
        0 0 0 1px rgba(211, 32, 39, .15) inset;
    transform: translateY(-8px);
}
.adl-tier:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.25); }
.adl-tier.is-highlighted:hover { transform: translateY(-12px); }

.adl-tier-flag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff3b47, var(--adl-red), var(--adl-red-dark));
    color: #fff;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px -10px rgba(211, 32, 39, .65);
}
.adl-tier-badge {
    display: inline-block;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.adl-tier.is-highlighted .adl-tier-badge { color: var(--adl-red-bright); }

.adl-tier-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
    color: #fff;
    line-height: 1;
}
.adl-tier-price-amount {
    font-size: clamp(38px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -0.025em;
}
.adl-tier-price-unit {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .55);
}

.adl-tier-best {
    margin: 0 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .72);
}
.adl-tier-best strong { color: #fff; font-weight: 600; }

.adl-tier-list {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}
.adl-tier-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}
.adl-tier-check {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(34, 160, 107, .2);
    color: #58e0a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-top: 2px;
}
.adl-tier.is-highlighted .adl-tier-check {
    background: rgba(211, 32, 39, .25);
    color: var(--adl-red-bright);
}

.adl-tier-cta {
    margin-top: auto;
    width: 100%;
    justify-content: center;
}

.adl-pricing-note {
    margin: 36px 0 0;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .55);
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .adl-services-grid,
    .adl-niches-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
    .adl-hero { padding: 70px 0 80px; }
    .adl-hero-stats { grid-template-columns: repeat(2, 1fr); max-width: 520px; }
    .adl-hero-title { max-width: 100%; }
    .adl-problem-grid,
    .adl-services-grid,
    .adl-niches-grid,
    .adl-why-grid,
    .adl-results-grid,
    .adl-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .adl-tier.is-highlighted { transform: none; }
    .adl-tier.is-highlighted:hover { transform: translateY(-4px); }
    .adl-problem-sec,
    .adl-services-sec,
    .adl-niches-sec,
    .adl-compare-sec,
    .adl-process-sec,
    .adl-why-sec,
    .adl-results-sec,
    .adl-pricing-sec,
    .adl-faq-sec { padding: 70px 0; }
    .adl-final-cta { padding: 80px 0; }
    .adl-cta-strip-inner { justify-content: center; text-align: center; }
}
@media (max-width: 575px) {
    .adl-hero { padding: 40px 0 60px; }
    .adl-hero-pill { font-size: 11.5px; padding: 6px 14px 6px 12px; }
    .adl-hero-title-main { font-size: clamp(28px, 8vw, 40px); }
    .adl-hero-title-accent { font-size: clamp(20px, 6vw, 28px); margin-top: 8px; }
    .adl-btn { width: 100%; justify-content: center; padding: 12px 20px; font-size: 14px; }
    .adl-btn-lg { padding: 14px 22px; font-size: 15px; }
    .adl-problem-grid,
    .adl-services-grid,
    .adl-niches-grid,
    .adl-why-grid,
    .adl-results-grid,
    .adl-pricing-grid { grid-template-columns: 1fr; }
    .adl-section-head { margin-bottom: 36px; }
    .adl-process-step { grid-template-columns: 64px 1fr; gap: 18px; }
    .adl-process-marker, .adl-process-marker-num { width: 56px; height: 56px; font-size: 18px; }
    .adl-process-list::before { left: 28px; }
    .adl-faq-q { font-size: 15.5px; padding: 18px 4px; }
    .adl-compare-table { font-size: 13px; }
    .adl-compare-table tbody th,
    .adl-compare-table tbody td { padding: 11px 12px; }
}
