*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-light: #dbeafe;--color-secondary: #0f172a;--color-text: #334155;--color-text-light: #64748b;--color-text-heading: #0f172a;--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-bg-muted: #f1f5f9;--color-border: #e2e8f0;--color-success: #059669;--color-white: #ffffff;--font-brand: "Besley", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--container-max: 1200px;--section-padding: 6rem 0;--section-padding-sm: 4rem 0;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 50px -12px rgba(0, 0, 0, .12);--ease-out: cubic-bezier(.25, 1, .5, 1);--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);line-height:1.7}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark)}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);color:var(--color-text-heading);font-weight:700;line-height:1.2}h1{font-size:3.5rem;letter-spacing:-.03em}h2{font-size:2.5rem;letter-spacing:-.02em}h3{font-size:1.5rem;letter-spacing:-.01em}h4{font-size:1.125rem}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding)}.section-subtle{background-color:var(--color-bg-subtle)}.section-dark{background-color:var(--color-secondary);color:var(--color-white)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--color-white)}.section-dark p{color:#cbd5e1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;line-height:1;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-dark);color:var(--color-white);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--color-white);color:var(--color-secondary);border:1.5px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px)}.btn-lg{padding:1rem 2.25rem;font-size:1.0625rem}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-light{color:var(--color-text-light)}.text-white{color:var(--color-white)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}@media (max-width: 1024px){h1{font-size:2.75rem}h2{font-size:2rem}.section{padding:var(--section-padding-sm)}}@media (max-width: 768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hide-mobile{display:none}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:box-shadow .3s}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.navbar-brand{font-family:var(--font-brand);font-size:1.625rem;font-weight:800;color:var(--color-primary);text-decoration:none;letter-spacing:-.02em}.navbar-brand:hover{color:var(--color-primary)}.navbar-links{display:flex;align-items:center;gap:2rem;list-style:none}.navbar-links a{color:var(--color-text);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--color-primary)}.navbar-cta{display:flex;align-items:center;gap:1rem}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-text)}.mobile-toggle svg{width:24px;height:24px}.mobile-menu{position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--color-white);padding:2rem 1.5rem;z-index:99;display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}.mobile-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-menu a:not(.btn){font-size:1.125rem;font-weight:500;color:var(--color-text);text-decoration:none;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.mobile-menu a:not(.btn):hover{color:var(--color-primary)}@media (max-width: 768px){.navbar-links,.navbar-cta{display:none}.mobile-toggle{display:block}}.hero{padding:10rem 0 6rem;background:linear-gradient(135deg,var(--color-bg) 0%,var(--color-primary-light) 50%,var(--color-bg) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:720px;margin:0 auto;text-align:center;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--color-text-light);margin-bottom:1.5rem}.hero-badge-dot{width:6px;height:6px;background:var(--color-success);border-radius:50%;animation:pulse-dot 2.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{margin-bottom:1.5rem}.hero h1 span{color:var(--color-primary)}.hero-subtitle{font-size:1.25rem;color:var(--color-text-light);line-height:1.8;margin-bottom:2.5rem}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-visual{margin-top:4rem;position:relative;perspective:1200px}.hero-screenshot{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl),0 40px 80px -20px #2563eb1a;padding:1rem;margin:0 auto;transform:rotateX(2deg);transform-origin:center top}.hero-screenshot img{border-radius:var(--radius-md)}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-screenshot-in{0%{opacity:0;transform:rotateX(4deg) translateY(24px)}to{opacity:1;transform:rotateX(2deg) translateY(0)}}.hero-badge{animation:hero-fade-up .6s var(--ease-out-expo) both;animation-delay:.1s}.hero h1{animation:hero-fade-up .6s var(--ease-out-expo) both;animation-delay:.2s}.hero-subtitle{animation:hero-fade-up .6s var(--ease-out-expo) both;animation-delay:.3s}.hero-actions{animation:hero-fade-up .6s var(--ease-out-expo) both;animation-delay:.4s}.hero-screenshot{animation:hero-screenshot-in .8s var(--ease-out-expo) both;animation-delay:.5s}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.features-home-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:2rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all .3s}.feature-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card.featured{padding:2.5rem}.feature-card.featured .feature-icon{width:56px;height:56px;font-size:1.375rem}.feature-card.featured h3{font-size:1.375rem}@media (min-width: 769px){.features-home-grid{grid-template-columns:repeat(12,1fr)}.features-home-grid .feature-card:nth-child(1),.features-home-grid .feature-card:nth-child(2),.features-home-grid .feature-card:nth-child(3){grid-column:span 4}.features-home-grid .feature-card:nth-child(n+4){grid-column:span 3}}@media (max-width: 768px){.features-home-grid{grid-template-columns:1fr}}.feature-icon{width:48px;height:48px;background:var(--color-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--color-white);font-size:1.25rem}.feature-card h3{margin-bottom:.75rem}.feature-card p{color:var(--color-text-light);font-size:.9375rem;line-height:1.7}.steps-flow{display:flex;align-items:flex-start;gap:0;max-width:900px;margin:0 auto}.step{flex:1;text-align:center;padding:0 1.5rem;position:relative}.step-number-row{display:flex;align-items:center;margin-bottom:1.5rem}.step-number{width:48px;height:48px;min-width:48px;background:var(--color-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;margin:0 auto;position:relative;z-index:1}.step-connector{flex:1;height:2px;background:var(--color-border)}.step:first-child .step-number-row{padding-left:calc(50% - 24px)}.step:last-child .step-number-row{padding-right:calc(50% - 24px)}.step h3{margin-bottom:.5rem;font-size:1.25rem}.step p{color:var(--color-text-light);font-size:.9375rem;max-width:240px;margin:0 auto}@media (max-width: 768px){.steps-flow{flex-direction:column;align-items:stretch;gap:2rem;max-width:400px}.step{display:flex;align-items:flex-start;text-align:left;gap:1.25rem;padding:0}.step-number-row{flex-direction:column;margin-bottom:0}.step-connector{display:none}.step:first-child .step-number-row,.step:last-child .step-number-row{padding:0}.step p{max-width:none;margin:0}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item h3{font-size:2.5rem;color:var(--color-primary);margin-bottom:.25rem}.stat-item p{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.cta-section{padding:5rem 0 5.5rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:var(--color-white);text-align:center}.cta-section h2{color:var(--color-white);margin-bottom:1rem}.cta-section p{color:#ffffffd9;font-size:1.125rem;margin-bottom:2rem}.cta-section .btn-secondary{background:var(--color-white);color:var(--color-primary);border-color:var(--color-white)}.cta-section .btn-secondary:hover{background:#ffffffe6;color:var(--color-primary-dark)}.footer{padding:4rem 0 2rem;background:var(--color-secondary);color:#94a3b8}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{font-family:var(--font-brand);font-size:1.5rem;font-weight:800;color:var(--color-white);margin-bottom:1rem;display:block}.footer-description{font-size:.9375rem;line-height:1.7;max-width:300px}.footer h4{color:var(--color-white);font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#94a3b8;font-size:.9375rem;transition:color .2s;text-decoration:none}.footer-links a:hover{color:var(--color-white)}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;display:flex;align-items:center;justify-content:space-between;font-size:.8125rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.page-hero{padding:9rem 0 4rem;background:var(--color-bg-subtle);text-align:center}.page-hero h1{margin-bottom:1rem}.page-hero p{font-size:1.125rem;color:var(--color-text-light);max-width:600px;margin:0 auto}.feature-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:3rem 0}.feature-detail:nth-child(2n){direction:rtl}.feature-detail:nth-child(2n)>*{direction:ltr}.feature-detail-visual{background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:8px;min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);font-size:.875rem;overflow:hidden}.feature-detail-visual img{border-radius:4px}.feature-detail-content h3{font-size:1.75rem;margin-bottom:1rem}.feature-detail-content p{color:var(--color-text-light);margin-bottom:1.5rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem}.feature-list-check{width:20px;height:20px;min-width:20px;background:var(--color-primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:.7rem;margin-top:2px}@media (max-width: 768px){.feature-detail{grid-template-columns:1fr;gap:2rem}.feature-detail:nth-child(2n){direction:ltr}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-heading);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;font-family:var(--font-body);font-size:.9375rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);color:var(--color-text);transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.contact-info-card{padding:2rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:2rem}.contact-info-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-info-item:last-child{margin-bottom:0}.contact-info-icon{width:40px;height:40px;min-width:40px;background:var(--color-primary-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.contact-info-item h4{margin-bottom:.125rem}.contact-info-item p{font-size:.9375rem;color:var(--color-text-light)}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.partner-type-card{padding:2.5rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;transition:all .3s}.partner-type-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg)}.partner-type-icon{width:64px;height:64px;background:var(--color-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--color-white);font-size:1.5rem}.partner-type-card h3{margin-bottom:.75rem}.partner-type-card p{color:var(--color-text-light);font-size:.9375rem;margin-bottom:1.5rem}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{padding:2rem;text-align:center}.value-icon{width:56px;height:56px;background:var(--color-primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--color-primary);font-size:1.375rem}.value-card h3{margin-bottom:.75rem}.value-card p{color:var(--color-text-light);font-size:.9375rem}@media (max-width: 768px){.about-values{grid-template-columns:1fr}}.compliance-badges{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.compliance-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--color-text)}.compliance-badge svg{width:16px;height:16px;color:var(--color-success)}
