/* ============================================================
   CRM DEBUGZONE — About page revamp (LIGHT theme, logo-keyed)
   Cyan/blue on white, big-IT-firm styling. Scoped under .ab-revamp.
   Static page — no functional hooks to preserve.
   ============================================================ */
.ab-revamp {
    --ab-blue: #1d6cff; --ab-blue-2: #1558d6; --ab-cyan: #06b6d4; --ab-cyan-2: #22d3ee;
    --ab-navy: #0a2540; --ab-ink: #16273f; --ab-muted: #5a6b82;
    --ab-bg: #f6f9fe; --ab-bg-2: #eef5ff; --ab-line: #e5edf7; --ab-card: #ffffff;
    --ab-radius: 18px; --ab-radius-sm: 12px;
    --ab-shadow: 0 20px 50px rgba(17, 66, 126, .10); --ab-shadow-sm: 0 8px 24px rgba(17, 66, 126, .07);
    --ab-font: "Karla", "Segoe UI", system-ui, -apple-system, sans-serif;
    color: var(--ab-ink); font-family: var(--ab-font); background: #fff; overflow-x: hidden;
}
.ab-revamp p { color: var(--ab-muted); line-height: 1.75; }
.ab-revamp a { text-decoration: none; }
.ab-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ab-eyebrow {
    display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase; color: var(--ab-blue);
    background: rgba(29, 108, 255, .08); padding: 7px 16px; border-radius: 999px; margin-bottom: 16px;
}
.ab-title { font-size: clamp(27px, 3.4vw, 40px); font-weight: 800; color: var(--ab-navy); line-height: 1.15; margin: 0 0 14px; }
.ab-title .grad { background: linear-gradient(90deg, var(--ab-blue), var(--ab-cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ab-sub { font-size: 16.5px; max-width: 720px; }
.ab-center { text-align: center; } .ab-center .ab-sub { margin-left: auto; margin-right: auto; }
.ab-head { margin-bottom: 46px; }
.ab-section { padding: 78px 0; }
.ab-section.tint { background: var(--ab-bg); }

/* buttons */
.ab-btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15.5px; padding: 13px 26px; border-radius: 999px; transition: transform .15s ease, box-shadow .18s ease, background .18s ease; }
.ab-btn-primary { background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); color: #fff; box-shadow: 0 12px 26px rgba(29, 108, 255, .28); }
.ab-btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(29, 108, 255, .34); }
.ab-btn-ghost { background: #fff; color: var(--ab-navy); border: 1.5px solid var(--ab-line); }
.ab-btn-ghost:hover { border-color: var(--ab-blue); color: var(--ab-blue); }

/* ---------------- Hero (light) ---------------- */
.ab-hero {
    position: relative; padding: 74px 0 66px; overflow: hidden;
    background:
        radial-gradient(900px 420px at 88% -20%, rgba(34, 211, 238, .16), transparent 62%),
        radial-gradient(820px 420px at 0% 120%, rgba(29, 108, 255, .12), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, var(--ab-bg-2) 100%);
    border-bottom: 1px solid var(--ab-line);
}
.ab-hero::after {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
    background-image: radial-gradient(rgba(29, 108, 255, .05) 1px, transparent 1px); background-size: 26px 26px;
}
.ab-hero > .ab-container { position: relative; z-index: 2; max-width: 820px; }
.ab-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--ab-muted); margin-bottom: 20px; }
.ab-breadcrumb a { color: var(--ab-muted); } .ab-breadcrumb a:hover { color: var(--ab-blue); }
.ab-breadcrumb .sep { opacity: .5; }
.ab-hero h1 { font-size: clamp(32px, 4.6vw, 54px); font-weight: 800; line-height: 1.08; color: var(--ab-navy); margin: 0 0 18px; }
.ab-hero h1 .grad { background: linear-gradient(90deg, var(--ab-blue), var(--ab-cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ab-hero-sub { font-size: 18px; max-width: 640px; margin-bottom: 28px; }
.ab-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------------- Story (two-col) ---------------- */
.ab-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.ab-story-media { position: relative; }
.ab-story-media .main {
    width: 100%; border-radius: 20px; display: block; object-fit: cover; aspect-ratio: 5 / 4;
    box-shadow: var(--ab-shadow); border: 1px solid var(--ab-line);
}
.ab-story-badge {
    position: absolute; right: -16px; bottom: -18px; background: #fff; border-radius: 16px; padding: 18px 22px;
    box-shadow: var(--ab-shadow); border: 1px solid var(--ab-line); text-align: center;
}
.ab-story-badge .n { font-size: 30px; font-weight: 800; background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.ab-story-badge .t { font-size: 13px; color: var(--ab-muted); font-weight: 600; margin-top: 4px; }
.ab-story-content p { margin: 0 0 15px; }
.ab-check-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ab-check-list li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ab-navy); font-size: 15px; }
.ab-check-list li i { color: var(--ab-cyan); }

/* ---------------- Stats band ---------------- */
.ab-stats { background: linear-gradient(135deg, #ffffff, var(--ab-bg-2)); border-top: 1px solid var(--ab-line); border-bottom: 1px solid var(--ab-line); }
.ab-stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.ab-stat { text-align: center; padding: 8px; }
.ab-stat__num { font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; color: var(--ab-navy); line-height: 1; }
.ab-stat__num .u { background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ab-stat__lbl { margin-top: 10px; font-size: 14px; color: var(--ab-muted); font-weight: 600; line-height: 1.35; }

/* ---------------- Mission / Vision / Values ---------------- */
.ab-mvv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ab-mvv__card { background: #fff; border: 1px solid var(--ab-line); border-radius: var(--ab-radius); padding: 32px 28px; box-shadow: var(--ab-shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.ab-mvv__card:hover { transform: translateY(-6px); box-shadow: var(--ab-shadow); }
.ab-mvv__ico { width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; font-size: 24px; color: #fff; margin-bottom: 18px; background: linear-gradient(135deg, var(--ab-navy), var(--ab-blue)); }
.ab-mvv__card:nth-child(2) .ab-mvv__ico { background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); }
.ab-mvv__card:nth-child(3) .ab-mvv__ico { background: linear-gradient(135deg, var(--ab-cyan), #0891b2); }
.ab-mvv__card h3 { font-size: 20px; font-weight: 800; color: var(--ab-navy); margin: 0 0 10px; }
.ab-mvv__card p { margin: 0; font-size: 15px; }

/* ---------------- Why choose (image + list) ---------------- */
.ab-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.ab-why-media img { width: 100%; border-radius: 20px; display: block; object-fit: cover; aspect-ratio: 5 / 4; box-shadow: var(--ab-shadow); border: 1px solid var(--ab-line); }
.ab-why-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.ab-why-list li { display: flex; gap: 16px; align-items: flex-start; }
.ab-why-list .ic { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 12px; display: grid; place-items: center; font-size: 19px; color: #fff; background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); }
.ab-why-list h4 { font-size: 17px; font-weight: 700; color: var(--ab-navy); margin: 2px 0 4px; }
.ab-why-list p { margin: 0; font-size: 14.5px; }

/* ---------------- Expertise chips ---------------- */
.ab-exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ab-exp { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--ab-line); border-radius: 14px; padding: 18px 20px; box-shadow: var(--ab-shadow-sm); transition: transform .18s ease, border-color .18s ease; }
.ab-exp:hover { transform: translateY(-4px); border-color: #bcd3f5; }
.ab-exp i { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 11px; display: grid; place-items: center; font-size: 17px; color: var(--ab-blue); background: rgba(29, 108, 255, .09); }
.ab-exp span { font-weight: 700; color: var(--ab-navy); font-size: 15px; }

/* ---------------- CTA ---------------- */
.ab-cta { padding: 70px 0; }
.ab-cta__inner {
    background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); border-radius: 24px; padding: 52px 46px;
    text-align: center; color: #fff; position: relative; overflow: hidden; box-shadow: 0 26px 60px rgba(29, 108, 255, .30);
}
.ab-cta__inner::after { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 70%); }
.ab-cta__inner h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; margin: 0 0 12px; position: relative; z-index: 2; }
.ab-cta__inner p { color: #eaf4ff; font-size: 17px; max-width: 640px; margin: 0 auto 26px; position: relative; z-index: 2; }
.ab-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; z-index: 2; }
.ab-cta .ab-btn-white { background: #fff; color: var(--ab-blue); } .ab-cta .ab-btn-white:hover { transform: translateY(-2px); color: var(--ab-blue-2); }
.ab-cta .ab-btn-outline { background: rgba(255, 255, 255, .12); color: #fff; border: 1.5px solid rgba(255, 255, 255, .5); } .ab-cta .ab-btn-outline:hover { background: rgba(255, 255, 255, .2); color: #fff; }

/* ---------------- Animations ---------------- */
@keyframes abUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.ab-hero > .ab-container > * { animation: abUp .6s ease both; }
.ab-hero > .ab-container > *:nth-child(2) { animation-delay: .08s; }
.ab-hero > .ab-container > *:nth-child(3) { animation-delay: .16s; }
.ab-hero > .ab-container > *:nth-child(4) { animation-delay: .24s; }
.ab-revamp.js-anim .ab-reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.ab-revamp.js-anim .ab-reveal.in { opacity: 1; transform: none; }
.ab-revamp.js-anim .ab-stagger.in > * { animation: abUp .55s ease both; }
.ab-revamp.js-anim .ab-stagger.in > *:nth-child(2) { animation-delay: .08s; }
.ab-revamp.js-anim .ab-stagger.in > *:nth-child(3) { animation-delay: .16s; }
.ab-revamp.js-anim .ab-stagger.in > *:nth-child(4) { animation-delay: .24s; }
.ab-revamp.js-anim .ab-stagger.in > *:nth-child(5) { animation-delay: .32s; }

/* ---------------- Responsive ---------------- */
@media (max-width: 991px) {
    .ab-story-grid, .ab-why-grid { grid-template-columns: 1fr; gap: 40px; }
    .ab-why-media { order: -1; }
    .ab-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; }
    .ab-mvv, .ab-exp-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .ab-section { padding: 54px 0; } .ab-hero { padding: 54px 0 48px; }
    .ab-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .ab-mvv, .ab-exp-grid, .ab-check-list { grid-template-columns: 1fr; }
    .ab-cta__inner { padding: 38px 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .ab-revamp *, .ab-revamp *::before, .ab-revamp *::after { animation: none !important; transition: none !important; }
    .ab-revamp.js-anim .ab-reveal { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   End-to-end services — robust feature + descriptive cards
   ============================================================ */
.ab-svc-feature { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: center; margin-bottom: 56px; }
.ab-svc-media { position: relative; }
.ab-svc-media img { width: 100%; display: block; border-radius: 20px; object-fit: cover; aspect-ratio: 4 / 5; border: 1px solid var(--ab-line); box-shadow: var(--ab-shadow); }
.ab-svc-badge { position: absolute; right: -16px; top: 22px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--ab-line); border-radius: 14px; padding: 12px 16px; box-shadow: var(--ab-shadow); }
.ab-svc-badge i { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-size: 17px; background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); }
.ab-svc-badge span { font-size: 13px; font-weight: 700; color: var(--ab-navy); line-height: 1.25; }
.ab-svc-intro h3 { font-size: 24px; font-weight: 800; color: var(--ab-navy); margin: 0 0 12px; }
.ab-svc-intro p { margin: 0; }
.ab-svc-intro .ab-check-list { margin-top: 18px; }
.ab-svc-intro .ab-btn { margin-top: 24px; }

.ab-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ab-svc-card { position: relative; display: block; background: #fff; border: 1px solid var(--ab-line); border-radius: 16px; padding: 26px 24px; box-shadow: var(--ab-shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; overflow: hidden; }
.ab-svc-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--ab-blue), var(--ab-cyan)); transform: scaleY(0); transform-origin: top; transition: transform .25s ease; }
.ab-svc-card:hover { transform: translateY(-6px); box-shadow: var(--ab-shadow); border-color: #cfe0f5; }
.ab-svc-card:hover::before { transform: scaleY(1); }
.ab-svc-card .ic { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; font-size: 21px; color: #fff; margin-bottom: 16px; background: linear-gradient(135deg, var(--ab-navy), var(--ab-blue)); }
.ab-svc-card:nth-child(3n+2) .ic { background: linear-gradient(135deg, var(--ab-blue), var(--ab-cyan)); }
.ab-svc-card:nth-child(3n) .ic { background: linear-gradient(135deg, var(--ab-cyan), #0891b2); }
.ab-svc-card h4 { font-size: 18px; font-weight: 800; color: var(--ab-navy); margin: 0 0 8px; }
.ab-svc-card p { margin: 0; font-size: 14px; color: var(--ab-muted); line-height: 1.6; }
.ab-svc-card .arw { position: absolute; right: 20px; top: 26px; color: #c2d3ea; transition: transform .18s ease, color .18s ease; }
.ab-svc-card:hover .arw { color: var(--ab-blue); transform: translateX(3px); }

@media (max-width: 991px) {
    .ab-svc-feature { grid-template-columns: 1fr; gap: 36px; }
    .ab-svc-media { max-width: 460px; }
    .ab-svc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) { .ab-svc-grid { grid-template-columns: 1fr; } }
