:root{--bg:#f8fafc;--surface:#ffffff;--muted-surface:#eef2ff;--text:#0f172a;--muted-text:#64748b;--border:#e0e7ff;--primary:#4338ca;--primary-light:#eef2ff;--accent:#166534;--accent-green-light:#f0fdf4;--accent-amber:#f59e0b;--accent-amber-light:#fffbeb;--primary-border:#c7d2fe;--indigo-300:#a5b4fc;--radius:12px;--content-width:1240px;--content-width-narrow:760px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-geist),-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit}.container{width:100%;max-width:var(--content-width);margin:0 auto;padding:0 20px}.container--narrow{max-width:var(--content-width-narrow)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.88)}.site-footer__row,.site-header__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;min-height:64px}.brand-lockup{gap:8px;text-decoration:none}.brand-lockup,.brand-lockup__symbol{display:inline-flex;align-items:center;font-weight:700}.brand-lockup__symbol{justify-content:center;width:28px;height:28px;border-radius:7px;color:#ffffff;background:linear-gradient(135deg,var(--primary),var(--accent));font-size:12px}.main-nav-shell{display:flex;align-items:center}.main-nav{justify-content:flex-end;gap:18px}.main-nav,.main-nav__group{display:flex;flex-wrap:wrap;align-items:center}.main-nav__group{gap:12px}.main-nav__group--account{justify-content:flex-end}.main-nav__link{text-decoration:none;color:var(--muted-text);font-size:14px}.main-nav__link:hover{color:var(--text)}.main-nav__button{border:0;border-radius:999px;padding:8px 12px;background:#e2e8f0;color:var(--text);font:inherit;font-weight:600;cursor:pointer}.main-nav__button:hover{background:#cbd5e1}.main-nav__button--primary{background:var(--primary);color:#ffffff;text-decoration:none;display:inline-block}.main-nav__button--primary:hover{background:#4f46e5;color:#ffffff}.mobile-nav{display:none;position:relative}.mobile-nav__toggle{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:#ffffff;color:var(--text);list-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-nav__toggle::-webkit-details-marker{display:none}.mobile-nav__toggle-icon{display:inline-flex;flex-direction:column;gap:4px}.mobile-nav__toggle-icon span{display:block;width:16px;height:2px;border-radius:999px;background:var(--text)}.mobile-nav__toggle-label{font-size:14px;font-weight:600}.mobile-nav[open] .mobile-nav__toggle{background:#e2e8f0}.mobile-nav__panel{position:absolute;right:0;top:calc(100% + 12px);width:min(320px,calc(100vw - 40px));display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(15,23,42,.14)}.mobile-nav__section{display:grid;grid-gap:10px;gap:10px}.mobile-nav__eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.mobile-nav__button,.mobile-nav__link{display:block;width:100%;padding:10px 12px;border-radius:12px;text-decoration:none;background:#f8fafc;color:var(--text);font-size:14px;font-weight:600;text-align:left}.mobile-nav__button{border:0;cursor:pointer}.mobile-nav__button:hover,.mobile-nav__link:hover{background:#e2e8f0}.mobile-nav__link--primary{background:var(--primary);color:#ffffff}.mobile-nav__link--primary:hover{background:#4f46e5;color:#ffffff}.site-footer{border-top:1px solid var(--border);margin-top:40px;background:#f1f5f9}.site-footer__links{flex-wrap:wrap}.policy-banner,.site-footer__links{display:flex;gap:12px;font-size:14px}.policy-banner{justify-content:space-between;padding:10px 20px;border-bottom:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a}.hero{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:28px;margin:28px 0 20px}.hero--category{background:var(--category-surface,var(--surface));color:var(--category-text,var(--text));border-color:var(--category-primary,var(--border))}.eyebrow{margin:0 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-text)}.hero h1{margin:0;font-size:32px}.hero p{color:var(--muted-text)}.marketing-shell__body{display:grid;grid-gap:12px;gap:12px;min-width:0;margin-bottom:32px}.marketing-shell__body--narrow{width:100%;max-width:460px;margin-right:auto;margin-left:auto}.marketing-shell__body>p{margin:0;color:var(--muted-text)}.marketing-shell__body>p a{color:var(--primary);font-weight:600;text-decoration:none}.marketing-shell__body>p a:hover{text-decoration:underline}.marketing-shell__body--narrow>p{width:100%;max-width:420px;margin-right:auto;margin-left:auto}.meta-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.meta-chip{font-size:13px;border-radius:999px;padding:6px 10px;border:1px solid rgba(15,23,42,.15);background:rgba(255,255,255,.7)}.page-section{max-width:var(--content-width);margin:0 auto;padding:32px 24px}.page-section__header{margin-bottom:24px}.page-section__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin:0 0 8px}.page-section__header h2{font-size:26px;font-weight:800;letter-spacing:-.01em;color:var(--text);margin:0 0 8px}.page-section__header p{font-size:14px;color:var(--muted-text);margin:0}.grid{display:grid;grid-gap:14px;gap:14px}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;transition:box-shadow .15s}.card:hover{box-shadow:0 8px 24px rgba(99,102,241,.1)}.card h3{margin:0 0 6px;font-size:15px;font-weight:700}.card p{margin:0 0 14px;color:var(--muted-text);font-size:13px;line-height:1.5}.card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px}.card a{display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:var(--primary);text-decoration:none}.card a:hover{text-decoration:underline}.guide-key-points{grid-gap:12px;gap:12px;padding-left:20px}.guide-key-points li{color:var(--muted-text)}.content-step-list{display:grid;grid-gap:12px;gap:12px;margin:0;padding-left:22px}.content-step-list li{color:var(--muted-text)}.content-step-list strong{display:block;color:var(--text);margin-bottom:4px}.content-step-list span{display:block}.guide-article-copy{display:grid;grid-gap:10px;gap:10px}.guide-article-copy h3,.guide-article-copy p{margin:0}.guide-article-copy p{color:var(--muted-text)}.affiliate-surface,.cta-block,.empty-state-box,.placeholder-box,.pricing-summary,.trust-panel,.upgrade-cta{border:1px solid var(--border);border-radius:var(--radius);background:var(--muted-surface);padding:14px;margin:10px 0}.premium-gate{border:1px solid var(--border);border-radius:var(--radius);background:#fff7ed;padding:14px;margin:10px 0}.ad-slot{border:1px dashed #64748b;border-radius:var(--radius);background:#f8fafc;padding:12px;margin:10px 0}.ad-slot__label,.affiliate-surface__label{margin:0 0 8px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#334155;font-weight:700}.ad-slot__body{font-weight:600}.ad-slot__disclosure{margin:8px 0 0;font-size:12px;color:#475569}.upgrade-cta--usage-exhausted{background:#fef2f2}.button{display:inline-block;border-radius:10px;padding:8px 12px;text-decoration:none;font-weight:600}.button--primary{color:#ffffff;background:var(--primary);box-shadow:0 2px 8px rgba(99,102,241,.25)}.button--primary:hover{background:#4f46e5}.button--ghost{color:var(--primary);background:transparent;border:1.5px solid #c7d2fe;padding:7px 18px}.button--ghost:hover{background:var(--primary-light)}.button--ghost:focus-visible,.button--primary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.button--secondary{color:#ffffff;background:#475569}.auth-form{display:grid;grid-gap:10px;gap:10px;width:100%;min-width:0;max-width:420px;margin:0 auto}.auth-form__label{font-weight:600}.auth-form__input{width:100%;border:1px solid var(--border);border-radius:10px;padding:9px 10px;font:inherit}.auth-form__error{color:#b91c1c;margin:0}.billing-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.pricing-summary table{width:100%;min-width:680px;border-collapse:collapse}.pricing-summary{min-width:0;overflow:hidden}.pricing-summary__table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;padding-bottom:4px}.pricing-summary td,.pricing-summary th{text-align:left;border-bottom:1px solid var(--border);padding:8px}.trust-line{margin:8px 0}.legal-body{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff;padding:20px;margin-bottom:24px}@media (max-width:900px){.grid--2,.grid--3{grid-template-columns:1fr}.policy-banner,.site-footer__row{flex-direction:column;align-items:flex-start;padding-top:12px;padding-bottom:12px}.policy-banner{align-items:stretch}.tool-file-list__item{flex-direction:column;align-items:flex-start}.site-header__row{align-items:center;flex-wrap:nowrap}.main-nav-shell{margin-left:auto}.main-nav--desktop{display:none}.mobile-nav{display:block}}.policy-banner strong{display:block;margin-bottom:4px}.policy-banner>div:not(.policy-banner__actions){display:flex;flex-direction:column;gap:4px;width:100%;min-width:0;overflow-wrap:break-word}.policy-banner__actions{display:flex;flex-direction:row;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;gap:8px}.form-stack{gap:12px}.form-stack,.form-stack label{display:flex;flex-direction:column}.form-stack label,.form-stack__field{gap:6px;font-weight:600}.form-stack__field{display:flex;flex-direction:column}.form-stack input,.form-stack select,.form-stack textarea{border:1px solid var(--border);border-radius:10px;padding:10px;font:inherit;background:#ffffff}.legal-body h2{margin-top:20px;margin-bottom:8px}.form-stack small{color:var(--muted-text);font-size:12px}.tool-file-picker{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tool-file-picker__native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tool-file-picker__native:focus-visible+.tool-file-picker__button{outline:2px solid #0f172a;outline-offset:2px}.tool-file-picker__button{cursor:pointer}.tool-file-picker__status{color:var(--muted-text);font-size:14px;font-weight:500;word-break:break-word}.tool-file-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.tool-file-list__item{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#ffffff}.tool-file-list__label{flex:1 1;min-width:0;word-break:break-word}.tool-file-list__actions{display:flex;gap:8px;flex-wrap:wrap}.tool-template{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:#f8fafc}.tool-template__header h3{margin:0 0 8px}.tool-template__header p{margin:0 0 10px}.tool-template--file-transform{background:#f0f9ff}.tool-template--text-generation{background:#fffbeb}.tool-template--analyzer{background:#f0fdf4}.tool-template--builder{background:#fff7ed}.tool-template--utility{background:#f8fafc}.tool-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr 1fr}.tool-panel{border:1px solid var(--border);border-radius:10px;padding:12px}.tool-panel h4{margin-top:0}.tool-result-card{background:#f8fafc;color:#0f172a;border:1px solid var(--border);border-radius:10px;padding:12px}.tool-result-card pre{white-space:pre-wrap;word-break:break-word;margin:0}.structured-seo-result{display:grid;grid-gap:12px;gap:12px}.structured-seo-result h4{margin:0}.structured-seo-result__section{display:grid;grid-gap:6px;gap:6px}.structured-seo-result__label{margin:0;font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#475569}.structured-seo-result__primary{margin:0;font-size:1rem;font-weight:600;color:#0f172a;white-space:pre-line;word-break:break-word}.structured-seo-result__list{margin:0;padding-left:18px}.structured-seo-result__sections{display:grid;grid-gap:10px;gap:10px}.structured-seo-result__block{background:#ffffff;border:1px solid var(--border);border-radius:8px;padding:10px}.structured-seo-result__meta{display:inline-block;margin-left:8px;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.structured-seo-result__code{margin-top:10px;padding:12px;background:#0f172a;color:#e2e8f0;border-radius:8px;overflow-x:auto;white-space:pre}.structured-seo-result__table-wrap{width:100%;overflow-x:auto;margin-top:10px}.structured-seo-result__table{width:100%;border-collapse:collapse;font-size:.9rem}.structured-seo-result__table td,.structured-seo-result__table th{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border);vertical-align:top}.structured-seo-result__table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#f8fafc}.table-wrap{width:100%;overflow-x:auto}.ops-table{width:100%;border-collapse:collapse}.ops-table td,.ops-table th{text-align:left;padding:8px;border-bottom:1px solid var(--border);vertical-align:top}.inline-actions{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.api-key-manager input{border:1px solid var(--border);border-radius:8px;padding:8px 10px;min-width:220px}.faq-list{display:grid;grid-gap:12px;gap:12px}.faq-item{background:#ffffff;border:1px solid var(--border);border-radius:10px;padding:12px}.faq-item h3{margin:0 0 6px}@media (max-width:900px){.policy-banner{flex-direction:column;align-items:stretch}.policy-banner__actions{width:100%;justify-content:flex-start}.tool-grid{grid-template-columns:1fr}}.finance-calculator{display:flex;flex-direction:column;gap:24px}.finance-calculator__fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px}.finance-calculator__fieldset legend{font-weight:600;font-size:14px;padding:0 6px;color:var(--muted-text)}.finance-calculator__order-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:12px;gap:12px;align-items:end}.finance-calculator__order-label{font-size:13px;font-weight:600}.finance-calculator__remove-btn{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#ffffff;color:var(--muted-text);font:inherit;font-size:13px;cursor:pointer;white-space:nowrap}.finance-calculator__remove-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.finance-calculator__actions{display:flex;gap:10px;flex-wrap:wrap}.finance-calculator__error{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:10px 14px;margin:0;font-size:14px}.finance-result{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:16px}.finance-result__heading{margin:0;font-size:16px;font-weight:700;color:var(--muted-text);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.finance-result__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;margin:0}.finance-result__item{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:4px}.finance-result__item dt{font-size:12px;font-weight:600;color:var(--muted-text);text-transform:uppercase;letter-spacing:.04em}.finance-result__item dd{font-size:22px;font-weight:700;margin:0;color:var(--text)}.finance-result__item--highlight{border-color:#0d9488;background:#f0fdfa}.finance-result__item--highlight dd{color:#0d9488}.finance-result__value--positive{color:#16a34a}.finance-result__value--negative{color:#dc2626}.finance-result__breakdown{display:flex;flex-direction:column;gap:12px}.finance-result__breakdown h4{margin:0;font-size:14px;font-weight:600;color:var(--muted-text)}.finance-result__table{width:100%;border-collapse:collapse;font-size:14px}.finance-result__table td,.finance-result__table th{text-align:left;padding:8px 12px;border-bottom:1px solid var(--border)}.finance-result__table th{font-weight:600;color:var(--muted-text);font-size:12px;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc}.finance-result__table tr:last-child td{border-bottom:none}.finance-disclaimer{font-size:13px;color:var(--muted-text);background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:10px 14px;margin:0;line-height:1.5}@media (max-width:640px){.finance-calculator__order-row,.finance-result__grid{grid-template-columns:1fr}.finance-result__item dd{font-size:18px}}.site-footer-dark{background:#1e293b;color:#94a3b8;padding:48px 24px 24px}.site-footer-dark__inner{max-width:var(--content-width);margin:0 auto}.site-footer-dark__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.site-footer-dark__brand{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:800;color:#ffffff;margin-bottom:10px}.site-footer-dark__brand-icon{display:inline-block;width:22px;height:22px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:5px;flex-shrink:0}.site-footer-dark__tagline{font-size:13px;line-height:1.6;margin:0}.site-footer-dark__col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1;margin:0 0 12px}.site-footer-dark__link{display:block;font-size:13px;color:#94a3b8;text-decoration:none;margin-bottom:8px}.site-footer-dark__link:hover{color:#e2e8f0}.site-footer-dark__bottom{border-top:1px solid #334155;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px}@media (max-width:900px){.site-footer-dark__top{grid-template-columns:1fr 1fr;gap:28px}.site-footer-dark__bottom{flex-direction:column;align-items:flex-start}}.guest-quota-badge{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--surface-alt,#f3f4f6);border:1px solid var(--border,#e5e7eb);border-radius:6px;font-size:13px;color:var(--text-secondary,#6b7280)}.guest-quota-badge--warn{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.guest-quota-badge__text{flex:1 1}.guest-quota-badge__cta{font-size:12px;font-weight:600;color:#0d9488;text-decoration:none;white-space:nowrap}.guest-quota-badge__cta:hover{text-decoration:underline}.guest-gate-cta{display:flex;gap:16px;align-items:flex-start;padding:20px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:16px}.guest-gate-cta__icon{font-size:28px;line-height:1;flex-shrink:0}.guest-gate-cta__content{flex:1 1;min-width:0}.guest-gate-cta__title{margin:0 0 6px;font-size:16px;font-weight:700;color:var(--text,#111827)}.guest-gate-cta__body{margin:0 0 14px;font-size:14px;color:var(--text-secondary,#6b7280);line-height:1.5}.guest-gate-cta__actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width:480px){.guest-gate-cta,.guest-gate-cta__actions{flex-direction:column}.guest-gate-cta__actions .button{width:100%;text-align:center}}.hero-section{background:linear-gradient(135deg,#f8fafc,#eff6ff 60%,#f0fdf4);border-bottom:1px solid var(--border);padding:64px 24px 56px}.hero-section__inner{max-width:var(--content-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.hero-section__inner>*{min-width:0}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--primary-light);color:var(--primary);border:1px solid var(--primary-border);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;margin-bottom:20px}.hero-badge__dot{width:6px;height:6px;background:var(--accent);border-radius:50%}.hero-title{font-size:40px;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--text);margin:0 0 16px}.hero-title__gradient{background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{color:var(--muted-text);font-size:15px;margin:0 0 28px;line-height:1.7}.hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;min-width:0}.hero-note{margin:14px 0 0;font-size:12px;color:#94a3b8}.hero-tools{display:grid;grid-gap:10px;gap:10px;min-width:0;width:100%}.hero-tool-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 4px rgba(99,102,241,.06);text-decoration:none;color:inherit;transition:box-shadow .15s;min-width:0;width:100%}.hero-tool-card:hover{box-shadow:0 4px 16px rgba(99,102,241,.12)}.hero-tool-card--green{border-left:3px solid var(--accent)}.hero-tool-card--indigo{border-left:3px solid var(--primary)}.hero-tool-card--amber{border-left:3px solid var(--accent-amber)}.hero-tool-card__icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.hero-tool-card__icon--green{background:var(--accent-green-light)}.hero-tool-card__icon--indigo{background:var(--primary-light)}.hero-tool-card__icon--amber{background:var(--accent-amber-light)}.hero-tool-card__info{flex:1 1;min-width:0}.hero-tool-card__name{font-size:13px;font-weight:700;color:var(--text);margin:0 0 2px}.hero-tool-card__desc{font-size:12px;color:var(--muted-text);margin:0;overflow-wrap:anywhere}.hero-tool-card__cta{font-size:12px;font-weight:600;color:var(--primary);white-space:nowrap}@media (max-width:900px){.hero-section__inner{grid-template-columns:1fr;gap:32px}.hero-title{font-size:28px}}@media (max-width:640px){.hero-section{padding:48px 16px 40px}.hero-actions .button{flex:1 1 100%;max-width:100%;text-align:center}.hero-tool-card{align-items:flex-start;flex-wrap:wrap;gap:12px;padding:14px}.hero-tool-card__info{flex-basis:calc(100% - 48px)}.hero-tool-card__cta{width:100%;white-space:normal}}.trust-strip{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 24px}.trust-strip__inner{max-width:var(--content-width);margin:0 auto;display:flex;gap:28px;align-items:center;flex-wrap:wrap}.trust-strip__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted-text);font-weight:500}.page-content-white{background:var(--surface)}.hero-pricing{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#ffffff;padding:56px 24px}.hero-pricing__inner{max-width:var(--content-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.cta-block-centered{padding:64px 24px;text-align:center;background:var(--bg)}.cta-block-centered__inner{max-width:560px;margin:0 auto}.cta-block-centered__title{font-size:28px;font-weight:800;letter-spacing:-.01em;color:var(--text);margin:0 0 10px}.cta-block-centered__desc{font-size:14px;color:var(--muted-text);margin:0 0 24px;line-height:1.7}.hero-pricing__title{font-size:24px;font-weight:800;margin:0 0 10px}.hero-pricing__desc{font-size:14px;color:var(--indigo-300);line-height:1.7;margin:0 0 24px}.button--accent{display:inline-block;background:var(--accent);color:#ffffff;border-radius:8px;padding:11px 22px;font-size:14px;font-weight:700;text-decoration:none}.button--accent:hover{background:#16a34a}.hero-pricing__cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.hero-pricing__card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:20px}.hero-pricing__card--featured{background:rgba(99,102,241,.3);border-color:#818cf8}.hero-pricing__tier{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--indigo-300);margin:0 0 8px}.hero-pricing__amount{font-size:28px;font-weight:800;margin:0 0 6px}.hero-pricing__per{font-size:14px;font-weight:400}.hero-pricing__note{font-size:12px;color:var(--indigo-300);margin:0}@media (max-width:900px){.hero-pricing__inner{gap:32px}.hero-pricing__cards,.hero-pricing__inner{grid-template-columns:1fr}}html{scroll-behavior:smooth}body{overflow-x:hidden}.max-w-6xl{width:100%}.site-header{pointer-events:none}.site-header .container{max-width:1240px}.site-header__row{min-height:58px;padding:0 10px 0 14px;border:1px solid rgba(148,163,184,.34);background:rgba(255,255,255,.86);box-shadow:0 18px 50px rgba(15,23,42,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto}.brand-lockup{min-height:44px;font-size:15px;letter-spacing:-.02em}.brand-lockup__symbol{width:32px;height:32px;border-radius:50%;background:#111827}.main-nav__link{padding:0 4px;color:#475569;font-weight:600}.main-nav__button,.main-nav__link{display:inline-flex;min-height:44px;align-items:center}.main-nav__button{justify-content:center;padding:0 18px}.main-nav__button--primary{background:#111827}.main-nav__button--primary:hover{background:#312e81}.mobile-nav__button,.mobile-nav__link,.mobile-nav__toggle{min-height:44px}.mobile-nav__button,.mobile-nav__link{display:flex;align-items:center}.home-experience{width:100%;max-width:100%;overflow-x:hidden;margin-top:-58px}.home-hero{position:relative;isolation:isolate;min-height:100svh;display:grid;place-items:center;overflow:hidden;padding:180px 24px 120px;background:#070b15;color:#ffffff}.home-hero__image,.home-hero__wash{position:absolute;inset:0;width:100%;height:100%}.home-hero__image{z-index:-3;object-fit:cover;filter:grayscale(1) contrast(1.18);opacity:.64;transform:scale(1.04)}.home-hero__wash{z-index:-2;background:radial-gradient(circle at 50% 34%,rgba(67,56,202,.22),transparent 35%),linear-gradient(180deg,rgba(3,7,18,.42),rgba(3,7,18,.9))}.home-hero:after{content:"";position:absolute;inset:0;z-index:-1;opacity:.13;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");pointer-events:none}.home-hero__content{width:100%;max-width:1180px;display:flex;flex-direction:column;align-items:center;text-align:center}.home-hero__kicker{margin:0 0 24px;color:#d1fae5;font-size:14px;font-weight:650;letter-spacing:.02em}.home-hero__title{margin:0 auto;font-size:clamp(3.5rem,7.4vw,7rem);line-height:.92;letter-spacing:-.075em;text-wrap:balance}.home-hero__description{max-width:760px;margin:34px auto 0;color:#dbe4f0;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.7;text-wrap:balance}.home-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:38px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button--hero-primary,.button--hero-secondary{min-height:52px;padding:0 24px;border:1px solid rgba(255,255,255,.72);border-radius:999px}.button--hero-primary{background:#ffffff;color:#111827}.button--hero-primary:hover{background:#e0e7ff}.button--hero-secondary{background:rgba(15,23,42,.52);color:#ffffff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button--hero-secondary:hover{background:rgba(49,46,129,.8)}.capability-marquee{width:100%;overflow:hidden;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;background:#0b1120;color:#dbeafe}.capability-marquee__track{width:max-content;display:flex;align-items:center;animation:capability-marquee 28s linear infinite}.capability-marquee__item{min-height:76px;display:inline-flex;align-items:center;gap:10px;padding:0 42px;font-size:15px;font-weight:650;white-space:nowrap}.capability-marquee__item:after{content:"";width:4px;height:4px;margin-left:32px;border-radius:50%;background:#818cf8}@keyframes capability-marquee{to{transform:translateX(-50%)}}.home-bento-section,.proof-carousel,.workflow-accordion-section,.workflow-proof{width:min(100% - 48px,1240px);margin-inline:auto}.home-bento-section,.workflow-accordion-section{padding:168px 0}.chapter-heading{max-width:820px;margin-bottom:54px}.chapter-heading--split{max-width:none;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);grid-gap:64px;gap:64px;align-items:end}.chapter-heading h2,.workflow-proof__intro h2{margin:0;font-size:clamp(2.6rem,5.5vw,5.25rem);line-height:.98;letter-spacing:-.06em;text-wrap:balance}.chapter-heading p,.workflow-proof__intro p{margin:0;color:#64748b;font-size:17px;line-height:1.7}.home-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(220px,1fr));grid-auto-flow:dense;grid-gap:12px;gap:12px}.home-bento__card{position:relative;display:flex;min-height:220px;overflow:hidden;border-radius:24px;text-decoration:none;transform:translateZ(0)}.home-bento__card--primary{grid-column:span 8;grid-row:span 2;min-height:452px;color:#ffffff}.home-bento__card--dark,.home-bento__card--light{grid-column:span 4;grid-row:span 1}.home-bento__card--dark{background:radial-gradient(circle at 75% 20%,#4338ca,transparent 45%),#101827;color:#ffffff}.home-bento__card--light{border:1px solid #cbd5e1;background:radial-gradient(circle at 90% 10%,#dcfce7,transparent 50%),#f8fafc;color:#111827}.home-bento__card--finance{border-color:rgba(255,255,255,.18);background:#111827;color:#ffffff}.home-bento__card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.2);transition:transform .7s cubic-bezier(.2,.8,.2,1)}.home-bento__card--finance>img{filter:grayscale(1) contrast(1.25) brightness(.74);transform:scale(1.01)}.home-bento__card:hover>img{transform:scale(1.05)}.home-bento__card--finance:hover>img{transform:scale(1.07)}.home-bento__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.88))}.home-bento__overlay--finance{background:radial-gradient(circle at 82% 14%,rgba(79,70,229,.48),transparent 48%),linear-gradient(180deg,rgba(15,23,42,.2),rgba(15,23,42,.92))}.home-bento__content{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:end;padding:28px}.home-bento__icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid;border-radius:50%}.home-bento__content small,.home-bento__content strong{display:block}.home-bento__content strong{margin-bottom:8px;font-size:22px}.home-bento__content small{max-width:520px;color:inherit;font-size:14px;line-height:1.55;opacity:.78}.workflow-accordion-section{width:100%;padding-inline:max(24px,calc((100vw - 1240px) / 2));background:#0b1120;color:#ffffff}.workflow-accordion-section .chapter-heading p{color:#a8b5c7;margin-top:22px}.workflow-accordion{height:620px;display:flex;gap:10px}.workflow-accordion__panel{position:relative;flex:1 1;min-width:0;overflow:hidden;border-radius:24px;transition:flex .7s cubic-bezier(.2,.8,.2,1)}.workflow-accordion__panel:focus-within,.workflow-accordion__panel:hover{flex:2.2 1}.workflow-accordion__image,.workflow-accordion__wash{position:absolute;inset:0;width:100%;height:100%}.workflow-accordion__image{object-fit:cover;filter:grayscale(1) contrast(1.15);transition:transform .7s cubic-bezier(.2,.8,.2,1)}.workflow-accordion__panel:focus-within .workflow-accordion__image,.workflow-accordion__panel:hover .workflow-accordion__image{transform:scale(1.05)}.workflow-accordion__wash{background:linear-gradient(180deg,transparent 35%,rgba(2,6,23,.94))}.workflow-accordion__content{position:absolute;inset:auto 0 0;z-index:1;padding:32px}.workflow-accordion__content h3{margin:0;font-size:clamp(1.5rem,2.5vw,2.4rem);letter-spacing:-.04em}.workflow-accordion__content p{max-width:480px;margin:14px 0 22px;color:#d1d9e6;line-height:1.6;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}.workflow-accordion__content a{display:inline-flex;min-height:44px;align-items:center;gap:8px;color:#ffffff;font-weight:700;text-decoration:none}.workflow-accordion__panel:focus-within p,.workflow-accordion__panel:hover p{opacity:1;transform:translateY(0)}.workflow-proof{min-height:1900px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-gap:110px;gap:110px;padding:180px 0}.workflow-proof__intro{align-self:start}.workflow-proof__intro p{max-width:460px;margin-top:28px}.workflow-proof__intro a{display:inline-flex;min-height:44px;align-items:center;gap:8px;margin-top:28px;color:#3730a3;font-weight:750;text-decoration:none}.workflow-proof__stack{display:grid;align-content:start;grid-gap:180px;gap:180px;padding-top:16px}.workflow-stack-card{min-height:430px;display:flex;flex-direction:column;justify-content:flex-end;padding:42px;border:1px solid #cbd5e1;border-radius:28px;background:radial-gradient(circle at 80% 12%,rgba(129,140,248,.22),transparent 30%),#ffffff;box-shadow:0 28px 70px rgba(15,23,42,.1)}.workflow-stack-card:nth-child(2){background:radial-gradient(circle at 80% 12%,rgba(34,197,94,.2),transparent 32%),#f8fafc}.workflow-stack-card:nth-child(3){background:radial-gradient(circle at 80% 12%,rgba(245,158,11,.2),transparent 32%),#fffdf7}.workflow-stack-card__topline{display:flex;justify-content:space-between;margin-bottom:auto;color:#475569;font-size:13px;font-weight:700}.workflow-stack-card h3{margin:0 0 18px;font-size:clamp(2rem,4vw,4.2rem);line-height:.98;letter-spacing:-.06em}.workflow-stack-card p{max-width:580px;margin:0;color:#475569;font-size:17px;line-height:1.65}.workflow-stack-card a{display:inline-flex;min-height:44px;align-items:center;gap:8px;margin-top:28px;color:#3730a3;font-weight:750;text-decoration:none}.proof-carousel{margin-bottom:180px;overflow:hidden;border-radius:32px;background:#111827;color:#ffffff}.proof-carousel__viewport{overflow:hidden}.proof-carousel__track{display:flex;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.proof-carousel__slide{min-width:100%;margin:0;padding:96px 8vw 70px}.proof-carousel__slide blockquote{max-width:950px;margin:0;font-size:clamp(2.35rem,5vw,5.4rem);line-height:1.02;letter-spacing:-.055em;text-wrap:balance}.proof-carousel__slide figcaption{margin-top:38px;color:#a5b4fc;font-weight:650}.proof-carousel__controls{display:flex;align-items:center;justify-content:space-between;padding:0 8vw 36px}.proof-carousel__controls p{margin:0;color:#a5b4fc;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.proof-carousel__controls>div{display:flex;gap:10px}.proof-carousel__controls button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #475569;border-radius:50%;background:#1e293b;color:#ffffff;cursor:pointer}.button--primary{background:#4338ca}.button--primary:hover{background:#3730a3}.button--accent:focus-visible,.button--ghost:focus-visible,.button--hero-primary:focus-visible,.button--hero-secondary:focus-visible,.button--primary:focus-visible,.button--secondary:focus-visible,.home-bento__card:focus-visible,.main-nav__button:focus-visible,.main-nav__link:focus-visible,.proof-carousel__controls button:focus-visible,.site-footer-dark__link:focus-visible,.workflow-accordion__content a:focus-visible,.workflow-stack-card a:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}.auth-form__input,.form-stack input,.form-stack select,.form-stack textarea{min-height:44px}.auth-form__input:focus-visible,.form-stack input:focus-visible,.form-stack select:focus-visible,.form-stack textarea:focus-visible{border-color:#4338ca;outline:3px solid rgba(67,56,202,.22);outline-offset:1px}.card a,.site-footer-dark__link,.trust-panel a{min-height:44px;display:inline-flex;align-items:center}.site-footer-dark__link{margin-bottom:0}@media (max-width:900px){.site-header{top:8px}.site-header .container{padding-inline:12px}.home-experience{margin-top:-58px}.chapter-heading--split,.workflow-proof{grid-template-columns:1fr}.chapter-heading--split{gap:24px}.home-bento__card--dark,.home-bento__card--light,.home-bento__card--primary{grid-column:1/-1;grid-row:auto}.home-bento__card--primary{min-height:420px}.workflow-accordion{height:auto;flex-direction:column}.workflow-accordion__panel,.workflow-accordion__panel:focus-within,.workflow-accordion__panel:hover{min-height:460px;flex:none}.workflow-accordion__content p{opacity:1;transform:none}.workflow-proof{min-height:auto;gap:64px;padding:130px 0}.workflow-proof__stack{gap:36px}}@media (max-width:640px){.site-header__row{padding-left:10px}.home-hero{min-height:860px;padding:150px 16px 90px}.home-hero__title{max-width:360px;font-size:clamp(2.75rem,13.2vw,3.25rem);line-height:.96;letter-spacing:-.065em}.home-hero__description{margin-top:26px;font-size:16px}.home-hero__actions,.home-hero__actions .button{width:100%}.home-bento-section,.proof-carousel,.workflow-proof{width:min(100% - 32px,1240px)}.home-bento-section,.workflow-accordion-section{padding-top:112px;padding-bottom:112px}.chapter-heading{margin-bottom:38px}.chapter-heading h2,.workflow-proof__intro h2{font-size:2.7rem}.home-bento{display:flex;flex-direction:column}.home-bento__content{grid-template-columns:auto 1fr;padding:22px}.home-bento__content>svg{display:none}.workflow-accordion-section{padding-inline:16px}.workflow-accordion__panel,.workflow-accordion__panel:focus-within,.workflow-accordion__panel:hover{min-height:420px}.workflow-accordion__content{padding:24px}.workflow-stack-card{min-height:380px;padding:26px}.proof-carousel{margin-bottom:112px;border-radius:24px}.proof-carousel__slide{padding:62px 24px 46px}.proof-carousel__slide blockquote{font-size:2.45rem}.proof-carousel__controls{padding:0 24px 24px}.cta-block-centered,.hero-pricing{padding:100px 16px}}.overflow-x-hidden{overflow-x:hidden}.max-w-full,.w-full{width:100%;max-width:100%}.max-w-6xl{max-width:72rem}.site-header{top:12px;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__row{min-height:60px;padding:8px 10px 8px 16px;border:1px solid rgba(203,213,225,.78);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 16px 50px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%)}.experience-hero,.experience-motion{position:relative}.experience-hero{isolation:isolate;min-height:720px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);overflow:hidden;margin:34px 0 0;border-radius:34px;background:#111827;color:#ffffff}.experience-hero:before{content:"";position:absolute;z-index:-1;width:520px;height:520px;left:-160px;bottom:-280px;border-radius:50%;background:rgba(99,102,241,.34);filter:blur(80px)}.experience-hero--indigo{background:#17134d}.experience-hero--emerald{background:#092b26}.experience-hero--emerald:before{background:rgba(45,212,191,.28)}.experience-hero__copy{z-index:2;align-self:center;padding:clamp(48px,7vw,100px)}.experience-hero h1{margin:0;color:#ffffff;font-size:clamp(3rem,5vw,5.5rem);font-weight:700;line-height:.96;letter-spacing:-.065em;text-wrap:balance}.experience-inline-image{width:clamp(76px,8vw,132px);height:.54em;display:inline-block;position:relative;overflow:hidden;margin:0 .12em;border:2px solid rgba(255,255,255,.38);border-radius:999px;filter:grayscale(1) contrast(1.22) brightness(.9);vertical-align:.08em}.experience-inline-image img{object-fit:cover}.experience-hero__copy>p{max-width:650px;margin:30px 0 0;color:rgba(255,255,255,.72);font-size:clamp(1rem,1.6vw,1.24rem);line-height:1.68}.experience-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.experience-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .22s ease,background .22s ease,color .22s ease}.experience-button:hover{transform:translateY(-3px)}.experience-button--primary{background:#ffffff;color:#111827}.experience-button--secondary{background:transparent;color:#ffffff}.experience-button--secondary:hover{background:rgba(255,255,255,.1)}.experience-hero__media{position:relative;min-height:620px;overflow:hidden}.experience-hero__media img{object-fit:cover;filter:grayscale(.72) contrast(1.2) saturate(.72);transition:transform .8s cubic-bezier(.22,1,.36,1)}.experience-hero:hover .experience-hero__media img{transform:scale(1.05)}.experience-hero__media-wash{position:absolute;inset:0;background:linear-gradient(90deg,#111827,transparent 35%),linear-gradient(0deg,rgba(17,24,39,.34),transparent 55%);mix-blend-mode:multiply}.experience-hero--indigo .experience-hero__media-wash{background:linear-gradient(90deg,#17134d,transparent 38%),rgba(23,19,77,.14)}.experience-hero--emerald .experience-hero__media-wash{background:linear-gradient(90deg,#092b26,transparent 38%),rgba(9,43,38,.18)}.experience-marquee{overflow:hidden;margin:26px 0 0;border-top:1px solid #d8e0eb;border-bottom:1px solid #d8e0eb;background:rgba(255,255,255,.7)}.experience-marquee__track{width:max-content;display:flex;animation:experience-marquee 24s linear infinite}.experience-marquee__track>span{min-width:300px;min-height:70px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #d8e0eb;color:#334155;font-size:15px;font-weight:700}@keyframes experience-marquee{to{transform:translateX(-50%)}}.category-support,.experience-chapter,.tool-related,.tool-story{padding:150px 24px}.experience-chapter__heading{max-width:900px;margin-bottom:56px}.experience-chapter__heading h2,.experience-stack__intro h2,.finance-workspace__heading h2,.tool-guidance__intro h2,.tool-operations h2{margin:0;font-size:clamp(2.45rem,5vw,5rem);line-height:.98;letter-spacing:-.06em;text-wrap:balance}.experience-chapter__heading p,.experience-stack__intro p,.finance-workspace__heading p,.tool-guidance__intro>p{max-width:680px;margin:22px 0 0;color:#64748b;font-size:17px;line-height:1.7}.workspace-bento{min-height:720px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:dense;grid-gap:10px;gap:10px}.workspace-bento__empty{min-height:360px;grid-column:1/-1;display:grid;place-items:center;text-align:center}.workspace-bento__card{position:relative;isolation:isolate;min-height:350px;overflow:hidden;border-radius:28px;background:#111827;color:#ffffff}.workspace-bento__card--1{grid-column:span 7;grid-row:span 2}.workspace-bento__card--2,.workspace-bento__card--3{grid-column:span 5;grid-row:span 1}.workspace-bento__image{z-index:-2;object-fit:cover;filter:grayscale(.7) contrast(1.22) saturate(.72);transition:transform .8s cubic-bezier(.22,1,.36,1),filter .8s ease}.workspace-bento__card:focus-within .workspace-bento__image,.workspace-bento__card:hover .workspace-bento__image{transform:scale(1.07);filter:grayscale(.28) contrast(1.18) saturate(.9)}.workspace-bento__wash{position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(7,13,26,.93),rgba(7,13,26,.06) 70%)}.workspace-bento__content{height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(28px,4vw,54px)}.workspace-bento__content p,.workspace-bento__content span{margin:0;color:rgba(255,255,255,.68)}.workspace-bento__content h3{margin:10px 0 8px;font-size:clamp(2rem,4vw,4.6rem);line-height:.98;letter-spacing:-.055em}.workspace-bento__card:not(:first-child) h3{font-size:clamp(1.8rem,2.5vw,3rem)}.experience-stack-card a,.tool-related__list a,.workspace-bento__content a{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:inherit;font-weight:700;text-decoration:none}.experience-stack-card a:hover,.tool-related__list a:hover,.workspace-bento__content a:hover{text-decoration:underline;text-underline-offset:5px}.experience-stack,.tool-guidance{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);grid-gap:clamp(44px,8vw,120px);gap:clamp(44px,8vw,120px);padding:150px 24px}.experience-stack__intro,.tool-guidance__intro{align-self:start;position:-webkit-sticky;position:sticky;top:116px}.experience-stack__cards,.tool-guidance__panels{display:grid;grid-gap:28px;gap:28px}.experience-stack-card{position:relative;overflow:hidden;border:1px solid #d8e0eb;border-radius:30px;background:#ffffff;box-shadow:0 24px 70px rgba(15,23,42,.08)}.experience-stack__cards .experience-stack-card{min-height:540px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.82fr)}.experience-stack-card__copy{display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(32px,5vw,62px)}.experience-stack-card__copy>span{color:#4338ca;font-size:13px;font-weight:700}.experience-stack-card__copy h3,.tool-guidance__panels .experience-stack-card h3{margin:12px 0 0;font-size:clamp(2rem,4vw,4rem);line-height:.98;letter-spacing:-.055em}.experience-stack-card__copy p,.tool-guidance__panels .experience-stack-card li,.tool-guidance__panels .experience-stack-card p{color:#64748b;line-height:1.68}.experience-stack-card__media{position:relative;min-height:420px;overflow:hidden}.experience-stack-card__media img{object-fit:cover;filter:grayscale(.76) contrast(1.2) saturate(.75);transition:transform .8s cubic-bezier(.22,1,.36,1)}.experience-stack-card:hover .experience-stack-card__media img{transform:scale(1.06)}.experience-trust-rail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:70px;gap:70px;align-items:start;margin:120px 24px 150px;padding:clamp(34px,6vw,76px);border-radius:32px;background:#101827;color:#ffffff}.experience-trust-rail h2{margin:0;font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.055em}.experience-trust-rail>div>p{color:rgba(255,255,255,.64);line-height:1.65}.category-support-bento .trust-panel,.experience-trust-rail .trust-panel,.tool-operations .trust-panel{margin:0;border-color:rgba(148,163,184,.34);background:rgba(255,255,255,.08);color:inherit}.experience-trust-rail .trust-panel a,.experience-trust-rail .trust-panel p{color:rgba(255,255,255,.74)}.category-experience__body>.page-section:first-child{padding-top:150px;padding-bottom:130px}.category-experience .page-section__header{max-width:780px;margin-bottom:48px}.category-experience .page-section__header h2{font-size:clamp(2.5rem,5vw,4.8rem);line-height:1;letter-spacing:-.055em}.category-experience .page-section__header p{margin-top:16px;font-size:17px;line-height:1.65}.category-support-bento,.tool-benefit-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:dense;grid-gap:10px;gap:10px}.category-support-bento__card{padding:clamp(28px,4vw,52px);border-radius:28px;background:#f1f5f9}.category-support-bento__card--primary{grid-column:span 7;grid-row:span 2;display:flex;flex-direction:column;justify-content:flex-end;background:#17134d;color:#ffffff}.category-support-bento__card--access,.category-support-bento__card--trust{grid-column:span 5;grid-row:span 1}.category-support-bento h3{margin:0 0 16px;font-size:clamp(1.7rem,3vw,3rem);line-height:1;letter-spacing:-.045em}.category-support-bento li,.category-support-bento p{line-height:1.65}.category-support-bento__card--primary li,.category-support-bento__card--primary p{color:rgba(255,255,255,.7)}.tool-template{position:relative}.tool-template:before{content:"";position:absolute;z-index:-1;inset:-48px -24px;border-radius:36px;background:radial-gradient(circle at 16% 12%,rgba(99,102,241,.12),transparent 34%),linear-gradient(180deg,#f8fafc,#ffffff)}.tool-benefit-bento{grid-template-rows:1fr}.tool-benefit-bento__card{min-height:300px;grid-column:span 4;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border:1px solid #d8e0eb;border-radius:26px;background:#ffffff;transition:transform .3s ease,box-shadow .3s ease}.tool-benefit-bento__card:nth-child(2){background:#eef2ff}.tool-benefit-bento__card:nth-child(3){background:#111827;color:#ffffff}.tool-benefit-bento__card:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(15,23,42,.1)}.tool-benefit-bento__card h3{margin:0 0 12px;font-size:clamp(1.55rem,2.5vw,2.4rem);line-height:1.05;letter-spacing:-.04em}.tool-benefit-bento__card p{margin:0;color:#64748b;line-height:1.65}.tool-benefit-bento__card:nth-child(3) p{color:rgba(255,255,255,.65)}.tool-guidance__panels .experience-stack-card{min-height:360px;padding:clamp(28px,4vw,48px)}.tool-guidance__panels .experience-stack-card h3{font-size:clamp(1.8rem,3vw,3.2rem)}.tool-guidance__intro .cta-block-centered{margin-top:36px;padding:34px 0 0;background:transparent;text-align:left}.tool-guidance__intro .cta-block-centered__inner{padding:26px;border-radius:22px;background:#111827}.tool-guidance__intro .cta-block-centered__title{font-size:22px}.tool-related__list{display:grid;border-top:1px solid #cbd5e1}.tool-related__list article{min-height:150px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:30px;gap:30px;align-items:center;padding:28px 4px;border-bottom:1px solid #cbd5e1;transition:padding .22s ease,background .22s ease}.tool-related__list article:hover{padding-right:22px;padding-left:22px;background:#f8fafc}.tool-related__list h3,.tool-related__list p{margin:0}.tool-related__list h3{font-size:clamp(1.45rem,2.4vw,2.4rem);letter-spacing:-.04em}.tool-related__list p{max-width:720px;margin-top:8px;color:#64748b}.tool-operations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding:30px 24px 150px}.tool-operations>div{min-height:410px;padding:clamp(30px,5vw,58px);border-radius:30px}.tool-operations h2{font-size:clamp(2rem,3.5vw,3.6rem)}.tool-operations__access{background:#eef2ff}.tool-operations__trust{background:#111827;color:#ffffff}.tool-operations .trust-panel{margin-top:26px;color:rgba(255,255,255,.74)}.tool-operations .trust-panel a{color:#ffffff}.finance-workspace{padding:150px 24px}.finance-workspace__heading{max-width:900px;margin-bottom:52px}.finance-workspace__canvas{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);grid-gap:12px;gap:12px;align-items:stretch}.finance-workspace .finance-calculator{min-height:560px;padding:clamp(28px,5vw,58px);border:1px solid #b7d5ce;border-radius:30px;background:radial-gradient(circle at 92% 6%,rgba(45,212,191,.14),transparent 35%),#ffffff;box-shadow:0 26px 70px rgba(9,43,38,.1)}.finance-workspace__note{min-height:560px;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(30px,5vw,56px);border-radius:30px;background:#092b26;color:#ffffff}.finance-workspace__note h3{margin:0 0 16px;font-size:clamp(2rem,3vw,3.5rem);line-height:1;letter-spacing:-.05em}.finance-workspace__note p{color:rgba(255,255,255,.68);line-height:1.65}.marketing-experience-hero{min-height:620px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);grid-gap:70px;gap:70px;align-items:center;padding:100px 24px}.marketing-experience-hero__copy>p{margin:0 0 18px;color:#4338ca;font-weight:700}.marketing-experience-hero h1{margin:0;font-size:clamp(3rem,5vw,5.5rem);line-height:.96;letter-spacing:-.065em;text-wrap:balance}.marketing-experience-hero__copy>span{max-width:680px;display:block;margin-top:26px;color:#64748b;font-size:18px;line-height:1.7}.marketing-experience-hero__actions{display:flex;gap:12px;margin-top:32px}.marketing-experience-hero__actions a{min-height:48px;display:inline-flex;align-items:center;padding:0 20px;border:1px solid #111827;border-radius:999px;background:#111827;color:#ffffff;font-weight:700;text-decoration:none}.marketing-experience-hero__actions a+a{background:#ffffff;color:#111827}.marketing-experience-hero__art{position:relative;overflow:hidden;min-height:430px;border-radius:45% 45% 20px 20px;background:#111827}.marketing-experience-hero__art img{object-fit:cover;filter:grayscale(.72) contrast(1.2) saturate(.76)}.marketing-experience-hero__art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,24,39,.5),transparent 65%)}.marketing-experience-hero--support{min-height:680px;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr)}.marketing-experience-hero--support .marketing-experience-hero__art{min-height:520px;border-radius:24px 48% 24px 24px}.marketing-experience-hero--support .marketing-experience-hero__art img{filter:grayscale(.92) contrast(1.24) saturate(.5)}.marketing-experience-hero--pricing .marketing-experience-hero__art{border-radius:24px 24px 48% 48%}.marketing-experience-hero--pricing .marketing-experience-hero__art img{filter:grayscale(.88) contrast(1.3) hue-rotate(12deg)}.marketing-shell--support .marketing-shell__body--default{gap:0;margin-bottom:140px}.support-intake{width:min(100%,980px);padding:96px clamp(22px,6vw,72px);border:1px solid #cbd5e1;border-radius:32px;background:radial-gradient(circle at 96% 4%,rgba(129,140,248,.18),transparent 30%),#ffffff;box-shadow:0 30px 80px rgba(15,23,42,.08);scroll-margin-top:96px}.support-intake .form-stack{gap:20px}.support-intake .form-stack input,.support-intake .form-stack select,.support-intake .form-stack textarea{min-height:52px;padding:14px 16px;border-color:#cbd5e1;border-radius:14px}.support-intake .form-stack textarea{min-height:180px}.support-intake .button{min-height:54px}.support-guidance{width:min(100%,980px);padding-bottom:0!important}.support-guidance p{max-width:72ch;color:#526174;line-height:1.72}.support-routing__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;grid-gap:12px;gap:12px}.support-routing__grid article{min-height:360px;grid-column:span 4;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(26px,4vw,42px);border:1px solid #d8e0eb;border-radius:28px;background:#ffffff;transition:transform .3s ease,box-shadow .3s ease}.support-routing__grid article:nth-child(2){background:radial-gradient(circle at 84% 10%,rgba(129,140,248,.26),transparent 38%),#111827;color:#ffffff}.support-routing__grid article:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(15,23,42,.1)}.support-routing__grid h3{margin:0;font-size:clamp(1.5rem,2.4vw,2.3rem);letter-spacing:-.045em}.support-routing__grid p{margin:16px 0 28px;color:#64748b;line-height:1.65}.support-routing__grid article:nth-child(2) p{color:rgba(255,255,255,.68)}.support-routing__grid a{min-height:44px;display:inline-flex;align-items:center;color:#3730a3;font-weight:750;text-decoration:none}.support-routing__grid article:nth-child(2) a{color:#ffffff}.guide-experience{background:radial-gradient(circle at 50% 5%,rgba(199,210,254,.38),transparent 28%),#f8fafc}.guide-hero{min-height:760px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:150px 0 110px;text-align:center}.guide-hero h1{width:min(100%,76rem);margin:0;font-size:clamp(3rem,6vw,6.4rem);line-height:.94;letter-spacing:-.07em;text-wrap:balance}.guide-title__image{width:clamp(88px,12vw,168px);height:clamp(42px,5vw,66px);display:inline-block;position:relative;overflow:hidden;margin:0 .14em;border-radius:999px;filter:grayscale(.86) contrast(1.25);vertical-align:.02em}.guide-title__image img{object-fit:cover}.guide-hero>p{max-width:760px;margin:30px auto 0;color:#526174;font-size:clamp(1rem,1.7vw,1.22rem);line-height:1.72}.guide-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px}.guide-button,.guide-hero__actions>a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid #111827;border-radius:999px;color:#111827;font-weight:750;text-decoration:none}.guide-button--primary{background:#111827;color:#ffffff}.guide-hero__actions>.guide-button--primary{color:#ffffff}.guide-reading{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);grid-gap:clamp(54px,8vw,128px);gap:clamp(54px,8vw,128px);align-items:start;padding:80px 0 160px;border-top:1px solid #cbd5e1}.guide-reading__nav{position:-webkit-sticky;position:sticky;top:100px}.guide-reading__nav h2{margin:0 0 22px;font-size:18px;letter-spacing:-.025em}.guide-reading__nav ol{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none;counter-reset:guide-nav}.guide-reading__nav li{counter-increment:guide-nav;border-top:1px solid #d8e0eb}.guide-reading__nav a{min-height:48px;display:grid;grid-template-columns:28px 1fr;align-items:center;color:#526174;font-size:14px;font-weight:650;line-height:1.35;text-decoration:none}.guide-reading__nav a:before{content:counter(guide-nav,decimal-leading-zero);color:#818cf8;font-size:11px}.guide-reading__article{width:100%;max-width:75ch;min-width:0}.guide-prose-section{padding:92px 0;border-top:1px solid #d8e0eb;scroll-margin-top:88px}.guide-prose-section:first-of-type{padding-top:0;border-top:0}.guide-prose-section>h2{max-width:720px;margin:0 0 36px;font-size:clamp(2.25rem,4.5vw,4.6rem);line-height:.98;letter-spacing:-.055em;text-wrap:balance}.guide-prose-section>.faq-list,.guide-prose-section>p,.guide-prose-section>ul{color:#475569;font-size:17px;line-height:1.8}.guide-problem{margin-top:48px;padding:36px;border-radius:24px;background:radial-gradient(circle at 94% 8%,rgba(129,140,248,.28),transparent 34%),#111827;color:#ffffff}.guide-problem h3,.guide-problem p{margin:0}.guide-problem h3{font-size:24px;letter-spacing:-.035em}.guide-problem p{margin-top:14px;color:rgba(255,255,255,.68);line-height:1.7}.guide-inline-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:30px;gap:30px;align-items:end;margin-top:12px;padding:32px 36px;border:1px solid #c7d2fe;border-radius:0 0 24px 24px;background:#eef2ff}.guide-inline-cta h3,.guide-inline-cta p{margin:0}.guide-inline-cta p{margin-top:8px;color:#526174;line-height:1.55}.guide-inline-cta a,.guide-related__rail a,.guide-tools__list a{min-height:44px;display:inline-flex;align-items:center;color:#3730a3;font-weight:750;text-decoration:none}.guide-steps{display:grid;grid-gap:18px;gap:18px;margin:0;padding:0;list-style:none;counter-reset:guide-step}.guide-steps li{counter-increment:guide-step;display:grid;grid-template-columns:54px .72fr 1.28fr;grid-gap:24px;gap:24px;align-items:start;padding:32px;border:1px solid #d8e0eb;border-radius:24px;background:#ffffff}.guide-steps li:before{content:counter(guide-step,decimal-leading-zero);color:#818cf8;font-size:13px;font-weight:750}.guide-steps strong{font-size:20px;letter-spacing:-.03em}.guide-steps span{color:#526174;line-height:1.65}.guide-example-accordion{min-height:420px;display:flex;gap:10px}.guide-example-accordion article{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:28px;border:1px solid #cbd5e1;border-radius:24px;background:#ffffff;transition:flex .6s cubic-bezier(.2,.8,.2,1),background .3s ease}.guide-example-accordion article:focus-within,.guide-example-accordion article:hover{flex:2 1;background:#eef2ff}.guide-example-accordion h3,.guide-example-accordion p{margin:0}.guide-example-accordion h3{font-size:22px;letter-spacing:-.04em}.guide-example-accordion p{margin-top:14px;color:#526174;line-height:1.65}.guide-key-points{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.guide-key-points li{padding:22px 0;border-top:1px solid #cbd5e1}.guide-tools__list{display:grid;margin-top:40px;border-top:1px solid #cbd5e1}.guide-tools__list article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:30px;gap:30px;align-items:center;padding:28px 0;border-bottom:1px solid #cbd5e1}.guide-tools__list h3,.guide-tools__list p{margin:0}.guide-tools__list p{margin-top:8px;color:#64748b;line-height:1.6}.guide-related__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,76%);grid-gap:12px;gap:12px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.guide-related__rail article{min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;padding:32px;border-radius:24px;background:#ffffff;scroll-snap-align:start}.guide-related__rail h3,.guide-related__rail p{margin:0}.guide-related__rail h3{font-size:24px;letter-spacing:-.04em}.guide-related__rail p{margin:12px 0 22px;color:#64748b;line-height:1.6}.legal-experience{background:linear-gradient(180deg,#eef2ff,#f8fafc 440px,#f8fafc)}.legal-experience__hero{min-height:520px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);grid-gap:80px;gap:80px;align-items:end;padding:150px 0 90px;border-bottom:1px solid #cbd5e1}.legal-experience__hero h1{max-width:920px;margin:0;font-size:clamp(3.2rem,6.5vw,6.8rem);line-height:.92;letter-spacing:-.07em;text-wrap:balance}.legal-experience__hero p{max-width:720px;margin:28px 0 0;color:#526174;font-size:18px;line-height:1.7}.legal-experience__meta{display:grid;grid-gap:0;gap:0;margin:0;border-top:1px solid #a5b4fc}.legal-experience__meta div{display:grid;grid-template-columns:110px 1fr;grid-gap:18px;gap:18px;padding:18px 0;border-bottom:1px solid #c7d2fe}.legal-experience__meta dt{color:#64748b;font-size:13px}.legal-experience__meta dd{margin:0;color:#1e1b4b;font-size:14px;font-weight:700}.legal-experience__layout{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);grid-gap:clamp(60px,9vw,140px);gap:clamp(60px,9vw,140px);align-items:start;padding:100px 0 170px}.legal-document-nav{position:-webkit-sticky;position:sticky;top:100px}.legal-document-nav h2{margin:0 0 22px;font-size:18px;letter-spacing:-.025em}.legal-document-nav ol{display:grid;grid-gap:0;gap:0;margin:0;padding:0;border-top:1px solid #cbd5e1;list-style:none}.legal-document-nav li{border-bottom:1px solid #d8e0eb}.legal-document-nav a{min-height:48px;display:flex;align-items:center;color:#526174;font-size:14px;font-weight:650;line-height:1.35;text-decoration:none}.legal-document-nav p{color:#64748b;font-size:14px;line-height:1.6}.legal-document{width:100%;max-width:72ch;min-width:0}.legal-document>section{padding:72px 0;border-top:1px solid #d8e0eb;scroll-margin-top:92px}.legal-document>section:first-child{padding-top:0;border-top:0}.legal-document h2{margin:0 0 26px;font-size:clamp(2rem,3.8vw,3.8rem);line-height:1;letter-spacing:-.05em}.legal-document li,.legal-document p{color:#475569;font-size:16px;line-height:1.8}.legal-review-notice{margin-top:28px;padding:42px!important;border:1px solid #c7d2fe!important;border-radius:24px;background:#eef2ff}.legal-index-list{display:grid;margin:0;padding:0;border-top:1px solid #cbd5e1;list-style:none}.legal-index-list li{border-bottom:1px solid #cbd5e1;scroll-margin-top:96px}.legal-index-list a{min-height:108px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:22px 4px;text-decoration:none;transition:padding .25s ease,background .25s ease}.legal-index-list a:hover{padding-right:22px;padding-left:22px;background:#ffffff}.legal-index-list span{color:#111827;font-size:22px;font-weight:750;letter-spacing:-.035em}.legal-index-list small{color:#64748b;font-size:13px}.legal-support-route{margin-top:80px;padding:42px;border-radius:26px;background:radial-gradient(circle at 90% 10%,rgba(129,140,248,.28),transparent 36%),#111827;color:#ffffff}.legal-support-route h2,.legal-support-route p{margin:0}.legal-support-route p{margin:14px 0 24px;color:rgba(255,255,255,.68)}.legal-support-route a{min-height:44px;display:inline-flex;align-items:center;color:#ffffff;font-weight:750;text-decoration:none}.marketing-shell .page-section{padding-top:100px;padding-bottom:100px}.marketing-shell .page-section__header{max-width:780px;margin-bottom:42px}.marketing-shell .page-section__header h2{font-size:clamp(2.25rem,4vw,4.2rem);line-height:1;letter-spacing:-.055em}.marketing-shell .grid{grid-auto-flow:dense;gap:12px}.marketing-shell .card{min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;border-radius:26px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.marketing-shell .card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(15,23,42,.1)}.marketing-shell .card h3{font-size:clamp(1.45rem,2.2vw,2.2rem);line-height:1.08;letter-spacing:-.04em}.marketing-shell--narrow .marketing-experience-hero{min-height:auto;grid-template-columns:1fr;padding-bottom:36px;text-align:center}.marketing-shell--narrow .marketing-experience-hero__art{display:none}.marketing-shell--narrow .marketing-experience-hero__copy>span{margin-right:auto;margin-left:auto}.marketing-shell--narrow .marketing-shell__body{margin-bottom:120px;padding:36px;border:1px solid #d8e0eb;border-radius:28px;background:#ffffff;box-shadow:0 26px 70px rgba(15,23,42,.09)}.marketing-shell--narrow .auth-form__input{min-height:52px;border-radius:14px}@media (max-width:900px){.experience-hero,.marketing-experience-hero{grid-template-columns:1fr}.experience-hero{min-height:auto}.experience-hero__media{min-height:480px}.workspace-bento{min-height:auto;grid-template-columns:1fr;grid-template-rows:none}.workspace-bento__card--1,.workspace-bento__card--2,.workspace-bento__card--3{grid-column:span 1;grid-row:span 1}.workspace-bento__card--1{min-height:560px}.experience-stack,.tool-guidance{grid-template-columns:1fr}.experience-stack__intro,.tool-guidance__intro{position:static}.experience-stack__cards .experience-stack-card{grid-template-columns:1fr}.experience-stack-card__media{order:-1}.experience-trust-rail,.finance-workspace__canvas,.tool-operations{grid-template-columns:1fr}.tool-list-card:nth-child(-n+2){grid-template-columns:1fr;align-items:start}.marketing-experience-hero__art{min-height:520px}}@media (max-width:680px){.site-header{top:8px}.site-header__row{min-height:54px}.experience-hero{margin-top:22px;border-radius:24px}.experience-hero__copy{padding:48px 24px}.experience-hero h1,.marketing-experience-hero h1{font-size:clamp(2.8rem,13vw,4rem)}.experience-hero__media{min-height:340px}.experience-hero__actions,.marketing-experience-hero__actions{display:grid}.experience-button,.marketing-experience-hero__actions a{width:100%}.experience-marquee__track>span{min-width:240px}.category-support,.experience-chapter,.experience-stack,.finance-workspace,.tool-guidance,.tool-related,.tool-story{padding:96px 20px}.experience-chapter__heading{margin-bottom:36px}.workspace-bento__card,.workspace-bento__card--1{min-height:430px}.experience-stack__cards .experience-stack-card{min-height:auto}.experience-stack-card__copy{padding:30px}.experience-stack-card__media{min-height:310px}.experience-trust-rail{margin:80px 20px 100px}.tool-explorer__list{grid-template-columns:1fr}.tool-list-card,.tool-list-card:nth-child(-n+2){min-height:240px;grid-column:span 1}.category-support-bento,.tool-benefit-bento{grid-template-columns:1fr;grid-template-rows:none}.category-support-bento__card--access,.category-support-bento__card--primary,.category-support-bento__card--trust,.tool-benefit-bento__card{min-height:280px;grid-column:span 1;grid-row:span 1}.tool-workspace-section{padding-top:100px}.tool-related__list article{grid-template-columns:1fr}.tool-operations{padding:10px 20px 100px}.finance-workspace .finance-calculator,.finance-workspace__note{min-height:auto}.marketing-experience-hero{min-height:auto;padding:88px 20px 64px}.marketing-experience-hero__art{min-height:360px}.marketing-shell--narrow .marketing-shell__body{padding:24px}}@media (prefers-reduced-motion:reduce){.experience-marquee__track{animation:none}}.pricing-experience{padding:120px 0}.pricing-experience__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;grid-gap:12px;gap:12px}.pricing-plan{min-height:440px;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,48px);border:1px solid #d8e0eb;border-radius:30px;background:#ffffff;transition:transform .3s ease,box-shadow .3s ease}.pricing-plan:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(15,23,42,.1)}.pricing-plan--featured{background:radial-gradient(circle at 90% 8%,rgba(129,140,248,.36),transparent 34%),#111827;color:#ffffff}.pricing-plan h3{margin:0;font-size:22px}.pricing-plan__price{margin:auto 0 40px;font-size:clamp(3.4rem,6vw,6rem);font-weight:700;line-height:.9;letter-spacing:-.07em}.pricing-plan__price span{margin-left:8px;color:#64748b;font-size:14px;letter-spacing:0}.pricing-plan dl{display:grid;grid-gap:12px;gap:12px;margin:0}.pricing-plan dl div{display:flex;justify-content:space-between;gap:20px;padding-top:12px;border-top:1px solid rgba(148,163,184,.32)}.pricing-plan dt{color:#64748b}.pricing-plan--featured .pricing-plan__price span,.pricing-plan--featured dt{color:rgba(255,255,255,.62)}.pricing-plan dd{margin:0;font-weight:700}.pricing-experience__comparison{margin-top:30px;border:1px solid #d8e0eb;border-radius:24px;background:#ffffff}.pricing-experience__comparison summary{min-height:64px;display:flex;align-items:center;padding:0 24px;font-weight:700;cursor:pointer}.pricing-experience__comparison .pricing-summary__table-wrap{padding:0 24px 24px}.pricing-experience__empty{padding:60px;border-radius:28px;background:#f1f5f9;text-align:center}.guide-index-list{display:grid;border-top:1px solid #cbd5e1}.guide-index-list article{min-height:180px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:40px;gap:40px;align-items:center;padding:34px 6px;border-bottom:1px solid #cbd5e1;transition:padding .25s ease,background .25s ease}.guide-index-list article:hover{padding-right:28px;padding-left:28px;background:#f8fafc}.guide-index-list h3{margin:0;font-size:clamp(1.7rem,3vw,3rem);line-height:1;letter-spacing:-.05em}.guide-index-list p{max-width:760px;margin:12px 0 0;color:#64748b;line-height:1.65}.guide-index-list a{min-height:46px;display:inline-flex;align-items:center;padding:0 18px;border-radius:999px;background:#111827;color:#ffffff;font-weight:700;text-decoration:none}@media (max-width:900px){.pricing-experience__cards{grid-template-columns:1fr}}@media (max-width:680px){.pricing-experience{padding:80px 0}.pricing-plan{min-height:380px}.guide-index-list article{grid-template-columns:1fr;gap:18px}.guide-index-list a{width:-moz-fit-content;width:fit-content}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.category-intro{max-width:1080px;padding:104px 24px 72px}.category-intro h1,.tool-intro h1{margin:0;font-size:clamp(3.2rem,7vw,6.6rem);line-height:.94;letter-spacing:-.07em;text-wrap:balance}.category-intro>p,.tool-intro>p{max-width:780px;margin:28px 0 0;color:#526174;font-size:clamp(1rem,1.7vw,1.25rem);line-height:1.7}.category-intro__trust,.tool-intro__trust{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:30px;color:#334155;font-size:14px;font-weight:650}.category-intro__trust span,.tool-intro__trust span{display:inline-flex;align-items:center;gap:8px}.category-intro__trust span+span:before,.tool-intro__trust span+span:before{content:"";width:4px;height:4px;margin-right:16px;border-radius:50%;background:#64748b}.tool-explorer{padding:0 0 36px}.tool-explorer__controls{display:grid;grid-template-columns:minmax(280px,1fr) auto;grid-gap:18px;gap:18px;align-items:center;margin-bottom:22px}.tool-search{min-height:56px;display:flex;align-items:center;gap:12px;padding:0 18px;border:1px solid #cbd5e1;border-radius:16px;background:#ffffff;color:#475569;transition:border-color .18s ease,box-shadow .18s ease}.tool-search:focus-within{border-color:#4338ca;box-shadow:0 0 0 4px rgba(67,56,202,.13)}.tool-search input{width:100%;min-height:52px;border:0;outline:0;background:transparent;color:#111827;font:inherit;font-size:16px}.tool-filter{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.tool-explorer__empty button,.tool-filter button{min-height:44px;padding:0 16px;border:1px solid #cbd5e1;border-radius:999px;background:#ffffff;color:#334155;font:inherit;font-weight:700;cursor:pointer}.tool-filter button.is-active{border-color:#111827;background:#111827;color:#ffffff}.tool-explorer__empty button:focus-visible,.tool-filter button:focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.tool-explorer__count{margin:0 0 16px;color:#64748b;font-size:14px;font-weight:650}.tool-list-card:focus-within,.tool-list-card:hover{border-color:#a5b4fc;box-shadow:0 18px 40px rgba(15,23,42,.08);transform:translateY(-2px)}.tool-list-card__copy>p{margin:0 0 7px;color:#4338ca;font-size:12px;font-weight:750}.tool-list-card__copy h3{margin:0 0 7px;font-size:19px;letter-spacing:-.025em}.tool-list-card__copy>span{display:block;max-width:640px;color:#5b687a;font-size:14px;line-height:1.55}.tool-list-card__meta{display:flex;flex-wrap:wrap;gap:6px}.tool-list-card__meta span{padding:6px 9px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:650}.tool-list-card>a{min-height:44px;display:inline-flex;align-items:center;gap:7px;color:#3730a3;font-size:14px;font-weight:750;text-decoration:none;white-space:nowrap}.tool-list-card>a:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}.tool-explorer__empty{padding:64px 24px;border:1px dashed #94a3b8;border-radius:20px;text-align:center}.tool-explorer__empty h3,.tool-explorer__empty p{margin:0}.tool-explorer__empty p{margin:8px 0 20px;color:#64748b}.tool-page{overflow-x:hidden}.tool-intro{max-width:980px;padding:76px 24px 46px}.tool-intro__back{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;color:#3730a3;font-weight:700;text-decoration:none}.tool-intro h1{font-size:clamp(3rem,6.4vw,5.8rem)}.tool-template,.tool-template--analyzer,.tool-template--builder,.tool-template--file-transform,.tool-template--text-generation,.tool-template--utility{border:0;border-radius:0;padding:0;background:transparent}.tool-grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:18px;align-items:start}.tool-panel__heading{margin-bottom:24px}.tool-panel__heading h2{margin:0;font-size:25px;letter-spacing:-.035em}.tool-panel__heading p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55}.tool-panel .form-stack{gap:16px}.tool-panel .form-stack input,.tool-panel .form-stack select,.tool-panel .form-stack textarea{border-color:#cbd5e1;border-radius:12px;padding:13px 14px}.tool-panel .form-stack textarea{min-height:150px;resize:vertical}.tool-run-button{width:100%;min-height:52px;margin-top:4px;font-size:15px}.tool-run-button:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.tool-page .page-section{padding-top:72px;padding-bottom:72px}.hero-pricing{padding:120px 24px;background:radial-gradient(circle at 80% 20%,rgba(99,102,241,.42),transparent 30%),#111827}.hero-pricing__title{font-size:clamp(2.3rem,4vw,4.5rem);line-height:1;letter-spacing:-.055em}.button--accent{min-height:48px;background:#166534}.button--accent:hover{background:#14532d}.cta-block-centered{padding:150px 24px;background:#f8fafc}.cta-block-centered__inner{max-width:900px}.cta-block-centered__title{font-size:clamp(2.7rem,6vw,6.4rem);line-height:.95;letter-spacing:-.065em;text-wrap:balance}.cta-block-centered__desc{max-width:620px;margin:26px auto 32px;font-size:17px}@media (max-width:900px){.tool-explorer__controls{grid-template-columns:1fr}.tool-filter{justify-content:flex-start}.tool-list-card__meta{order:3}.tool-list-card>a{justify-self:start}.tool-grid{grid-template-columns:1fr}}@media (max-width:640px){.category-intro,.tool-intro{padding:44px 20px 24px}.category-intro h1,.tool-intro h1{font-size:2.75rem}.category-intro>p,.tool-intro>p{margin-top:16px;font-size:16px}.tool-intro>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.category-intro__trust,.tool-intro__trust{display:flex;gap:8px 16px;margin-top:18px;font-size:13px}.category-intro__trust span+span:before,.tool-intro__trust span+span:before{display:none}.page-section{padding-left:20px;padding-right:20px}.tool-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.tool-filter button{flex:0 0 auto}.tool-panel__heading{margin-bottom:12px}.tool-panel .form-stack textarea{min-height:120px}.tool-panel .form-stack{gap:14px}.tool-page .page-section{padding-top:56px;padding-bottom:56px}.cta-block-centered,.hero-pricing{padding:100px 16px}}@media (max-width:900px){.marketing-experience-hero--support{min-height:auto;grid-template-columns:1fr}.support-routing__grid article{min-height:300px;grid-column:span 12}.guide-reading{grid-template-columns:1fr}.guide-reading__nav{position:static;padding-bottom:32px;border-bottom:1px solid #cbd5e1}}@media (max-width:680px){.guide-hero{min-height:auto;padding:110px 0 72px}.guide-hero h1{font-size:clamp(2.8rem,13vw,4.2rem)}.guide-title__image{width:82px;height:38px}.guide-reading{padding:52px 0 100px}.guide-reading__nav ol{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-prose-section{padding:72px 0}.guide-inline-cta,.guide-steps li,.guide-tools__list article{grid-template-columns:1fr}.guide-example-accordion{min-height:auto;flex-direction:column}.guide-example-accordion article{min-height:260px}}@media (max-width:900px){.legal-experience__hero,.legal-experience__layout{grid-template-columns:1fr}.legal-experience__hero{gap:48px}.legal-document-nav{position:static;padding-bottom:32px;border-bottom:1px solid #cbd5e1}.legal-document-nav ol{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.legal-experience__hero{min-height:auto;padding:120px 0 70px}.legal-experience__hero h1{font-size:clamp(3rem,14vw,4.4rem)}.legal-experience__layout{padding:64px 0 110px}.legal-document-nav ol{grid-template-columns:1fr}.legal-document>section{padding:58px 0}.legal-review-notice,.legal-support-route{padding:28px!important}}.tool-explorer__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;grid-gap:12px;gap:12px}.tool-list-card{min-height:248px;display:flex;flex-direction:column;align-items:flex-start;gap:22px;padding:30px;border:1px solid #d8e0eb;border-radius:18px;background:#ffffff;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.tool-list-card:nth-child(-n+2){min-height:300px;grid-column:span 2;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr) auto;align-items:end;background:radial-gradient(circle at 90% 10%,rgba(129,140,248,.2),transparent 34%),#ffffff}.tool-list-card__copy h3{font-size:clamp(1.35rem,2.3vw,2.35rem)}.tool-list-card>a,.tool-list-card__meta{margin-top:auto}.tool-workspace-section{padding:150px 24px 120px}.tool-panel{min-height:500px;padding:clamp(24px,4vw,42px);border:1px solid #d8e0eb;border-radius:28px;background:#ffffff;box-shadow:0 22px 60px rgba(15,23,42,.06)}.tool-panel--result{position:-webkit-sticky;position:sticky;top:92px;background:radial-gradient(circle at 88% 6%,rgba(129,140,248,.22),transparent 36%),#111827;color:#ffffff}.tool-panel--result .tool-panel__heading p,.tool-panel--result>p{color:rgba(255,255,255,.62)}.tool-panel--result .tool-panel__heading h2{color:#ffffff}.structured-convert-preview{width:100%;overflow:hidden;margin:20px 0;border:1px solid rgba(148,163,184,.35);border-radius:18px;background:#0b1120}.structured-convert-preview img{width:100%;height:auto;display:block;object-fit:contain}@media (max-width:900px){.tool-list-card:nth-child(-n+2){grid-template-columns:1fr;align-items:start}.tool-panel--result{position:static;min-height:260px}}@media (max-width:680px){.tool-explorer__list{grid-template-columns:1fr}.tool-list-card,.tool-list-card:nth-child(-n+2){min-height:240px;grid-column:span 1;padding:20px}.tool-workspace-section{padding:100px 20px 70px}.tool-panel{min-height:auto;padding:18px;border-radius:20px}}