*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}a{color:inherit;text-decoration:none}.mt16{margin-top:16px}html{scroll-behavior:smooth}:focus-visible{outline:2px solid #000;outline-offset:2px}.App{display:flex;flex-direction:column;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e5e5e5;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header__logo{color:#000;font-size:20px;font-weight:700;text-decoration:none}.header__logo:hover{opacity:.8}.header__mobile-toggle{background:none;border:none;cursor:pointer;display:none;padding:8px}.header__hamburger{background:#000;display:block;height:2px;position:relative;width:24px}.header__hamburger:after,.header__hamburger:before{background:#000;content:"";height:2px;left:0;position:absolute;transition:all .3s ease;width:24px}.header__hamburger:before{top:-8px}.header__hamburger:after{top:8px}.header__nav{align-items:center;display:flex;gap:32px}.header__link{color:#666;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s ease}.header__link--signin,.header__link:hover{color:#000}.header__btn{align-items:center;background:#000;border-radius:6px;color:#fff;display:inline-flex;font-size:15px;font-weight:500;justify-content:center;padding:10px 20px;text-decoration:none;transition:background .2s ease}.header__btn:hover{background:#333}@media (max-width:768px){.header__container{padding:0 16px}.header__mobile-toggle{display:block}.header__nav{align-items:stretch;background:#fff;border-bottom:1px solid #e5e5e5;flex-direction:column;gap:0;left:0;opacity:0;padding:20px;position:fixed;right:0;top:65px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.header__nav--open{opacity:1;transform:translateY(0);visibility:visible}.header__link,.header__link--signin{border-bottom:1px solid #f5f5f5;padding:12px 0}.header__btn{margin-top:12px;width:100%}}.footer{background:#000;color:#fff;padding:60px 0 30px}.footer__container{margin:0 auto;max-width:1200px;padding:0 20px}.footer__grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.footer__title{font-size:20px;font-weight:700;margin:0 0 12px}.footer__description{color:#999;font-size:14px;line-height:1.6;margin:0}.footer__heading{font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.footer__links{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer__link{color:#999;font-size:14px;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#fff}.footer__bottom{border-top:1px solid #333;padding-top:30px;text-align:center}.footer__copyright{color:#666;font-size:14px;margin:0}@media (max-width:968px){.footer__grid{gap:30px;grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer{padding:40px 0 20px}.footer__container{padding:0 16px}.footer__grid{gap:30px;grid-template-columns:1fr;margin-bottom:30px}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__main{flex:1 1}.container{margin:0 auto;padding:0 20px;width:100%}.container--small{max-width:640px}.container--medium{max-width:900px}.container--large{max-width:1200px}.container--full{max-width:100%}@media (max-width:768px){.container{padding:0 16px}}.section{width:100%}.section--small{padding:40px 0}.section--medium{padding:60px 0}.section--large{padding:80px 0}.section--bg-white{background:#fff}.section--bg-gray{background:#f9f9f9}.section--bg-black{background:#000;color:#fff}@media (max-width:768px){.section--small{padding:30px 0}.section--medium{padding:40px 0}.section--large{padding:50px 0}}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;gap:8px;justify-content:center;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn--small{font-size:14px;padding:8px 16px}.btn--medium{font-size:16px;padding:12px 24px}.btn--large{font-size:18px;padding:16px 32px}.btn--primary{background:#000;color:#fff}.btn--primary:hover:not(:disabled){background:#333}.btn--secondary{background:#f5f5f5;color:#000}.btn--secondary:hover:not(:disabled){background:#e5e5e5}.btn--outline{background:#0000;border:1px solid #000;color:#000}.btn--outline:hover:not(:disabled){background:#000;color:#fff}.btn--ghost{background:#0000;color:#000}.btn--ghost:hover:not(:disabled){background:#f5f5f5}.card{background:#fff;border-radius:12px;padding:24px}.card--default{border:none}.card--bordered,.card--elevated{border:1px solid #e5e5e5}.card--elevated{box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease}.card--elevated:hover{box-shadow:0 4px 16px #0000001a}@media (max-width:768px){.card{padding:20px}}.faq-accordion{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.faq-question{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;padding:20px;text-align:left;transition:background .2s ease;width:100%}.faq-question--active,.faq-question:hover{background:#f9f9f9}.faq-icon{color:#666;font-size:24px;font-weight:300}.faq-answer{background:#fff;padding:0 20px 20px}.faq-answer p{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.faq-question{font-size:15px;padding:16px}.faq-answer{padding:0 16px 16px}}.badge{align-items:center;border-radius:16px;display:inline-flex;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.badge--default{background:#f5f5f5;color:#666}.badge--success{background:#e7f7ef;color:#0f5132}.badge--warning{background:#fff3cd;color:#856404}.badge--info{background:#d1ecf1;color:#0c5460}.hero{background:linear-gradient(135deg,#f9f9f9,#fff)}.hero__content{margin:0 auto;max-width:800px;text-align:center}.hero__badge{margin-bottom:20px}.hero__title{color:#000;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 24px}.hero__subtitle{color:#666;font-size:20px;line-height:1.6;margin:0 0 32px}.hero__ctas{gap:16px}.hero__ctas,.social-proof{display:flex;flex-wrap:wrap;justify-content:center}.social-proof{align-items:center;gap:48px}.social-proof__item{align-items:center;color:#666;display:flex;font-size:15px;gap:8px}.social-proof__icon{color:#10b981;font-size:18px}.section-title{color:#000;font-size:36px;font-weight:700;margin:0 0 12px;text-align:center}.section-subtitle{color:#666;font-size:18px;margin:0 0 48px;text-align:center}.how-it-works__grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.how-it-works__step{text-align:center}.step__number{align-items:center;background:#000;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step__title{font-size:20px;font-weight:600;margin:0 0 12px}.step__description{color:#666;font-size:15px;line-height:1.6;margin:0}.benefits__grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.benefit{text-align:center}.benefit__icon{display:block;font-size:48px;margin-bottom:16px}.benefit__title{font-size:18px;font-weight:600;margin:0 0 8px}.benefit__description{color:#666;font-size:15px;line-height:1.6;margin:0}.use-cases__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.use-case__title{font-size:20px;font-weight:600;margin:12px 0}.use-case__description{color:#666;font-size:15px;line-height:1.6;margin:0}.faq{margin:0 auto;max-width:800px}.final-cta{color:#fff;text-align:center}.final-cta__title{font-size:36px;font-weight:700;margin:0 0 16px}.final-cta__subtitle{color:#ccc;font-size:18px;margin:0 0 32px}.final-cta__buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.final-cta__button--light{background:#0000;border-color:#fff;color:#fff}.final-cta__button--light:hover{background:#fff;color:#000}@media (max-width:968px){.hero__title{font-size:36px}.hero__subtitle{font-size:18px}.section-title{font-size:30px}.how-it-works__grid,.use-cases__grid{grid-template-columns:1fr}.benefits__grid{gap:32px;grid-template-columns:repeat(2,1fr)}.social-proof{gap:24px}}@media (max-width:640px){.hero__title{font-size:28px}.hero__subtitle{font-size:16px}.section-title{font-size:24px}.section-subtitle{font-size:16px}.benefits__grid{grid-template-columns:1fr}.social-proof{flex-direction:column;gap:16px}.final-cta__title{font-size:28px}.final-cta__subtitle{font-size:16px}}.products-hero{margin:0 auto;max-width:800px;text-align:center}.products-hero__title{font-size:42px;font-weight:700;line-height:1.2;margin:0 0 20px}.products-hero__subtitle{color:#666;font-size:18px;line-height:1.6;margin:0}.products-overview{margin:0 auto;max-width:800px;text-align:center}.products-overview__text{color:#666;font-size:18px;line-height:1.8;margin:0}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-top:40px}.feature-module{display:flex;flex-direction:column}.feature-module__header{align-items:center;display:flex;gap:16px;margin-bottom:16px}.feature-module__icon{font-size:48px}.feature-module__title{font-size:24px;font-weight:600;margin:0}.feature-module__description{color:#666;font-size:16px;line-height:1.6;margin:0 0 20px}.feature-module__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.feature-module__list li{color:#333;font-size:15px;line-height:1.6;padding-left:24px;position:relative}.feature-module__list li:before{color:#10b981;content:"✓";font-weight:600;left:0;position:absolute}.outcomes{display:flex;flex-direction:column;gap:32px;margin-top:40px}.outcome{align-items:flex-start;display:flex;gap:24px}.outcome__icon{flex-shrink:0;font-size:48px}.outcome__content{flex:1 1}.outcome__title{font-size:20px;font-weight:600;margin:0 0 8px}.outcome__description{color:#666;font-size:15px;line-height:1.6;margin:0}.comparison{overflow-x:auto}.comparison__table{background:#fff;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.comparison__table thead{background:#f9f9f9}.comparison__table th{border-bottom:2px solid #e5e5e5;font-size:15px;font-weight:600;padding:16px;text-align:left}.comparison__table td{border-bottom:1px solid #f5f5f5;font-size:15px;padding:16px}.comparison__table tbody tr:last-child td{border-bottom:none}.comparison__check{color:#10b981;font-weight:500}.comparison__cross{color:#999}.products-cta{color:#fff;text-align:center}.products-cta__title{font-size:36px;font-weight:700;margin:0 0 16px}.products-cta__subtitle{color:#ccc;font-size:18px;margin:0 0 32px}.products-cta__buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.button--light{background:#0000;border-color:#fff;color:#fff}.button--light:hover{background:#fff;color:#000}@media (max-width:968px){.products-hero__title{font-size:32px}.features-grid{grid-template-columns:1fr}.comparison{font-size:14px}.comparison__table td,.comparison__table th{font-size:14px;padding:12px}}@media (max-width:640px){.products-hero__title{font-size:28px}.products-hero__subtitle,.products-overview__text{font-size:16px}.outcome{flex-direction:column;gap:12px}.products-cta__title{font-size:28px}}.pricing-hero{margin:0 auto;max-width:600px;text-align:center}.pricing-hero__title{font-size:42px;font-weight:700;line-height:1.2;margin:0 0 16px}.pricing-hero__subtitle{color:#666;font-size:18px;margin:0}.pricing-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:40px}.pricing-plan{display:flex;flex-direction:column;padding:32px 24px;position:relative}.pricing-plan--featured{border:2px solid #000}.pricing-plan__badge{position:absolute;right:16px;top:16px}.pricing-plan__header{margin-bottom:24px}.pricing-plan__name{font-size:24px;font-weight:600;margin:0 0 16px}.pricing-plan__price{align-items:baseline;display:flex;gap:4px;margin-bottom:12px}.pricing-plan__amount{font-size:48px;font-weight:700;line-height:1}.pricing-plan__period{color:#666;font-size:18px}.pricing-plan__description{color:#666;font-size:15px;margin:0}.pricing-plan__billing{color:#999;font-size:14px;margin:4px 0 0}.pricing-plan__features{flex:1 1;margin-bottom:24px}.pricing-plan__features-title{color:#999;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.pricing-plan__features-list,.pricing-plan__limitations-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 24px;padding:0}.pricing-plan__features-list li{color:#333;font-size:15px;padding-left:24px;position:relative}.pricing-plan__features-list li:before{color:#10b981;content:"✓";font-weight:600;left:0;position:absolute}.pricing-plan__limitations-list li{color:#999;font-size:14px;padding-left:24px;position:relative}.pricing-plan__limitations-list li:before{color:#999;content:"×";font-weight:600;left:0;position:absolute}.pricing-plan__button{width:100%}.pricing-plan__note{color:#666;font-size:13px;margin:12px 0 0;text-align:center}.pricing-reassurance{align-items:center;display:flex;flex-wrap:wrap;gap:48px;justify-content:center}.pricing-reassurance__item{align-items:center;color:#666;display:flex;font-size:15px;gap:8px}.pricing-reassurance__icon{font-size:20px}.pricing-cta{color:#fff;text-align:center}.pricing-cta__title{font-size:36px;font-weight:700;margin:0 0 16px}.pricing-cta__subtitle{color:#ccc;font-size:18px;margin:0 0 32px}@media (max-width:968px){.pricing-hero__title{font-size:32px}.pricing-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:500px}.pricing-reassurance{gap:24px}}@media (max-width:640px){.pricing-hero__title{font-size:28px}.pricing-hero__subtitle{font-size:16px}.pricing-plan{padding:24px 20px}.pricing-plan__amount{font-size:36px}.pricing-reassurance{flex-direction:column;gap:16px}.pricing-cta__title{font-size:28px}.pricing-cta__subtitle{font-size:16px}}.guides-hero{margin:0 auto;max-width:700px;text-align:center}.guides-hero__title{font-size:42px;font-weight:700;margin:0 0 16px}.guides-hero__subtitle{color:#666;font-size:18px;margin:0}.guides-featured{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:32px}.guides-categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.category-btn{background:#fff;border:1px solid #e5e5e5;border-radius:24px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.category-btn:hover{border-color:#000}.category-btn--active{background:#000;border-color:#000;color:#fff}.guides-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.guide-card-link{color:inherit;text-decoration:none}.guide-card{display:flex;flex-direction:column;height:100%;transition:transform .2s ease}.guide-card:hover{transform:translateY(-4px)}.guide-card--featured{padding-top:40px;position:relative}.guide-card--featured .badge{left:16px;position:absolute;top:16px}.guide-card__category{color:#999;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.guide-card__title{font-size:20px;font-weight:600;line-height:1.3;margin:0 0 12px}.guide-card__description{color:#666;flex:1 1;font-size:15px;line-height:1.5;margin:0 0 16px}.guide-card__meta{align-items:center;color:#999;display:flex;font-size:13px;gap:8px}.guide-card__separator{color:#ddd}.guides-empty{color:#666;padding:60px 20px;text-align:center}@media (max-width:968px){.guides-hero__title{font-size:32px}.guides-grid{grid-template-columns:1fr}}@media (max-width:640px){.guides-hero__title{font-size:28px}.guides-hero__subtitle{font-size:16px}.guides-featured{grid-template-columns:1fr}}.guide-breadcrumb{align-items:center;display:flex;font-size:14px;gap:8px}.guide-breadcrumb__link{color:#666;text-decoration:none}.guide-breadcrumb__link:hover{color:#000}.guide-breadcrumb__separator{color:#ccc}.guide-breadcrumb__current{color:#000;font-weight:500}.guide__header{margin-bottom:48px}.guide__meta{align-items:center;color:#666;display:flex;font-size:14px;gap:8px;margin-bottom:20px}.guide__category{color:#000;font-weight:600}.guide__separator{color:#ddd}.guide__title{color:#000;font-size:42px;font-weight:700;line-height:1.2;margin:0 0 20px}.guide__description{color:#666;font-size:20px;line-height:1.6;margin:0}.guide__content{color:#333;font-size:17px;line-height:1.8;margin-bottom:48px}.guide__content h2{color:#000;font-size:32px;font-weight:700;margin:48px 0 20px}.guide__content h3{color:#000;font-size:24px;font-weight:600;margin:36px 0 16px}.guide__content h4{color:#000;font-size:20px;font-weight:600;margin:28px 0 12px}.guide__content p{margin:0 0 20px}.guide__content ul{margin:20px 0;padding-left:24px}.guide__content li{margin-bottom:8px}.guide__content strong{color:#000;font-weight:600}.guide__content .check{color:#10b981;font-weight:600}.guide__content .cross{color:#ef4444}.guide__content hr{border:none;border-top:1px solid #e5e5e5;margin:40px 0}.guide-cta{background:#f9f9f9;margin:48px 0;padding:32px;text-align:center}.guide-cta__title{font-size:24px;font-weight:600;margin:0 0 12px}.guide-cta__description{color:#666;font-size:16px;margin:0 0 24px}.guide-footer{background:#000;border-radius:12px;color:#fff;margin-bottom:48px;padding:48px 32px;text-align:center}.guide-footer__text{font-size:20px;margin:0 0 24px}.guide-back{padding:20px 0;text-align:center}.guide-back__link{color:#666;font-size:15px;text-decoration:none}.guide-back__link:hover{color:#000}@media (max-width:768px){.guide__title{font-size:32px}.guide__description{font-size:18px}.guide__content{font-size:16px}.guide__content h2{font-size:26px}.guide__content h3{font-size:20px}.guide__content h4{font-size:18px}.guide-cta{padding:24px}.guide-footer{padding:32px 24px}}.blog-hero{margin:0 auto;max-width:600px;text-align:center}.blog-hero__title{font-size:42px;font-weight:700;margin:0 0 16px}.blog-hero__subtitle{color:#666;font-size:18px;margin:0}.blog-featured{grid-gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-featured,.blog-grid{display:grid;gap:24px;margin-top:32px}.blog-grid{grid-gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.blog-card-link{color:inherit;text-decoration:none}.blog-card{display:flex;flex-direction:column;height:100%;transition:transform .2s ease}.blog-card:hover{transform:translateY(-4px)}.blog-card--featured{padding-top:40px;position:relative}.blog-card--featured .badge{left:16px;position:absolute;top:16px}.blog-card__title{font-size:20px;font-weight:600;line-height:1.3;margin:0 0 12px}.blog-card__description{color:#666;flex:1 1;font-size:15px;line-height:1.5;margin:0 0 16px}.blog-card__meta{align-items:center;color:#999;display:flex;flex-wrap:wrap;font-size:13px;gap:8px}.blog-card__author{color:#666;font-weight:500}.blog-card__separator{color:#ddd}@media (max-width:968px){.blog-hero__title{font-size:32px}.blog-grid{grid-template-columns:1fr}}@media (max-width:640px){.blog-hero__title{font-size:28px}.blog-hero__subtitle{font-size:16px}.blog-featured{grid-template-columns:1fr}}.legal-page{display:flex;flex-direction:column;min-height:100vh}.legal-main{background:#fff;flex:1 1;padding:4rem 0}.legal-content{color:#1f2937;line-height:1.7;margin:0 auto;max-width:800px;padding:0 1rem}.legal-content h1{color:#000;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.legal-content h2{color:#000;font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:1rem;margin-top:3rem}.legal-content h3{color:#111827;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem;margin-top:2rem}.legal-content p{font-size:1rem;margin-bottom:1.25rem}.legal-content strong{color:#000;font-weight:600}.legal-content ol,.legal-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content ol ol,.legal-content ol ul,.legal-content ul ol,.legal-content ul ul{margin-bottom:.5rem;margin-top:.5rem}.legal-content a{color:#000;font-weight:500;text-decoration:underline;transition:opacity .2s}.legal-content a:hover{opacity:.7}.legal-content hr{border:none;border-top:1px solid #e5e7eb;margin:2.5rem 0}.legal-content table{border-collapse:collapse;font-size:.95rem;margin:1.5rem 0;width:100%}.legal-content td,.legal-content th{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.legal-content th{color:#000;font-weight:600}.legal-content th,.legal-content tr:nth-child(2n){background-color:#f9fafb}.legal-content blockquote{border-left:4px solid #000;color:#4b5563;font-style:italic;margin:1.5rem 0;padding-left:1rem}.legal-content code{background-color:#f3f4f6;border-radius:.25rem;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.legal-content pre{background-color:#f3f4f6;border-radius:.5rem;margin:1.5rem 0;overflow-x:auto;padding:1rem}.legal-content pre code{background-color:initial;padding:0}.legal-content>p:first-of-type strong{color:#6b7280;font-size:.95rem;font-weight:500}@media (max-width:768px){.legal-main{padding:2rem 0}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem;margin-top:2rem}.legal-content h3{font-size:1.125rem}.legal-content table{font-size:.875rem}.legal-content td,.legal-content th{padding:.5rem}}
/*# sourceMappingURL=main.3384fc1e.css.map*/