/* ===== Appointment Booking Page ===== */

/* Scroll animations */
.ab-page [data-anim] {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(80ms + var(--delay, 0ms));
    will-change: opacity, transform;
}
.ab-page [data-anim="fade-up"]    { transform: translateY(40px); }
.ab-page [data-anim="fade-left"]  { transform: translateX(48px); }
.ab-page [data-anim="fade-right"] { transform: translateX(-48px); }
.ab-page [data-anim="zoom-in"]    { transform: scale(0.94); }
.ab-page [data-anim].in-view { opacity: 1; transform: translate(0,0) scale(1); }
@media (prefers-reduced-motion: reduce) {
    .ab-page [data-anim] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.ab-page {
    min-height: 100vh;
    background: #f8fafc;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 2rem 0;
    overflow-x: clip;
    font-family: 'Inter', system-ui, sans-serif;
}

.ab-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: 0;
    filter: blur(60px);
}
.ab-glow--tl { top: -100px; left: -120px; width: 580px; height: 580px;
    background: radial-gradient(circle, rgba(0,168,150,0.08) 0%, transparent 65%); }
.ab-glow--br { bottom: -80px; right: -100px; width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(0,168,150,0.06) 0%, transparent 65%); }

/* ── Hero ── */
.ab-hero {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ab-booking .ab-hero {
    min-height: calc(80vh - 6rem);
    justify-content: center;
}

@media (max-width: 600px) {
    .ab-booking .ab-hero { min-height: calc(80vh - 5rem); }
}

.ab-watermark {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(70px, 13vw, 170px);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: rgba(0,0,0,0.06);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    user-select: none;
}

.ab-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ab-tag {
    display: inline-block;
    border: 1px solid rgba(0,168,150,0.4);
    color: #00A896;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 999px;
    background: rgba(0,168,150,0.06);
}

.ab-title {
    font-size: clamp(2.2rem, 4.2vw, 3.6rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.ab-sub {
    font-size: 1.02rem;
    color: #64748b;
    line-height: 1.65;
    max-width: 640px;
}

.ab-cta-row {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.ab-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 999px;
    border: 1.5px solid transparent;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}
.ab-cta-btn svg { width: 16px; height: 16px; }

.ab-cta-btn--primary {
    background: linear-gradient(180deg, #00bfac 0%, #00A896 100%);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0,168,150,0.35);
}
.ab-cta-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,168,150,0.5); }

.ab-cta-btn--ghost {
    background: #ffffff;
    color: #0f172a;
    border-color: #e2e8f0;
}
.ab-cta-btn--ghost:hover { border-color: #00A896; color: #00A896; }

/* Shared section headers */
.ab-eyebrow {
    display: inline-block;
    color: #00A896;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(0,168,150,0.08);
    border: 1px solid rgba(0,168,150,0.25);
    padding: 5px 16px;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.ab-h2 {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ab-h2-sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-top: 0.8rem;
    max-width: 620px;
}

.ab-accent { color: #00A896; }

/* ── Identity / Knowledge / Sentiment Assist ── */
.ab-assist {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 5rem -2rem 0;
    background: #ffffff;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
}

.ab-assist-inner {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 72px;
    align-items: start;
}

.ab-assist-left { display: flex; flex-direction: column; gap: 18px; }

.ab-assist-eyebrow {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #00A896;
    letter-spacing: 0.01em;
}

.ab-assist-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ab-assist-sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 520px;
}

.ab-assist-img {
    margin-top: 14px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    box-shadow: 0 14px 36px rgba(15,23,42,0.08);
}
.ab-assist-img img {
    width: 100%;
    height: auto;
    display: block;
}

.ab-assist-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 12px;
}

.ab-assist-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
}

.ab-assist-check {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,168,150,0.1);
    border: 1.5px solid rgba(0,168,150,0.4);
    color: #00A896;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.ab-assist-check svg { width: 16px; height: 16px; }

.ab-assist-item-body { display: flex; flex-direction: column; gap: 8px; }

.ab-assist-item-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #00A896;
    letter-spacing: -0.01em;
}

.ab-assist-item-text {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.65;
}

.ab-assist-item + .ab-assist-item {
    border-top: 1px solid #e2e8f0;
    padding-top: 32px;
    grid-template-columns: 44px 1fr;
}

@media (max-width: 960px) {
    .ab-assist { padding: 4rem 1.5rem; }
    .ab-assist-inner { grid-template-columns: 1fr; gap: 40px; }
    .ab-assist-right { padding-top: 0; }
}

/* ── The problem ── */
.ab-problem {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #ffffff;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
}
.ab-problem-inner { width: 100%; max-width: 1200px; }

.ab-problem-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 3rem;
}

