/* Auto-generated by split-monolith-css.js per ADR-0044. */
/* DO NOT hand-edit — re-run the splitter with an updated SECTION_TO_MODULE table instead. */

/* ============================================
   HERO SECTION
   ============================================ */
.ads-hero {
    padding: 100px 24px 60px;
    background: var(--fabsoft-bg, #F6F6F8);
    text-align: center;
    width: 100%;
}
.ads-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}
.ads-hero-badge {
    display: inline-block;
    background: var(--fabsoft-blue, #0071E3);
    color: #fff;
    padding: 8px 20px;
    border-radius: 980px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}
.ads-hero h1 {
    font-family: var(--fabsoft-font, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif);
    font-size: clamp(36px, 7vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 20px;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-hero h1 span {
    color: var(--fabsoft-blue, #0071E3);
}
.ads-hero h2 {
    font-family: var(--fabsoft-font, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif);
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 400;
    color: var(--fabsoft-text-muted, #86868B);
    max-width: 650px;
    margin: 0 auto 16px;
    line-height: 1.5;
}
.ads-hero-body {
    font-size: 17px;
    color: var(--fabsoft-text-muted, #86868B);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.ads-hero-image {
    margin-top: 32px;
}
.ads-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.ads-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 32px;
}
.ads-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 980px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.ads-btn-primary {
    background: var(--fabsoft-blue, #0071E3);
    color: #fff;
}
.ads-btn-primary:hover {
    background: var(--fabsoft-blue-hover, #0077ED);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,113,227,0.3);
    color: #fff;
    text-decoration: none;
}
.ads-btn-secondary {
    background: transparent;
    color: var(--fabsoft-blue, #0071E3);
    border: 2px solid var(--fabsoft-blue, #0071E3);
}
.ads-btn-secondary:hover {
    background: var(--fabsoft-blue, #0071E3);
    color: #fff;
    text-decoration: none;
}

.ads-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    justify-content: center;
    font-size: 14px;
    color: var(--fabsoft-text-muted, #86868B);
}
.ads-trust-badges span::before {
    content: '\2713';
    color: var(--fabsoft-green, #34C759);
    font-weight: 700;
    margin-right: 8px;
}


/* ============================================
   PROBLEM / SOLUTION SECTION
   ============================================ */
.ads-problem-section {
    padding: 80px 24px;
    background: #fff;
    width: 100%;
}
.ads-problem-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.ads-problem-section h2 {
    font-family: var(--fabsoft-font, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif);
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 16px;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-problem-section > .ads-problem-inner > p {
    text-align: center;
    color: var(--fabsoft-text-muted, #86868B);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 48px;
}

/* ── Visual Before→After Cards (new layout) ── */
.ads-problem-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
    margin: 48px auto 0;
}
.ads-problem-card {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    background: #fff;
}
.ads-problem-card-before,
.ads-problem-card-after {
    padding: 28px 24px;
    text-align: center;
}
.ads-problem-card-before {
    background: linear-gradient(135deg, #FFF5F5, #FFE8E8);
}
.ads-problem-card-after {
    background: linear-gradient(135deg, #F0FFF4, #E0FFE8);
}
.ads-problem-card-icon {
    display: block;
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1;
}
.ads-problem-card-icon-img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    object-fit: contain;
}
/* Inline-SVG icons (replacing emoji — see lp-section-templates.js). Sized
   explicitly (the span's font-size only sized emoji glyphs) and colored to
   match the card semantics via currentColor (stroke inherits color). */
.ads-problem-card-icon svg {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.ads-problem-card-before .ads-problem-card-icon { color: #C53030; }
.ads-problem-card-after .ads-problem-card-icon { color: #276749; }
.ads-problem-card-before h4 {
    color: #C53030;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
}
.ads-problem-card-after h4 {
    color: #276749;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
}
.ads-problem-card-before p,
.ads-problem-card-after p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-problem-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #0071E3;
    background: #F5F5F7;
    padding: 0 16px;
    min-width: 48px;
}
@media (max-width: 640px) {
    .ads-problem-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ads-problem-card-arrow {
        padding: 8px 0;
        font-size: 22px;
        transform: rotate(90deg);
    }
}
/* ── End visual cards ── */

.ads-problem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 768px) {
    .ads-problem-grid { grid-template-columns: 1fr 1fr; }
}
.ads-problem-column {
    padding: 32px;
    border-radius: 16px;
    text-align: left;
}
.ads-problem-column--without {
    background: linear-gradient(135deg, #FFF5F5, #FFE8E8);
    border-left: 4px solid #FF3B30;
    box-shadow: 0 4px 20px rgba(255, 59, 48, 0.08);
}
.ads-problem-column--with {
    background: linear-gradient(135deg, #F0FFF4, #E0FFE8);
    border-left: 4px solid #34C759;
    box-shadow: 0 4px 20px rgba(52, 199, 89, 0.08);
}
.ads-problem-column h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ads-problem-column--without h3 { color: #C53030; }
.ads-problem-column--with h3 { color: #276749; }
.ads-problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ads-problem-list li {
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.ads-problem-list li::before {
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.ads-problem-column--without .ads-problem-list li::before {
    content: '\2717';
    color: #C53030;
}
.ads-problem-column--with .ads-problem-list li::before {
    content: '\2713';
    color: #276749;
}


/* ============================================
   STATS BAR
   ============================================ */
.ads-stats-bar {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 50%, #f0f4ff 100%);
    padding: 48px 24px;
    width: 100%;
    border-top: 3px solid var(--fabsoft-blue, #0071E3);
}
.ads-stats-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    grid-template-columns: none !important;
    gap: 0 !important;
}
.ads-stat {
    flex: 1;
    text-align: center;
    padding: 12px 16px;
    position: relative;
}
.ads-stat + .ads-stat {
    border-left: 1px solid rgba(0, 113, 227, 0.15);
}
.ads-stat-num {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: var(--fabsoft-blue, #0071E3);
    display: block;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.ads-stat-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--fabsoft-text-muted, #86868B);
    margin-top: 6px;
    letter-spacing: 0.01em;
}
@media (max-width: 639px) {
    .ads-stats-inner { flex-wrap: wrap; }
    .ads-stat { flex: 0 0 50%; border-left: none; }
}


/* ============================================
   FEATURES SECTION
   ============================================ */
.ads-features {
    padding: 80px 24px;
    background: #fff;
    width: 100%;
}
.ads-features-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.ads-features h2,
.ads-features h3 {
    font-family: var(--fabsoft-font, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif);
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 16px;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-features-subtitle {
    text-align: center;
    color: var(--fabsoft-text-muted, #86868B);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 48px;
}
.ads-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.ads-feature-card {
    background: var(--fabsoft-bg, #F6F6F8);
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid var(--fabsoft-border, #D2D2D7);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
}
.ads-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.ads-feature-icon {
    font-size: 28px;
    margin-bottom: 12px;
    display: block;
}
/* Inline-SVG feature icons (replacing emoji — see lp-section-templates.js).
   The container font-size only sized emoji glyphs; size the SVG explicitly.
   The renderer also stamps intrinsic width/height for CSS-less contexts. */
.ads-feature-icon svg {
    width: 32px;
    height: 32px;
}
.ads-feature-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--fabsoft-text, #1D1D1F);
    margin: 0 0 8px;
}
.ads-feature-text {
    font-size: 15px;
    color: var(--fabsoft-text-muted, #86868B);
    line-height: 1.5;
    margin: 0;
}
.ads-feature-stat {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--fabsoft-blue, #0071E3);
    background: rgba(0,113,227,0.08);
    padding: 4px 12px;
    border-radius: 980px;
}
@media (min-width: 640px) {
    .ads-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .ads-features-grid { grid-template-columns: repeat(3, 1fr); }
}


/* ============================================
   FAQ ACCORDION
   ============================================ */
.ads-faq-section {
    padding: 80px 24px;
    background: var(--fabsoft-bg, #F6F6F8);
    width: 100%;
}
.ads-faq-inner {
    max-width: 800px;
    margin: 0 auto;
}
.ads-faq-section h2 {
    font-family: var(--fabsoft-font, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif);
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 48px;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-faq-category {
    margin-bottom: 32px;
}
.ads-faq-category-title,
.ads-faq-category > h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--fabsoft-blue, #0071E3);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--fabsoft-blue, #0071E3);
    text-align: left;
}
.ads-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.ads-faq-item {
    border-bottom: 1px solid var(--fabsoft-border, #D2D2D7);
}
.ads-faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 0;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--fabsoft-text, #1D1D1F);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    line-height: 1.4;
}
.ads-faq-question:hover {
    color: var(--fabsoft-blue, #0071E3);
}
/* Neutralize LLM-generated icon spans that duplicate the ::after indicator */
button.ads-faq-question > span.ads-faq-question,
.ads-faq-question > .ads-faq-question {
    display: none !important;
}
.ads-faq-question::after {
    content: '+';
    font-size: 20px;
    font-weight: 700;
    color: var(--fabsoft-blue, #0071E3);
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 113, 227, 0.1);
    border-radius: 50%;
    line-height: 1;
    transition: all 0.3s ease;
}
.ads-faq-question:hover::after {
    background: rgba(0, 113, 227, 0.18);
}
.ads-faq-item.active .ads-faq-question::after {
    content: '\2212';
    background: var(--fabsoft-blue, #0071E3);
    color: #fff;
}
.ads-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ads-faq-item.active .ads-faq-answer {
    max-height: 500px;
    overflow: visible;
}
.ads-faq-answer-inner,
.ads-faq-answer p {
    padding: 0 0 18px;
    font-size: 15px;
    color: var(--fabsoft-text-muted, #86868B);
    line-height: 1.7;
    text-align: left;
    margin: 0;
}


/* ============================================
   GETTING STARTED STEPS
   ============================================ */
.ads-steps-section {
    padding: 80px 24px;
    background: #fff;
    width: 100%;
}
.ads-steps-inner {
    max-width: 800px;
    margin: 0 auto;
}
.ads-steps-section h2 {
    font-family: var(--fabsoft-font, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif);
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 48px;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-steps-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.ads-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
}
.ads-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--fabsoft-blue, #0071E3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}
.ads-step-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: var(--fabsoft-text, #1D1D1F);
}
.ads-step-content p {
    font-size: 15px;
    color: var(--fabsoft-text-muted, #86868B);
    line-height: 1.5;
    margin: 0 0 8px;
}
.ads-step-time {
    font-size: 13px;
    font-weight: 600;
    color: var(--fabsoft-blue, #0071E3);
    background: rgba(0,113,227,0.08);
    padding: 4px 12px;
    border-radius: 980px;
    display: inline-block;
}
