/* ===== Footer flush fix ===== */
html { background: #231F20; }
.get-started-with-us { overflow: hidden; }

/* ===== Responsive line break utilities ===== */
/* br-d: visible on desktop only, hidden on mobile */
.br-d { display: inline; }
@media (max-width: 767px) { .br-d { display: none; } }
/* br-m: visible on mobile only, hidden on desktop */
.br-m { display: none; }
@media (max-width: 767px) { .br-m { display: inline; } }

/* ===== index.html ===== */
.banner-contant h1 {
    font-weight: bold !important;
    letter-spacing: -0.03em !important;
    line-height: 1.05 !important;
    color: #231F20 !important;
    white-space: normal !important;
    font-size: 77px !important;
}
.banner-contant h1 br {
    display: block !important;
}

.banner-contant p,
.banner-contant h1,
.text-transform-upper h1,
.text-transform-upper p,
.text-transform-upper h2,
.text-transform-upper h3 {
    text-transform: none !important;
}
@media (max-width: 767px) {
    /* Hero */
    .banner-contant h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.02em !important;
    }
    .banner-contant p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }
    .banner-button-wpr {
        justify-content: center !important;
    }
    .banner-contant {
        text-align: center !important;
    }
    .banner-contant.before-left-line::before {
        display: none !important;
    }
    /* Section h2s */
    h2, .sec-head h2, .section-title h2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.02em !important;
    }
    /* Section h3s */
    h3, .key-features-card h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    /* Problem section body */
    .problem-body {
        font-size: 18px !important;
        line-height: 1.7 !important;
    }
    /* Pricing strip */
    .pricing-strip h2 {
        font-size: 26px !important;
    }
    /* Instant section */
    .instant-inner h2 {
        font-size: 26px !important;
    }
}
.problem-section { background-color: #231F20; padding: 80px 0; }
.problem-section h2 { color: #ffffff; text-align: center; margin-bottom: 24px; }
.problem-section .problem-body { color: rgba(255,255,255,0.85); font-size: 18px; line-height: 1.8; max-width: 780px; margin: 0 auto; text-align: center; }
.problem-section .before-center-line h2::before { background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 50.52%, rgba(255,255,255,0) 100%); }
.bullet-list { list-style: none; padding: 0; margin: 32px auto 0; max-width: 700px; text-align: left; }
.bullet-list li { padding: 16px 0 16px 36px; border-bottom: 1px solid rgba(0,0,0,0.08); position: relative; font-size: 18px; line-height: 1.7; }
.bullet-list li:last-child { border-bottom: none; }
.bullet-list li::before { content: ''; position: absolute; left: 0; top: 20px; width: 20px; height: 20px; background: url(images/check-img.svg) no-repeat center; background-size: 20px; }
.bullet-list li strong { color: #231F20; }
.five-reasons { padding: 100px 0; background: #f9f9f9; }
.reason-num { font-family: var(--headingfont); font-size: 32px; color: rgba(204,36,44,0.15); line-height: 1; margin-bottom: 8px; font-weight: 700; }
.pricing-strip { background: #231F20; padding: 72px 0; text-align: center; }
.pricing-strip h2 { color: #ffffff; margin-bottom: 8px; }
.pricing-strip .pricing-sub { color: rgba(255,255,255,0.7); font-size: 18px; margin-bottom: 40px; }
.pricing-items { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-bottom: 40px; }
.pricing-item .price { font-family: var(--headingfont); font-size: 30px; color: #CC242C; font-weight: 700; line-height: 1; letter-spacing: -0.02em; }
.pricing-item .label { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.pricing-strip .before-center-line h2::before { background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 50.52%, rgba(255,255,255,0) 100%); }
.instant-inner { border-radius: 0px 75px; background: #ffffff; box-shadow: 0px 11px 48px 0px rgba(0,0,0,0.05); padding: 67px 78px; }
.instant-features { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.instant-features span { background: rgba(204,36,44,0.08); color: #CC242C; border-radius: 50px; padding: 6px 18px; font-size: 14px; font-weight: 500; font-family: var(--headingfont); }
.processor-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; justify-content: center; }
.processor-pills span { background: #ffffff; border: 1px solid rgba(0,0,0,0.10); border-radius: 50px; padding: 8px 22px; font-size: 14px; font-family: var(--headingfont); font-weight: 500; color: #231F20; box-shadow: 0px 4px 16px rgba(0,0,0,0.04); }
@media (max-width: 767px) { .instant-inner { padding: 40px 24px; } .pricing-items { gap: 28px; } }
.banner-right-bird-img { right: -80px !important; background: transparent !important; width: 1400px !important; max-width: 70vw !important; height: auto !important; }
@media (max-width: 767px) { .banner-right-bird-img { display: none !important; } }
@media (max-width: 767px) {
    .sec-head.before-left-line { text-align: center; }
    .sec-head.before-left-line h2::before { left: 50%; transform: translateX(-50%); }
}

/* === Type scale consistency === */
/* Base body copy */
.our-solution-inner-wpr > p,
.risk-mitigation-contant > p {
    font-size: 18px;
}
/* Feature card headings */
.key-features-card h3 {
    font-size: 30px;
}
/* CTA section lead paragraph (h3 used as body copy) */
.get-started-with-us-inner > h3 {
    font-size: 20px;
    font-family: var(--parafont);
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    text-align: center;
    max-width: 700px;
    margin: 16px auto 0;
}
/* CTA section h2 — matches footer heading_three (36px) */
.get-started-with-us-inner .sec-head h2 {
    font-size: 36px;
    font-weight: 700;
}
/* Feature cards — secondary size */
.key-features-card p {
    font-size: 16px;
}
/* Hero paragraph */
.banner-contant p {
    font-size: 18px;
}
/* Buttons */
.cmn-btn {
    font-size: 16px;
}
/* Footer nav — match main nav */
.footer-link li a {
    font-size: 16px;
}
/* Pills and tags — consistent accent size */
.instant-features span,
.processor-pills span {
    font-size: 14px;
}
/* Pricing labels and small disclaimers */
.pricing-item .label {
    font-size: 13px;
}
/* === end type scale === */

/* Dark mode: modal */

/* Dark mode: hero buttons */

/* Dark mode: header logo swap */

/* Dark mode: mobile nav */
@media (max-width: 1024px) {
}
.banner-right-bird-img {
    filter:
        drop-shadow(0px 4px 8px rgba(30, 4, 4, 0.55))
        drop-shadow(0px 0px 18px rgba(204, 36, 44, 0.35))
        drop-shadow(0px 0px 48px rgba(204, 36, 44, 0.18));
    animation: birdFloat 4s ease-in-out infinite;
}
@keyframes birdFloat {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > .key-features-column { opacity: 0; transform: translateY(28px); transition: opacity 0.5s ease-out, transform 0.5s ease-out; }
.reveal-stagger > .key-features-column.visible { opacity: 1; transform: translateY(0); }

/* ===== CARD HOVER LIFT ===== */
.key-features-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.key-features-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 52px rgba(0,0,0,0.13);
}

/* ===== HERO GRADIENT ANIMATION ===== */
.banner-main-wraper { position: relative; overflow: hidden; }
.banner-main-wraper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 30%, rgba(204,36,44,0.08) 0%, transparent 50%);
    background-size: 200% 200%;
    animation: heroGradient 10s ease-in-out infinite alternate;
    z-index: 0;
    pointer-events: none;
}
.banner-main-wraper > * { position: relative; z-index: 1; }
@keyframes heroGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 30%; }
    100% { background-position: 40% 80%; }
}

/* ===== ANIMATED COUNTER ===== */
.pricing-item .price { transition: opacity 0.4s ease; }
.pricing-item.counting .price { opacity: 1; }

/* ===== PROCESSOR NETWORK VIZ ===== */
.network-viz-wrap { max-width: 620px; margin: 0 auto; padding: 20px 0 0; }
.network-viz-wrap svg { width: 100%; height: auto; display: block; }
.network-viz-wrap .node-label { font-family: var(--headingfont); font-weight: 600; pointer-events: none; }
.network-viz-wrap .center-node { fill: #CC242C; }
.network-viz-wrap .inner-node { fill: #ffffff; stroke: rgba(204,36,44,0.25); stroke-width: 1.5; transition: filter 0.2s ease; cursor: default; }
.network-viz-wrap .inner-node:hover { filter: drop-shadow(0 0 8px rgba(204,36,44,0.35)); }
.network-viz-wrap .outer-node { fill: #e8e8e8; stroke: rgba(0,0,0,0.08); stroke-width: 1; }
.network-viz-wrap .spoke { stroke: rgba(204,36,44,0.38); stroke-width: 1.8; }
.network-viz-wrap .pulse-dot { fill: #CC242C; opacity: 0; }
@keyframes pulseDot {
    0% { opacity: 0; }
    8% { opacity: 0.7; }
    60% { opacity: 0.5; }
    85% { opacity: 0; }
    100% { opacity: 0; }
}
.network-view-link { text-align: center; margin-top: 28px; }
.network-view-link a {
    color: #CC242C; text-decoration: none; font-family: var(--headingfont);
    font-size: 15px; font-weight: 600; letter-spacing: 0.02em;
    border-bottom: 1.5px solid rgba(204,36,44,0.3); padding-bottom: 2px;
    transition: border-color 0.2s ease;
}
.network-view-link a:hover { border-color: #CC242C; }

/* ===== SMOOTH SCROLL ===== */
/* scroll-padding-top offsets anchor targets below the fixed header */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

/* ===== HERO PARTICLE NETWORK ===== */
#heroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
/* Ensure hero has enough height for canvas to fill */
/* Pull hero back up to sit flush under the fixed header — body padding-top
   is needed for anchor scroll offsets on all other sections, but the hero
   should start right at the top visually. */
.banner-main-wraper { min-height: 520px; margin-top: calc(-1 * var(--header-height, 80px)); padding-top: var(--header-height, 80px); }

/* ===== STICKY WHITE HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
    width: 100%;
}
.main-head.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
/* Offset page content so it doesn't hide under fixed header */
body { padding-top: var(--header-height, 80px); }

/* ===== DARK MODE SYSTEM ===== */
:root {
    --color-bg: #ffffff;
    --color-surface: #f8f9fa;
    --color-surface-2: #ffffff;
    --color-text: #1a1a1a;
    --color-text-muted: #666666;
    --color-border: #e8e8e8;
    --color-accent: #c0392b;
    --color-accent-hover: #a93226;
}
body {
    background-color: var(--color-bg);
    color: var(--color-text);
    transition: background-color 0.2s ease, color 0.2s ease;
}
/* Header */
.main-head {
    background: var(--color-bg) !important;
    transition: background-color 0.2s ease, box-shadow 0.3s ease !important;
}
/* Light content sections */
.our-solution-wraper,
.cloud-advantage-wraper,
.key-features {
    background-color: var(--color-bg);
    transition: background-color 0.2s ease;
}
.five-reasons {
    background: var(--color-surface) !important;
    transition: background-color 0.2s ease;
}
.risk-mitigation-wraper {
    background: var(--color-surface) !important;
    transition: background-color 0.2s ease;
}
/* Cards */
.instant-inner {
    background: var(--color-surface-2) !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.key-features-card {
    background-color: var(--color-surface-2);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
/* Processor pills */
.processor-pills span {
    background: var(--color-surface-2);
    border-color: var(--color-border);
    color: var(--color-text);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
/* Bullet list */
.bullet-list li {
    border-color: var(--color-border);
}
.bullet-list li strong {
    color: var(--color-text);
}
/* Network SVG */
.network-viz-wrap .inner-node {
    fill: var(--color-surface-2);
}
.network-viz-wrap .outer-node {
    fill: var(--color-surface);
    stroke: var(--color-border);
}
/* Dark mode: muted inline-styled text */
/* Modal */

/* Dark mode: section headings and subheadings */
/* Dark mode: risk-mitigation section background */


/* ===== instant.html ===== */
.get-started-with-us-inner > h3 { font-size: 20px; font-family: var(--parafont); font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.85); text-align: center; max-width: 700px; margin: 16px auto 0; }
.get-started-with-us-inner .sec-head h2 { font-size: 36px; font-weight: 700; }
.proc-hero { background: #231F20; padding: 120px 0 100px; text-align: center; position: relative; overflow: hidden; }
.proc-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.14) 0%, transparent 60%), radial-gradient(ellipse at 75% 30%, rgba(204,36,44,0.08) 0%, transparent 50%); animation: heroGradient 10s ease-in-out infinite alternate; pointer-events: none; }
.proc-hero > *, .proc-hero .container, .proc-hero .container > * { position: relative; z-index: 1; }
.proc-hero h1 { color: #ffffff; font-size: 52px; font-family: var(--headingfont); font-weight: 700; margin-bottom: 12px; line-height: 1.1; }
/* instant.html two-column hero */
.instant-category-label {
    font-family: var(--headingfont);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    position: relative;
    padding-bottom: 16px;
    display: inline-block;
}
.instant-category-label::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, #CC242C 0%, rgba(204,36,44,0) 100%);
}
.instant-hero-split { text-align: left !important; }
.instant-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.instant-split-left h1 {
    font-size: 70px !important;
    line-height: 1.1 !important;
    font-family: var(--headingfont);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.instant-split-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-right: 15px;
}
.instant-split-right .instant-page-sub {
    text-align: left;
    margin: 20px 0 0;
    max-width: 100%;
    font-size: 20px;
}
.instant-split-right .instant-hero-btns {
    justify-content: flex-start;
    margin-top: 24px;
}
@media (max-width: 900px) {
    .instant-split-grid { grid-template-columns: 1fr; gap: 36px; }
    .instant-hero-split { text-align: center !important; }
    .instant-split-left h1 { font-size: 40px; }
    .instant-split-right { align-items: center; }
    .instant-split-right .instant-page-sub { text-align: center; }
    .instant-split-right .instant-hero-btns { justify-content: center; }
}

.instant-qualifier-badge {
    display: inline-block;
    font-family: var(--parafont);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 40px;
    padding: 6px 18px;
    margin-bottom: 28px;
}
.instant-page-sub { color: rgba(255,255,255,0.9); font-size: 26px; font-weight: 400; font-family: var(--parafont); line-height: 1.5; margin: 0 auto 48px; max-width: 660px; display: block; }
.proc-hero p { color: rgba(255,255,255,0.65); font-size: 18px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
.instant-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }

/* Instant What Section */
.instant-what-section { background: #f8f8f8; padding: 80px 0; }
.instant-what-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.instant-what-item { background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 0 75px; padding: 40px 36px; }
.instant-what-num {
    background: #CC242C; color: #fff;
    font-family: var(--headingfont); font-weight: 700; font-size: 15px;
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.instant-what-item h3 { font-family: var(--headingfont); font-size: 22px; font-weight: 700; color: #231F20; margin-bottom: 12px; line-height: 1.3; }
.instant-what-item p { font-size: 18px; line-height: 1.75; color: #555; margin: 0; }
@media (max-width: 900px) { .instant-what-grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
    .proc-hero h1 { font-size: 36px; }
    .instant-page-sub { font-size: 18px; }
    .instant-what-item { border-radius: 0 45px; padding: 28px 24px; }
}

.proc-controls { padding: 40px 0 8px; background: #fff; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(0,0,0,0.06); }
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-tab {
    padding: 8px 20px; border-radius: 50px; border: 1.5px solid rgba(0,0,0,0.12);
    background: #fff; color: #231F20; font-family: var(--headingfont);
    font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s ease;
}
.filter-tab:hover { border-color: #CC242C; color: #CC242C; }
.filter-tab.active { background: #CC242C; color: #fff; border-color: #CC242C; }
.search-input {
    width: 100%; max-width: 420px; padding: 12px 20px; border-radius: 8px;
    border: 1.5px solid rgba(0,0,0,0.12); font-size: 15px;
    font-family: var(--headingfont); outline: none;
    transition: border-color 0.2s ease;
}
.search-input:focus { border-color: #CC242C; }
.search-input::placeholder { color: #aaa; }

.proc-grid { padding: 48px 0 80px; }
.proc-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.proc-card {
    background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px;
    padding: 24px 28px; transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.proc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.proc-card h3 { font-size: 17px; color: #231F20; margin: 0 0 4px; font-family: var(--headingfont); }
.proc-card p { font-size: 13.5px; color: #666; line-height: 1.6; margin: 0; }
.proc-badge {
    display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.04em; padding: 3px 10px; border-radius: 50px; margin-bottom: 10px;
    font-family: var(--headingfont);
}
.proc-mcc {
    display: block; font-size: 12px; color: #999; margin-bottom: 8px;
    font-family: var(--headingfont); font-weight: 500;
}

/* Category badge colors */
.badge-field-services   { background: rgba(204,36,44,0.1);    color: #CC242C; }
.badge-auto-services    { background: rgba(35,31,32,0.08);     color: #231F20; }
.badge-healthcare       { background: rgba(0,80,180,0.1);      color: #0050B4; }
.badge-wellness         { background: rgba(0,128,96,0.1);      color: #006840; }
.badge-beauty           { background: rgba(219,39,119,0.1);    color: #DB2777; }
.badge-professional     { background: rgba(30,58,95,0.1);      color: #1E3A5F; }
.badge-education        { background: rgba(109,40,217,0.1);    color: #6D28D9; }
.badge-events           { background: rgba(234,88,12,0.1);     color: #EA580C; }
.badge-property         { background: rgba(71,85,105,0.1);     color: #475569; }
.badge-senior-care      { background: rgba(13,148,136,0.1);    color: #0D9488; }
.badge-home-inspection  { background: rgba(217,119,6,0.1);     color: #D97706; }
.badge-pet-services     { background: rgba(146,64,14,0.1);     color: #92400E; }
.badge-hospitality      { background: rgba(14,116,144,0.1);    color: #0E7490; }
.badge-government       { background: rgba(30,64,175,0.1);     color: #1E40AF; }
.badge-nonprofit        { background: rgba(109,40,217,0.1);    color: #6D28D9; }

.proc-count { font-size: 14px; color: #888; margin-top: 12px; font-family: var(--headingfont); }
.no-results { text-align: center; padding: 60px 0; color: #888; font-size: 18px; }

/* Fade-in on filter */
.proc-card { animation: cardFadeIn 0.3s ease-out; }
@keyframes cardFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

/* ===== STICKY WHITE HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    width: 100%;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}
.main-head.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
body { padding-top: var(--header-height, 80px); }


/* ===== pricing.html ===== */
/* ===== STICKY HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    width: 100%;
}
body { padding-top: var(--header-height, 80px); }

/* ===== HERO ===== */
.pricing-hero {
    background: #231F20;
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#pricingHeroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.pricing-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.14) 0%, transparent 60%),
                radial-gradient(ellipse at 75% 30%, rgba(204,36,44,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.pricing-hero > * { position: relative; z-index: 1; }
.pricing-hero h1 {
    font-family: 'AmpleSoft Pro', sans-serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 700; color: #ffffff;
    margin: 0 0 20px; line-height: 1.1;
}
.pricing-hero h1 span { color: #CC242C; }
.pricing-hero p {
    font-size: 18px; line-height: 1.75;
    color: rgba(255,255,255,0.7);
    max-width: 600px; margin: 0 auto 40px;
}

/* ===== CORE PRICING STRIP ===== */
.core-strip {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 72px 0;
    text-align: center;
}
.core-strip .eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: #CC242C; margin-bottom: 16px;
}
.core-strip h2 {
    font-family: 'AmpleSoft Pro', sans-serif;
    font-size: 28px; font-weight: 700; color: #231F20;
    margin: 0 0 8px;
}
.core-strip .sub {
    font-size: 18px; color: #666; margin: 0 0 48px;
}
.core-items {
    display: flex; justify-content: center; gap: 56px;
    flex-wrap: wrap; margin-bottom: 32px;
}
.core-item .price {
    font-family: 'AmpleSoft Pro', sans-serif;
    font-size: 52px; color: #CC242C; font-weight: 700; line-height: 1;
}
.core-item .label {
    font-size: 13px; color: #888; margin-top: 8px;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.core-note {
    font-size: 14px; color: #888; margin: 0;
}

/* ===== SECTION SHARED ===== */
.section-wrap { padding: 80px 0; }
.section-wrap.alt { background: #f9f9f9; }
.section-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: #CC242C; margin-bottom: 12px;
}
.section-h2 {
    font-family: 'AmpleSoft Pro', sans-serif;
    font-size: clamp(24px, 3.5vw, 36px); font-weight: 700;
    color: #231F20; margin: 0 0 12px; line-height: 1.2;
}
.section-sub {
    font-size: 18px; color: #666; line-height: 1.7;
    max-width: 600px; margin: 0 0 48px;
}

/* ===== ADD-ONS TABLE ===== */
.addons-table {
    width: 100%; border-collapse: collapse;
    font-size: 15px;
}
.addons-table th {
    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: #888;
    border-bottom: 2px solid #e8e8e8;
    padding: 0 16px 16px 0; text-align: left;
}
.addons-table td {
    padding: 18px 16px 18px 0;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    color: #231F20;
}
.addons-table tr:last-child td { border-bottom: none; }
.addons-table tr.universal td { background: rgba(204,36,44,0.03); }
.addon-name { font-weight: 600; }
.addon-desc { font-size: 13px; color: #888; margin-top: 4px; line-height: 1.5; }
.addon-cost { font-family: 'AmpleSoft Pro', sans-serif; font-weight: 700; color: #CC242C; white-space: nowrap; }
.addon-coverage {
    display: inline-block; font-size: 12px; font-weight: 600;
    padding: 3px 10px; border-radius: 50px;
}
.coverage-all     { background: rgba(34,197,94,0.1);  color: #16a34a; }
.coverage-select  { background: rgba(0,0,0,0.05);      color: #666; }
.footnote {
    font-size: 13px; color: #888; line-height: 1.7;
    margin-top: 24px; padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

/* ===== 3RI CALLOUT ===== */
.callout-box {
    border: 1px solid rgba(204,36,44,0.2);
    border-left: 4px solid #CC242C;
    border-radius: 0 8px 8px 0;
    background: rgba(204,36,44,0.03);
    padding: 24px 28px;
    margin-top: 40px;
}
.callout-box .callout-label {
    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: #CC242C; margin-bottom: 10px;
}
.callout-box p {
    font-size: 15px; line-height: 1.75; color: #444; margin: 0;
}
@media (max-width: 767px) {
    .callout-box pre {
        font-size: 11px !important;
        padding: 14px 16px !important;
    }
}

/* ===== WHAT YOU'RE NOT PAYING ===== */
.not-paying-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 680px;
}
@media (max-width: 600px) { .not-paying-grid { grid-template-columns: 1fr; } }
.not-paying-item {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px; color: #888;
}
.not-paying-item:nth-last-child(-n+2) { border-bottom: none; }
.not-paying-item .x-mark {
    width: 20px; height: 20px; border-radius: 50%;
    background: rgba(204,36,44,0.08);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.not-paying-item .x-mark svg { color: #CC242C; }
.not-paying-item s { text-decoration: line-through; text-decoration-color: #CC242C; }

/* ===== INSTANT SECTION ===== */
.instant-section { padding: 80px 0; background: #231F20; text-align: center; }
.instant-section h2 {
    font-family: 'AmpleSoft Pro', sans-serif;
    color: #ffffff; font-size: clamp(24px, 3vw, 36px);
    font-weight: 700; margin: 0 0 16px;
}
.instant-section p { color: rgba(255,255,255,0.7); font-size: 18px; line-height: 1.7; max-width: 560px; margin: 0 auto 36px; }

/* ===== CTA SECTION ===== */
.cta-section { padding: 100px 0; text-align: center; background: #f9f9f9; }
.cta-section h2 {
    font-family: 'AmpleSoft Pro', sans-serif;
    font-size: clamp(26px, 4vw, 42px); font-weight: 700;
    color: #231F20; margin: 0 0 16px;
}
.cta-section p { font-size: 18px; color: #666; line-height: 1.7; max-width: 560px; margin: 0 auto 40px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Dark mode stubs removed — light only */


/* ===== why.html ===== */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

/* ===== STICKY WHITE HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    width: 100%;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}
.main-head.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
body { padding-top: var(--header-height, 80px); }

/* ===== HERO ===== */
.why-hero {
    background: #231F20;
    padding: 100px 0 72px;
    text-align: center;
}
.why-hero h1 {
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 16px;
}
.why-hero p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    max-width: 680px;
    margin: 0 auto 32px;
    line-height: 1.7;
}
.why-hero .hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== THE EIGHT DIFFERENCES ===== */
.eight-differences {
    background: #fff;
}
.difference-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 44px 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    align-items: flex-start;
}
.difference-item:first-child {
    padding-top: 0;
}
.difference-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.difference-number {
    font-family: var(--headingfont);
    font-size: 52px;
    font-weight: 800;
    color: #CC242C;
    line-height: 1;
    letter-spacing: -0.02em;
}
.difference-content h3 {
    font-family: var(--headingfont);
    font-size: 28px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
}
.difference-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin: 0;
}
@media (max-width: 640px) {
    .difference-item {
        grid-template-columns: 56px 1fr;
        gap: 16px;
    }
    .difference-number {
        font-size: 36px;
    }
}

/* ===== WHO SWITCHES ===== */
.who-switches {
    background: #f8f8f8;
}
.audience-block {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 36px 40px;
    margin-bottom: 24px;
}
.audience-block:last-child {
    margin-bottom: 0;
}
.audience-block h3 {
    font-family: var(--headingfont);
    font-size: 28px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .audience-block h3 { font-size: 24px !important; font-family: var(--headingfont) !important; }
    .audience-block p { font-size: 16px; }
}
.audience-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin: 0;
}
@media (max-width: 640px) {
    .audience-block {
        padding: 24px 20px;
    }
}

/* ===== WHAT STAYS THE SAME ===== */
.stays-same {
    background: #fff;
}
.stays-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.stays-list li {
    font-size: 18px;
    line-height: 1.75;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.stays-list li:last-child {
    border-bottom: none;
}
.stays-list li strong {
    display: block;
    font-family: var(--headingfont) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #231F20;
    margin-bottom: 8px;
    line-height: 1.2;
}


/* ===== routing.html ===== */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

/* ===== STICKY WHITE HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    width: 100%;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}
.main-head.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
body { padding-top: var(--header-height, 80px); }

/* ===== HERO ===== */
.routing-hero {
    background: #231F20;
    padding: 100px 0 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#routingHeroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.routing-hero > * { position: relative; z-index: 1; }
.routing-hero h1 {
    color: #ffffff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    margin-bottom: 16px;
}
.routing-hero p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    max-width: 720px;
    margin: 0 auto 32px;
    line-height: 1.7;
}
.routing-hero .hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== WHY SIMULTANEOUSLY MATTERS ===== */
.why-simultaneous {
    background: #fff;
}
.why-simultaneous .intro-text {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 48px;
    max-width: 860px;
}
/* Routing flow diagram */
.routing-diagram-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.routing-flow-svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* Comparison table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-top: 8px;
}
.comparison-table thead tr {
    background: #231F20;
}
.comparison-table thead th {
    color: #ffffff;
    font-family: var(--headingfont);
    font-weight: 600;
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
}
.comparison-table thead th:first-child {
    width: 22%;
}
.comparison-table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}
.comparison-table tbody tr:nth-child(even) {
    background: #ffffff;
}
.comparison-table tbody td {
    padding: 14px 18px;
    vertical-align: top;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.comparison-table tbody td:first-child {
    font-family: var(--headingfont);
    font-weight: 600;
    color: #231F20;
    font-size: 13px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ===== WORKED EXAMPLES ===== */
.examples-section {
    background: #f8f8f8;
}
.example-block {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 36px 40px;
    margin-bottom: 28px;
}
.example-block:last-child {
    margin-bottom: 0;
}
.example-number {
    font-family: var(--headingfont);
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: #CC242C;
    opacity: 0.18;
    margin-bottom: 8px;
    letter-spacing: -2px;
}
.example-block h3 {
    font-family: var(--headingfont);
    font-size: 22px;
    color: #231F20;
    margin-bottom: 16px;
}
.example-scenario {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.example-block p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.example-outcome {
    background: #f8f8f8;
    border-left: 4px solid #CC242C;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 8px;
}
.example-outcome strong {
    font-family: var(--headingfont);
    color: #231F20;
}
@media (max-width: 640px) {
    .example-block {
        padding: 24px 20px;
    }
}

/* ===== PROCESSOR NETWORK ===== */
.processor-network {
    background: #fff;
}
.network-intro {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 860px;
}
.network-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}
.network-tier {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 28px;
}
.network-tier-label {
    font-family: var(--headingfont);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CC242C;
    margin-bottom: 10px;
}
.network-tier h3 {
    font-family: var(--headingfont);
    font-size: 18px;
    color: #231F20;
    margin-bottom: 16px;
}
.network-tier p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 16px;
}
.network-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.network-list li {
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-family: var(--headingfont);
    font-weight: 500;
}
.network-list li:last-child {
    border-bottom: none;
}
@media (max-width: 768px) {
    .network-tiers {
        grid-template-columns: 1fr;
    }
}

/* ===== WHAT COMES WITH ROUTING ===== */
.routing-features {
    background: #f8f8f8;
}
.feature-item {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.feature-item:first-child {
    padding-top: 0;
}
.feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.feature-item h3 {
    font-family: var(--headingfont);
    font-size: 18px;
    color: #231F20;
    margin-bottom: 8px;
}
.feature-item p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0;
}
.feature-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    background: rgba(0,0,0,0.05);
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 10px;
    font-family: var(--headingfont);
    vertical-align: middle;
}


/* ===== account-safety.html ===== */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

/* ===== STICKY WHITE HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    width: 100%;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}
.main-head.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
body { padding-top: var(--header-height, 80px); }

/* ===== HERO ===== */
.safety-hero {
    background: #231F20;
    padding: 100px 0 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#safetyHeroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.safety-hero > * { position: relative; z-index: 1; }
.safety-hero h1 {
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 16px;
}
.safety-hero p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    max-width: 680px;
    margin: 0 auto 32px;
    line-height: 1.7;
}
.safety-hero .hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== POLICY SECTION ===== */
.policy-section {
    background: #fff;
}
.policy-numbered {
    list-style: none;
    padding: 0;
    margin: 24px 0 40px;
    counter-reset: policy-counter;
}
.policy-numbered li {
    counter-increment: policy-counter;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}
.policy-numbered li::before {
    content: counter(policy-counter);
    background: #CC242C;
    color: #fff;
    font-family: var(--headingfont);
    font-weight: 700;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
/* Policy accordion */
.policy-accordion {
    margin: 8px 0 0;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 10px;
    overflow: hidden;
}
.policy-accordion-item {
    border-bottom: 1px solid rgba(0,0,0,0.09);
}
.policy-accordion-item:last-child {
    border-bottom: none;
}
.policy-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease;
}
.policy-accordion-btn:hover { background: #fafafa; }
.policy-accordion-btn[aria-expanded="true"] { background: #fafafa; }
.policy-accordion-btn[aria-expanded="true"] .policy-accordion-icon { transform: rotate(45deg); }
.policy-accordion-num {
    background: #CC242C;
    color: #fff;
    font-family: var(--headingfont);
    font-weight: 700;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.policy-accordion-title {
    font-family: var(--headingfont);
    font-size: 18px;
    font-weight: 700;
    color: #231F20;
    flex: 1;
}
.policy-accordion-icon {
    font-size: 22px;
    color: #CC242C;
    font-weight: 300;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    line-height: 1;
}
.policy-accordion-body {
    padding: 4px 24px 24px 72px;
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}
.policy-accordion-body p { margin-bottom: 12px; }
.policy-accordion-body p:last-child { margin-bottom: 0; }

.policy-callout {
    background: #f8f8f8;
    border-left: 4px solid #CC242C;
    padding: 20px 24px;
    margin: 32px 0;
    font-size: 18px;
    line-height: 1.7;
}
.policy-subsection h3 {
    font-family: var(--headingfont);
    font-size: 22px;
    color: #231F20;
    margin: 40px 0 16px;
}
.trigger-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.trigger-list li {
    font-size: 18px;
    line-height: 1.6;
    padding: 8px 0 8px 28px;
    position: relative;
}
.trigger-list li::before {
    content: '\2022';
    color: #CC242C;
    font-weight: 700;
    position: absolute;
    left: 8px;
}

/* 2-column grid for does-not-trigger */
.no-trigger-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 16px 0 32px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}
.no-trigger-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    border-right: 1px solid rgba(0,0,0,0.06);
}
.no-trigger-item:nth-child(even) {
    border-right: none;
}
.no-trigger-item:nth-last-child(-n+2) {
    border-bottom: none;
}
.no-trigger-item i {
    color: #CC242C;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .no-trigger-grid {
        grid-template-columns: 1fr;
    }
    .no-trigger-item {
        border-right: none;
    }
    .no-trigger-item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .no-trigger-item:last-child {
        border-bottom: none;
    }
}

/* ===== WHY THIS MATTERS ===== */
.why-matters {
    background: #f8f8f8;
}
.why-matters p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.why-matters p:last-child {
    margin-bottom: 0;
}

/* ===== HOW ONBOARDING WORKS ===== */
.onboarding-section {
    background: #fff;
}
.onboarding-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.onboarding-section p:last-child {
    margin-bottom: 0;
}

/* ===== CARD DATA SECTION ===== */
.card-data-section {
    background: #fff;
}
.card-data-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.card-data-lead {
    font-weight: 700;
    color: #231F20;
}

/* ===== FINAL CTA ===== */
.final-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}


/* ===== processors.html — merged into routing.html ===== */
.proc-hero { background: #231F20; padding: 100px 0 72px; text-align: center; position: relative; overflow: hidden; }
.proc-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.14) 0%, transparent 60%), radial-gradient(ellipse at 75% 30%, rgba(204,36,44,0.08) 0%, transparent 50%); animation: heroGradient 10s ease-in-out infinite alternate; pointer-events: none; }
.proc-hero > * { position: relative; z-index: 1; }
.proc-hero h1 { color: #ffffff; font-size: 42px; margin-bottom: 16px; }
.proc-hero p { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 680px; margin: 0 auto; line-height: 1.7; }

.proc-controls { padding: 40px 0 8px; background: #fff; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(0,0,0,0.06); }
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-tab {
    padding: 8px 20px; border-radius: 50px; border: 1.5px solid rgba(0,0,0,0.12);
    background: #fff; color: #231F20; font-family: var(--headingfont);
    font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s ease;
}
.filter-tab:hover { border-color: #CC242C; color: #CC242C; }
.filter-tab.active { background: #CC242C; color: #fff; border-color: #CC242C; }
.search-input {
    width: 100%; max-width: 420px; padding: 12px 20px; border-radius: 8px;
    border: 1.5px solid rgba(0,0,0,0.12); font-size: 15px;
    font-family: var(--headingfont); outline: none;
    transition: border-color 0.2s ease;
}
.search-input:focus { border-color: #CC242C; }
.search-input::placeholder { color: #aaa; }

.proc-grid { padding: 48px 0 80px; }
.proc-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.proc-card {
    background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px;
    padding: 24px 28px; transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.proc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.proc-card h3 { font-size: 17px; color: #231F20; margin: 0 0 8px; font-family: var(--headingfont); }
.proc-card p { font-size: 13.5px; color: #666; line-height: 1.6; margin: 0; }
.proc-badge {
    display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.04em; padding: 3px 10px; border-radius: 50px; margin-bottom: 10px;
    font-family: var(--headingfont);
}
.badge-native { background: rgba(204,36,44,0.1); color: #CC242C; }
.badge-extended { background: rgba(35,31,32,0.08); color: #231F20; }
.badge-ach { background: rgba(0,128,96,0.1); color: #006840; }
.badge-intl { background: rgba(0,80,180,0.1); color: #0050B4; }
.badge-custom { background: rgba(204,36,44,0.08); color: #CC242C; border: 1.5px dashed rgba(204,36,44,0.3); }
.proc-scope {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    font-family: var(--headingfont);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgba(0,0,0,0.05);
    color: #555;
}

.proc-card.custom-cta {
    border: 2px dashed rgba(204,36,44,0.3); background: rgba(204,36,44,0.02);
    display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
}
.proc-card.custom-cta h3 { color: #CC242C; }
.proc-card.custom-cta .cmn-btn { margin-top: 16px; font-size: 14px; padding: 10px 28px; }

.proc-count { font-size: 14px; color: #888; margin-top: 12px; font-family: var(--headingfont); }
.no-results { text-align: center; padding: 60px 0; color: #888; font-size: 18px; }

/* Fade-in on filter */
.proc-card { animation: cardFadeIn 0.3s ease-out; }
@keyframes cardFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

/* ===== STICKY WHITE HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    width: 100%;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}
.main-head.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
body { padding-top: var(--header-height, 80px); }


/* ===== faq.html ===== */
/* ===== STICKY HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    width: 100%;
}
body { padding-top: var(--header-height, 80px); }

/* ===== FAQ HERO ===== */
.faq-hero {
    background: #231F20;
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.faq-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.14) 0%, transparent 60%),
                radial-gradient(ellipse at 75% 30%, rgba(204,36,44,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.faq-hero > * { position: relative; z-index: 1; }
.faq-hero h1 {
    font-family: var(--headingfont);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700; color: #ffffff;
    margin: 0 0 20px; line-height: 1.1;
}
.faq-hero p {
    font-size: 18px; line-height: 1.75;
    color: rgba(255,255,255,0.7);
    max-width: 620px; margin: 0 auto;
}

/* ===== SECTION SHARED ===== */
.faq-section { padding: 80px 0; }
.faq-section.alt { background: #f9f9f9; }
.faq-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: #CC242C; margin-bottom: 12px;
}
.faq-section-h2 {
    font-family: var(--headingfont);
    font-size: clamp(28px, 3vw, 40px); font-weight: 700;
    color: #231F20; margin: 0 0 40px; line-height: 1.2;
}

/* ===== FAQ ACCORDION ===== */
.faq-item { border-bottom: 1px solid #e8e8e8; }
.faq-item:last-child { border-bottom: none; }
.faq-btn {
    width: 100%; text-align: left; background: none; border: none;
    padding: 20px 0; font-size: 16px; font-weight: 600;
    color: #231F20; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
}
.faq-btn:hover { color: #CC242C; }
.faq-icon {
    font-size: 20px; color: #CC242C; font-weight: 300;
    flex-shrink: 0; margin-left: 16px;
}
.faq-answer { padding: 0 0 20px; color: #555; line-height: 1.7; margin: 0; }
.faq-answer code {
    font-size: 13px; background: rgba(0,0,0,0.06);
    padding: 1px 5px; border-radius: 3px;
}

/* ===== CTA SECTION ===== */
.faq-cta { padding: 100px 0; text-align: center; background: #231F20; }
.faq-cta h2 {
    font-family: var(--headingfont);
    font-size: clamp(32px, 4vw, 52px); font-weight: 700;
    color: #ffffff; margin: 0 0 16px;
}
.faq-cta p { font-size: 18px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 480px; margin: 0 auto 40px; }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }


/* ===== thank-you.html ===== */
/* ===== STICKY HEADER ===== */
.main-head {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    width: 100%;
}
body { padding-top: var(--header-height, 80px); }

/* ===== THANK-YOU PAGE LAYOUT ===== */
.thankyou-section {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.10) 0%, transparent 60%),
        radial-gradient(ellipse at 75% 25%, rgba(204,36,44,0.07) 0%, transparent 50%),
        #ffffff;
}
.thankyou-inner {
    max-width: 640px;
    width: 100%;
    text-align: center;
}
.thankyou-mark {
    width: 64px; height: 64px;
    margin: 0 auto 32px;
    display: flex; align-items: center; justify-content: center;
}
.thankyou-mark svg { width: 64px; height: 64px; }
.thankyou-inner h1 {
    font-family: var(--headingfont);
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    color: #231F20;
    margin-bottom: 20px;
}
.thankyou-inner h1 span { color: #CC242C; }
.thankyou-inner p {
    font-size: 18px; line-height: 1.75;
    color: #555;
    margin-bottom: 16px;
    max-width: 520px;
    margin-left: auto; margin-right: auto;
}
.thankyou-inner p:last-of-type { margin-bottom: 40px; }
.divider {
    width: 48px; height: 3px;
    background: #CC242C; border-radius: 2px;
    margin: 0 auto 32px;
}
.home-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px;
    background: #CC242C; color: #ffffff !important;
    border-radius: 4px;
    font-family: var(--headingfont);
    font-size: 15px; font-weight: 600; letter-spacing: 0.03em;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.home-link:hover { background: #a81c23; transform: translateY(-2px); color: #ffffff !important; }
.home-link svg { flex-shrink: 0; }


/* ===== developers.html ===== */

/* ===== HERO ===== */
#devHeroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.dev-hero {
    background: #231F20;
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dev-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(204,36,44,0.14) 0%, transparent 60%),
                radial-gradient(ellipse at 75% 30%, rgba(204,36,44,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.dev-hero > * { position: relative; z-index: 1; }
.dev-hero .before-center-line h1::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 50.52%, rgba(255,255,255,0) 100%);
}
.dev-hero h1 {
    font-family: var(--headingfont);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700; color: #ffffff;
    margin: 0 0 24px; line-height: 1.1;
}
.dev-hero p {
    font-size: 18px; line-height: 1.75;
    color: rgba(255,255,255,0.7);
    max-width: 680px; margin: 0 auto 40px;
}
.dev-hero .hero-btns {
    display: flex; gap: 16px;
    justify-content: center; flex-wrap: wrap;
}
.dev-hero-ghost {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}
.dev-hero-ghost:hover {
    background: rgba(255,255,255,0.1) !important;
}

/* ===== QUICK START ===== */
.dev-quickstart {
    background: #ffffff;
    padding: 100px 0;
}
.quickstart-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.quickstart-step {
    padding: 0;
}
.quickstart-num {
    font-family: var(--headingfont);
    font-size: 52px;
    font-weight: 800;
    color: #CC242C;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.quickstart-step h3 {
    font-family: var(--headingfont);
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
}
.quickstart-step p {
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}
@media (max-width: 768px) {
    .quickstart-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* ===== API SURFACE ===== */
.api-surface-section {
    background: #231F20;
    padding: 100px 0;
}
.dev-dark-head h2 {
    color: #ffffff !important;
}
.dev-dark-head h2::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 50.52%, rgba(255,255,255,0) 100%) !important;
}
.api-surface-subhead {
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    margin-bottom: 56px;
}
.api-surface-subhead a {
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.api-surface-subhead a:hover { color: #ffffff; }
.api-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.api-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 12px;
    padding: 28px 28px 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
.api-card h3 {
    text-align: center !important;
}
.api-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}
.api-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(204,36,44,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.api-card-icon i {
    font-size: 20px;
    color: #CC242C;
}
.api-card h3 {
    font-family: var(--headingfont);
    font-size: 28px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
    text-align: center;
}
.api-capability-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    text-align: left;
}
.api-capability-list li {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(35,31,32,0.65);
    padding-left: 14px;
    position: relative;
}
.api-capability-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #CC242C;
    opacity: 0.5;
}
.api-inline-code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    background: rgba(35,31,32,0.07);
    padding: 1px 5px;
    border-radius: 3px;
    color: #231F20;
}
@media (max-width: 992px) {
    .api-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .api-grid { grid-template-columns: 1fr; }
}

/* ===== POSTMAN COLLECTION ===== */
.dev-postman {
    background: #ffffff;
    padding: 100px 0;
}
.dev-body-text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}
.dev-postman-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 32px;
}
@media (max-width: 992px) {
    .dev-postman-cta {
        justify-content: flex-start;
        padding-top: 24px;
    }
}

/* ===== SANDBOX ===== */
.dev-sandbox {
    background: #f8f8f8;
    padding: 100px 0;
    text-align: center;
}
.sandbox-stats {
    display: flex;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.sandbox-stat-item {
    text-align: center;
}
.sandbox-stat {
    font-family: var(--headingfont);
    font-size: 52px;
    font-weight: 700;
    color: #CC242C;
    line-height: 1;
    letter-spacing: -0.02em;
}
.sandbox-stat-label {
    font-size: 13px;
    color: rgba(35,31,32,0.55);
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--headingfont);
}
.dev-sandbox-body {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (max-width: 600px) {
    .sandbox-stats { gap: 36px; }
    .sandbox-stat { font-size: 40px; }
}

/* ===== INTEGRATION EXAMPLES ===== */
.dev-examples {
    background: #ffffff;
    padding: 100px 0;
}
.dev-examples-subhead {
    font-size: 18px;
    line-height: 1.75;
    color: #555;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 56px;
}
.examples-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.example-card {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.example-card:hover {
    border-color: #CC242C;
    box-shadow: 0 4px 24px rgba(204,36,44,0.07);
}
.example-badge {
    display: inline-block;
    font-family: var(--headingfont);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #CC242C;
    background: rgba(204,36,44,0.08);
    border: 1px solid rgba(204,36,44,0.2);
    border-radius: 4px;
    padding: 3px 8px;
    margin-bottom: 16px;
    align-self: flex-start;
}
.example-card h3 {
    font-family: var(--headingfont);
    font-size: 22px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
    line-height: 1.2;
}
.example-card p {
    font-family: var(--parafont);
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 20px;
}
.example-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.example-features li {
    font-family: var(--parafont);
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    padding: 4px 0 4px 18px;
    position: relative;
}
.example-features li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #CC242C;
    font-weight: 700;
}
.example-github-link {
    font-family: var(--headingfont);
    font-size: 14px;
    font-weight: 700;
    color: #CC242C;
    text-decoration: none;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: auto;
    transition: color 0.15s ease;
}
.example-github-link:hover {
    color: #a01c23;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .examples-grid { grid-template-columns: 1fr; }
    .example-card { padding: 28px 24px; }
}

/* ===== agentic.html ===== */
.agentic-hero {
    background: #231F20;
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#agenticHeroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.agentic-hero > * { position: relative; z-index: 1; }
.agentic-hero h1 {
    font-family: var(--headingfont);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 24px;
}
.agentic-hero p {
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.7);
    max-width: 680px;
    margin: 0 auto 40px;
}
.agentic-hero .hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.agentic-why { background: #fff; }
.agentic-why .intro-text {
    font-size: 18px;
    line-height: 1.8;
    max-width: 860px;
    margin-bottom: 64px;
}
.agentic-pillars { display: flex; flex-direction: column; gap: 48px; max-width: 860px; }
.agentic-pillar { display: grid; grid-template-columns: 80px 1fr; gap: 0 32px; align-items: start; }
.agentic-pillar-num {
    font-family: var(--headingfont);
    font-size: 64px;
    font-weight: 700;
    color: #CC242C;
    opacity: 0.15;
    line-height: 1;
    letter-spacing: -2px;
}
.agentic-pillar h3 {
    font-family: var(--headingfont);
    font-size: 22px;
    font-weight: 700;
    color: #231F20;
    margin: 8px 0 12px;
}
.agentic-pillar p { font-size: 17px; line-height: 1.8; color: #444; margin: 0; }

.agentic-shift { background: #f8f8f6; }
.agentic-shift-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px;
    max-width: 900px;
}
.agentic-shift-col h3 {
    font-family: var(--headingfont);
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 20px;
}
.agentic-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.agentic-list li {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    padding-left: 20px;
    position: relative;
}
.agentic-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CC242C;
}

@media (max-width: 767px) {
    .agentic-pillar { grid-template-columns: 1fr; gap: 0; }
    .agentic-pillar-num { font-size: 48px; margin-bottom: 4px; }
    .agentic-shift-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ===== agentic.html — updated sections ===== */
.agentic-what { background: #fff; }
.agentic-what .intro-text { font-size: 18px; line-height: 1.8; max-width: 860px; margin-bottom: 56px; }
.agentic-scenarios { display: flex; flex-direction: column; gap: 32px; max-width: 860px; }
.agentic-scenario { display: flex; gap: 24px; align-items: flex-start; padding: 28px 32px; background: #f8f8f6; border-radius: 12px; border-left: 3px solid #CC242C; }
.agentic-scenario-icon { flex-shrink: 0; width: 44px; height: 44px; background: #CC242C; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; }
.agentic-scenario p { font-size: 17px; line-height: 1.75; color: #444; margin: 0; }
.agentic-scenario p strong { color: #231F20; }

.agentic-ready { background: #fff; }
.agentic-ready .intro-text { font-size: 18px; line-height: 1.8; max-width: 860px; margin-bottom: 56px; }
.agentic-pillars { display: flex; flex-direction: column; gap: 48px; max-width: 860px; }
.agentic-pillar { display: grid; grid-template-columns: 80px 1fr; gap: 0 32px; align-items: start; }
.agentic-pillar-num { font-family: var(--headingfont); font-size: 64px; font-weight: 700; color: #CC242C; opacity: 0.15; line-height: 1; letter-spacing: -2px; }
.agentic-pillar-content h3 { font-family: var(--headingfont); font-size: 22px; font-weight: 700; color: #231F20; margin: 8px 0 12px; }
.agentic-pillar-content p { font-size: 17px; line-height: 1.8; color: #444; margin: 0 0 12px; }
.agentic-pillar-content p:last-child { margin-bottom: 0; }
.agentic-note { font-size: 14px !important; color: #888 !important; font-style: italic; }
.agentic-note a { color: #CC242C; text-decoration: none; }

.agentic-security { background: #f8f8f6; }
.agentic-security .intro-text { font-size: 18px; line-height: 1.8; max-width: 860px; margin-bottom: 56px; }
.agentic-security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 900px; }
.agentic-security-item { background: #fff; border-radius: 12px; padding: 32px; border: 1px solid rgba(0,0,0,0.07); }
.agentic-security-item h3 { font-family: var(--headingfont); font-size: 20px; font-weight: 700; color: #231F20; margin-bottom: 12px; }
.agentic-security-item p { font-size: 16px; line-height: 1.75; color: #444; margin: 0; }

@media (max-width: 767px) {
    .agentic-scenario { flex-direction: column; gap: 16px; padding: 20px; }
    .agentic-pillar { grid-template-columns: 1fr; gap: 0; }
    .agentic-pillar-num { font-size: 48px; margin-bottom: 4px; }
    .agentic-security-grid { grid-template-columns: 1fr; }
}
