/* ========================================
   Base44 to WordPress — Theme Styles v1.0
   ======================================== */
:root{--blue:#3b82f6;--blue-dark:#2563eb;--blue-light:rgba(59,130,246,.15);--indigo:#6366f1;--violet:#8b5cf6;--slate-900:#0f172a;--slate-800:#1e293b;--slate-700:#334155;--slate-500:#64748b;--slate-400:#94a3b8;--slate-300:#cbd5e1;--slate-200:#e2e8f0;--slate-100:#f1f5f9;--slate-50:#f8fafc;--radius:.75rem}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:var(--slate-900);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-size:1rem}
::selection{background-color:rgba(59,130,246,.15);color:var(--slate-800)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit}

/* Containers */
.b4-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
.b4-container--narrow{max-width:48rem;margin:0 auto;padding:0 1.5rem}
.b4-container--mid{max-width:64rem;margin:0 auto;padding:0 1.5rem}

/* ---- Header ---- */
.b4-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s}
.b4-header--scrolled{background:rgba(255,255,255,.8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--slate-100);box-shadow:0 1px 3px rgba(0,0,0,.05)}
.b4-header__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4rem}
@media(min-width:640px){.b4-header__inner{height:5rem}}
.b4-logo{font-size:1.25rem;font-weight:900;color:var(--slate-900);letter-spacing:-.025em;transition:opacity .2s}
.b4-logo:hover{opacity:.8}
.b4-nav{display:none;align-items:center;gap:2rem}
.b4-nav a,.b4-nav button{font-size:.875rem;font-weight:500;color:var(--slate-500);background:none;border:none;cursor:pointer;transition:color .2s;padding:0}
.b4-nav a:hover,.b4-nav button:hover{color:var(--slate-900)}
.b4-header__cta{display:none;background:var(--slate-900);color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s}
.b4-header__cta:hover{background:var(--slate-800)}
.b4-menu-toggle{display:flex;align-items:center;padding:.5rem;background:none;border:none;cursor:pointer;color:var(--slate-700)}
.b4-mobile-nav{display:none;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--slate-100);padding:1rem 1.5rem}
.b4-mobile-nav.is-open{display:block}
.b4-mobile-nav a,.b4-mobile-nav button{display:block;width:100%;text-align:left;padding:.75rem 0;font-size:.875rem;font-weight:500;color:var(--slate-700);background:none;border:none;cursor:pointer}
.b4-mobile-nav__cta{display:block;width:100%;text-align:center;margin-top:.5rem;background:var(--slate-900);color:#fff;font-weight:600;font-size:.875rem;padding:.75rem;border-radius:.5rem;border:none;cursor:pointer}
@media(min-width:768px){.b4-nav{display:flex}.b4-header__cta{display:inline-flex}.b4-menu-toggle{display:none}}

/* ---- Main ---- */
.b4-main{padding-top:4rem}
@media(min-width:640px){.b4-main{padding-top:5rem}}

/* ---- Buttons ---- */
.b4-btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;border-radius:.75rem;transition:all .2s;cursor:pointer;border:none;font-size:1rem;text-decoration:none}
.b4-btn--dark{background:var(--slate-900);color:#fff;padding:.75rem 2rem;box-shadow:0 10px 15px rgba(15,23,42,.2)}
.b4-btn--dark:hover{background:var(--slate-800);box-shadow:0 15px 25px rgba(15,23,42,.25);transform:translateY(-1px)}
.b4-btn--outline{background:transparent;color:var(--slate-700);padding:.75rem 2rem;border:1px solid var(--slate-200)}
.b4-btn--outline:hover{background:var(--slate-50)}
.b4-btn--blue{background:var(--blue-dark);color:#fff;padding:.75rem 2.5rem;box-shadow:0 10px 25px rgba(37,99,235,.3)}
.b4-btn--blue:hover{background:#1d4ed8;box-shadow:0 15px 30px rgba(37,99,235,.4);transform:translateY(-1px)}
.b4-btn--blue-lg{background:var(--blue-dark);color:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;box-shadow:0 15px 40px rgba(37,99,235,.3)}
.b4-btn--blue-lg:hover{background:#1d4ed8;box-shadow:0 20px 50px rgba(37,99,235,.4);transform:translateY(-1px)}
.b4-btn svg{width:1rem;height:1rem;flex-shrink:0}
.b4-btn--blue-lg svg{width:1.25rem;height:1.25rem}

/* ---- Hero ---- */
.b4-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:6rem 0}
.b4-hero__bg{position:absolute;inset:0;background:linear-gradient(to bottom right,var(--slate-50),#fff,rgba(239,246,255,.4))}
.b4-hero__orb{position:absolute;border-radius:50%;pointer-events:none}
.b4-hero__orb--1{top:5rem;right:2.5rem;width:24rem;height:24rem;background:rgba(59,130,246,.05);filter:blur(48px)}
.b4-hero__orb--2{bottom:2.5rem;left:2.5rem;width:18rem;height:18rem;background:rgba(99,102,241,.05);filter:blur(48px)}
.b4-hero__dot-bg{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle,#1e293b 1px,transparent 1px);background-size:32px 32px}
.b4-hero__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}
.b4-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(219,234,254,.5);border:1px solid rgba(191,219,254,1);color:#1d4ed8;font-size:.875rem;font-weight:500;margin-bottom:2rem}
.b4-hero__badge .pulse{width:.5rem;height:.5rem;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.b4-hero__title{font-size:3rem;font-weight:900;color:var(--slate-900);line-height:.95;letter-spacing:-.025em}
.b4-hero__title .gradient{background:linear-gradient(to right,#2563eb,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.b4-hero__desc{margin-top:2rem;font-size:1.125rem;color:var(--slate-500);line-height:1.625;max-width:36rem;font-weight:300}
.b4-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}
.b4-hero__trust{display:flex;flex-wrap:wrap;align-items:center;column-gap:1.5rem;row-gap:.75rem;margin-top:2.5rem;font-size:.875rem;color:var(--slate-400)}
.b4-hero__trust span{display:flex;align-items:center;gap:.5rem}
.b4-hero__trust .dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}
/* Hero mockup */
.b4-hero__mockup{display:none;position:relative}
.b4-hero__window{background:#fff;border-radius:1rem;box-shadow:0 25px 50px rgba(15,23,42,.1);border:1px solid var(--slate-100);padding:.25rem;overflow:hidden}
.b4-hero__window--left{transform:rotate(-2deg)}
.b4-hero__window--right{transform:rotate(2deg);margin-top:-4rem;margin-left:5rem}
.b4-hero__window-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--slate-100)}
.b4-hero__window-dots{display:flex;gap:.375rem}
.b4-hero__window-dot{width:.75rem;height:.75rem;border-radius:50%}
.b4-hero__window-dot--r{background:#f87171}.b4-hero__window-dot--y{background:#fbbf24}.b4-hero__window-dot--g{background:#4ade80}
.b4-hero__window-url{flex:1;text-align:center}
.b4-hero__window-url span{display:inline-block;padding:.25rem 1rem;background:var(--slate-50);border-radius:.375rem;font-size:.75rem;color:var(--slate-400);font-family:ui-monospace,monospace}
.b4-hero__window-body{padding:1.5rem}
.b4-hero__window-body .label{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;color:var(--slate-700);margin-bottom:1rem}
.b4-hero__window-body .label svg{width:1.25rem;height:1.25rem;color:var(--slate-300)}
.b4-hero__window-body .label svg.blue{color:var(--blue)}
.b4-hero__window-body .lines{display:flex;flex-direction:column;gap:.5rem}
.b4-hero__window-body .line{height:1rem;background:var(--slate-100);border-radius:.25rem}
.b4-hero__window-body .line--short{width:50%}.b4-hero__window-body .line--med{width:75%}
.b4-hero__window-body .line--btn{width:33%;height:2rem;background:rgba(219,234,254,.5);margin-top:.5rem}
.b4-hero__window-body .line--btn-b{background:rgba(191,219,254,.5)}
.b4-hero__window-body .boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.75rem}
.b4-hero__window-body .box{height:4rem;background:var(--slate-50);border-radius:.5rem}
.b4-hero__window-body .box--b{background:rgba(239,246,255,.5)}
.b4-hero__arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:var(--blue);color:#fff;border-radius:50%;padding:.75rem;box-shadow:0 8px 25px rgba(59,130,246,.3)}
.b4-hero__arrow svg{width:1.25rem;height:1.25rem}
@media(min-width:640px){.b4-hero__title{font-size:3.75rem;line-height:1}.b4-hero__desc{font-size:1.25rem}}
@media(min-width:1024px){.b4-hero__grid{grid-template-columns:1fr 1fr}.b4-hero__mockup{display:block}.b4-hero__title{font-size:4.5rem;line-height:1}}

/* ---- Sections ---- */
.b4-section{padding:6rem 1.5rem}
@media(min-width:640px){.b4-section{padding:8rem 1.5rem}}
.b4-section--slate{background:rgba(248,250,252,.5)}
.b4-section--dark{background:var(--slate-900);position:relative;overflow:hidden}
.b4-section__header{text-align:center;margin-bottom:4rem}
.b4-section__eyebrow{color:var(--blue-dark);font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}
.b4-section__eyebrow--light{color:rgba(96,165,250,1)}
.b4-section__title{font-size:2.25rem;font-weight:900;color:var(--slate-900);letter-spacing:-.025em;line-height:1.1}
.b4-section__title--white{color:#fff}
.b4-section__title .muted{color:var(--slate-400)}
.b4-section__title .muted-light{color:var(--slate-500)}
.b4-section__title .gradient{background:linear-gradient(to right,#2563eb,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
@media(min-width:640px){.b4-section__title{font-size:3rem}}

/* ---- Problem Cards ---- */
.b4-problem-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.b4-problem-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid var(--slate-100);transition:all .3s}
.b4-problem-card:hover{border-color:var(--slate-200);box-shadow:0 10px 25px rgba(241,245,249,1)}
.b4-problem-card__icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.b4-problem-card__icon--red{background:#fef2f2}.b4-problem-card__icon--amber{background:#fffbeb}
.b4-problem-card__icon--purple{background:#faf5ff}.b4-problem-card__icon--blue{background:#eff6ff}
.b4-problem-card__icon svg{width:1.5rem;height:1.5rem}
.b4-problem-card h3{font-size:1.125rem;font-weight:700;color:var(--slate-900);margin-bottom:.75rem}
.b4-problem-card p{font-size:.875rem;color:var(--slate-500);line-height:1.625}
@media(min-width:640px){.b4-problem-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.b4-problem-grid{grid-template-columns:repeat(4,1fr)}}

/* ---- Steps ---- */
.b4-steps-grid{display:grid;grid-template-columns:1fr;gap:3rem;position:relative}
.b4-steps-line{display:none}
.b4-step{text-align:center}
.b4-step__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem}
.b4-step__icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}
.b4-step__icon--blue{background:var(--blue);box-shadow:0 8px 30px rgba(59,130,246,.3)}
.b4-step__icon--indigo{background:var(--indigo);box-shadow:0 8px 30px rgba(99,102,241,.3)}
.b4-step__icon--violet{background:var(--violet);box-shadow:0 8px 30px rgba(139,92,246,.3)}
.b4-step__icon svg{width:1.75rem;height:1.75rem;color:#fff}
.b4-step__num{position:absolute;top:-.75rem;right:-.75rem;font-size:.75rem;font-weight:900;color:var(--slate-300);background:#fff;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--slate-100)}
.b4-step h3{font-size:1.25rem;font-weight:700;color:var(--slate-900);margin-bottom:.75rem}
.b4-step p{color:var(--slate-500);line-height:1.625;max-width:24rem;margin:0 auto}
@media(min-width:768px){.b4-steps-grid{grid-template-columns:repeat(3,1fr)}.b4-steps-line{display:block;position:absolute;top:6rem;left:20%;right:20%;height:1px;background:linear-gradient(to right,rgba(191,219,254,1),rgba(165,180,252,1),rgba(196,181,253,1))}}

/* ---- Features (dark) ---- */
.b4-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.b4-feature{background:rgba(255,255,255,.05);backdrop-filter:blur(4px);border-radius:1rem;padding:1.75rem;border:1px solid rgba(255,255,255,.1);transition:all .3s}
.b4-feature:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}
.b4-feature__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:rgba(59,130,246,.15);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.b4-feature__icon svg{width:1.25rem;height:1.25rem;color:rgba(96,165,250,1)}
.b4-feature h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}
.b4-feature p{font-size:.875rem;color:var(--slate-400);line-height:1.625}
.b4-dark-orb{position:absolute;border-radius:50%;pointer-events:none}
.b4-dark-orb--1{top:0;left:25%;width:24rem;height:24rem;background:rgba(59,130,246,.1);filter:blur(48px)}
.b4-dark-orb--2{bottom:0;right:25%;width:24rem;height:24rem;background:rgba(99,102,241,.1);filter:blur(48px)}
.b4-dark-dots{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle,#fff 1px,transparent 1px);background-size:24px 24px}
@media(min-width:640px){.b4-features-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.b4-features-grid{grid-template-columns:repeat(4,1fr)}}

/* ---- Pricing ---- */
.b4-pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:48rem;margin:0 auto}
.b4-pricing-card{position:relative;background:#fff;border-radius:1rem;padding:2rem;border:1px solid var(--slate-200);transition:all .3s}
.b4-pricing-card:hover{border-color:var(--slate-300);box-shadow:0 10px 25px rgba(0,0,0,.05)}
.b4-pricing-card--popular{border-color:rgba(191,219,254,1);box-shadow:0 25px 50px rgba(59,130,246,.1)}
.b4-pricing-card--popular .b4-pricing-card__bg{position:absolute;inset:0;border-radius:1rem;background:linear-gradient(to bottom,rgba(239,246,255,.5),transparent);pointer-events:none}
.b4-pricing-badge{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:.375rem;background:var(--blue-dark);color:#fff;font-size:.75rem;font-weight:700;padding:.375rem 1rem;border-radius:9999px;box-shadow:0 8px 20px rgba(37,99,235,.3);white-space:nowrap}
.b4-pricing-badge svg{width:.75rem;height:.75rem}
.b4-pricing-card__content{position:relative}
.b4-pricing-card h3{font-size:1.125rem;font-weight:700;color:var(--slate-900);margin-bottom:.25rem}
.b4-pricing-card__desc{font-size:.875rem;color:var(--slate-500);margin-bottom:1.5rem}
.b4-pricing-card__price{margin-bottom:2rem}
.b4-pricing-card__price .amount{font-size:3rem;font-weight:900;color:var(--slate-900)}
.b4-pricing-card__price .label{font-size:.875rem;color:var(--slate-400);margin-left:.5rem}
.b4-pricing-card__features{list-style:none;padding:0;margin:0 0 2rem}
.b4-pricing-card__features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:.875rem;color:var(--slate-600)}
.b4-pricing-card__features li svg{width:1rem;height:1rem;flex-shrink:0;margin-top:.125rem}
.b4-pricing-card__features li svg.blue{color:var(--blue)}
.b4-pricing-card__features li svg.muted{color:var(--slate-400)}
.b4-pricing-note{text-align:center;margin-top:2rem;font-size:.875rem;color:var(--slate-400)}
@media(min-width:768px){.b4-pricing-grid{grid-template-columns:repeat(2,1fr)}.b4-pricing-card--popular{margin-top:-1rem;margin-bottom:-1rem}}

/* ---- FAQ ---- */
.b4-faq-list{display:flex;flex-direction:column;gap:.75rem}
.b4-faq-item{background:#fff;border-radius:1rem;border:1px solid var(--slate-100);overflow:hidden;transition:all .3s}
.b4-faq-item--open{border-color:var(--slate-200);box-shadow:0 10px 25px rgba(241,245,249,1)}
.b4-faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.5rem;background:none;border:none;cursor:pointer;text-align:left}
.b4-faq-item__question h3{font-size:1rem;font-weight:600;color:var(--slate-900)}
.b4-faq-item__question svg{width:1.25rem;height:1.25rem;color:var(--slate-400);flex-shrink:0;transition:transform .3s}
.b4-faq-item--open .b4-faq-item__question svg{transform:rotate(180deg)}
.b4-faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.5rem}
.b4-faq-item--open .b4-faq-item__answer{max-height:20rem;padding:0 1.5rem 1.5rem}
.b4-faq-item__answer p{font-size:.875rem;color:var(--slate-500);line-height:1.625}

/* ---- Final CTA ---- */
.b4-cta{padding:6rem 1.5rem;background:var(--slate-900);position:relative;overflow:hidden}
@media(min-width:640px){.b4-cta{padding:8rem 1.5rem}}
.b4-cta__orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:37.5rem;height:37.5rem;background:rgba(37,99,235,.15);border-radius:50%;filter:blur(48px);pointer-events:none}
.b4-cta__title{font-size:2.25rem;font-weight:900;color:#fff;letter-spacing:-.025em;line-height:1.1}
@media(min-width:640px){.b4-cta__title{font-size:3rem}}
.b4-cta__desc{margin-top:1.5rem;font-size:1.125rem;color:var(--slate-400);max-width:32rem;margin-left:auto;margin-right:auto;line-height:1.625}
.b4-cta__button{margin-top:2.5rem}
.b4-cta__note{margin-top:1.5rem;font-size:.875rem;color:var(--slate-500)}

/* ---- Footer ---- */
.b4-footer{border-top:1px solid var(--slate-100);background:#fff}
.b4-footer__inner{max-width:80rem;margin:0 auto;padding:4rem 1.5rem}
.b4-footer__top{display:flex;flex-direction:column;align-items:center;gap:2rem}
.b4-footer__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.b4-footer__tagline{font-size:.875rem;color:var(--slate-400)}
.b4-footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:2rem;row-gap:.75rem}
.b4-footer__nav a{font-size:.875rem;color:var(--slate-500);transition:color .2s}
.b4-footer__nav a:hover{color:var(--slate-900)}
.b4-footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--slate-100);text-align:center}
.b4-footer__bottom p{font-size:.75rem;color:var(--slate-400)}
@media(min-width:768px){.b4-footer__top{flex-direction:row;justify-content:space-between}.b4-footer__brand{align-items:flex-start}}

/* ---- Privacy / Prose ---- */
.b4-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--slate-500);margin-bottom:3rem;transition:color .2s}
.b4-back-link:hover{color:var(--slate-900)}
.b4-privacy__title{font-size:2.25rem;font-weight:900;color:var(--slate-900);letter-spacing:-.025em;margin-bottom:1rem}
.b4-privacy__updated{font-size:.875rem;color:var(--slate-400);margin-bottom:3rem}
.b4-prose h2{font-size:1.25rem;font-weight:700;color:var(--slate-900);margin:2rem 0 .75rem;letter-spacing:-.025em}
.b4-prose p{color:var(--slate-500);line-height:1.625;margin-bottom:1rem}
.b4-prose ul{margin:0 0 1rem 1.5rem;color:var(--slate-500);line-height:1.625}
.b4-prose a{color:var(--blue-dark);transition:color .2s}
.b4-prose a:hover{color:#1d4ed8}

/* ---- Animations ---- */
.b4-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.b4-animate--visible{opacity:1;transform:translateY(0)}
.b4-animate[data-delay="1"]{transition-delay:.15s}
.b4-animate[data-delay="2"]{transition-delay:.3s}
.b4-animate[data-delay="3"]{transition-delay:.45s}
.b4-animate[data-delay="4"]{transition-delay:.6s}
.b4-animate[data-delay="5"]{transition-delay:.75s}
.b4-animate[data-delay="6"]{transition-delay:.9s}
.b4-animate[data-delay="7"]{transition-delay:1.05s}
