:root{--font:"Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--orange-6:#ea580c;--orange-5:#f97316;--yellow-6:#ca8a04;--surface-0:#fafafa;--surface-1:#fff;--surface-2:#f4f4f5;--surface-3:#e4e4e7;--text:#18181b;--text-muted:#52525b;--text-faint:#71717a;--border:#18181b14;--border-strong:#18181b1f;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 28px #0f172a14;--shadow-lg:0 24px 64px -16px #0f172a24;--radius:12px;--radius-lg:20px;--header-h:64px;--max:1120px;--narrow:720px;--mock-frame:#f8fafc;--mock-chrome:#f1f5f9;--mock-panel:#fff;--mock-border:#e2e8f0;--mock-muted:#cbd5e1;--mock-fg:#0f172a;--mock-well:#f8fafc;--mock-accent:#ea580c8c;--mock-accent-soft:#fdba7459;--mock-selected:#fed7aa59}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font);color:var(--text);background:var(--surface-0);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--text);color:var(--surface-1);z-index:1000;border-radius:8px;padding:10px 16px;font-size:.875rem;font-weight:600;transition:transform .2s;position:absolute;top:12px;left:12px;transform:translateY(-140%)}.skip-link:focus{outline:2px solid var(--orange-5);outline-offset:2px;transform:translateY(0)}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 1.25rem}.container.narrow{max-width:var(--narrow)}.section{padding:4.5rem 0;position:relative}.section-alt{background:linear-gradient(180deg, var(--surface-2) 0%, var(--surface-0) 100%)}.pitch-hour .section-lead{margin-bottom:0}.pitch-hour__layout{grid-template-columns:min(32vw,152px) 1fr;align-items:center;gap:clamp(1.25rem,4vw,2.5rem);display:grid}.pitch-hour__visual{filter:drop-shadow(0 8px 28px #0f172a14)}.pitch-hour__visual .pitch-hour-clock{width:100%;max-width:152px;height:auto;margin:0 auto;display:block}.pitch-hour-clock__track{stroke:var(--surface-3)}.pitch-hour__content{min-width:0}@media (width<=640px){.pitch-hour__layout{grid-template-columns:1fr;justify-items:center}.pitch-hour__visual{margin-bottom:.25rem}.pitch-hour__visual .pitch-hour-clock{max-width:132px}.pitch-hour__content{justify-self:stretch}}.pitch-hour-list{gap:.9rem;max-width:52ch;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.pitch-hour-list li{color:var(--text-muted);padding-left:1.35rem;font-size:.9375rem;line-height:1.55;position:relative}.pitch-hour-list li:before{content:"";background:linear-gradient(135deg, var(--orange-5), var(--yellow-6));border-radius:50%;width:7px;height:7px;position:absolute;top:.55em;left:0;box-shadow:0 0 0 2px #ea580c1f}.section-title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.section-lead{color:var(--text-muted);max-width:52ch;margin:0 0 2.5rem;font-size:1.05rem;line-height:1.65}.kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--orange-6);margin:0 0 .75rem;font-size:.72rem;font-weight:700}.lead{color:var(--text-muted);max-width:52ch;margin:0 0 1.75rem;font-size:1.125rem;line-height:1.7}.hero-intro{max-width:52ch}.hero-intro .lead{margin-bottom:.85rem}.hero-lead-bullets{color:var(--text-muted);margin:0 0 1.75rem;padding-left:1.25rem;font-size:1.05rem;line-height:1.65;list-style:outside}.hero-lead-bullets li{margin:0 0 .45rem}.hero-lead-bullets li:last-child{margin-bottom:0}.site-header{z-index:50;height:var(--header-h);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;transition:box-shadow .2s;position:sticky;top:0}.site-header.is-scrolled{box-shadow:var(--shadow-sm)}.header-inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.brand{color:inherit;align-items:center;gap:.65rem;min-width:0;text-decoration:none;display:flex}.brand-mark{border-radius:12px;flex-shrink:0;box-shadow:0 4px 16px #ea580c2e}.brand-name{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.nav-toggle{border:1px solid var(--border-strong);background:var(--surface-1);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.nav-toggle-bars{background:var(--text);width:18px;height:2px;box-shadow:0 -6px 0 var(--text), 0 6px 0 var(--text);border-radius:1px;display:block}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem 1.25rem;display:flex}.site-nav a:not(.btn){color:var(--text-muted);padding:.35rem 0;font-size:.9rem;font-weight:500;text-decoration:none}.site-nav a:not(.btn):hover{color:var(--text)}@media (width<=900px){.nav-toggle{display:inline-flex}.site-nav{left:0;right:0;top:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff5;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.25rem 1.25rem;display:none;position:absolute}.site-header.nav-open .site-nav{display:flex}.site-nav a:not(.btn){border-bottom:1px solid var(--border);padding:.75rem 0}.site-nav .nav-cta{text-align:center;justify-content:center;margin-top:.75rem}}.lang-switch{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.lang-switch__btn{border:1px solid var(--border);background:var(--surface-1);color:var(--text-muted);cursor:pointer;border-radius:8px;padding:.4rem .6rem;font-family:inherit;font-size:.7rem;font-weight:700;transition:background .15s,border-color .15s,color .15s}.lang-switch__btn:hover{color:var(--text);border-color:var(--border-strong)}.lang-switch__btn.is-active{color:var(--orange-6);background:linear-gradient(120deg,#fdba7473 0%,#ea580c2e 100%);border-color:#ea580c66}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn-sm{padding:.45rem .85rem;font-size:.875rem}.btn-primary{background:linear-gradient(120deg, var(--orange-5) 0%, var(--orange-6) 45%, #d97706 100%);color:#fff;border-color:#0000000f;box-shadow:0 4px 14px #ea580c59}.btn-primary:hover{filter:brightness(1.05);box-shadow:0 6px 20px #ea580c66}.btn-secondary{background:var(--surface-1);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--surface-2)}.btn-ghost{color:var(--orange-6);background:0 0;border-color:#ea580c59}.btn-ghost:hover{background:#fed7aa40}.btn-inverse{color:var(--orange-6);box-shadow:var(--shadow-md);background:#fff;border-color:#ffffff59}.btn-inverse:hover{background:#fff7ed}.hero{padding:3rem 0 4rem;overflow:clip visible}.hero-bg{pointer-events:none;background:radial-gradient(80% 55% at 50% -15%,#fdba7473 0%,#0000 55%),radial-gradient(50% 40% at 90% 20%,#ea580c1f 0%,#0000 50%),radial-gradient(45% 35% at 10% 60%,#ca8a041f 0%,#0000 50%);position:absolute;inset:0}.hero-bg:after{content:"";opacity:.6;background-image:linear-gradient(#18181b0a 1px,#0000 1px),linear-gradient(90deg,#18181b0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,#0000 70%)}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-visual-column{min-width:0;position:relative}.hero-lms-banner{letter-spacing:-.01em;color:#7c2d12;text-align:center;text-wrap:balance;overflow-wrap:anywhere;box-sizing:border-box;background:linear-gradient(135deg,#fff7edfa 0%,#fed7aa8c 45%,#fdba7473 100%);border:2px solid #ea580c73;border-radius:999px;width:100%;max-width:100%;margin:0;padding:.75rem clamp(.85rem,2.5vw,1.35rem);font-size:clamp(.8125rem,1.35vw,1.0625rem);font-weight:800;line-height:1.3;box-shadow:inset 0 0 0 1px #fffc,0 12px 36px #ea580c33,0 6px 20px #0f172a14}@media (width>=901px){.hero-lms-banner{z-index:4;width:fit-content;max-width:100%;margin-inline:auto;position:absolute;top:0;left:0;right:0;transform:none}}@media (width<=900px){.hero-grid{flex-direction:column;align-items:stretch;gap:2rem;display:flex}.hero-visual-column{display:contents}.hero-lms-banner{order:1;align-self:stretch;width:100%;max-width:min(28rem,100%);margin-bottom:0}.hero-copy{order:2}.hero-visual{order:3;width:100%}}.hero-copy h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,5vw,2.85rem);font-weight:700;line-height:1.12}.hero-title-prefix{display:block}.hero-title-typewriter{min-height:1.15em;margin-top:.08em;display:block}.hero-title-typewriter__text{font-weight:700}.hero-title-typewriter__cursor{vertical-align:-.08em;background:currentColor;width:.08em;height:.92em;margin-left:.06em;animation:.9s step-end infinite hero-typewriter-cursor;display:inline-block}.hero-title-typewriter__cursor[hidden]{display:none}@keyframes hero-typewriter-cursor{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-title-typewriter__cursor{animation:none}}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.hero-note{color:var(--text-faint);max-width:42ch;margin:0;font-size:.875rem}.section-lead:empty,.hero-note:empty{display:none}.hero-visual-cluster{padding:.5rem 0 1.5rem;position:relative}@media (width>=901px){.hero-visual-cluster{padding-top:3.5rem;padding-left:.5rem}}.hero-visual-back{border-radius:var(--radius-lg);border:1px solid var(--border);z-index:0;pointer-events:none;background:linear-gradient(145deg,#fdba7459 0%,#ea580c1f 50%,#ca8a0426 100%);height:78%;position:absolute;inset:12% -6% auto 8%;transform:rotate(-3deg)scale(.96);box-shadow:0 18px 40px #0f172a14}.mock-window--hero{z-index:1;position:relative}.mock-window{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-1);box-shadow:var(--shadow-lg);padding:.5rem;overflow:hidden}.mock-svg{vertical-align:middle;width:100%;height:auto;display:block}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem 1.5rem 1.65rem}.card h3{letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.pricing-section .section-title{text-align:center}.pricing-section .section-lead{text-align:center;margin-left:auto;margin-right:auto}.pricing-grid{grid-template-columns:1.12fr 1fr;align-items:stretch;gap:1.25rem;margin-top:.35rem;display:grid}@media (width<=900px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{flex-direction:column;min-height:100%;display:flex}.pricing-card--featured{box-shadow:var(--shadow-md), 0 0 0 1px #fdba7459 inset;background:linear-gradient(168deg, #fff7edfa 0%, var(--surface-1) 55%, #fffffff5 100%);border-color:#ea580c59;position:relative;overflow:hidden}.pricing-card--featured:before{content:"";background:linear-gradient(90deg, #fdba74 0%, var(--orange-5) 40%, #ca8a04 100%);opacity:.95;pointer-events:none;height:4px;position:absolute;top:0;left:0;right:0}.pricing-card__featured-top{margin-bottom:.35rem}.pricing-card h3.pricing-card__free-title{letter-spacing:-.025em;color:var(--text);margin:.5rem 0 0;font-size:1.2rem;font-weight:700;line-height:1.25}.pricing-badge{letter-spacing:.07em;text-transform:uppercase;color:var(--orange-6);background:linear-gradient(135deg,#fed7aaa6,#fdba7459);border:1px solid #ea580c47;border-radius:999px;align-self:flex-start;margin:0;padding:.38rem .72rem;font-size:.68rem;font-weight:700;display:inline-block;box-shadow:inset 0 1px #ffffffa6}.pricing-card__intro{margin-bottom:1rem!important}.pricing-checklist--featured li{padding-left:1.6rem}.pricing-checklist--featured li:before{content:"";background:linear-gradient(145deg, var(--orange-5) 0%, #d97706 100%);border-radius:6px;width:1.05rem;height:1.05rem;top:.42em;box-shadow:0 0 0 1px #ea580c33}.pricing-checklist--featured li:after{content:"";box-sizing:border-box;border:2px solid #fff;border-top:none;border-left:none;width:.28rem;height:.52rem;position:absolute;top:.52em;left:.32rem;transform:rotate(45deg)}.pricing-card__copy{margin-bottom:.85rem!important}.pricing-checklist{flex-direction:column;flex:1;gap:.65rem;margin:0 0 1.35rem;padding:0;list-style:none;display:flex}.pricing-checklist li{color:var(--text-muted);padding-left:1.35rem;font-size:.9rem;line-height:1.55;position:relative}.pricing-checklist li:before{content:"";background:linear-gradient(135deg, var(--orange-5), var(--yellow-6));border-radius:50%;width:6px;height:6px;position:absolute;top:.48em;left:0}.token-packs{flex-direction:column;gap:.85rem;margin:0 0 1rem;display:flex}.token-pack-row{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-0);box-shadow:var(--shadow-sm);padding:.85rem 1rem}.token-pack-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.token-pack-label{color:var(--text);letter-spacing:-.01em;font-size:.9rem;font-weight:600}.token-pack-total{color:var(--orange-6);white-space:nowrap;font-size:1rem;font-weight:700}.token-pack-bar{background:var(--surface-3);border-radius:999px;height:9px;margin:.65rem 0 .45rem;overflow:hidden}.token-pack-bar-fill{border-radius:inherit;background:linear-gradient(90deg, #fdba74e6 0%, var(--orange-5) 45%, #d97706 100%);min-width:6px;height:100%;transition:width .35s;box-shadow:inset 0 1px #ffffff59}.token-pack-per{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.45}.token-pack-per-val{color:var(--text);font-weight:600}.pricing-card__cta{align-self:flex-start;margin-top:auto}.section-cta{justify-content:center;margin-top:2.5rem;display:flex}.flow-section{padding-top:4rem;padding-bottom:4.5rem}.flow-section__head{text-align:center;max-width:40rem;margin-bottom:.25rem;margin-left:auto;margin-right:auto}.flow-section__head .section-title{margin-bottom:.65rem}.flow-section__lead{color:var(--text-muted);margin-left:auto;margin-right:auto;font-size:1.0625rem;line-height:1.65}.flow-static-shell{border-radius:var(--radius-lg);background:linear-gradient(165deg,#fff7edbf 0%,#ffffffeb 42%,#fef3c759 100%);border:1px solid #ea580c24;max-width:56rem;margin-top:1.75rem;margin-left:auto;margin-right:auto;padding:clamp(1.15rem,3vw,2rem);box-shadow:inset 0 0 0 1px #ffffffb3,0 22px 56px #0f172a12}.flow-steps{border-radius:var(--radius);background:var(--surface-1);box-shadow:var(--shadow-md);border:1px solid #ea580c1f;margin:0;padding:0;list-style:none;overflow:hidden}.flow-step{border-bottom:1px solid #18181b14;grid-template-columns:auto 1fr;align-items:start;gap:1.25rem 1.5rem;padding:1.4rem 1.5rem 1.45rem;display:grid}.flow-step:last-child{border-bottom:none}.flow-step__num{letter-spacing:.06em;color:var(--orange-6);font-size:.75rem;font-weight:800;line-height:1.2}.flow-step__body h3{margin:0 0 .35rem;font-size:1.15rem;font-weight:700}.flow-step__hook{color:#9a3412;margin:0 0 .65rem;font-size:.9375rem;font-weight:600;line-height:1.45}.flow-step__body p:not(.flow-step__hook){color:var(--text-muted);margin:0;font-size:.97rem;line-height:1.62}@media (width<=600px){.flow-step{grid-template-columns:1fr;gap:.5rem;padding:1.2rem 1.15rem 1.3rem}.flow-step__num{font-size:.7rem}}.contact-section__head{text-align:center;margin-bottom:2rem}.contact-section__head .section-lead{margin-left:auto;margin-right:auto}.contact-grid{grid-template-columns:1.15fr 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form__honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{color:var(--text);font-size:.875rem;font-weight:600}.form-optional{color:var(--text-faint);font-weight:500}.form-field input,.form-field textarea{width:100%;font:inherit;color:var(--text);background:var(--surface-0);border:1px solid var(--border-strong);border-radius:10px;padding:.65rem .85rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-field textarea{resize:vertical;min-height:7rem}.form-field input:focus,.form-field textarea:focus{border-color:#ea580c8c;outline:none;box-shadow:0 0 0 3px #fdba7459}.contact-form__status{margin:0;font-size:.9rem;line-height:1.5}.contact-form__status--success{color:#15803d}.contact-form__status--error{color:#b91c1c}.contact-form__status--sending{color:var(--text-muted)}.contact-form__submit{align-self:flex-start;margin-top:.15rem}.contact-methods h3{letter-spacing:-.01em;margin:0 0 1rem;font-size:1.05rem;font-weight:700}.contact-methods__item{margin-bottom:1.1rem}.contact-methods__label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .25rem;font-size:.8rem;font-weight:600}.contact-methods__value{color:var(--text);margin:0;font-size:.95rem;font-weight:500;text-decoration:none}a.contact-methods__value:hover{color:var(--orange-6)}.contact-methods__value--plain{color:var(--text-muted);font-weight:400;line-height:1.55}.contact-methods__address{border-top:1px solid var(--border);color:var(--text-muted);white-space:pre-line;margin:1.25rem 0 0;padding-top:1.15rem;font-size:.875rem;font-style:normal;line-height:1.55}.cta-band{color:#fff;background:linear-gradient(125deg,#ea580c 0%,#d97706 40%,#ca8a04 100%);padding:3.5rem 0}.cta-band .section-title,.cta-lead{color:#fffffff2}.cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-inner h2{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700}.cta-lead{opacity:.95;max-width:42ch;margin:0;font-size:1rem}.site-footer{color:#a1a1aa;background:#18181b;padding:2.5rem 0}.footer-inner{text-align:left;gap:1.5rem;display:grid}@media (width>=700px){.footer-inner{grid-template-columns:1fr auto;align-items:start}.footer-copy{grid-area:1/1;justify-self:start}.footer-contact{text-align:right;grid-area:1/2;justify-self:end;max-width:32ch;margin:0}.lang-switch--footer{grid-area:2/1/auto/-1}}.footer-copy{color:#71717a;margin:0;font-size:.8125rem}.footer-contact{color:#71717a;white-space:pre-line;margin:0;padding:0;font-size:.8125rem;font-style:normal;line-height:1.55}.lang-switch--footer{grid-column:1/-1;justify-content:flex-start;margin-top:.25rem}.lang-switch--footer .lang-switch__btn{color:#d4d4d8;background:#ffffff0f;border-color:#ffffff1f}.lang-switch--footer .lang-switch__btn:hover{color:#fff;background:#ffffff17;border-color:#ffffff38}.lang-switch--footer .lang-switch__btn.is-active{color:#fdba74;background:#ea580c38;border-color:#fb923c73}.reveal{opacity:0;transform:translateY(12px)}.reveal.is-visible{opacity:1;transition:opacity .55s,transform .55s;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}.reveal.is-visible{transition:none}}
