@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary-color: #214db7;--primary-hover: #193b8c;--primary-light: #f4f6fd;--primary-lighter: #dee6f9;--accent-color: #059669;--accent-hover: #047857;--secondary-color: #d97706;--bg-color: #ffffff;--bg-surface: #f7f9fc;--bg-surface-hover: #eef2f6;--text-main: #111827;--text-muted: #6b7280;--text-inverse: #ffffff;--border-color: #e2e8f0;color-scheme:light dark;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;background-color:var(--bg-color);color:var(--text-main);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--section-padding: 6rem;--font-sans: "Inter", sans-serif;--font-heading: "Outfit", sans-serif;--container-max: 1200px;--container-narrow: 800px;--border-radius: 10px;--border-radius-lg: 16px;--border-radius-xl: 24px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(255, 255, 255, .3);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--bg-color: #0f172a;--bg-surface: #1e293b;--bg-surface-hover: #334155;--text-main: #f1f5f9;--text-muted: #94a3b8;--text-inverse: #0f172a;--border-color: #334155;--primary-color: #5b82e2;--primary-hover: #7b9ae8;--primary-light: #1a2340;--primary-lighter: #2a3a5c;--accent-color: #34d399;--accent-hover: #6ee7b7;--secondary-color: #fbbf24;--glass-bg: rgba(15, 23, 42, .8);--glass-border: rgba(255, 255, 255, .08)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overscroll-behavior:none;overflow-x:hidden;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);margin-top:0;margin-bottom:var(--spacing-md);font-weight:700;line-height:1.15}h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.01em}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.125rem}p{margin-top:0;margin-bottom:var(--spacing-md);color:var(--text-muted);line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.text-primary{color:var(--primary-color)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent-color)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.mb-5{margin-bottom:var(--spacing-2xl)}.mb-6{margin-bottom:var(--spacing-3xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mt-5{margin-top:var(--spacing-2xl)}.mt-6{margin-top:var(--spacing-3xl)}.section-header{text-align:center;max-width:700px;margin:0 auto var(--spacing-3xl)}.section-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-color);margin-bottom:var(--spacing-md)}.section-header h2{margin-bottom:var(--spacing-md)}.section-header p{font-size:1.125rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--border-radius);font-weight:600;font-size:.95rem;font-family:var(--font-sans);cursor:pointer;transition:all .2s ease;border:2px solid transparent;text-decoration:none;line-height:1.5;gap:var(--spacing-sm);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.btn:active{transform:translateY(1px)}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 14px #214db759}.btn-primary:hover{background-color:var(--primary-hover);color:#fff;box-shadow:0 6px 20px #214db773;transform:translateY(-1px)}.btn-accent{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 14px #10b9814d}.btn-accent:hover{background-color:var(--accent-hover);color:#fff;box-shadow:0 6px 20px #10b98173;transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--text-main);border-color:var(--border-color)}.btn-outline:hover{background-color:var(--bg-surface);border-color:var(--text-muted);color:var(--text-main)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem;border-radius:var(--border-radius-lg)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1024px){:root{--section-padding: 4rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){:root{--section-padding: 3rem}.grid-4{grid-template-columns:1fr}.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1.25rem 0;background-color:transparent}.navbar.scrolled{padding:.75rem 0;background-color:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.6rem;color:var(--text-main);flex-shrink:0}.navbar-logo:hover{color:var(--text-main)}.logo-mark{width:36px;height:36px;border-radius:10px;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:.85rem;letter-spacing:-.02em}.logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.35rem;letter-spacing:-.02em}.navbar-links{display:flex;align-items:center;gap:.25rem}.nav-link{color:var(--text-muted);font-weight:500;font-size:.925rem;padding:.5rem .85rem;border-radius:8px;transition:all .2s ease;position:relative;background:none;border:none;cursor:pointer;font-family:var(--font-sans)}.nav-link:hover,.nav-link.active{color:var(--text-main)}.nav-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.3rem}.chevron{transition:transform .2s ease}.chevron.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(8px);opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none}.dropdown-menu.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.mega-menu{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);padding:0;overflow:hidden;min-width:600px}.mega-menu-content{padding:2rem}.mega-menu-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.mega-menu-header h4{font-size:1rem;margin-bottom:.25rem}.mega-menu-header p{font-size:.85rem;margin:0}.mega-menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.mega-menu-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.85rem .5rem;border-radius:var(--border-radius);color:var(--text-main);font-size:.8rem;font-weight:500;text-align:center;transition:all .2s ease}.mega-menu-item:hover{background:var(--bg-surface);color:var(--primary-color)}.mega-menu-item svg{color:var(--primary-color);opacity:.7}.features-menu{min-width:700px}.features-menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.feature-menu-col{display:flex;flex-direction:column}.feature-menu-title{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.85rem;color:var(--text-main);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color)}.feature-menu-title svg{color:var(--primary-color);flex-shrink:0}.feature-menu-col ul{list-style:none;padding:0;margin:0}.feature-menu-col li{margin-bottom:.3rem}.feature-menu-col a{font-size:.825rem;color:var(--text-muted);padding:.3rem 0;display:block;transition:color .15s ease}.feature-menu-col a:hover{color:var(--primary-color)}.navbar-actions{display:flex;align-items:center;gap:1rem}.nav-login{font-size:.9rem}.dropdown-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:-1;opacity:0;transition:opacity .2s ease;pointer-events:none}.dropdown-overlay.show{z-index:998;pointer-events:auto}.mobile-menu-toggle{background:none;border:none;color:var(--text-main);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);cursor:pointer}.mobile-menu-toggle:hover{background-color:var(--bg-surface)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--bg-color);transform:translate(100%);transition:transform .3s ease-in-out;overflow-y:auto;z-index:999;padding-top:70px}.mobile-menu.open{transform:translate(0)}.mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-link{font-size:1.1rem;font-weight:600;color:var(--text-main);padding:.75rem 0;border-bottom:1px solid var(--border-color)}.mobile-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-color);margin-top:1rem;margin-bottom:.5rem}.mobile-business-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;margin-bottom:.5rem}.mobile-bt-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;color:var(--text-main);font-size:.85rem;font-weight:500}.mobile-bt-item svg{opacity:.6}.mobile-feature-cat{padding:.5rem 0}.mobile-feature-title{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:var(--text-main);margin-bottom:.25rem}.mobile-feature-items{display:flex;flex-wrap:wrap;gap:.25rem;margin-left:1.5rem}.mobile-feature-link{font-size:.8rem;color:var(--text-muted);padding:.2rem .5rem}.mobile-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.text-center{text-align:center}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 900px){.desktop-only{display:none}.mobile-only{display:flex}}.footer{background-color:#0f172a;color:#cbd5e1;padding:5rem 0 2rem;margin-top:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-logo{display:flex;align-items:center;gap:.6rem;color:#fff;margin-bottom:1.25rem}.footer-logo:hover{color:#fff}.footer-logo-mark{width:34px;height:34px;border-radius:8px;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:.8rem;letter-spacing:-.02em}.footer-logo span{font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.footer-description{color:#94a3b8;font-size:.9rem;line-height:1.7;max-width:320px;margin-bottom:1.75rem}.footer-contact{display:flex;flex-direction:column;gap:.6rem}.footer-contact-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#94a3b8}.footer-contact-item a{color:#94a3b8}.footer-contact-item a:hover{color:#fff}.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:1.25rem;font-weight:600}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.65rem}.footer-col a{color:#94a3b8;font-size:.9rem;transition:color .15s ease}.footer-col a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid #1e293b;text-align:center}.footer-bottom p{margin:0;font-size:.85rem;color:#475569}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-brand{text-align:center}.footer-logo{justify-content:center}.footer-description{max-width:100%}.footer-contact{align-items:center}}.hero-section{padding:8rem 0 2rem;background:linear-gradient(180deg,var(--primary-light) 0%,var(--bg-surface) 100%);overflow:hidden;position:relative}.hero-section:before{content:"";position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(33,77,183,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--primary-color);background:var(--bg-color);border:1px solid var(--primary-lighter);border-radius:100px;padding:.4rem 1rem;margin-bottom:1.5rem;letter-spacing:-.01em;box-shadow:0 1px 3px #214db70f}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--secondary-color);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.15;margin-bottom:1.5rem;font-weight:800}.hero-description{font-size:1.15rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.7;max-width:520px}.hero-actions{display:flex;gap:1rem;margin-bottom:1.25rem}.hero-guarantee{font-size:.85rem;color:var(--text-muted)}.hero-visual{perspective:1000px}.dashboard-mockup{background:var(--bg-color);border-radius:12px;box-shadow:0 25px 60px -20px #214db71f;overflow:hidden;border:1px solid var(--border-color);transform:rotateY(-5deg) rotateX(3deg)}.mockup-header{height:34px;background:var(--primary-light);display:flex;align-items:center;padding:0 1rem;gap:.75rem;border-bottom:1px solid var(--border-color)}.mockup-dots{display:flex;gap:6px}.mockup-dots span{width:10px;height:10px;border-radius:50%;background:#ff5f56}.mockup-dots span:nth-child(2){background:#ffbd2e}.mockup-dots span:nth-child(3){background:#27c93f}.mockup-url{font-size:.7rem;color:var(--text-muted);background:var(--bg-color);padding:.2rem .6rem;border-radius:4px}.mockup-layout{display:flex;height:340px}.mockup-sidebar{width:56px;background:var(--bg-surface);border-right:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:.75rem}.mockup-nav-item{width:32px;height:32px;border-radius:8px;background:#e2e8f0}.mockup-nav-item.active{background:var(--primary-color)}.mockup-main{flex:1;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;overflow:hidden}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.mockup-stat{background:var(--bg-surface);border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.3rem}.stat-bar{height:6px;border-radius:3px;background:var(--primary-color);width:80%;opacity:.5}.stat-bar.short{width:50%}.stat-label{height:4px;border-radius:2px;background:var(--border-color);width:60%}.mockup-table{flex:1;display:flex;flex-direction:column;gap:4px}.mockup-table-header div,.mockup-table-row div{height:8px;border-radius:4px;background:var(--border-color)}.mockup-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.5rem;margin-bottom:2px}.mockup-table-header div{background:#cbd5e1}.mockup-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.5rem}.mockup-table-row div{background:var(--bg-surface)}.mockup-table-row:nth-child(2n) div{background:var(--bg-surface)}.mockup-calendar{display:flex;flex-direction:column;gap:4px}.cal-header,.cal-row{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-header div{height:6px;border-radius:3px;background:#cbd5e1}.cal-row div{height:24px;border-radius:6px;background:var(--bg-surface);border:1px solid var(--border-color)}.cal-row div.active{background:var(--primary-color);border-color:var(--primary-color);opacity:.7}.trust-bar{text-align:center;margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--border-color)}.trust-bar p{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem}.trust-bar strong{color:var(--text-main)}.trust-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem}.trust-logo{font-family:var(--font-heading);font-weight:700;font-size:1.15rem;color:var(--text-muted);opacity:.4;letter-spacing:-.01em;padding:.5rem 1rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .2s ease}.why-section{padding:var(--section-padding) 0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.why-card{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);transition:all .3s ease}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.why-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--primary-light),#eef2f7);color:var(--primary-color);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.why-card h3{font-size:1.15rem;margin-bottom:.75rem}.why-card p{font-size:.9rem;line-height:1.6;margin-bottom:0}.business-types-section{padding:var(--section-padding) 0}.business-types-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.business-type-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .3s ease;cursor:default}.business-type-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.bt-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bt-label{font-weight:600;font-size:.9rem;color:var(--text-main);text-align:center}.features-highlight-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.feature-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-highlight-card{padding:2rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .3s ease}.feature-highlight-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:transparent}.fh-icon{margin-bottom:1.25rem}.feature-highlight-card h3{font-size:1.15rem;margin-bottom:.6rem}.feature-highlight-card p{font-size:.9rem;line-height:1.6;margin-bottom:0}.spotlight-section{padding:var(--section-padding) 0}.spotlight-section.bg-surface{background-color:var(--bg-surface)}.spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.spotlight-grid.reverse .spotlight-visual{order:2}.spotlight-number{font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--primary-color);letter-spacing:.05em;margin-bottom:.75rem;display:block}.spotlight-content h2{font-size:2.25rem;margin-bottom:1rem}.spotlight-content>p{font-size:1.1rem;margin-bottom:1.75rem;max-width:480px}.spotlight-list{list-style:none;padding:0;margin:0 0 2rem}.spotlight-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:1rem;color:var(--text-main)}.spotlight-list li svg{color:var(--accent-color);flex-shrink:0;margin-top:.15rem}.spotlight-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.95rem;color:var(--primary-color)}.spotlight-link:hover{color:var(--primary-hover);gap:.6rem}.spotlight-visual{display:flex;justify-content:center}.feature-visual-card{width:100%;max-width:460px;aspect-ratio:1 / .75;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.billing-visual{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem}.visual-invoice{flex:1;background:var(--bg-surface);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.inv-header{display:flex;gap:.5rem}.inv-header div{height:10px;border-radius:5px;background:var(--border-color)}.inv-header div:first-child{width:60%}.inv-header div:last-child{width:30%}.inv-line{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.5rem}.inv-line div{height:8px;border-radius:4px;background:#e9edf0}.inv-total{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:2px solid var(--border-color)}.inv-total div{height:10px;border-radius:5px;background:var(--primary-color);opacity:.6}.inv-total div:first-child{width:40%}.inv-total div:last-child{width:30%}.visual-payment{flex:.6;display:flex;flex-direction:column;gap:.75rem}.pay-card{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.pay-card div{height:6px;border-radius:3px;background:#ffffff4d}.pay-card div:last-child{width:50%}.cal-mock{width:100%;display:flex;flex-direction:column;gap:1.25rem}.cal-top{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.cal-top div{height:8px;border-radius:4px;background:#cbd5e1;text-align:center;font-size:.6rem;color:var(--text-muted)}.cal-week{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem}.cal-day{aspect-ratio:1;border-radius:10px;background:var(--bg-surface);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--text-muted)}.cal-day.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.cal-day.has-event{border-color:var(--primary-color);border-width:2px}.cal-events{display:flex;flex-direction:column;gap:.5rem}.cal-event{display:grid;grid-template-columns:.5fr 2fr 1fr;gap:.5rem;align-items:center}.event-dot{width:10px;height:10px;border-radius:50%;background:var(--primary-color)}.event-dot.accent{background:var(--accent-color)}.event-dot.green{background:var(--secondary-color)}.cal-event div:nth-child(2){height:6px;border-radius:3px;background:var(--border-color)}.cal-event div:nth-child(3){height:6px;border-radius:3px;background:#e9edf0}.app-visual{display:flex;gap:1.5rem;align-items:flex-end;justify-content:center;padding:1rem}.app-phone{width:130px;height:240px;background:#1a1a2e;border-radius:18px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 30px #0003}.app-phone.small{width:110px;height:200px;opacity:.8}.phone-notch{width:40px;height:4px;border-radius:2px;background:#333;margin-bottom:8px}.phone-screen{flex:1;width:100%;background:#16213e;border-radius:10px;padding:.5rem;display:flex;flex-direction:column;gap:.4rem;overflow:hidden}.phone-header{display:flex;gap:.4rem}.phone-header div{height:6px;border-radius:3px;background:#ffffff26}.phone-header div:first-child{width:70%}.phone-header div:last-child{width:25%}.phone-card{background:#ffffff0f;border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:.3rem}.phone-card div{height:4px;border-radius:2px;background:#ffffff1a}.phone-card div:last-child{width:60%}.phone-list{display:flex;flex-direction:column;gap:.4rem}.phone-row{display:flex;gap:.4rem;align-items:center}.phone-row div:first-child{width:20px;height:20px;border-radius:50%;background:#ffffff1a;flex-shrink:0}.phone-row div:last-child{height:4px;border-radius:2px;background:#ffffff14;flex:1}.store-grid-mock{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%}.store-card{background:var(--bg-surface);border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.store-img{height:50px;border-radius:8px;background:linear-gradient(135deg,#cbd5e1,#94a3b8)}.store-card div:nth-child(2){height:6px;border-radius:3px;background:var(--border-color);width:80%}.store-card div:nth-child(3),.store-card div:nth-child(4){height:4px;border-radius:2px;background:#e9edf0}.store-card div:nth-child(4){width:50%}.branch-visual{background:linear-gradient(135deg,var(--primary-light),#eef2f7)}.branch-hub{position:relative;width:220px;height:220px;display:flex;align-items:center;justify-content:center}.hub-center{width:56px;height:56px;border-radius:16px;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 8px 24px #214db759}.hub-branch{position:absolute;width:44px;height:44px;border-radius:12px;background:#fff;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.hub-branch div{width:16px;height:16px;border-radius:4px;background:#cbd5e1}.hub-branch.top{top:10px;left:50%;transform:translate(-50%)}.hub-branch.right{right:10px;top:50%;transform:translateY(-50%)}.hub-branch.bottom{bottom:10px;left:50%;transform:translate(-50%)}.hub-branch.left{left:10px;top:50%;transform:translateY(-50%)}.hub-lines{position:absolute;width:100%;height:100%;background:linear-gradient(to right,transparent calc(50% - 1px),var(--border-color) calc(50% - 1px),var(--border-color) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(to bottom,transparent calc(50% - 1px),var(--border-color) calc(50% - 1px),var(--border-color) calc(50% + 1px),transparent calc(50% + 1px))}.testimonials-section{padding:var(--section-padding) 0}.testimonial-carousel{display:flex;align-items:center;gap:2rem;max-width:800px;margin:0 auto}.carousel-btn{width:48px;height:48px;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-main);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.carousel-btn:hover{background:var(--bg-surface);border-color:var(--primary-color);color:var(--primary-color)}.testimonial-card{flex:1;text-align:center;padding:2rem;animation:testimonial-fade .5s ease-out}@keyframes testimonial-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.testimonial-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.testimonial-quote{font-size:1.2rem;line-height:1.8;color:var(--text-main);font-style:italic;margin-bottom:2rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.testimonial-author div:last-child{text-align:left}.testimonial-author strong{display:block;color:var(--text-main)}.testimonial-author span{display:block;font-size:.875rem;color:var(--text-muted)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;padding:0;transition:all .2s ease}.carousel-dot.active{background:var(--primary-color);transform:scale(1.2)}.pricing-overview-section{padding:var(--section-padding) 0}.pricing-slabs{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto 2rem}.pricing-slab{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem 1.5rem;text-align:center;transition:all .3s ease;position:relative}.pricing-slab:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.pricing-slab.popular{border-color:var(--primary-color);box-shadow:0 8px 30px #214db71f;transform:scale(1.04)}.pricing-slab.popular:hover{transform:scale(1.04) translateY(-4px)}.popular-ribbon{position:absolute;top:0;left:0;right:0;background:var(--primary-color);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.35rem;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0}.slab-range{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;font-weight:500}.pricing-slab.popular .slab-range{margin-top:1rem}.slab-price{display:flex;align-items:flex-start;justify-content:center;color:var(--text-main)}.slab-currency{font-size:1.25rem;font-weight:600;margin-top:.35rem}.slab-amount{font-size:2.75rem;font-weight:800;line-height:1;letter-spacing:-.03em}.slab-period{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.bottom-cta-section{padding:var(--section-padding) 0}.bottom-cta-box{max-width:800px;margin:0 auto;text-align:center;padding:5rem 3rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);border-radius:var(--border-radius-xl);color:#fff;position:relative;overflow:hidden}.bottom-cta-box:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.bottom-cta-box:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}.bottom-cta-box h2{color:#fff;font-size:2.25rem;margin-bottom:1rem}.bottom-cta-box p{color:#ffffffd9;font-size:1.125rem;max-width:600px;margin:0 auto 2.5rem}.cta-actions{display:flex;justify-content:center;gap:1rem}.bottom-cta-box .btn-outline{color:#fff;border-color:#ffffff4d}.bottom-cta-box .btn-outline:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{margin:0 auto}.hero-description{max-width:100%}.hero-actions{justify-content:center}.hero-visual{max-width:500px;margin:0 auto}.dashboard-mockup{transform:none}.why-grid{grid-template-columns:repeat(2,1fr)}.business-types-grid{grid-template-columns:repeat(3,1fr)}.feature-highlights-grid{grid-template-columns:repeat(2,1fr)}.spotlight-grid{grid-template-columns:1fr;gap:3rem}.spotlight-grid.reverse .spotlight-visual{order:-1}.spotlight-content{text-align:center}.spotlight-content>p{max-width:100%}.spotlight-list{text-align:left;max-width:400px;margin:0 auto 2rem}.pricing-slabs{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-section{padding:6rem 0 2rem}.hero-actions{flex-direction:column;align-items:center}.hero-visual{max-width:400px}.dashboard-mockup{transform:none}.mockup-layout{height:260px}.why-grid{grid-template-columns:1fr}.why-card{padding:1.75rem}.business-types-grid{grid-template-columns:repeat(2,1fr)}.feature-highlights-grid{grid-template-columns:1fr}.testimonial-carousel{gap:.5rem}.carousel-btn{width:40px;height:40px}.testimonial-quote{font-size:1.05rem}.pricing-slabs{grid-template-columns:1fr;max-width:350px}.pricing-slab.popular{transform:none}.pricing-slab.popular:hover{transform:translateY(-4px)}.bottom-cta-box{padding:3rem 1.5rem}.bottom-cta-box h2{font-size:1.75rem}.cta-actions{flex-direction:column;align-items:center}.spotlight-content h2{font-size:1.75rem}.feature-visual-card{max-width:100%}}@media (max-width: 480px){.business-types-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.business-type-card{padding:1.25rem .5rem}.trust-logos{gap:1.5rem}}.features-page{padding-top:70px}.features-header{padding:5rem 0 2rem;background:var(--bg-surface)}.features-header .subtitle{font-size:1.15rem;max-width:650px;margin:0 auto}.feature-category-section{padding:var(--section-padding) 0}.feature-category-section.bg-surface{background-color:var(--bg-surface)}.category-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.category-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-header h2{font-size:2rem;margin-bottom:.25rem}.category-header p{font-size:1.05rem;margin-bottom:0}.feature-items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-item-card{padding:1.75rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .3s ease}.feature-category-section.bg-surface .feature-item-card{background:var(--bg-color)}.feature-item-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-item-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-item-card h4{font-size:1.05rem;margin-bottom:.5rem}.feature-item-card p{font-size:.9rem;margin-bottom:0;line-height:1.6}.all-features-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.all-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:900px;margin:0 auto}.all-feature-item{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text-main)}.all-feature-item svg{color:var(--secondary-color);flex-shrink:0}.features-bottom-cta{padding:var(--section-padding) 0;background:linear-gradient(180deg,var(--bg-color) 0%,var(--bg-surface) 100%)}@media (max-width: 1024px){.feature-items-grid,.all-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.category-header{flex-direction:column;text-align:center}.feature-items-grid{grid-template-columns:1fr}.all-features-grid{grid-template-columns:1fr;max-width:350px}}.pricing-page{padding-top:70px}.pricing-header{padding:5rem 0 2rem;background:var(--bg-surface)}.pricing-header .subtitle{font-size:1.15rem;max-width:650px;margin:0 auto}.pricing-controls{padding:2rem 0 1rem;background:var(--bg-surface);border-bottom:1px solid var(--border-color)}.pricing-cards-section{padding:4rem 0 5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1050px;margin:0 auto 5rem}.pricing-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);position:relative;transition:all .3s ease;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.popular{border-color:var(--primary-color);box-shadow:0 8px 30px #214db71f;transform:scale(1.03);z-index:10}.pricing-card.popular:hover{transform:scale(1.03) translateY(-4px)}.pricing-card.free-tier{border-color:var(--secondary-color);border-width:2px}.popular-badge{position:absolute;top:0;left:0;right:0;background:var(--primary-color);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:.4rem}.card-header{padding:2rem 1.5rem 1.5rem;text-align:center}.pricing-card.popular .card-header{padding-top:2.75rem}.tier-name{font-size:1.4rem;margin-bottom:.25rem;font-family:var(--font-heading);color:var(--text-main)}.tier-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem}.tier-limits{display:flex;justify-content:center;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.limit-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-main);font-weight:500}.limit-icon{font-size:1.1rem}.price{display:flex;align-items:flex-start;justify-content:center;color:var(--text-main)}.free-tier .price{margin-bottom:.75rem}.currency{font-size:1.25rem;font-weight:600;margin-top:.4rem}.amount{font-size:3rem;font-weight:800;line-height:1;letter-spacing:-.03em}.period{font-size:.8rem;color:var(--text-muted);align-self:flex-end;margin-bottom:.3rem;margin-left:.1rem}.annual-savings{margin-top:.5rem;font-size:.78rem;color:var(--secondary-color);font-weight:600}.card-features{padding:0 1.5rem;flex:1}.feature-item{display:flex;align-items:center;gap:.6rem;padding:.5rem 0;font-size:.88rem;color:var(--text-main)}.feature-check{color:var(--secondary-color);flex-shrink:0}.feature-x{color:var(--text-muted);flex-shrink:0;opacity:.4}.feature-item.excluded span{color:var(--text-muted)}.card-cta{padding:1.5rem}.card-cta .btn{width:100%}.enterprise-section{padding:3rem 0 4rem;background:var(--bg-surface)}.enterprise-card{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;max-width:900px;margin:0 auto;padding:2.5rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap}.enterprise-text{flex:1;min-width:280px}.enterprise-text h3{font-size:1.35rem;margin-bottom:.5rem}.enterprise-text p{margin-bottom:0;max-width:450px}.enterprise-features{display:flex;flex-direction:column;gap:.6rem}.ent-feature{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-main)}.ent-feature svg{color:var(--secondary-color);flex-shrink:0}.payment-methods-section{padding:4rem 0;background:var(--bg-color)}.payment-methods-section h2{margin-bottom:.75rem}.payment-methods-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:700px;margin:0 auto 1.5rem}.payment-method-badge{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.2rem;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.9rem;font-weight:500;color:var(--text-main);transition:all .2s ease}.payment-method-badge:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #214db70f}.pm-icon{display:flex;align-items:center}.pm-name{white-space:nowrap}.payment-note{font-size:.8rem;max-width:420px;margin:0 auto}.payment-note strong{color:var(--primary-color)}.faq-section{padding:var(--section-padding) 0;background:var(--bg-surface)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:900px;margin:0 auto}.faq-item h4{display:flex;align-items:flex-start;gap:.5rem;font-size:1.05rem;margin-bottom:.6rem;line-height:1.4}.faq-icon{color:var(--primary-color);flex-shrink:0;margin-top:.1rem;opacity:.6}.faq-item p{padding-left:1.65rem;font-size:.95rem;line-height:1.6}.pricing-bottom-cta{padding:var(--section-padding) 0;background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-color) 100%)}.w-full{width:100%}@media (max-width: 1024px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:100%}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}.controls-row{gap:1.5rem;flex-direction:column}.enterprise-card{flex-direction:column;text-align:center}.enterprise-text p{max-width:100%}.enterprise-features{align-items:flex-start}}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.pricing-card.popular{transform:none}.faq-grid{grid-template-columns:1fr;gap:2rem}.country-dropdown-trigger{min-width:180px;font-size:.85rem}.enterprise-card{padding:1.5rem}.payment-methods-grid{gap:.6rem}.payment-method-badge{padding:.5rem .8rem;font-size:.8rem}}@media (max-width: 640px){.controls-row{gap:1rem}.billing-toggle{flex-direction:column}}.signup-page{padding-top:70px;background:var(--bg-surface);min-height:100vh}.signup-header{padding:3rem 0 1rem;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s ease}.back-link:hover{color:var(--primary-color)}.signup-header h1{margin-bottom:.5rem}.signup-header .subtitle{font-size:1.05rem;max-width:500px;margin:0 auto}.signup-controls{padding:1.5rem 0 1rem}.controls-row{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.control-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-right:.75rem}.country-selector{display:flex;align-items:center}.country-dropdown{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.country-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.9rem;font-weight:500;color:var(--text-main);min-width:220px;transition:border-color .2s ease,box-shadow .2s ease}.country-dropdown-trigger:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #214db714}.country-currency{color:var(--text-muted);font-size:.8rem}.country-dropdown-trigger .chevron{margin-left:auto;transition:transform .2s ease;color:var(--text-muted)}.country-dropdown-trigger .chevron.open{transform:rotate(180deg)}.country-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);max-height:320px;overflow-y:auto;z-index:100}.country-option{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.9rem;color:var(--text-main);transition:background .15s ease}.country-option:hover{background:var(--bg-surface)}.country-option.selected{background:var(--primary-light);color:var(--primary-color);font-weight:600}.country-flag{font-size:.7rem;font-weight:700;color:var(--text-muted);width:28px}.country-currency-symbol{margin-left:auto;color:var(--text-muted);font-size:.85rem}.billing-toggle-wrapper{display:flex;align-items:center}.billing-toggle{display:flex;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:3px}.toggle-option{position:relative;padding:.55rem 1.25rem;border:none;background:transparent;font-size:.9rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-radius:calc(var(--border-radius) - 3px);transition:all .2s ease;font-family:var(--font-sans);white-space:nowrap}.toggle-option.active{background:var(--primary-color);color:#fff}.toggle-option:hover:not(.active){color:var(--text-main)}.save-badge{position:absolute;top:-10px;right:-4px;background:var(--secondary-color);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:1rem;white-space:nowrap;pointer-events:none}.signup-plans-section{padding:2rem 0 3rem}.signup-plans-grid{display:flex;flex-direction:column;gap:1rem;max-width:650px;margin:0 auto}.signup-plan-card{display:flex;align-items:flex-start;gap:1.25rem;background:var(--bg-color);border:2px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1.5rem;cursor:pointer;transition:all .25s ease}.signup-plan-card:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #214db70f;transform:translateY(-2px)}.signup-plan-card.selected{border-color:var(--primary-color);background:var(--primary-light);box-shadow:0 4px 20px #214db71a}.signup-plan-card.free{border-color:var(--secondary-color)}.signup-plan-card.free.selected{border-color:var(--secondary-color);background:#10b9810d}.plan-card-radio{padding-top:.25rem}.radio-circle{width:22px;height:22px;border-radius:50%;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.radio-circle.checked{border-color:var(--primary-color)}.radio-dot{width:12px;height:12px;border-radius:50%;background:var(--primary-color)}.plan-card-content{flex:1;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.plan-card-top{flex:1;min-width:200px}.plan-card-top h3{font-size:1.15rem;margin-bottom:.15rem}.plan-card-top>p{font-size:.85rem;margin-bottom:.75rem}.plan-limits{display:flex;gap:1.25rem;font-size:.85rem;color:var(--text-main);font-weight:500;margin-bottom:.75rem}.plan-limits span{display:flex;align-items:center;gap:.35rem}.plan-limits svg{color:var(--text-muted)}.plan-card-price{text-align:right;min-width:120px}.price-free{font-size:1.5rem;font-weight:800;color:var(--secondary-color)}.price-value{font-size:1.35rem;font-weight:700;color:var(--text-main);white-space:nowrap}.price-period{display:block;font-size:.78rem;color:var(--text-muted)}.plan-card-features{list-style:none;padding:0;margin:.5rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem;width:100%}.plan-card-features li{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-muted)}.plan-card-features li svg{color:var(--secondary-color);flex-shrink:0}.signup-summary-section{padding:0 0 4rem}.summary-card{max-width:500px;margin:0 auto;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.summary-card h2{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.summary-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--text-muted)}.summary-value{font-weight:600;color:var(--text-main)}.summary-row.savings .summary-value{color:var(--secondary-color)}.summary-divider{height:1px;background:var(--border-color);margin:.25rem 0}.summary-row.total{font-size:1.1rem;font-weight:600;color:var(--text-main)}.summary-row.total .summary-value{font-size:1.2rem}.free-total{color:var(--secondary-color)!important}.summary-actions{text-align:center}.summary-actions .btn{width:100%;margin-bottom:.75rem}.email-input-group{text-align:left;margin-bottom:1rem}.email-input-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text-main);margin-bottom:.4rem}.email-input{width:100%;padding:.65rem .9rem;font-size:.95rem;font-family:var(--font-sans);border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--bg-color);color:var(--text-main);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.email-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #214db71a}.email-input::placeholder{color:var(--text-muted)}.summary-guarantee{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.summary-guarantee svg{color:var(--secondary-color)}.signup-payment-methods{padding:2rem 0 3rem}.payment-methods-inline{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--text-main);margin-bottom:.5rem}.payment-methods-inline svg{color:var(--primary-color)}.payment-security-note{font-size:.75rem}@media (max-width: 768px){.signup-plans-grid{max-width:100%;padding:0 1rem}.plan-card-content{flex-direction:column;gap:.75rem}.plan-card-price{text-align:left}.plan-card-features{grid-template-columns:1fr}.controls-row{flex-direction:column;gap:1rem}.summary-card{margin:0 1rem}}@media (max-width: 640px){.signup-plan-card{padding:1.25rem;gap:.75rem}.plan-card-top{min-width:0}}.about-page{padding-top:70px}.about-header{padding:5rem 0 2rem;background:var(--bg-surface)}.about-header .subtitle{font-size:1.15rem;max-width:600px;margin:0 auto}.story-section{padding:var(--section-padding) 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2rem;margin-bottom:1.5rem}.story-text p{font-size:1.1rem;line-height:1.75;color:var(--text-muted);margin-bottom:1.25rem}.story-image{display:flex;align-items:center;justify-content:center}.story-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}.story-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem 1rem;text-align:center;box-shadow:var(--shadow-md)}.story-stat{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--primary-color);letter-spacing:-.02em}.story-label{font-size:.9rem;color:var(--text-muted);font-weight:500}.values-section{padding:var(--section-padding) 0}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-card{padding:2rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.value-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-card h3{font-size:1.15rem;margin-bottom:.6rem}.value-card p{font-size:.9rem;line-height:1.6;margin-bottom:0}.about-cta{padding:var(--section-padding) 0;background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-color) 100%)}@media (max-width: 1024px){.values-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:3rem}.story-image{order:-1}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}.story-visual{grid-template-columns:repeat(3,1fr);gap:.75rem}.story-card{padding:1.5rem .75rem}.story-stat{font-size:1.5rem}}.contact-page{padding-top:70px}.contact-header{padding:5rem 0 2rem;background:var(--bg-surface)}.contact-header .subtitle{font-size:1.15rem;max-width:600px;margin:0 auto}.contact-content{padding:3rem 0 6rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-info h2{font-size:2rem;margin-bottom:1rem}.contact-info>p{font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem}.info-cards{display:flex;flex-direction:column;gap:1rem}.info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .2s ease}.info-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.info-icon{width:44px;height:44px;border-radius:10px;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card h4{font-size:.95rem;margin-bottom:.15rem}.info-card a,.info-card span{font-size:.9rem;color:var(--text-muted)}.info-card a:hover{color:var(--primary-color)}.contact-form-wrapper{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2.5rem;box-shadow:var(--shadow-md)}.contact-form-wrapper h3{font-size:1.5rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:500;font-size:.9rem;color:var(--text-main)}.form-group input,.form-group textarea{padding:.75rem 1rem;border-radius:var(--border-radius);border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-main);font-family:var(--font-sans);font-size:.95rem;transition:all .2s ease}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #214db71a;background:var(--bg-color)}.btn.w-full{width:100%}.success-message{text-align:center;padding:3rem 1rem;animation:fadeIn .5s ease}.success-icon{width:72px;height:72px;background:var(--secondary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;box-shadow:0 0 0 8px #10b98126}.success-message h4{font-size:1.35rem;margin-bottom:.75rem}.success-message p{color:var(--text-muted);font-size:1rem;margin-bottom:0}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.75rem}}
