:root{--primary: #2563eb;--primary-hover: #1d4ed8;--text-main: #0f172a;--text-muted: #64748b;--white: #ffffff;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow: 0 4px 20px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;color:var(--text-main);-webkit-font-smoothing:antialiased}.cs-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(150deg,#dde8ff,#eef3ff,#f5f7ff 60%,#fff)}.cs-header{width:100%;padding:1rem;display:flex;justify-content:space-between;align-items:center;background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.5);position:sticky;top:0;z-index:100}.cs-header-logo{display:flex;align-items:center;gap:.75rem}.cs-logo-box{width:40px;height:40px;background:var(--primary);border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.15rem;box-shadow:0 4px 14px #2563eb66;flex-shrink:0}.cs-logo-text{display:flex;flex-direction:column}.cs-logo-brand{font-size:1.05rem;font-weight:800;color:var(--text-main);letter-spacing:-.01em;line-height:1.1}.cs-logo-tagline{font-size:.56rem;font-weight:700;color:#94a3b8;letter-spacing:.07em;text-transform:uppercase;line-height:1.4}.cs-header-right{display:flex;align-items:center;gap:.6rem}.cs-header-chip{font-size:.72rem;font-weight:700;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.3rem .85rem;letter-spacing:.02em}.cs-hero-layout{width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:260px 1fr 260px;gap:2rem;align-items:center}.cs-side{display:flex;flex-direction:column;gap:1.25rem}.cs-side-left{align-items:flex-end}.cs-side-right{align-items:flex-start}.cs-float-card{background:#fff;border-radius:18px;padding:1.1rem 1.25rem;border:1px solid #e8eeff;box-shadow:var(--shadow);width:220px;transition:transform .3s ease}.cs-float-card--a{transform:rotate(-1.5deg)}.cs-float-card--b{transform:rotate(1deg)}.cs-float-card:hover{transform:rotate(0) translateY(-4px)!important;box-shadow:var(--shadow-lg)}.cs-fc-badge{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .65rem;border-radius:9999px;display:inline-block;margin-bottom:.6rem}.cs-fc-badge--green{background:#dcfce7;color:#16a34a}.cs-fc-badge--blue{background:#dbeafe;color:var(--primary)}.cs-fc-title{font-size:.88rem;font-weight:700;color:var(--text-main);margin-bottom:.4rem}.cs-fc-desc{font-size:.74rem;color:var(--text-muted);line-height:1.55}.cs-stat-float{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e8eeff;border-radius:14px;padding:.85rem 1.1rem;box-shadow:var(--shadow-sm);width:fit-content}.cs-stat-float--left{align-self:flex-start;margin-left:.5rem}.cs-stat-float--right{align-self:flex-end;margin-right:.5rem}.cs-sf-icon{font-size:1.4rem;line-height:1}.cs-sf-val{font-size:1rem;font-weight:800;color:var(--primary);line-height:1.1}.cs-sf-label{font-size:.62rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.cs-feature-card{background:#fff;border:1px solid #e8eeff;border-radius:18px;padding:1.2rem 1.25rem;width:220px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.cs-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.cs-fcard-icon{font-size:1.5rem;display:block;margin-bottom:.6rem}.cs-fcard-title{font-size:.88rem;font-weight:700;color:var(--text-main);margin-bottom:.4rem}.cs-fcard-desc{font-size:.74rem;color:var(--text-muted);line-height:1.55}.cs-center-col{display:flex;flex-direction:column;align-items:center;text-align:center}.cs-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fffffff2;border:1px solid rgba(37,99,235,.2);color:var(--primary);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;padding:.45rem 1.25rem;border-radius:9999px;margin-bottom:3rem;box-shadow:0 2px 12px #2563eb14}.cs-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--primary);animation:badge-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.5)}}.cs-headline{font-size:clamp(2rem,2vw,2rem);font-weight:700;line-height:1.2;color:var(--text-main);letter-spacing:-.03em;margin-bottom:1.5rem;max-width:800px}.cs-headline-blue{color:var(--primary);display:block}.cs-subtitle{font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:460px;margin-bottom:2rem}.cs-feature-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;max-width:500px}.cs-pill{font-size:.72rem;font-weight:600;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.4rem .9rem;box-shadow:var(--shadow-sm);white-space:nowrap}.cs-timer-section{width:100%;max-width:520px;margin-bottom:2.5rem}.timer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.timer-card{background:#fff;border-radius:20px;padding:1.6rem .5rem;display:flex;flex-direction:column;align-items:center;box-shadow:var(--shadow);border:1px solid rgba(226,232,240,.7);transition:transform .2s ease}.timer-card:hover{transform:translateY(-3px)}.timer-value{font-size:2.5rem;font-weight:900;color:var(--text-main);line-height:1;margin-bottom:.5rem;letter-spacing:-.03em}.timer-label{font-size:.58rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em}.cs-form-section{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:.9rem}.subscription-container{background:#fff;padding:.4rem .4rem .4rem 1.5rem;border-radius:9999px;display:flex;align-items:center;box-shadow:var(--shadow-lg);width:100%;border:1px solid rgba(226,232,240,.9)}input[type=email]{flex:1;border:none;font-size:1rem;color:var(--text-main);outline:none;background:transparent;min-width:0}input::placeholder{color:#94a3b8}.btn-notify{background:var(--primary);color:#fff;border:none;padding:.85rem 1.5rem;border-radius:9999px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 4px 14px #2563eb4d}.btn-notify:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.btn-notify:disabled{opacity:.7;cursor:not-allowed;transform:none}.cs-proof-text{font-size:.8rem;font-weight:500;color:#94a3b8;text-align:center}.cs-offer-section{background:#fff;border-top:1px solid rgba(226,232,240,.5);border-bottom:1px solid rgba(226,232,240,.5);padding:4rem 2rem}.cs-offer-inner{max-width:900px;margin:0 auto;text-align:center}.cs-offer-eyebrow{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--primary);margin-bottom:.85rem}.cs-offer-heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--text-main);letter-spacing:-.03em;line-height:1.2;margin-bottom:1.1rem}.cs-offer-body{font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:620px;margin:0 auto 2.5rem}.cs-offer-body strong{color:var(--text-main);font-weight:700}.cs-offer-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cs-offer-card{background:#f8faff;border:1px solid #e8eeff;border-radius:18px;padding:1.4rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:transform .2s ease,box-shadow .2s ease}.cs-offer-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #2563eb1a}.cs-offer-icon{font-size:1.6rem;line-height:1}.cs-offer-label{font-size:.72rem;font-weight:700;color:var(--text-main);text-align:center;line-height:1.4}.cs-footer{padding:1.75rem 1.5rem;text-align:center;border-top:1px solid rgba(226,232,240,.4)}.cs-copyright{font-size:.78rem;color:#94a3b8;font-weight:500;letter-spacing:.01em}@media (max-width: 1100px){.cs-hero-layout{grid-template-columns:1fr;padding:4rem 1.5rem 3rem}.cs-side{display:none}.cs-center-col{align-items:center}}@media (max-width: 640px){.cs-header{padding:.6rem;gap:.25rem;overflow:hidden}.cs-logo-box{width:28px;height:28px;font-size:.8rem;border-radius:6px}.cs-logo-brand{font-size:.85rem}.cs-logo-tagline{font-size:.48rem}.cs-header-right{gap:.25rem}.cs-header-chip{font-size:.58rem;padding:.25rem .45rem}@media (max-width: 360px){.cs-header-chip:last-child{display:none}}.cs-headline{font-size:2.2rem}.cs-subtitle{font-size:.92rem}.cs-feature-pills{gap:.4rem}.timer-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.timer-value{font-size:2rem}.subscription-container{flex-direction:column;border-radius:24px;padding:1.5rem;gap:1.25rem;align-items:stretch}input[type=email]{padding:1rem .5rem;font-size:1.05rem;width:100%;border-bottom:2px solid #e2e8f0;margin-bottom:.5rem}.btn-notify{width:100%;text-align:center;padding:1.1rem;font-size:1rem}.cs-offer-section{padding:3rem 1.25rem}.cs-offer-cards{grid-template-columns:repeat(2,1fr)}}