.ab-problem-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ab-stat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ab-stat:hover { border-color: rgba(0,168,150,0.4); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(15,23,42,0.06); }

.ab-stat-num {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #00A896;
    letter-spacing: -0.03em;
    line-height: 1;
}
.ab-stat-label { font-size: 0.88rem; color: #64748b; line-height: 1.55; }

/* ── Why Voice AI ── */
.ab-why {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #f8fafc;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
}
.ab-why-inner { width: 100%; max-width: 1200px; }

.ab-why-head {
    text-align: left;
    margin-bottom: 3rem;
    max-width: 760px;
}

.ab-why-eyebrow {
    display: inline-block;
    color: #475569;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 5px 14px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.ab-why-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(2.2rem, 4.4vw, 3.6rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.ab-why-sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 700px;
}

.ab-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ab-why-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ab-why-card:hover {
    border-color: rgba(0,168,150,0.35);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}

.ab-why-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0,168,150,0.1);
    border: 1px solid rgba(0,168,150,0.22);
    color: #00A896;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.ab-why-icon svg { width: 22px; height: 22px; }

.ab-why-card-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.ab-why-card-text {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.65;
}

@media (max-width: 960px) {
    .ab-why { padding: 4rem 1.5rem; }
    .ab-why-grid { grid-template-columns: 1fr; gap: 16px; }
    .ab-why-card { padding: 24px 22px; }
}

/* ── How it works ── */
.ab-how {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #f8fafc;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
}
.ab-how-inner { width: 100%; max-width: 1200px; }
.ab-how-head { text-align: center; max-width: 760px; margin: 0 auto 3rem; }

/* Numbered horizontal flow with arrows */
.ab-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.ab-flow-step {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ab-flow-num {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
    font-weight: 800;
    color: #00A896;
    letter-spacing: -0.04em;
    line-height: 1;
}

.ab-flow-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin-top: 6px;
}
.ab-flow-text {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.ab-flow-arrow {
    flex-shrink: 0;
    color: #00A896;
    align-self: center;
    margin-top: 20px;
    opacity: 0.7;
}
.ab-flow-arrow svg { width: 28px; height: 28px; display: block; }

@media (max-width: 860px) {
    .ab-flow-arrow { display: none; }
    .ab-flow-step { flex: 1 1 calc(50% - 18px); }
}

@media (max-width: 540px) {
    .ab-flow-step { flex: 1 1 100%; }
}

/* ── Setup Steps (Scout-style alternating cards) ── */
.ab-setup {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #ffffff;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
}
.ab-setup-inner { width: 100%; max-width: 1200px; }
.ab-setup-head { text-align: center; max-width: 760px; margin: 0 auto 4rem; }

.ab-setup-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ab-setup-step {
    position: sticky;
    top: 100px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 48px 56px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 56px;
    align-items: center;
    box-shadow: 0 12px 40px rgba(15,23,42,0.10);
    margin-bottom: 24px;
}

.ab-setup-step:last-child { margin-bottom: 0; }

.ab-setup-step--alt { grid-template-columns: 1.3fr 1fr; }
.ab-setup-step--alt .ab-setup-text { order: 2; }
.ab-setup-step--alt .ab-setup-img  { order: 1; }

.ab-setup-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ab-setup-badge {
    display: inline-block;
    align-self: flex-start;
    background: #00A896;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 6px 14px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,168,150,0.3);
}

.ab-setup-step-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.ab-setup-step-text {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.65;
}
.ab-setup-step-text strong { color: #0f172a; font-weight: 700; }
.ab-setup-step-text em { font-style: italic; color: #00A896; font-weight: 500; }

.ab-setup-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
}

.ab-setup-list li {
    position: relative;
    padding-left: 20px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
}

.ab-setup-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00A896;
}

.ab-setup-img {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    aspect-ratio: 16 / 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 20px 48px rgba(15,23,42,0.10);
}
.ab-setup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 860px) {
    .ab-setup { padding: 4rem 1.5rem; }
    .ab-setup-step,
    .ab-setup-step--alt {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 24px;
        border-radius: 18px;
        margin-bottom: 20px;
        position: sticky;
        top: 70px;
    }
    .ab-setup-step--alt .ab-setup-text { order: 1; }
    .ab-setup-step--alt .ab-setup-img  { order: 2; }
}

