.home{overflow-x:hidden}.home nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:0 24px;height:60px;justify-content:space-between}.home nav,.nav-brand{display:flex;align-items:center}.nav-brand{gap:10px;font-weight:700;font-size:18px}.nav-icon{width:34px;height:34px;border-radius:8px;overflow:hidden;flex-shrink:0}.nav-icon img{width:100%;height:100%;object-fit:cover;display:block}.nav-links{display:flex;gap:28px;font-size:14px;font-weight:500;color:var(--muted)}.nav-links a:hover{color:var(--text)}.btn-nav{background:var(--text);color:var(--white);padding:8px 18px;border-radius:100px;font-size:14px;font-weight:600;transition:opacity .15s}.btn-nav:hover{opacity:.8}.hero{background:linear-gradient(160deg,var(--yellow) 0,#FFE066 60%,var(--yellow-bg) 100%);padding:80px 24px 0;text-align:center;overflow:hidden}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(0,0,0,.08);color:#4A3800;border-radius:100px;padding:5px 14px;font-size:13px;font-weight:600;margin-bottom:24px}.hero h1{font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;color:var(--text);max-width:720px;margin:0 auto 20px}.hero h1 span{color:var(--green)}.hero p{font-size:clamp(17px,2.5vw,20px);color:#4A4A2A;max-width:520px;margin:0 auto 36px;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:56px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--text);color:var(--white);padding:14px 28px;border-radius:100px;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.25)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.7);color:var(--text);padding:14px 28px;border-radius:100px;font-size:16px;font-weight:600;border:1.5px solid rgba(0,0,0,.12);transition:background .15s}.btn-secondary:hover{background:rgba(255,255,255,.95)}.phone-wrap{display:flex;justify-content:center;gap:24px;padding-bottom:0}.phone{width:220px;background:#1C1C1E;border-radius:40px;padding:10px;box-shadow:0 30px 80px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);position:relative}.phone-screen{background:#F2F2F7;border-radius:32px;overflow:hidden;aspect-ratio:9/19.5}.phone-nav-bar{background:#1C1C1E;height:30px;display:flex;align-items:center;justify-content:center}.phone-notch{width:90px;height:18px;background:#1C1C1E;border-radius:0 0 12px 12px}.screen-header{background:white;padding:10px 12px 8px;font-size:13px;font-weight:700;border-bottom:1px solid #e5e5ea}.screen-month{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;font-size:10px;color:#8E8E93}.screen-card{margin:6px 10px;background:white;border-radius:12px;padding:10px 12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.screen-tbb{display:flex;justify-content:space-between;align-items:center}.screen-tbb-label{font-size:9px;color:#8E8E93}.screen-tbb-amount{font-size:20px;font-weight:800;color:#1A8C1A}.screen-tbb-badge{background:#1A8C1A;color:white;font-size:8px;font-weight:700;padding:3px 8px;border-radius:100px}.screen-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:9px;border-bottom:1px solid #f2f2f7}.screen-row:last-child{border-bottom:none}.screen-row-label{display:flex;align-items:center;gap:5px;color:#6B7280}.screen-row-dot{width:7px;height:7px;border-radius:50%}.screen-row-val{font-weight:600;font-size:9px}.screen-section-title{padding:8px 12px 4px;font-size:9px;font-weight:700;color:#3C3C43;text-transform:uppercase;letter-spacing:.5px}.screen-cat-row{display:flex;justify-content:space-between;align-items:center;margin:3px 10px;background:white;border-radius:8px;padding:7px 10px;font-size:9px}.screen-cat-name{display:flex;align-items:center;gap:4px}.screen-cat-avail{font-weight:700;font-size:9px}.screen-tabbar{background:rgba(255,255,255,.95);border-top:1px solid #e5e5ea;display:flex;justify-content:space-around;padding:6px 0 4px}.tab-item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:7px;color:#8E8E93}.tab-item.active{color:var(--yellow-dark)}.tab-icon{font-size:14px}.home section{padding:80px 24px}.section-label{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--green);margin-bottom:12px}.section-title{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.8px;max-width:560px}.section-sub{font-size:17px;color:var(--muted);margin-top:14px;max-width:480px;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin:48px auto 0;max-width:960px}.feature-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.feature-card h3{font-size:17px;font-weight:700;margin-bottom:8px}.feature-card p{font-size:14px;color:var(--muted);line-height:1.6}.how-bg{background:var(--yellow-bg)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:32px;gap:32px;margin:48px auto 0;max-width:900px}.step{text-align:center}.step-num{width:52px;height:52px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin:0 auto 16px;border:3px solid var(--yellow-dark)}.step h3{font-size:17px;font-weight:700;margin-bottom:8px}.step p{font-size:14px;color:var(--muted);line-height:1.6}.method-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;max-width:960px;margin:0 auto}.method-envelopes{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.envelope{background:var(--white);border:2px solid var(--kraft);border-radius:12px;padding:16px;position:relative;box-shadow:0 4px 16px rgba(0,0,0,.08)}.envelope:before{content:"";position:absolute;top:0;left:0;right:0;height:28px;background:linear-gradient(135deg,var(--kraft) 50%,transparent 50%),linear-gradient(225deg,var(--kraft) 50%,transparent 50%);background-size:50% 100%;background-position:0 0,100% 0;background-repeat:no-repeat;border-radius:10px 10px 0 0;opacity:.3}.envelope-emoji{font-size:22px;margin-bottom:6px}.envelope-name{font-size:12px;font-weight:700;color:#4A3800}.envelope-amt{font-size:14px;font-weight:800;color:var(--green);margin-top:4px}.cta-section{background:linear-gradient(135deg,var(--text) 0,#2D3748 100%);color:var(--white);text-align:center;padding:80px 24px}.cta-section h2{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.8px;margin-bottom:16px}.cta-section p{font-size:18px;color:rgba(255,255,255,.7);margin:0 auto 36px;max-width:440px}.btn-yellow{display:inline-flex;align-items:center;gap:10px;background:var(--yellow);color:var(--text);padding:16px 32px;border-radius:100px;font-size:17px;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 24px rgba(255,204,0,.4)}.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 8px 36px rgba(255,204,0,.5)}.home footer{background:#F9FAFB;border-top:1px solid var(--border);padding:36px 24px;flex-direction:column;gap:16px;text-align:center}.footer-brand,.home footer{display:flex;align-items:center}.footer-brand{gap:8px;font-weight:700;font-size:16px}.footer-links{display:flex;gap:24px;font-size:14px;color:var(--muted)}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:13px;color:#9CA3AF}@media (max-width:680px){.nav-links{display:none}.method-grid{grid-template-columns:1fr}.phone-wrap .phone:nth-child(2){display:none}.phone{width:190px}}