:root{--color-primary: #22c55e;--color-primary-dark: #16a34a;--color-primary-light: #86efac;--color-bg: #fafafa;--color-bg-secondary: #f5f5f5;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-secondary: #666666;--color-text-muted: #999999;--color-border: #e0e0e0;--color-border-light: #f0f0f0;--color-brand-blue: #2563eb;--color-brand-blue-deep: #1d4ed8;--gradient-band-dark-mid: linear-gradient( 180deg, #34d399 0%, #10b981 12%, #059669 28%, #047857 48%, #064e3b 72%, #022c22 100% );--gradient-band-mid-light: linear-gradient( 180deg, #ecfdf5 0%, #f4fdf7 38%, #f8fafc 72%, #fafafa 100% );--font-display: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;--font-sans: var(--font-display);--radius-lg: 20px;--radius-md: 14px;--shadow-soft: 0 12px 40px rgba(0, 0, 0, .06);--max-width: 1180px;--section-pad: clamp(3.5rem, 10vw, 6rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--color-primary-dark);font-weight:700;text-decoration:none}a:hover{color:var(--color-text);text-decoration:underline}h1,h2,h3{font-family:var(--font-display);font-weight:800;line-height:1.12;letter-spacing:-.03em;margin:0 0 .85rem}p{margin:0 0 1.1rem}p:last-child{margin-bottom:0}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1}.section-band{width:100%}.section-band--dark-mid{background:var(--gradient-band-dark-mid);color:#fff}.section-band--dark-mid a{color:var(--color-primary-light)}.section-band--dark-mid a:hover{color:#fff}.section-band--mid-light{background:var(--gradient-band-mid-light);color:var(--color-text)}.section-band--mid-light a{color:var(--color-primary-dark)}.nav{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border-light)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand-link{display:flex;align-items:center;line-height:0}.nav-logo-img{height:34px;width:auto;max-width:200px;object-fit:contain}@media(min-width:768px){.nav-logo-img{height:40px;max-width:240px}}.nav-links{display:flex;gap:1.75rem;align-items:center}.nav-links a{color:var(--color-text-secondary);font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.nav-links a:hover{color:var(--color-primary-dark);text-decoration:none}@media(max-width:640px){.nav-inner{flex-wrap:wrap}.nav-links{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.85rem 1.5rem}}.lang-switch{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;background:var(--color-surface)}.lang-switch-btn{padding:.4rem .75rem;font-weight:800;font-size:.78rem;letter-spacing:.04em;border:none;background:transparent;cursor:pointer;font-family:var(--font-display);color:var(--color-text-muted);transition:background .15s ease,color .15s ease}.lang-switch-btn:hover{color:var(--color-text);background:var(--color-bg-secondary)}.lang-switch-btn.is-active{background:var(--color-primary);color:#fff}.lang-switch-btn.is-active:hover{background:var(--color-primary-dark);color:#fff}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;background:var(--color-primary);color:#fff!important;border:none;border-radius:999px;font-weight:800;font-size:1.05rem;font-family:var(--font-display);letter-spacing:-.02em;cursor:pointer;text-decoration:none!important;box-shadow:0 4px 14px #22c55e59;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.btn-primary:hover{transform:translateY(-1px);background:var(--color-primary-dark);box-shadow:0 6px 20px #22c55e66}.btn-ghost{background:transparent;color:var(--color-text-secondary)!important;border:2px solid var(--color-border);border-radius:999px;padding:.55rem 1.15rem;font-weight:700;cursor:pointer;font-size:.95rem;font-family:var(--font-display)}.btn-ghost:hover{border-color:var(--color-primary);color:var(--color-primary-dark)!important}.hero{max-width:var(--max-width);margin:0 auto;padding:var(--section-pad) 1.5rem;display:grid;gap:2.75rem;align-items:center}.hero--branded{position:relative}@media(min-width:900px){.hero{grid-template-columns:1fr 1fr;gap:3.5rem}}.hero-logo-row{margin-bottom:1.5rem}.hero-logo-combo{width:100%;max-width:min(100%,252px);height:auto;display:block}.section-band--dark-mid .hero-logo-combo{filter:drop-shadow(0 8px 24px rgba(0,0,0,.25))}.hero-text{display:flex;flex-direction:column;gap:0}.hero-headline{font-size:clamp(1.65rem,3.6vw,2.25rem);font-weight:800;line-height:1.2;letter-spacing:-.025em;color:#fff;margin-bottom:.75rem;max-width:26ch;text-wrap:balance}.hero-tagline{font-size:clamp(1.05rem,1.85vw,1.2rem);font-weight:600;line-height:1.45;letter-spacing:-.015em;color:var(--color-primary-light);margin-bottom:.85rem;max-width:36ch;text-wrap:balance}.hero-sub{font-size:clamp(.9375rem,1.35vw,1.025rem);font-weight:400;color:#ffffffbd;margin-bottom:1.5rem;max-width:42ch;line-height:1.65}.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;margin-bottom:1.15rem}.hero-vendors{margin-top:.5rem;font-size:.95rem;font-weight:600}.hero-vendors a{color:var(--color-primary-light)}.hero-vendors a:hover{color:#fff}.hero-visual{display:flex;justify-content:center}.section{padding:var(--section-pad) 1.5rem}.section-flat{background:var(--color-surface);border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light)}.feature-section .section-inner{max-width:var(--max-width);margin:0 auto}.section-band.feature-section .section-inner{padding:var(--section-pad) 1.5rem}.feature-section .feature-row{margin-bottom:0}.section-inner{max-width:var(--max-width);margin:0 auto}.feature-row{display:grid;gap:2.5rem;align-items:center;margin-bottom:clamp(3.5rem,7vw,5.5rem)}.feature-row:last-child{margin-bottom:0}@media(min-width:800px){.feature-row{grid-template-columns:1fr 1fr}.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .feature-visual{order:1}}.feature-label{font-size:.875rem;font-weight:700;letter-spacing:-.01em;color:var(--color-primary-dark);margin-bottom:.5rem;font-family:var(--font-display)}.feature-copy h2{font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:800;color:var(--color-text);margin-bottom:1rem}.feature-copy p{color:var(--color-text-secondary);max-width:46ch;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.65;font-weight:500}.footer{background:#1a1a1a;color:#ffffffe0;padding:3rem 1.5rem 2.5rem;margin-top:auto;border-top:3px solid var(--color-primary)}.footer-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-brand-link{display:inline-flex;margin-bottom:1.5rem;line-height:0;padding:.6rem 1.25rem;background:#fffffffa;border-radius:14px;box-shadow:0 8px 30px #0003}.footer-logo-img{height:34px;width:auto;max-width:220px;object-fit:contain}.footer-legal{font-size:.95rem;line-height:1.75;margin-bottom:1.25rem;opacity:.95}.footer-legal strong{color:#fff;font-weight:800}.footer-meta a{color:var(--color-primary-light);font-weight:700}.footer-meta a:hover{color:#fff}.footer--extended .footer-nav{margin-top:.25rem}.footer-copy{font-size:.875rem;opacity:.8;font-weight:600}.phone{width:260px;max-width:100%;margin:0 auto;border-radius:32px;padding:11px;background:#2a2a2a;box-shadow:var(--shadow-soft);border:2px solid rgba(255,255,255,.06)}.section-band--dark-mid .phone{box-shadow:0 16px 48px #00000059}.phone-notch{height:24px;display:flex;justify-content:center;align-items:flex-end;padding-bottom:6px}.phone-notch-pill{width:76px;height:6px;background:#fff3;border-radius:4px}.phone-screen{border-radius:22px;overflow:hidden;background:var(--color-bg);aspect-ratio:9 / 18;display:flex;align-items:stretch;justify-content:center;border:1px solid rgba(255,255,255,.08)}.phone-screenshot{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.phone-placeholder{text-align:center;padding:1rem;color:var(--color-text-muted);font-size:.9rem;font-weight:700;font-family:var(--font-display)}.store-badges{display:flex;flex-wrap:wrap;gap:.85rem}.store-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;background:#1a1a1a;color:#fff!important;border-radius:12px;font-size:.9rem;font-weight:800;font-family:var(--font-display);border:none;cursor:pointer;text-decoration:none!important;letter-spacing:-.02em}.store-badge:hover{opacity:.92;transform:translateY(-1px)}.store-badge--outline{background:var(--color-surface);color:var(--color-text)!important;border:2px solid var(--color-text)}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--color-surface);border-radius:var(--radius-lg);padding:2rem;max-width:440px;width:100%;box-shadow:var(--shadow-soft);border:1px solid var(--color-border-light);border-top:4px solid var(--color-primary)}.modal h2{font-size:clamp(1.35rem,3vw,1.65rem);font-weight:900;margin-bottom:1rem;font-family:var(--font-display);color:var(--color-text)}.modal p{color:var(--color-text-secondary);font-size:1.05rem;margin-bottom:.65rem;font-weight:500;line-height:1.55}.modal-actions{display:flex;justify-content:flex-end}.vendors{max-width:680px;margin:0 auto;padding:var(--section-pad) 1.5rem}.vendors--branded .vendors-brand{margin-bottom:1.5rem}.vendors-logo{width:100%;max-width:min(100%,360px);height:auto;display:block}.vendors h1{font-size:clamp(2.1rem,4vw,2.85rem);font-weight:900;letter-spacing:-.03em;margin-bottom:1rem;color:var(--color-text)}.vendors-intro{color:var(--color-text-secondary);margin-bottom:2.25rem;font-size:clamp(1.1rem,2vw,1.25rem);font-weight:500;line-height:1.65}.contact-cards{display:grid;gap:1.1rem;margin-bottom:2.25rem}.contact-card{background:var(--color-surface);padding:1.25rem 1.4rem;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:0 2px 12px #0000000a}.contact-card dt{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.35rem;font-family:var(--font-display)}.contact-card dd{margin:0;font-size:1.15rem;font-weight:600}.contact-card a{word-break:break-all}.form-group{margin-bottom:1.15rem}.form-group label{display:block;font-size:.9rem;font-weight:800;margin-bottom:.4rem;font-family:var(--font-display);color:var(--color-text)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:10px;font:inherit;font-weight:500;transition:border-color .15s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary)}.form-group textarea{min-height:140px;resize:vertical}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-status{margin-top:1.15rem;font-size:1.05rem;font-weight:800;font-family:var(--font-display)}.form-status--ok{color:var(--color-primary-dark)}.form-status--err{color:#dc2626}.about-hero{padding:var(--section-pad) 1.5rem}.about-hero-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.about-eyebrow{font-size:.98rem;font-weight:800;color:var(--color-primary-light);margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.06em;font-family:var(--font-display)}.about-hero h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:900;color:#fff;margin-bottom:1rem}.about-tagline{font-size:clamp(1.15rem,2vw,1.35rem);font-weight:500;color:#ffffffe0;max-width:52ch;margin:0 auto;line-height:1.55}.about-section{padding:var(--section-pad) 1.5rem;background:var(--color-surface)}.about-section--alt{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light)}.about-section-inner{max-width:720px;margin:0 auto}.about-section h2{font-size:clamp(1.65rem,3vw,2.15rem);font-weight:900;color:var(--color-text);margin-bottom:1.25rem}.about-section p{color:var(--color-text-secondary);font-size:clamp(1.05rem,1.5vw,1.15rem);font-weight:500;line-height:1.7}.values-grid{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.15rem}@media(min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.about-section-inner:has(.values-grid){max-width:var(--max-width)}.values-grid{grid-template-columns:repeat(3,1fr)}.value-card:last-child:nth-child(3n+1){grid-column:2}}.value-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.35rem 1.4rem;box-shadow:0 2px 12px #0000000a}.about-section--alt .value-card{background:var(--color-surface)}.value-card h3{font-size:1.15rem;font-weight:800;color:var(--color-primary-dark);margin-bottom:.5rem}.value-card p{font-size:1rem;margin:0}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 1.75rem;margin-bottom:1rem}.footer-nav a{color:var(--color-primary-light);font-weight:700;font-size:.95rem}.footer-nav a:hover{color:#fff;text-decoration:none}.legal-page{max-width:780px;margin:0 auto;padding:var(--section-pad) 1.5rem 4rem}.legal-document{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,2.75rem);box-shadow:0 2px 12px #0000000a}.legal-doc-title{font-size:1.05rem;font-weight:800;color:var(--color-text);margin-bottom:.35rem;font-family:var(--font-display)}.legal-doc-subtitle{font-size:.98rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:.65rem}.legal-section-title{font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:900;color:var(--color-text);margin:2rem 0 1rem;padding-top:.5rem;border-top:2px solid var(--color-border-light)}.legal-section-title:first-of-type{border-top:none;margin-top:1.25rem;padding-top:0}.legal-heading{font-size:1.08rem;font-weight:800;color:var(--color-text);margin:1.35rem 0 .65rem}.legal-subheading{font-size:1rem;font-weight:700;color:var(--color-primary-dark);margin:1rem 0 .5rem}.legal-paragraph{font-size:.98rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:.85rem}.legal-list{margin:0 0 1rem;padding-left:1.35rem}.legal-list li{font-size:.98rem;line-height:1.65;color:var(--color-text-secondary);margin-bottom:.35rem}.delete-account-title{font-size:clamp(1.5rem,3vw,1.85rem);font-weight:900;color:var(--color-text);margin:0 0 1rem}.delete-account-steps{margin:0 0 1.25rem;padding-left:1.35rem}.delete-account-steps li{font-size:.98rem;line-height:1.65;color:var(--color-text-secondary);margin-bottom:.5rem}.delete-account-form{margin-top:1rem}.delete-account-email-fallback{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border-light)}