/* ── Features ── */
.ab-features {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #ffffff;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
}
.ab-features-inner { width: 100%; max-width: 1200px; }
.ab-features-head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }

.ab-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ab-feat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.ab-feat:hover { border-color: rgba(0,168,150,0.35); background: #f0fdf9; transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,168,150,0.1); }

.ab-feat-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(0,168,150,0.1);
    border: 1px solid rgba(0,168,150,0.2);
    color: #00A896;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ab-feat-icon svg { width: 20px; height: 20px; }

.ab-feat-title { font-size: 1rem; font-weight: 800; color: #0f172a; letter-spacing: -0.01em; }
.ab-feat-text { font-size: 0.88rem; color: #64748b; line-height: 1.55; }

/* Stagger via :nth-child */
.ab-features-grid .ab-feat[data-anim]:nth-child(1) { --delay: 0ms; }
.ab-features-grid .ab-feat[data-anim]:nth-child(2) { --delay: 100ms; }
.ab-features-grid .ab-feat[data-anim]:nth-child(3) { --delay: 200ms; }
.ab-features-grid .ab-feat[data-anim]:nth-child(4) { --delay: 300ms; }
.ab-features-grid .ab-feat[data-anim]:nth-child(5) { --delay: 400ms; }
.ab-features-grid .ab-feat[data-anim]:nth-child(6) { --delay: 500ms; }

/* ── Integrations grid board ── */
.ab-integ {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #f4f6f9;
    padding: 6rem 2rem 7rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.ab-integ-inner {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ab-integ-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px 6px 12px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(15,23,42,0.04);
    margin-bottom: 1.6rem;
}

.ab-integ-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00A896;
    box-shadow: 0 0 0 3px rgba(0,168,150,0.18);
}

.ab-integ-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 0.8rem;
}

.ab-integ-sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 2.8rem;
}

/* The grid board */
.ab-integ-board {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 880px;
    aspect-ratio: 12 / 6;
}

.ab-cell {
    background: #e6e9ee;
    border-radius: 14px;
    aspect-ratio: 1;
}

.ab-cell--logo {
    background: #ffffff;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 8px 18px rgba(15,23,42,0.08),
        0 2px 4px rgba(15,23,42,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22%;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
}

.ab-cell--logo:hover {
    transform: translateY(-3px);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 14px 28px rgba(15,23,42,0.14),
        0 4px 8px rgba(15,23,42,0.06);
}

.ab-cell--logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 720px) {
    .ab-integ-board { max-width: 100%; gap: 10px; }
    .ab-integ { padding: 4rem 1.25rem 5rem; }
    .ab-cell { border-radius: 10px; }
    .ab-cell--logo { padding: 18%; }
}

/* Split variant: left = header / right = board */
.ab-integ--split .ab-integ-inner {
    max-width: 1200px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    text-align: left;
}

.ab-integ--split .ab-integ-head {
    flex: 1;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.ab-integ--split .ab-integ-eyebrow { margin-bottom: 1.4rem; }
.ab-integ--split .ab-integ-title { text-align: left; }
.ab-integ--split .ab-integ-sub { text-align: left; max-width: 420px; margin-bottom: 0; }

.ab-integ--split .ab-integ-board {
    flex: 1;
    max-width: 620px;
    margin: 0;
}

@media (max-width: 960px) {
    .ab-integ--split .ab-integ-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }
    .ab-integ--split .ab-integ-head { max-width: 100%; align-items: center; }
    .ab-integ--split .ab-integ-title,
    .ab-integ--split .ab-integ-sub { text-align: center; }
}

/* ── Industries ── */
.ab-industries {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #ffffff;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
}
.ab-industries-inner { width: 100%; max-width: 1100px; }
.ab-industries-head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }

