﻿*{box-sizing:border-box}html,body{scroll-behavior:smooth}body{margin:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.6;color:#e6edf3;background:#0f1419;-webkit-font-smoothing:antialiased}.block{display:block}.flex{display:flex}.flex-aic{align-items:center}.flex-jcc{justify-content:center}.flex-jcsb{justify-content:space-between}.flex-jcfe{justify-content:flex-end}.flex-jcfs{justify-content:flex-start}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.gap-4{gap:4rem}.gap-5{gap:5rem}.marketing{min-height:100vh}.marketing-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:rgba(15,20,25,.9);backdrop-filter:blur(12px);border-bottom:1px solid #30363d}.marketing-logo{font-weight:700;font-size:1.25rem;color:#e6edf3;text-decoration:none;letter-spacing:-0.02em}.marketing-logo:hover{color:#f9b572}.marketing-nav{display:flex;gap:1.5rem}.marketing-nav a{color:#8b949e;text-decoration:none;font-size:.9rem;transition:color .15s}.marketing-nav a:hover{color:#e6edf3}.mobile-menu-checkbox{display:none}.mobile-menu-btn{display:none;cursor:pointer;z-index:110;padding:.5rem;width:28px;height:22px;position:relative}.hamburger-icon,.hamburger-icon::before,.hamburger-icon::after{display:block;width:28px;height:2px;background:#e6edf3;border-radius:2px;position:absolute;left:0;transition:transform .3s ease,opacity .2s ease}.hamburger-icon{top:50%;transform:translateY(-50%)}.hamburger-icon::before{content:"";top:-8px}.hamburger-icon::after{content:"";top:8px}.mobile-menu-checkbox:checked~.mobile-menu-btn .hamburger-icon{background:rgba(0,0,0,0)}.mobile-menu-checkbox:checked~.mobile-menu-btn .hamburger-icon::before{top:0;transform:rotate(45deg)}.mobile-menu-checkbox:checked~.mobile-menu-btn .hamburger-icon::after{top:0;transform:rotate(-45deg)}@media(max-width: 768px){.mobile-menu-btn{display:block}.stripe-logo{display:none}.marketing-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(15,20,25,.97);backdrop-filter:blur(12px);border-bottom:1px solid #30363d;padding:1rem 1.5rem;gap:0}.marketing-nav a{display:block;padding:.75rem 0;font-size:1rem;border-bottom:1px solid #30363d}.marketing-nav a:last-child{border-bottom:none}.mobile-menu-checkbox:checked~.marketing-nav{display:flex}}section{scroll-margin-top:50px}section.marketing-hero{height:calc(100vh - 100px);min-height:500px;margin:0 auto;background-image:url("/assets/hero1-8cb2f925.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 1200px){section.marketing-hero{height:auto;min-height:auto}}@media(max-width: 768px){section.marketing-hero{background-position:center right}}.marketing-hero-content{width:55%;height:100%;padding:3rem 0rem 3rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0) 100%)}@media(max-width: 1200px){.marketing-hero-content{padding:2rem 0rem 3rem 2rem;width:60%}}@media(max-width: 768px){.marketing-hero-content{width:100%;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%)}}.marketing-hero-badge{display:inline-block;padding:.35rem .75rem;margin-bottom:1rem;font-size:.8rem;font-weight:500;color:#f9b572;background:rgba(88,166,255,.15);border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.marketing-hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.2;letter-spacing:-0.03em;margin:0 0 1rem;color:#e6edf3}.marketing-hero .hero-highlight{color:#f9b572}.marketing-hero p{font-size:1.25rem;color:#8b949e;color:#fff;margin:0 0 2rem;max-width:640px;margin-right:auto}.marketing-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg, #635bff 0%, #5469d4 100%);border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.marketing-hero-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(99,91,255,.4)}.marketing-hero-secondary{display:inline-block;margin-left:1rem;color:#fff;text-decoration:none;font-size:.95rem;border:1px solid #fff;border-radius:10px;padding:.85rem 1.5rem}.marketing-hero-secondary:hover{color:#f9b572;border-color:#f9b572;background:hsla(0,0%,100%,.1)}.marketing-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:1.5rem;padding:3rem 1.5rem;max-width:900px;margin:0 auto;text-align:center}.marketing-stat .stat-value{display:block;font-size:1.75rem;font-weight:700;color:#f9b572;margin-bottom:.25rem}.marketing-stat .stat-label{font-size:.85rem;color:#8b949e}.marketing-purpose{padding:4rem 1.5rem;background:#1a2028}.marketing-purpose-heading{text-align:center;margin-bottom:2.5rem}.marketing-purpose-heading h2{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:#e6edf3}.marketing-purpose-heading p{font-size:1rem;color:#8b949e;margin:0}.marketing-purpose-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}@media(min-width: 768px){.marketing-purpose-cards{grid-template-columns:repeat(3, 1fr)}}.marketing-purpose-card{padding:1.5rem;background:#242d38;border-radius:16px;border:1px solid #30363d;transition:border-color .2s}.marketing-purpose-card:hover{border-color:rgba(88,166,255,.4)}.marketing-purpose-card h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#e6edf3}.marketing-purpose-card .card-badge{display:inline-block;font-size:.75rem;font-weight:600;color:#f9b572;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.marketing-purpose-card p{font-size:.95rem;color:#8b949e;margin:0;line-height:1.5}.marketing-features{padding:5rem 1.5rem}.marketing-features-heading{text-align:center;margin-bottom:3rem}.marketing-features-heading h2{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:#e6edf3}.marketing-features-heading p{font-size:1rem;color:#8b949e;margin:0;max-width:560px;margin-left:auto;margin-right:auto}.marketing-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto}@media(min-width: 768px){.marketing-features-grid{grid-template-columns:repeat(2, 1fr)}}.marketing-feature{display:flex;gap:1rem;padding:1.25rem 1.5rem;background:#1a2028;border-radius:10px;border:1px solid #30363d}.marketing-feature h3{font-size:1rem;font-weight:600;margin:0 0 .35rem;color:#e6edf3}.marketing-feature p{font-size:.9rem;color:#8b949e;margin:0;line-height:1.5}.marketing-feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(88,166,255,.15);border-radius:6px;color:#f9b572;font-size:1.25rem}.marketing-pricing{padding:5rem 1.5rem;background:#1a2028}.marketing-pricing-heading{text-align:center;margin-bottom:3rem}.marketing-pricing-heading h2{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:#e6edf3}.marketing-pricing-heading p{font-size:1rem;color:#8b949e;margin:0}.marketing-pricing-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin:0 auto}.marketing-pricing-card{padding:2rem;background:#242d38;border-radius:16px;border:1px solid #30363d;text-align:center;transition:border-color .2s}.marketing-pricing-card:hover{border-color:rgba(88,166,255,.4)}.marketing-pricing-card.highlighted{border-color:#f9b572;box-shadow:0 0 0 1px #f9b572}.marketing-pricing-card h3{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;color:#e6edf3}.marketing-pricing-card .price{font-size:1.5rem;font-weight:700;color:#e6edf3;margin:.75rem 0 0}.marketing-pricing-card .price-note{font-size:.85rem;color:#8b949e;margin-bottom:1rem;margin-top:0}.marketing-pricing-card ul{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.marketing-pricing-card li{font-size:.9rem;color:#8b949e;padding:.35rem 0;padding-left:1.25rem;position:relative}.marketing-pricing-card li:before{content:"✓";position:absolute;left:0;color:#3fb950;font-weight:600}.marketing-cta-btn{display:inline-block;width:100%;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg, #635bff 0%, #5469d4 100%);border:none;border-radius:10px;text-decoration:none;text-align:center;cursor:pointer;transition:opacity .15s}.marketing-cta-btn:hover{opacity:.95}.marketing-cta-banner{padding:4rem 1.5rem;text-align:center;background:linear-gradient(180deg, rgba(88, 166, 255, 0.08) 0%, transparent 100%)}.marketing-cta-banner h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#e6edf3}.marketing-cta-banner p{color:#8b949e;margin:0 0 1.5rem}.marketing-footer{padding:3rem 1.5rem 2rem;border-top:1px solid #30363d}.marketing-footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto 2rem}@media(min-width: 768px){.marketing-footer-grid{grid-template-columns:repeat(3, 1fr)}}.marketing-footer-section h4{font-size:.85rem;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.marketing-footer-section ul{list-style:none;padding:0;margin:0}.marketing-footer-section li{margin-bottom:.5rem}.marketing-footer-section a{font-size:.9rem;color:#8b949e;text-decoration:none}.marketing-footer-section a:hover{color:#f9b572}.marketing-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #30363d;font-size:.85rem;color:#8b949e}.marketing-footer-logo{font-weight:700;color:#e6edf3;margin-bottom:.5rem}.legal-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.legal-page .legal-header{margin-bottom:2rem}.legal-page .legal-header a{color:#8b949e;text-decoration:none;font-size:.9rem}.legal-page .legal-header a:hover{color:#f9b572}.legal-page .legal-header h1{font-size:1.75rem;font-weight:600;margin:.5rem 0 0;color:#e6edf3}.legal-page .legal-header .updated{font-size:.9rem;color:#8b949e;margin-top:.25rem}.legal-page h2{font-size:1.15rem;font-weight:600;color:#e6edf3;margin:2rem 0 .75rem}.legal-page p,.legal-page li{font-size:.95rem;color:#8b949e;line-height:1.7}.legal-page p{margin:0 0 1rem}.legal-page ul{margin:0 0 1rem;padding-left:1.5rem}.legal-page li{margin-bottom:.35rem}.faq-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.faq-page .faq-header{margin-bottom:2.5rem}.faq-page .faq-header a{color:#8b949e;text-decoration:none;font-size:.9rem}.faq-page .faq-header a:hover{color:#f9b572}.faq-page .faq-header h1{font-size:1.75rem;font-weight:600;margin:.5rem 0 0;color:#e6edf3}.faq-page .faq-header p{font-size:1rem;color:#8b949e;margin:.5rem 0 0}h2.faq-category{font-size:1.1rem;font-weight:600;color:#f9b572;text-transform:uppercase;letter-spacing:.04em;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #30363d}.faq-item{border:1px solid #30363d;border-radius:10px;margin-bottom:.75rem;background:#1a2028;transition:border-color .2s}.faq-item:hover{border-color:rgba(88,166,255,.3)}.faq-item[open]{border-color:#f9b572}.faq-item[open] summary::after{transform:rotate(225deg)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;color:#e6edf3;cursor:pointer;list-style:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"";flex-shrink:0;width:.5rem;height:.5rem;margin-left:1rem;border-right:2px solid #8b949e;border-bottom:2px solid #8b949e;transform:rotate(45deg);transition:transform .2s ease}.faq-item summary:hover{color:#f9b572}.faq-answer{padding:0 1.25rem 1rem}.faq-answer p{font-size:.95rem;color:#8b949e;line-height:1.7;margin:0 0 .75rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer a{color:#f9b572;text-decoration:none}.faq-answer a:hover{text-decoration:underline}.how-it-works-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.how-it-works-page .how-it-works-header{margin-bottom:3rem}.how-it-works-page .how-it-works-header a{color:#8b949e;text-decoration:none;font-size:.9rem}.how-it-works-page .how-it-works-header a:hover{color:#f9b572}.how-it-works-page .how-it-works-header h1{font-size:1.75rem;font-weight:600;margin:.5rem 0 0;color:#e6edf3}.how-it-works-page .how-it-works-header p{font-size:1rem;color:#8b949e;margin:.5rem 0 0}.how-it-works-timeline{position:relative;padding-left:3rem}.how-it-works-timeline::before{content:"";position:absolute;left:1.0625rem;top:0;bottom:0;width:2px;background:#30363d}.hiw-step{position:relative;margin-bottom:2rem}.hiw-step:last-child{margin-bottom:0}.hiw-step-number{position:absolute;left:-3rem;top:0;width:2.125rem;height:2.125rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#0f1419;background:#f9b572;border-radius:50%;z-index:1}.hiw-step-content{padding:1.25rem 1.5rem;background:#1a2028;border:1px solid #30363d;border-radius:10px;transition:border-color .2s}.hiw-step-content:hover{border-color:rgba(88,166,255,.3)}.hiw-step-content h3{font-size:1.05rem;font-weight:600;color:#e6edf3;margin:0 0 .5rem}.hiw-step-content p{font-size:.95rem;color:#8b949e;line-height:1.7;margin:0}.hiw-step-content a{color:#f9b572;text-decoration:none}.hiw-step-content a:hover{text-decoration:underline}.how-it-works-cta{text-align:center;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid #30363d}.how-it-works-cta h2{font-size:1.5rem;font-weight:600;color:#e6edf3;margin:0 0 .5rem}.how-it-works-cta p{font-size:1rem;color:#8b949e;margin:0 0 1.5rem}.stripe-integration-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.stripe-integration-page .stripe-integration-header{margin-bottom:3rem}.stripe-integration-page .stripe-integration-header a{color:#8b949e;text-decoration:none;font-size:.9rem}.stripe-integration-page .stripe-integration-header a:hover{color:#f9b572}.stripe-integration-page .stripe-integration-header h1{font-size:1.75rem;font-weight:600;margin:.5rem 0 0;color:#e6edf3}.stripe-integration-page .stripe-integration-header p{font-size:1rem;color:#8b949e;margin:.5rem 0 0}.stripe-integration-section{margin-bottom:2.5rem;padding:1.5rem;background:#1a2028;border:1px solid #30363d;border-radius:10px;transition:border-color .2s}.stripe-integration-section:hover{border-color:rgba(88,166,255,.3)}.stripe-integration-section .section-badge{display:inline-block;font-size:.75rem;font-weight:600;color:#f9b572;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stripe-integration-section h2{font-size:1.15rem;font-weight:600;color:#e6edf3;margin:0 0 .75rem}.stripe-integration-section p{font-size:.95rem;color:#8b949e;line-height:1.7;margin:0 0 .75rem}.stripe-integration-section p:last-child{margin-bottom:0}.stripe-integration-section a{color:#f9b572;text-decoration:none}.stripe-integration-section a:hover{text-decoration:underline}.stripe-integration-cta{text-align:center;margin-top:1rem;padding-top:2.5rem;border-top:1px solid #30363d}.stripe-integration-cta h2{font-size:1.5rem;font-weight:600;color:#e6edf3;margin:0 0 .5rem}.stripe-integration-cta p{font-size:1rem;color:#8b949e;margin:0 0 1.5rem}
