*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--snug-page-bg,#fafaf8);margin:0;transition:background .1s}#root{width:100%}.video-modal-overlay{z-index:9000;-webkit-backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.video-modal-content{background:#000;border-radius:12px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.video-modal-aspect{width:100%;padding-bottom:56.25%;position:relative}.video-modal-aspect iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.video-modal-close{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex;position:absolute;top:-40px;right:0}.video-modal-close:hover{color:#fff;background:#fff3}.calendly-modal-overlay{z-index:9000;-webkit-backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.calendly-modal-content{background:#fff;border-radius:14px;width:100%;max-width:1000px;height:90vh;max-height:820px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000004d}.calendly-modal-content iframe{border:none;width:100%;height:100%}.calendly-modal-close{color:#555;cursor:pointer;z-index:1;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.calendly-modal-close:hover{background:#0000001a}:root{--hero-bg:#fafaf8;--hero-bg-elevated:#fff;--hero-surface:#f2f2ef;--hero-surface-hover:#eaeae6;--hero-border:#0000000f;--hero-border-bright:#0000001a;--hero-text-primary:#0d0d12;--hero-text-secondary:#5a5a68;--hero-text-muted:#8e8e9a;--hero-accent:#3045c9;--hero-accent-warm:#c96830;--hero-accent-green:#1a8754;--hero-accent-rose:#c93050;--hero-serif:"Instrument Serif", Georgia, serif;--hero-sans:"Plus Jakarta Sans", system-ui, sans-serif}.hero-section{background:var(--hero-bg);width:100%;min-height:100vh;font-family:var(--hero-sans);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 60% at 15%,#3045c90a 0%,#0000 70%),radial-gradient(60% 50% at 85% 20%,#c9683008 0%,#0000 60%),radial-gradient(50% 40% at 50% 100%,#1a875405 0%,#0000 50%);position:absolute;inset:0}.hero-section:after{content:"";opacity:.3;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px;position:absolute;inset:0}.hero-content{z-index:1;justify-self:end;max-width:600px;padding:0 clamp(32px,6vw,96px);position:relative}.hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--hero-accent);align-items:center;gap:8px;margin-bottom:28px;font-size:13px;font-weight:600;display:inline-flex}.hero-eyebrow-dot{background:var(--hero-accent);border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite hero-pulse}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.3}}.hero-headline{font-family:var(--hero-serif);letter-spacing:-.02em;color:var(--hero-text-primary);margin:0 0 24px;font-size:clamp(52px,5.2vw,72px);font-weight:400;line-height:1.05}.hero-headline em{color:var(--hero-accent);font-style:italic}.hero-description{color:var(--hero-text-secondary);max-width:440px;margin:0 0 40px;font-size:clamp(16px,1.2vw,18px);line-height:1.65}.hero-input-group{background:var(--hero-surface);border:1px solid var(--hero-border-bright);border-radius:12px;align-items:center;gap:0;max-width:440px;padding:5px;transition:border-color .2s;display:flex}.hero-input-group:focus-within{border-color:var(--hero-accent)}.hero-input{font-family:var(--hero-sans);color:var(--hero-text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 16px;font-size:15px}.hero-input::placeholder{color:var(--hero-text-muted)}.hero-cta{background:var(--hero-accent);color:#fff;font-family:var(--hero-sans);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.hero-cta:hover{background:#2538a8}.hero-cta:active{transform:scale(.98)}.hero-cta-arrow{transition:transform .2s}.hero-cta:hover .hero-cta-arrow{transform:translate(2px)}.hero-secondary{align-items:center;gap:16px;margin-top:20px;display:flex}.hero-secondary-link{font-size:14px;font-family:var(--hero-sans);color:var(--hero-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;text-decoration:none;transition:color .15s;display:inline-flex}.hero-secondary-link:hover{color:var(--hero-text-secondary)}.hero-disclaimer{color:var(--hero-text-muted);opacity:.7;max-width:400px;margin-top:24px;font-size:12px;line-height:1.5}.hero-visual{z-index:1;justify-content:center;align-items:center;height:100vh;padding:40px clamp(24px,4vw,64px) 40px 40px;display:flex;position:relative}.hero-dashboard{background:var(--hero-bg-elevated);border:1px solid var(--hero-border-bright);border-radius:16px;width:100%;max-width:540px;overflow:hidden;box-shadow:0 0 0 1px #0000000a,0 0 80px #3045c90d,0 24px 80px #0000000f,0 8px 24px #0000000a}.hero-dashboard-header{border-bottom:1px solid var(--hero-border);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.hero-dashboard-nav{align-items:center;gap:12px;display:flex}.hero-dashboard-logo{background:linear-gradient(135deg, var(--hero-accent), var(--hero-accent-warm));border-radius:6px;width:24px;height:24px}.hero-dashboard-tabs{gap:4px;display:flex}.hero-dashboard-tab{color:var(--hero-text-muted);cursor:default;font-size:12px;font-weight:500;font-family:var(--hero-sans);border-radius:6px;padding:4px 10px}.hero-dashboard-tab.active{color:var(--hero-text-primary);background:var(--hero-surface)}.hero-dashboard-actions{gap:8px;display:flex}.hero-dashboard-action-dot{background:var(--hero-surface);border-radius:50%;width:8px;height:8px}.hero-dashboard-balance{padding:28px 24px 20px}.hero-dashboard-balance-label{color:var(--hero-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-family:var(--hero-sans);margin-bottom:8px}.hero-dashboard-balance-value{font-family:var(--hero-serif);color:var(--hero-text-primary);letter-spacing:-.02em;align-items:baseline;gap:12px;font-size:36px;display:flex}.hero-dashboard-balance-change{font-family:var(--hero-sans);color:var(--hero-accent-green);align-items:center;gap:4px;font-size:13px;font-weight:500;display:inline-flex}.hero-dashboard-chart{padding:8px 24px 20px}.hero-chart-svg{width:100%;height:120px}.hero-chart-line{fill:none;stroke:var(--hero-accent);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.hero-chart-area{fill:url(#chartGradient);opacity:1}.hero-chart-grid-line{stroke:var(--hero-border);stroke-width:.5px}.hero-dashboard-transactions{padding:0 24px 24px}.hero-dashboard-transactions-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.hero-dashboard-transactions-title{color:var(--hero-text-primary);font-size:13px;font-weight:600;font-family:var(--hero-sans)}.hero-dashboard-transactions-viewall{color:var(--hero-accent);font-size:12px;font-family:var(--hero-sans)}.hero-transaction{border-top:1px solid var(--hero-border);align-items:center;gap:12px;padding:10px 0;display:flex}.hero-transaction-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.hero-transaction-details{flex:1;min-width:0}.hero-transaction-name{color:var(--hero-text-primary);font-size:13px;font-weight:500;font-family:var(--hero-sans)}.hero-transaction-category{color:var(--hero-text-muted);font-size:11px;font-family:var(--hero-sans)}.hero-transaction-amount{color:var(--hero-text-primary);font-size:13px;font-weight:600;font-family:var(--hero-sans);text-align:right}.hero-transaction-amount.positive{color:var(--hero-accent-green)}@keyframes hero-chart-draw{0%{stroke-dashoffset:600px}to{stroke-dashoffset:0}}@keyframes hero-chart-fade-area{0%{opacity:0}to{opacity:1}}.hero-chart-line{stroke-dasharray:600;stroke-dashoffset:600px;animation:1.8s ease-out .6s forwards hero-chart-draw}.hero-chart-area{opacity:0;animation:1s ease-out 1.2s forwards hero-chart-fade-area}@media (width<=1024px){.hero-section{grid-template-columns:1fr;min-height:auto}.hero-content{justify-self:start;max-width:100%;padding:120px clamp(24px,6vw,48px) 48px}.hero-visual{justify-content:flex-start;height:auto;padding:0 clamp(24px,6vw,48px) 80px}.hero-dashboard{max-width:480px}.hero-headline{font-size:clamp(48px,10vw,56px)}}@media (width<=600px){.hero-content{padding:100px 20px 40px}.hero-visual{padding:0 20px 60px}.hero-input-group{flex-direction:column;align-items:stretch}.hero-cta{justify-content:center}.hero-dashboard-balance-value{font-size:28px}}:root{--snug-bg:#faf9f5;--snug-bg-elevated:#fff;--snug-surface:#f0ede6;--snug-surface-warm:#f5f2eb;--snug-border:#1b3a2d14;--snug-border-bright:#1b3a2d1f;--snug-text-primary:#1a1a1a;--snug-text-secondary:#5c5c52;--snug-text-muted:#94938a;--snug-green:#1b3a2d;--snug-green-light:#2d5e47;--snug-green-bg:#e8f0ec;--snug-gold:#b8963e;--snug-gold-light:#f5edd8;--snug-accent-blue:#3a6b8c;--snug-accent-blue-bg:#e6eff5;--snug-success:#2d7a50;--snug-serif:"Fraunces", Georgia, serif;--snug-sans:"DM Sans", system-ui, sans-serif}.snug-hero{background:var(--snug-bg);width:100%;min-height:100vh;font-family:var(--snug-sans);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative;overflow:hidden}.snug-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(70% 50% at 10% 60%,#1b3a2d0a 0%,#0000 70%),radial-gradient(50% 40% at 90% 20%,#b8963e08 0%,#0000 60%),radial-gradient(60% 30% at 50% 100%,#1b3a2d05 0%,#0000 40%);position:absolute;inset:0}.snug-hero:after{content:"";opacity:.25;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px;position:absolute;inset:0}.snug-hero-line{background:var(--snug-border);z-index:0;width:1px;position:absolute;top:0;bottom:0;left:50%}.snug-hero-content{z-index:1;justify-self:end;max-width:620px;padding:0 clamp(32px,6vw,96px);position:relative}.snug-hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--snug-green-light);align-items:center;gap:10px;margin-bottom:32px;font-size:12px;font-weight:600;display:inline-flex}.snug-hero-eyebrow-line{background:var(--snug-gold);width:24px;height:1px}.snug-hero-headline{font-family:var(--snug-serif);letter-spacing:-.02em;color:var(--snug-text-primary);margin:0 0 28px;font-size:clamp(42px,5vw,68px);font-weight:400;line-height:1.08}.snug-hero-headline em{color:var(--snug-green);font-style:italic}.snug-hero-description{color:var(--snug-text-secondary);max-width:440px;margin:0 0 40px;font-size:clamp(16px,1.15vw,18px);line-height:1.7}.snug-hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.snug-hero-badge{color:var(--snug-text-secondary);background:var(--snug-surface-warm);border:1px solid var(--snug-border);border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-flex}.snug-hero-badge svg{color:var(--snug-green-light)}.snug-hero-cta-group{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.snug-hero-cta-primary{background:var(--snug-green);color:#fff;font-family:var(--snug-sans);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.snug-hero-cta-primary:hover{background:var(--snug-green-light)}.snug-hero-cta-primary:active{transform:scale(.98)}.snug-hero-cta-arrow{transition:transform .2s}.snug-hero-cta-primary:hover .snug-hero-cta-arrow{transform:translate(3px)}.snug-hero-cta-secondary{font-family:var(--snug-sans);color:var(--snug-text-secondary);border:1px solid var(--snug-border-bright);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.snug-hero-cta-secondary:hover{border-color:var(--snug-green);color:var(--snug-green)}.snug-hero-partners{color:var(--snug-text-muted);align-items:center;gap:10px;margin-top:48px;font-size:12px;display:flex}.snug-hero-partners-logos{align-items:center;gap:16px;display:flex}.snug-hero-partner-mark{letter-spacing:.04em;color:var(--snug-text-muted);text-transform:uppercase;opacity:.6;font-size:11px;font-weight:600}.snug-hero-visual{z-index:1;justify-content:center;align-items:center;height:100vh;padding:40px clamp(24px,4vw,64px) 40px 40px;display:flex;position:relative}.snug-dashboard{background:var(--snug-bg-elevated);border:1px solid var(--snug-border-bright);border-radius:16px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 0 0 1px #00000008,0 1px 2px #0000000a,0 8px 24px #1b3a2d0f,0 24px 64px #0000000d}.snug-dash-header{border-bottom:1px solid var(--snug-border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.snug-dash-nav{align-items:center;gap:10px;display:flex}.snug-dash-logo{background:var(--snug-green);border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.snug-dash-logo svg{color:#fff;width:12px;height:12px}.snug-dash-title{color:var(--snug-text-primary);font-size:13px;font-weight:600}.snug-dash-user{background:var(--snug-gold-light);border:1.5px solid var(--snug-gold);width:26px;height:26px;color:var(--snug-gold);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.snug-dash-progress{padding:20px 20px 16px}.snug-dash-progress-header{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.snug-dash-progress-label{color:var(--snug-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.snug-dash-progress-pct{font-family:var(--snug-serif);color:var(--snug-success);font-size:13px;font-weight:500}.snug-dash-progress-title{font-family:var(--snug-serif);color:var(--snug-text-primary);letter-spacing:-.01em;margin:4px 0 14px;font-size:24px;font-weight:400}.snug-dash-progress-bar{background:var(--snug-surface);border-radius:3px;width:100%;height:6px;overflow:hidden}.snug-dash-progress-fill{background:linear-gradient(90deg, var(--snug-green), var(--snug-green-light));border-radius:3px;height:100%;transition:width 1.2s ease-out}.snug-dash-docs{padding:4px 20px 16px}.snug-dash-docs-title{color:var(--snug-text-primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:12px;font-weight:600}.snug-dash-doc{border:1px solid var(--snug-border);background:var(--snug-bg-elevated);border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 12px;transition:border-color .15s;display:flex}.snug-dash-doc-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;display:flex}.snug-dash-doc-info{flex:1;min-width:0}.snug-dash-doc-name{color:var(--snug-text-primary);font-size:13px;font-weight:500}.snug-dash-doc-meta{color:var(--snug-text-muted);margin-top:1px;font-size:11px}.snug-dash-doc-status{white-space:nowrap;border-radius:100px;padding:3px 8px;font-size:11px;font-weight:600}.snug-dash-doc-status.complete{background:var(--snug-green-bg);color:var(--snug-success)}.snug-dash-doc-status.review{background:var(--snug-gold-light);color:var(--snug-gold)}.snug-dash-doc-status.draft{background:var(--snug-accent-blue-bg);color:var(--snug-accent-blue)}.snug-dash-beneficiaries{padding:4px 20px 20px}.snug-dash-bene-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.snug-dash-bene-title{color:var(--snug-text-primary);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.snug-dash-bene-add{color:var(--snug-green-light);font-size:11px;font-weight:500}.snug-dash-bene-row{border-top:1px solid var(--snug-border);align-items:center;gap:10px;padding:8px 0;display:flex}.snug-dash-bene-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:600;display:flex}.snug-dash-bene-details{flex:1}.snug-dash-bene-name{color:var(--snug-text-primary);font-size:13px;font-weight:500}.snug-dash-bene-relation{color:var(--snug-text-muted);font-size:11px}.snug-dash-bene-pct{font-family:var(--snug-serif);color:var(--snug-text-primary);font-size:14px;font-weight:500}@keyframes snug-fill{0%{width:0}}.snug-dash-progress-fill{animation:1.4s ease-out .6s forwards snug-fill}@media (width<=1024px){.snug-hero{grid-template-columns:1fr;min-height:auto}.snug-hero-content{justify-self:start;max-width:100%;padding:120px clamp(24px,6vw,48px) 48px}.snug-hero-visual{justify-content:flex-start;height:auto;padding:0 clamp(24px,6vw,48px) 80px}.snug-dashboard{max-width:480px}.snug-hero-headline{font-size:clamp(34px,8vw,52px)}.snug-hero-line{display:none}}@media (width<=600px){.snug-hero-content{padding:100px 20px 40px}.snug-hero-visual{padding:0 20px 60px}.snug-hero-cta-group{flex-direction:column;align-items:stretch}.snug-hero-cta-primary,.snug-hero-cta-secondary{justify-content:center}}.hero-stats-strip{gap:0;max-width:440px;margin-bottom:32px;display:flex}.hero-stat{text-align:center;border-top:1px solid var(--hero-border);border-bottom:1px solid var(--hero-border);flex:1;padding:14px 0;position:relative}.hero-stat:not(:last-child):after{content:"";background:var(--hero-border);width:1px;height:60%;position:absolute;top:20%;right:0}.hero-stat-value{font-family:var(--hero-serif);color:var(--hero-text-primary);letter-spacing:-.02em;font-size:22px;font-weight:400;line-height:1.2}.hero-stat-value em{color:var(--hero-accent);font-style:italic}.hero-stat-label{font-family:var(--hero-sans);color:var(--hero-text-muted);letter-spacing:.01em;margin-top:2px;font-size:11px}.hero-email-error{font-family:var(--hero-sans);color:#c93050;max-width:440px;margin:10px 0 0;font-size:13px;line-height:1.4}.hero-dashboard-panel{flex-direction:column;min-height:538px;display:flex}.hero-dashboard-panel .hero-dashboard-transactions{flex-direction:column;flex:1;display:flex}.hero-dashboard-panel .hero-dashboard-transactions .hero-transaction{flex:1}.snug-agents-summary-row{gap:0;display:flex}.snug-agents-summary-row .hero-dashboard-balance{flex:1;padding:24px 24px 16px;position:relative}.snug-agents-summary-row .hero-dashboard-balance:first-child:after{content:"";background:var(--hero-border);width:1px;position:absolute;top:24px;bottom:16px;right:0}.snug-agents-summary-row .hero-dashboard-balance-value{font-size:28px}.snug-agents-certified-badge{font-family:var(--hero-sans);color:var(--hero-accent-green);align-items:center;gap:4px;font-size:13px;font-weight:500;display:inline-flex}.snug-agents-onboarding{padding:0 24px 16px}.snug-agents-onboarding-row{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.snug-agents-onboarding-label{color:var(--hero-text-muted);font-size:12px;font-family:var(--hero-sans)}.snug-agents-onboarding-pct{font-family:var(--hero-serif);color:var(--hero-accent-green);font-size:13px}.snug-agents-bar{background:var(--hero-surface);border-radius:3px;width:100%;height:5px;overflow:hidden}.snug-agents-bar-fill{background:var(--hero-accent);border-radius:3px;height:100%;transition:width 1s ease-out}.snug-agent-avatar{width:32px;height:32px;font-size:11px;font-weight:600;font-family:var(--hero-sans);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.snug-agent-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.snug-agent-status{font-size:10px;font-weight:600;font-family:var(--hero-sans);letter-spacing:.02em;border-radius:100px;padding:2px 7px}.snug-agent-status.onboarded{color:var(--hero-accent-green);background:#ebf5ee}.snug-agent-status.training{background:var(--hero-surface);color:var(--hero-text-muted)}@media (width<=600px){.hero-stat-value{font-size:18px}.snug-agents-active-summary,.snug-agents-summary-row .hero-dashboard-balance:first-child:after{display:none}}.snug-features{background:var(--hero-bg);width:100%;font-family:var(--hero-sans);padding:clamp(80px,10vw,140px) clamp(24px,6vw,96px)}.snug-features-inner{max-width:1100px;margin:0 auto}.snug-features-headline{font-family:var(--hero-serif);letter-spacing:-.02em;color:var(--hero-text-primary);text-align:center;max-width:700px;margin:0 auto clamp(56px,7vw,96px);font-size:clamp(36px,4.5vw,60px);font-weight:400;line-height:1.1}.snug-features-grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.snug-feature{text-align:center;padding:40px 32px;position:relative}.snug-feature-icon{width:40px;height:40px;color:var(--hero-text-primary);justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.snug-feature-title{font-family:var(--hero-sans);color:var(--hero-text-primary);letter-spacing:-.01em;margin:0 0 8px;font-size:16px;font-weight:600}.snug-feature-description{color:var(--hero-text-secondary);max-width:280px;margin:0 auto;font-size:14px;line-height:1.55}@media (width<=768px){.snug-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.snug-features{padding-top:56px;padding-bottom:56px}.snug-features-headline{margin-bottom:32px}.snug-features-grid{grid-template-columns:1fr}.snug-feature{padding:14px 16px}.snug-feature-icon{margin-bottom:8px}}.snug-showcase{background:var(--hero-bg);width:100%;font-family:var(--hero-sans);padding:clamp(32px,4vw,56px) clamp(24px,6vw,96px) clamp(64px,8vw,120px)}.snug-showcase-inner{max-width:1100px;margin:0 auto}.snug-showcase-rule{background:var(--hero-border);width:100%;height:1px;margin-bottom:clamp(32px,4vw,48px)}.snug-showcase-headline{font-family:var(--hero-serif);letter-spacing:-.02em;color:var(--hero-text-primary);max-width:680px;margin:0 0 clamp(40px,5vw,64px);font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.15}.snug-showcase-grid{grid-template-columns:1fr 1fr;gap:clamp(24px,3vw,40px);display:grid}.snug-showcase-card{flex-direction:column;min-width:0;display:flex;overflow:hidden}.snug-showcase-visual{border-radius:12px;height:clamp(240px,26vw,340px);margin-bottom:20px;position:relative;overflow:hidden}.snug-showcase-card-title{font-family:var(--hero-sans);color:var(--hero-text-primary);margin:0 0 6px;font-size:16px;font-weight:600}.snug-showcase-card-desc{color:var(--hero-text-secondary);max-width:460px;margin:0;font-size:14px;line-height:1.55}.snug-vis-branding{background:#eceae4;justify-content:flex-start;align-items:flex-start;padding:20px 0 0 20px;display:flex;overflow:hidden}.snug-vis-browser{transform-origin:0 0;background:#fff;border-radius:10px 0 0;width:800px;min-height:500px;overflow:hidden;transform:scale(1.15);box-shadow:0 8px 32px #00000014}.snug-vis-browser-chrome{background:#f5f5f5;border-bottom:1px solid #0000000f;align-items:center;gap:10px;padding:10px 12px;display:flex}.snug-vis-browser-dots{flex-shrink:0;gap:5px;display:flex}.snug-vis-browser-dot{border-radius:50%;width:8px;height:8px}.snug-vis-browser-dot.red{background:#ff5f57}.snug-vis-browser-dot.yellow{background:#ffbd2e}.snug-vis-browser-dot.green{background:#28ca41}.snug-vis-browser-bar{background:#fff;border:1px solid #00000014;border-radius:6px;flex:1;align-items:center;gap:8px;padding:5px 10px;display:flex}.snug-vis-browser-url{align-items:center;gap:5px;display:flex}.snug-vis-browser-url-roller{align-items:center;height:14px;display:inline-flex;position:relative;overflow:hidden}.snug-vis-browser-url-text{color:var(--hero-text-primary);font-size:11px;font-weight:500;font-family:var(--hero-sans);white-space:nowrap;display:block}.snug-vis-browser-app{min-height:420px;display:flex}.snug-vis-browser-sidebar{background:#fafaf8;border-right:1px solid #0000000f;flex-shrink:0;width:180px;padding:12px 0}.snug-vis-browser-sidebar-brand{border-bottom:1px solid #0000000f;align-items:center;gap:7px;margin-bottom:8px;padding:4px 14px 14px;display:flex}.snug-vis-browser-logo-mark{background:linear-gradient(135deg,#2d5e47,#4a9e78);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex;overflow:hidden}.snug-vis-browser-logo-icon{justify-content:center;align-items:center;line-height:0;display:flex}.snug-vis-browser-brand-roller{align-items:center;height:14px;display:inline-flex;position:relative;overflow:hidden}.snug-vis-browser-brand-name{color:var(--hero-text-primary);font-size:11px;font-weight:700;font-family:var(--hero-sans);white-space:nowrap;display:block}.snug-vis-browser-sidebar-nav{flex-direction:column;gap:1px;display:flex}.snug-vis-sidebar-item{color:var(--hero-text-secondary);font-size:11px;font-family:var(--hero-sans);align-items:center;gap:7px;padding:5px 14px;display:flex}.snug-vis-sidebar-item.active{color:var(--hero-text-primary);font-weight:600}.snug-vis-sidebar-icon{text-align:center;flex-shrink:0;width:16px;font-size:10px}.snug-vis-sidebar-section{color:var(--hero-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:600;font-family:var(--hero-sans);padding:10px 14px 3px}.snug-vis-browser-main{flex:1;padding:20px 24px}.snug-vis-browser-main-title{font-family:var(--hero-sans);color:var(--hero-text-primary);margin-bottom:4px;font-size:16px;font-weight:700}.snug-vis-browser-main-sub{color:var(--hero-text-muted);font-size:10px;font-family:var(--hero-sans);margin-bottom:16px}.snug-vis-browser-main-card{border:1px solid #00000014;border-radius:8px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.snug-vis-browser-main-avatar{color:#fff;width:28px;height:28px;font-size:9px;font-weight:700;font-family:var(--hero-sans);background:#2d5e47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.snug-vis-browser-main-avatar.small{width:22px;height:22px;font-size:8px}.snug-vis-browser-main-meta{color:var(--hero-text-secondary);font-size:10px;font-family:var(--hero-sans)}.snug-vis-browser-main-name{color:var(--hero-text-primary);font-size:11px;font-weight:600;font-family:var(--hero-sans)}.snug-vis-browser-main-doc{color:var(--hero-text-primary);font-size:11px;font-weight:600;font-family:var(--hero-sans);align-items:center;gap:6px;padding:8px 0 4px 12px;display:flex}.snug-vis-browser-main-doc-icon{color:var(--hero-accent-green);font-size:10px}.snug-vis-browser-main-subdoc{color:var(--hero-text-secondary);font-size:10px;font-family:var(--hero-sans);padding:4px 0 4px 34px;position:relative}.snug-vis-browser-main-subdoc:before{content:"▸";color:var(--hero-text-muted);font-size:8px;position:absolute;left:22px}.snug-vis-onboarding{background:#e8e6df;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px;display:flex}.snug-vis-onboard-step{background:#fff;border-radius:10px;align-items:center;gap:12px;width:260px;padding:14px 16px;display:flex;box-shadow:0 2px 8px #0000000a}.snug-vis-onboard-check{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.snug-vis-onboard-check.done{background:var(--hero-accent-green);color:#fff}.snug-vis-onboard-check.current{background:var(--hero-accent);color:#fff}.snug-vis-onboard-check.pending{border:2px solid var(--hero-border-bright);background:0 0}.snug-vis-onboard-info{flex:1}.snug-vis-onboard-label{color:var(--hero-text-primary);font-size:13px;font-weight:500}.snug-vis-onboard-meta{color:var(--hero-text-muted);font-size:11px}.snug-vis-onboard-time{color:var(--hero-text-muted);white-space:nowrap;font-size:11px}.snug-vis-signing{background:#eceae4;justify-content:center;align-items:center;padding:32px;display:flex}.snug-vis-sign-doc{background:#fff;border-radius:12px;width:260px;padding:24px;box-shadow:0 8px 32px #0000000f}.snug-vis-sign-header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.snug-vis-sign-icon{background:#eef1fb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.snug-vis-sign-title{color:var(--hero-text-primary);font-size:14px;font-weight:600}.snug-vis-sign-subtitle{color:var(--hero-text-muted);font-size:11px}.snug-vis-sign-field{border:1px dashed var(--hero-accent);text-align:center;background:#3045c905;border-radius:8px;margin-bottom:16px;padding:16px}.snug-vis-sign-field-label{text-transform:uppercase;letter-spacing:.06em;color:var(--hero-accent);margin-bottom:6px;font-size:10px}.snug-vis-sign-signature{font-family:var(--hero-serif);color:var(--hero-text-primary);opacity:.7;font-size:22px;font-style:italic}.snug-vis-sign-date{color:var(--hero-text-muted);justify-content:space-between;font-size:12px;display:flex}.snug-vis-reporting{background:#e8e6df;justify-content:center;align-items:center;padding:24px;display:flex;overflow:hidden}.snug-vis-report-table{background:#fff;border-radius:12px;width:300px;overflow:hidden;box-shadow:0 8px 32px #0000000f}.snug-vis-report-header{color:var(--hero-text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--hero-border);grid-template-columns:1fr 80px 80px;padding:12px 16px;font-size:11px;font-weight:600;display:grid}.snug-vis-report-row{border-bottom:1px solid var(--hero-border);grid-template-columns:1fr 80px 80px;align-items:center;padding:11px 16px;font-size:12px;display:grid}.snug-vis-report-row:last-child{border-bottom:none}.snug-vis-report-agent{color:var(--hero-text-primary);font-weight:500}.snug-vis-report-plans{color:var(--hero-text-secondary);text-align:right}.snug-vis-report-rev{color:var(--hero-accent-green);text-align:right;font-weight:600}.snug-vis-report-fade{opacity:.35;grid-template-columns:1fr 80px 80px;padding:11px 16px;font-size:12px;display:grid}.snug-vis-report-play{background:var(--hero-text-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 12px #00000026}.snug-vis-confetti-container{pointer-events:none;z-index:2;width:0;height:0;position:absolute;top:50%;right:-2px;overflow:visible}.snug-vis-confetti{background:var(--hero-accent-green);border-radius:50%;width:5px;height:5px;position:absolute}.snug-vis-confetti:nth-child(2){background:#3045c9;width:4px;height:4px}.snug-vis-confetti:nth-child(3){background:#c96830;border-radius:1px;width:5px;height:3px}.snug-vis-confetti:nth-child(4){background:#ffbd2e;width:4px;height:4px}.snug-vis-confetti:nth-child(5){background:var(--hero-accent-green);border-radius:1px;width:3px;height:5px}.snug-vis-confetti:nth-child(6){background:#3045c9;width:5px;height:5px}.snug-vis-confetti:nth-child(7){background:#c96830;width:4px;height:4px}.snug-vis-confetti:nth-child(8){background:#ffbd2e;border-radius:1px;width:3px;height:3px}.snug-vis-report-row-lisa{background:#1a875408}@media (width<=768px){.snug-showcase-grid{grid-template-columns:1fr;gap:40px}}.snug-stats-banner{width:100%;font-family:var(--hero-sans);background:#171721;padding:clamp(80px,12vw,160px) clamp(24px,6vw,96px);transition:background .6s;position:relative;overflow:hidden}.snug-stats-banner-inner{z-index:1;max-width:1100px;margin:0 auto;position:relative}.snug-stats-headline{font-family:var(--hero-serif);letter-spacing:-.02em;color:#f0f0f2;text-align:center;max-width:700px;margin:0 auto clamp(56px,7vw,96px);font-size:clamp(34px,4.5vw,56px);font-weight:400;line-height:1.15}.snug-stats-row{justify-content:center;display:flex}.snug-stats-item{text-align:center;flex:1;max-width:360px;padding:0 clamp(24px,4vw,56px);position:relative}.snug-stats-item:not(:last-child):after{content:"";background:#ffffff1a;width:1px;height:80%;position:absolute;top:10%;right:0}.snug-stats-value{font-family:var(--hero-sans);color:#f0f0f2;letter-spacing:-.03em;font-variant-numeric:tabular-nums;justify-content:center;align-items:baseline;margin-bottom:12px;font-size:clamp(48px,6vw,80px);font-weight:600;line-height:1;display:flex}.snug-stats-roller{align-items:baseline;display:inline-flex}.snug-stats-digit-col{width:.65em;display:inline-block;position:relative;overflow:hidden}.snug-stats-digit-strip{will-change:transform;flex-direction:column;transition:transform 1.2s cubic-bezier(.16,1,.3,1);display:flex}.snug-stats-digit-cell{justify-content:center;align-items:center;padding:0 2px;display:flex}.snug-stats-static{line-height:1;display:inline-block}.snug-stats-label{color:#f0f0f280;font-size:clamp(13px,1.1vw,16px);line-height:1.4}@media (width<=768px){.snug-stats-row{flex-wrap:wrap;gap:40px 0}.snug-stats-item{flex:0 0 50%;max-width:none}.snug-stats-item:nth-child(2):after,.snug-stats-item:nth-child(3):after,.snug-stats-item:nth-child(4):after{display:none}}@media (width<=480px){.snug-stats-item{flex:0 0 100%}.snug-stats-item:after{display:none!important}}.snug-header{z-index:100;height:64px;font-family:var(--hero-sans);background:var(--hero-bg);justify-content:space-between;align-items:center;padding:0 clamp(20px,3vw,32px);transition:background .25s,box-shadow .25s;display:flex;position:fixed;top:0;left:0;right:0}.snug-header.dropdown-open{background:var(--hero-bg);box-shadow:0 0 0 1px #0000000a}.snug-header-logo{flex:1;align-items:center;min-width:0;text-decoration:none;display:flex}.snug-header-logo-img{width:auto;height:26px;display:block}.snug-header-nav{justify-content:center;align-items:center;gap:0;display:flex;position:absolute;left:50%;transform:translate(-50%)}.snug-header-nav-item{position:relative}.snug-header-nav-trigger{font-family:var(--hero-sans);color:var(--hero-text-primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:20px;align-items:center;gap:4px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.snug-header-nav-trigger:hover{background:#0000000a}.snug-header-nav-trigger.active{color:var(--hero-text-primary);background:#0000000a}.snug-header-nav-chevron{color:var(--hero-text-muted);transition:transform .2s}.snug-header-nav-trigger.active .snug-header-nav-chevron{transform:rotate(180deg)}.snug-header-dropdown{background:#fff;border:1px solid #7073932e;border-radius:12px;min-width:240px;padding:8px;animation:.15s ease-out snug-header-dropdown-in;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0000000f,0 2px 8px #00000008}@keyframes snug-header-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.snug-header-dropdown:not(.snug-header-dropdown--grid){animation:.15s ease-out snug-header-dropdown-in-centered}@keyframes snug-header-dropdown-in-centered{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.snug-header-dropdown-section{padding:4px 0}.snug-header-dropdown-section:not(:last-child){border-bottom:1px solid #0000000f;margin-bottom:4px;padding-bottom:8px}.snug-header-dropdown.snug-header-dropdown--grid{width:100%;min-width:unset;z-index:100;font-family:var(--hero-sans);border-radius:0 0 16px 16px;grid-template-columns:repeat(4,1fr);gap:0;padding:20px clamp(32px,6vw,80px);display:grid;position:fixed;top:64px;left:0;right:0;transform:none}.snug-header-dropdown--grid .snug-header-dropdown-section{border-bottom:none;margin-bottom:0;padding:4px 0 0}.snug-header-dropdown--grid .snug-header-dropdown-section:not(:last-child){border-bottom:none;border-right:1px solid #0000000f;margin-bottom:0;margin-right:4px;padding-right:4px}.snug-header-dropdown-label{color:var(--hero-text-muted);text-transform:uppercase;letter-spacing:.06em;padding:6px 12px 4px;font-size:11px;font-weight:600}.snug-header-dropdown-link{border-radius:8px;flex-direction:column;gap:1px;padding:8px 12px;text-decoration:none;transition:background .1s;display:flex}.snug-header-dropdown-link:hover{background:#f8f8f6}.snug-header-dropdown-link-title{color:var(--hero-text-primary);font-size:14px;font-weight:500}.snug-header-dropdown-link-desc{color:var(--hero-text-muted);font-size:12px;line-height:1.4}.snug-header-actions{flex:1 0;justify-content:flex-end;align-items:center;gap:6px;display:flex}.snug-header-login{font-family:var(--hero-sans);color:var(--hero-text-primary);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:8px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s}.snug-header-login:hover{background:#3045c914}.snug-header-cta{font-family:var(--hero-sans);color:#fff;background:var(--hero-accent);cursor:pointer;white-space:nowrap;border:none;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600;transition:background .2s}.snug-header-cta:hover{background:#2538a8}.snug-header-hamburger{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:36px;height:36px;padding:0;display:none;position:relative}.snug-header-hamburger-line{background:var(--hero-text-primary);border-radius:1px;width:20px;height:1.5px;transition:transform .3s,opacity .2s;position:absolute;left:8px}.snug-header-hamburger-line:first-child{top:13px}.snug-header-hamburger-line:nth-child(2){top:21px}.snug-header-hamburger.open .snug-header-hamburger-line:first-child{top:17px;transform:rotate(45deg)}.snug-header-hamburger.open .snug-header-hamburger-line:nth-child(2){top:17px;transform:rotate(-45deg)}.snug-header-mobile-panel{background:var(--hero-bg);z-index:99;width:100%;max-width:400px;padding:80px 24px 24px;transition:transform .3s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 30px #00000014}.snug-header-mobile-panel.open{transform:translate(0)}.snug-header-mobile-overlay{z-index:98;opacity:0;pointer-events:none;background:#0003;transition:opacity .3s;position:fixed;inset:0}.snug-header-mobile-overlay.open{opacity:1;pointer-events:auto}.snug-header-mobile-section{margin-bottom:16px}.snug-header-mobile-trigger{width:100%;font-family:var(--hero-sans);color:var(--hero-text-primary);border:none;border-bottom:1px solid var(--hero-border);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:12px 0;font-size:16px;font-weight:500;text-decoration:none;display:flex}.snug-header-mobile-trigger svg{color:var(--hero-text-muted);transition:transform .2s}.snug-header-mobile-trigger.open svg{transform:rotate(180deg)}.snug-header-mobile-links{padding:8px 0 8px 12px}.snug-header-mobile-link{font-family:var(--hero-sans);color:var(--hero-text-secondary);padding:8px 0;font-size:14px;text-decoration:none;display:block}.snug-header-mobile-cta-group{border-top:1px solid var(--hero-border);gap:8px;margin-top:16px;padding-top:24px;display:flex}.snug-header-mobile-cta-group .snug-header-login,.snug-header-mobile-cta-group .snug-header-cta{text-align:center;flex:1;padding:12px 16px}.snug-header-mobile-cta-group .snug-header-login{background:#3045c914}@media (width<=900px){.snug-header-nav,.snug-header-actions{display:none}.snug-header-hamburger{justify-content:center;align-items:center;display:flex}}.snug-footer{width:100%;font-family:var(--hero-sans);color:#ffffff8c;background:#171721;font-size:13px;line-height:1.5}.snug-footer a{color:#ffffff8c;text-decoration:none;transition:color .15s}.snug-footer a:hover{color:#ffffffe6}.snug-footer-grid-wrap{max-width:1200px;margin:0 auto;padding:clamp(48px,6vw,80px) clamp(24px,6vw,96px) 0}.snug-footer-grid{grid-template-columns:repeat(5,1fr);gap:clamp(24px,4vw,48px);display:grid}.snug-footer-col-title{color:#ffffffd9;margin:0 0 16px;font-size:13px;font-weight:600}.snug-footer-col-links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.snug-footer-col-links a{font-size:13px}.snug-footer-rule{max-width:1200px;margin:clamp(40px,5vw,64px) auto 0;padding:0 clamp(24px,6vw,96px)}.snug-footer-rule-line{background:#ffffff14;width:100%;height:1px}.snug-footer-bottom{grid-template-columns:1fr auto;gap:40px;max-width:1200px;margin:0 auto;padding:clamp(32px,4vw,48px) clamp(24px,6vw,96px);display:grid}.snug-footer-legal-links{flex-wrap:wrap;gap:16px;margin-bottom:16px;display:flex}.snug-footer-legal-links a{text-underline-offset:2px;font-size:12px;text-decoration:underline}.snug-footer-copyright{color:#fff6;margin-bottom:12px;font-size:12px}.snug-footer-disclaimer{color:#ffffff4d;max-width:600px;font-size:11px;line-height:1.6}.snug-footer-disclaimer p{margin:0 0 8px}.snug-footer-company{text-align:right;color:#fff6;font-size:12px;line-height:1.6}.snug-footer-social{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.snug-footer-social a{color:#fff6;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:color .15s,background .15s;display:flex}.snug-footer-social a:hover{color:#fffc;background:#ffffff0f}.snug-footer-cta-strip{border-top:1px solid #ffffff14}.snug-footer-cta-inner{flex-wrap:wrap;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:clamp(24px,3vw,40px) clamp(24px,6vw,96px);display:flex}.snug-footer-cta-text{color:#ffffffb3;flex-shrink:0;font-size:14px}.snug-footer-cta-text strong{color:#ffffffe6;font-weight:600}.snug-footer-cta-form{flex-shrink:0;gap:0;display:flex}.snug-footer-cta-input{color:#fff;width:260px;font-family:var(--hero-sans);background:#ffffff0a;border:1px solid #ffffff1f;border-right:none;border-radius:8px 0 0 8px;outline:none;padding:10px 16px;font-size:13px;transition:border-color .15s}.snug-footer-cta-input::placeholder{color:#ffffff4d}.snug-footer-cta-input:focus{border-color:#ffffff40}.snug-footer-cta-button{color:#ffffffd9;font-family:var(--hero-sans);cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:0 8px 8px 0;padding:10px 20px;font-size:13px;font-weight:600;transition:background .15s}.snug-footer-cta-button:hover{background:#ffffff29}.snug-footer-cta-input-wrap{position:relative}.snug-footer-cta-error{color:#f87171;white-space:nowrap;margin-top:4px;font-size:12px;position:absolute;top:100%;left:0}@media (width<=900px){.snug-footer-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.snug-footer-grid{grid-template-columns:repeat(2,1fr)}.snug-footer-bottom{grid-template-columns:1fr;gap:24px}.snug-footer-company{text-align:left}.snug-footer-social{justify-content:flex-start}.snug-footer-cta-inner{flex-direction:column;align-items:flex-start}.snug-footer-cta-input{width:100%;min-width:0}.snug-footer-cta-form{width:100%}}.snug-bottom-cta{background:var(--hero-bg);width:100%;font-family:var(--hero-sans);text-align:center;padding:clamp(64px,8vw,120px) clamp(24px,6vw,96px)}.snug-bottom-cta-inner{max-width:560px;margin:0 auto}.snug-bottom-cta-headline{font-family:var(--hero-serif);letter-spacing:-.02em;color:var(--hero-text-primary);margin:0 0 16px;font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.15}.snug-bottom-cta-headline em{color:var(--hero-accent);font-style:italic}.snug-bottom-cta-desc{color:var(--hero-text-secondary);margin:0 0 32px;font-size:clamp(15px,1.1vw,17px);line-height:1.6}.snug-bottom-cta-form{background:var(--hero-surface);border:1px solid var(--hero-border-bright);border-radius:12px;align-items:center;gap:0;max-width:460px;margin:0 auto;padding:5px;transition:border-color .2s;display:flex}.snug-bottom-cta-form:focus-within{border-color:var(--hero-accent)}.snug-bottom-cta-input{font-family:var(--hero-sans);color:var(--hero-text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 16px;font-size:15px}.snug-bottom-cta-input::placeholder{color:var(--hero-text-muted)}.snug-bottom-cta-button{background:var(--hero-accent);color:#fff;font-family:var(--hero-sans);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.snug-bottom-cta-button:hover{background:#2538a8}.snug-bottom-cta-button:active{transform:scale(.98)}.snug-bottom-cta-error{color:#c93050;margin-top:10px;font-size:13px;line-height:1.4}@media (width<=600px){.snug-bottom-cta-form{flex-direction:column;align-items:stretch}.snug-bottom-cta-button{justify-content:center}}.snug-pricing{--pricing-bg:#fafaf8;--pricing-card-bg:#fff;--pricing-border:#00000014;--pricing-border-hover:#00000024;--pricing-text:#0d0d12;--pricing-text-secondary:#5a5a68;--pricing-text-muted:#8e8e9a;--pricing-accent:#3045c9;--pricing-accent-soft:#3045c914;--pricing-accent-glow:#3045c91f;--pricing-serif:"Instrument Serif", Georgia, serif;--pricing-sans:"Plus Jakarta Sans", system-ui, sans-serif;--pricing-radius:14px;--pricing-card-radius:12px;background:var(--pricing-bg);min-height:100vh;font-family:var(--pricing-sans);color:var(--pricing-text);flex-direction:column;align-items:center;padding:clamp(6rem,10vw,10rem) clamp(1rem,4vw,2rem) clamp(4rem,8vw,8rem);display:flex}.snug-pricing-header{text-align:center;max-width:640px;margin-bottom:clamp(2.5rem,5vw,4rem)}.snug-pricing-title{font-family:var(--pricing-serif);letter-spacing:-.01em;color:var(--pricing-text);margin:0 0 1rem;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:400;line-height:1.12}.snug-pricing-subtitle{color:var(--pricing-text-secondary);margin:0;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:400;line-height:1.6}.snug-pricing-container{background:var(--pricing-card-bg);border:1px solid var(--pricing-border);border-radius:var(--pricing-radius);width:100%;max-width:1080px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 8px 32px #00000008}.snug-pricing-toolbar{border-bottom:1px solid var(--pricing-border);justify-content:space-between;align-items:center;padding:1.1rem 2rem;display:flex}.snug-pricing-toolbar-label{letter-spacing:.1em;text-transform:uppercase;color:var(--pricing-text-muted);font-size:.72rem;font-weight:600}.snug-pricing-toolbar-note{color:var(--pricing-text-muted);font-size:.82rem;font-weight:500}.snug-pricing-grid{grid-template-columns:1fr 1fr 1fr;display:grid}.snug-pricing-card{flex-direction:column;padding:clamp(1.5rem,3vw,2.2rem);display:flex;position:relative}.snug-pricing-card:not(:last-child){border-right:1px solid var(--pricing-border)}.snug-pricing-tier-name{color:var(--pricing-text);font-size:clamp(1.3rem,2.2vw,1.65rem);font-weight:700;font-family:var(--pricing-sans);margin:0 0 .5rem}.snug-pricing-tier-accent{color:var(--pricing-accent);font-style:italic;font-family:var(--pricing-serif);font-size:1.1em;font-weight:400}.snug-pricing-description{color:var(--pricing-text-secondary);min-height:2.8em;margin:0 0 1.4rem;font-size:.88rem;line-height:1.55}.snug-pricing-cta{font-size:.92rem;font-weight:600;font-family:var(--pricing-sans);cursor:pointer;box-sizing:border-box;border-radius:100px;justify-content:center;align-items:center;width:100%;margin-bottom:1.6rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:inline-flex}.snug-pricing-cta-primary{background:var(--pricing-accent);color:#fff;border:2px solid var(--pricing-accent);box-shadow:0 2px 8px var(--pricing-accent-glow)}.snug-pricing-cta-primary:hover{background:#2538a8;border-color:#2538a8;transform:translateY(-1px);box-shadow:0 4px 16px #3045c933}.snug-pricing-cta-outline{color:var(--pricing-text);border:2px solid var(--pricing-border-hover);background:0 0}.snug-pricing-cta-outline:hover{border-color:var(--pricing-text);background:#00000005;transform:translateY(-1px)}.snug-pricing-details-list{flex-direction:column;gap:.45rem;margin:0 0 1.2rem;padding:0;list-style:none;display:flex}.snug-pricing-detail-item{color:var(--pricing-text);align-items:flex-start;gap:.5rem;font-size:.88rem;font-weight:600;line-height:1.45;display:flex}.snug-pricing-features-title{color:var(--pricing-text);margin:0 0 .9rem;font-size:.88rem;font-weight:700;line-height:1.45}.snug-pricing-features-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.snug-pricing-feature-item{color:var(--pricing-text-secondary);align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.45;display:flex}.snug-pricing-feature-check{width:16px;height:16px;color:var(--pricing-accent);flex-shrink:0;margin-top:1px}.snug-pricing-feature-sub{color:var(--pricing-text-muted);margin-top:.1rem;font-size:.78rem;display:block}.snug-pricing-card-footer{color:var(--pricing-text-muted);margin-top:auto;padding-top:1.2rem;font-size:.78rem;line-height:1.45}.snug-pricing-card-footer a{color:var(--pricing-accent);text-underline-offset:2px;cursor:pointer;text-decoration:underline}.snug-pricing-card-footer a:hover{color:#2538a8}@media (width<=900px){.snug-pricing-grid{grid-template-columns:1fr}.snug-pricing-card:not(:last-child){border-right:none;border-bottom:1px solid var(--pricing-border)}.snug-pricing-toolbar{flex-direction:column;align-items:flex-start;gap:.8rem}}@media (width<=600px){.snug-pricing-container{border-radius:10px}.snug-pricing-card{padding:1.3rem}}