.ab-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ab-ind {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 22px;
    transition: border-color 0.2s, transform 0.2s;
}
.ab-ind:hover { border-color: rgba(0,168,150,0.4); transform: translateY(-2px); }
.ab-ind h3 {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}
.ab-ind p { font-size: 0.88rem; color: #64748b; line-height: 1.55; }

/* ── Industries carousel ── */
.ab-inds {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #ffffff;
    padding: 6rem 2rem;
    overflow: hidden;
}
.ab-inds-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ab-inds-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.ab-inds-text { flex: 1; min-width: 280px; max-width: 760px; }

.ab-inds-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.ab-inds-sub {
    font-size: 0.98rem;
    color: #64748b;
    line-height: 1.7;
}

.ab-inds-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.ab-inds-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.ab-inds-arrow svg { width: 18px; height: 18px; }
.ab-inds-arrow:hover { border-color: #00A896; color: #00A896; }

.ab-inds-arrow--dark {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}
.ab-inds-arrow--dark:hover { background: #00A896; border-color: #00A896; color: #ffffff; }

/* Track */
.ab-inds-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    /* hide scrollbar */
    scrollbar-width: none;
}
.ab-inds-track::-webkit-scrollbar { display: none; }

.ab-ind-card {
    position: relative;
    flex: 0 0 360px;
    height: 440px;
    border-radius: 22px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 30px;
}

.ab-ind-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0,109,99,0.55) 0%, rgba(0,168,150,0.50) 60%, rgba(0,109,99,0.65) 100%);
    transition: background 0.3s;
    z-index: 0;
}

.ab-ind-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,168,150,0.25);
}

.ab-ind-card:hover::before {
    background: linear-gradient(160deg, rgba(0,109,99,0.42) 0%, rgba(0,168,150,0.38) 60%, rgba(0,109,99,0.55) 100%);
}

.ab-ind-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.ab-ind-card-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
    line-height: 1.25;
    flex: 1;
    text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}

.ab-ind-card-icon {
    color: rgba(255,255,255,0.95);
    flex-shrink: 0;
    margin-top: 2px;
}
.ab-ind-card-icon svg { width: 30px; height: 30px; display: block; }

.ab-ind-card-text {
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

@media (max-width: 720px) {
    .ab-inds { padding: 4rem 1.25rem; }
    .ab-ind-card { flex: 0 0 280px; height: 380px; padding: 22px 24px; }
    .ab-ind-card-title { font-size: 1.1rem; }
    .ab-ind-card-icon svg { width: 24px; height: 24px; }
    .ab-ind-card-text { font-size: 0.88rem; }
}

/* ── CTA ── */
.ab-cta {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #f8fafc;
    padding: 4rem 2rem 6rem;
    display: flex;
    justify-content: center;
}

.ab-cta-card {
    position: relative;
    width: 100%;
    max-width: 1100px;
    background: linear-gradient(160deg, #062a26 0%, #0f3933 55%, #0a2521 100%);
    border-radius: 24px;
    padding: 44px 56px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0,168,150,0.25);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 28px 60px rgba(0,168,150,0.18);
}

.ab-cta-glow {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 520px; height: 320px;
    background: radial-gradient(ellipse, rgba(0,191,172,0.35) 0%, transparent 65%);
    pointer-events: none;
}

.ab-cta-tag {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0,191,172,0.45);
    color: #5eead4;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 999px;
    background: rgba(0,191,172,0.08);
    margin-bottom: 12px;
}

.ab-cta-title {
    position: relative;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 12px;
}

.ab-cta-sub {
    position: relative;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.55;
    max-width: 560px;
    margin: 0 auto 20px;
}

.ab-cta-actions {
    position: relative;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.ab-cta-btn--dark-ghost {
    background: rgba(255,255,255,0.06);
    color: #ffffff;
    border-color: rgba(255,255,255,0.2);
}
.ab-cta-btn--dark-ghost:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.4);
    color: #ffffff;
    transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 960px) {
    .ab-problem-stats { grid-template-columns: repeat(2, 1fr); }
    .ab-features-grid { grid-template-columns: repeat(2, 1fr); }
    .ab-industries-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .ab-page { padding: 5rem 1.25rem 0; }
    .ab-watermark { font-size: 18vw; top: -2%; }
    .ab-title { font-size: 2rem; }
    .ab-problem, .ab-how, .ab-features, .ab-integ, .ab-industries, .ab-cta {
        width: calc(100% + 2.5rem);
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding: 4rem 1.25rem;
    }
    .ab-problem-stats { grid-template-columns: 1fr; }
    .ab-features-grid { grid-template-columns: 1fr; }
    .ab-industries-grid { grid-template-columns: 1fr; }
    .ab-cta-card { padding: 32px 22px; border-radius: 20px; }
}
