@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #0066FF;--primary-light: #3399FF;--primary-dark: #0052CC;--accent: #FF9F43;--bg-color: #F8FAFC;--text-main: #0F172A;--text-muted: #64748B;--text-light: #94A3B8;--card-bg: #FFFFFF;--success: #10B981;--danger: #EF4444;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-glow: 0 0 20px rgba(0, 102, 255, .15)}*{box-sizing:border-box}body{font-family:Outfit,sans-serif;background:var(--bg-color);color:var(--text-main);margin:0;-webkit-font-smoothing:antialiased}button{font-family:Outfit,sans-serif}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card{background:var(--card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.app{padding-bottom:100px;max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg-color);position:relative}.main-header{padding:20px 24px;background:var(--bg-color);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:50;background:#f8fafccc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.user-profile{display:flex;align-items:center;gap:12px}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 8px #0000001a}.greeting h1{font-size:18px;font-weight:700;margin:0;line-height:1.2}.greeting p{font-size:12px;color:var(--primary);font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.5px}.notification-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;color:var(--text-main);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s}.notification-btn:active{transform:scale(.95)}.dashboard-content{padding:0 24px;display:flex;flex-direction:column;gap:24px}.calendar-strip{display:flex;align-items:center;gap:12px;overflow-x:auto;padding:10px 4px 20px;margin:0 -4px;scrollbar-width:none}.calendar-strip::-webkit-scrollbar{display:none}.cal-day{min-width:50px;height:70px;border-radius:25px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .3s cubic-bezier(.25,.8,.25,1);border:1px solid transparent;box-shadow:var(--shadow-sm);cursor:pointer}.cal-day span:first-child{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase}.cal-day span:last-child{font-size:16px;font-weight:700;color:var(--text-main)}.cal-day.active{background:var(--primary);box-shadow:0 8px 20px #0066ff4d;transform:translateY(-4px) scale(1.1);z-index:2;min-width:56px;height:76px}.cal-day.active span{color:#fff!important}.cal-day.completed:not(.active){background:#e0f2fe}.cal-day.completed:not(.active) span:last-child{color:var(--primary)}.stats-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.stat-item{background:#fff;border-radius:20px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:var(--shadow-sm);gap:6px}.stat-icon-wrapper{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:2px}.stat-item.fire .stat-icon-wrapper{background:#fff7ed;color:#ff9f43}.stat-item.weight .stat-icon-wrapper{background:#eff6ff;color:#3b82f6}.stat-item.weekly .stat-icon-wrapper{background:#f3e8ff;color:#a855f7}.stat-val{font-size:20px;font-weight:800;color:var(--text-main);line-height:1}.stat-unit{font-size:10px;font-weight:600;color:var(--text-muted);margin-left:2px}.stat-label{font-size:10px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.stat-change{font-size:10px;font-weight:600;color:var(--success);display:flex;align-items:center;gap:2px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:-8px}.section-title{font-size:18px;font-weight:700;color:var(--text-main)}.chip-blue{background:var(--primary);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.hero-card{position:relative;height:320px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);cursor:pointer;transition:transform .3s}.hero-card:active{transform:scale(.98)}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#0006 40%,#000000d9)}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;color:#fff}.hero-tags{display:flex;gap:8px;margin-bottom:12px}.hero-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.hero-tag.orange{background:#ff6b00;color:#fff}.hero-subtitle{font-size:12px;font-weight:700;color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.hero-title{font-size:32px;font-weight:800;line-height:1.1;margin-bottom:8px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-desc{font-size:13px;opacity:.9;line-height:1.5;margin-bottom:8px;max-width:90%}.ai-widget{background:linear-gradient(145deg,#0f172a,#1e293b);border-radius:24px;padding:30px 24px;color:#fff;text-align:center;position:relative;overflow:hidden}.ai-icon-circle{width:56px;height:56px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.ai-title{font-size:18px;font-weight:700;margin-bottom:12px}.ai-message{font-size:14px;line-height:1.7;opacity:.9;font-style:italic;margin-bottom:20px}.ai-dots{display:flex;justify-content:center;gap:6px}.ai-dot{width:6px;height:6px;background:#ffffff4d;border-radius:50%}.ai-dot.active{background:#fff;width:24px;border-radius:3px}.bottom-nav{position:fixed;bottom:20px;left:20px;right:20px;max-width:440px;margin:0 auto;background:#fff;border-radius:24px;display:flex;justify-content:space-between;padding:12px 24px;box-shadow:0 10px 40px #0000001a;z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--text-light);background:none;border:none;font-size:10px;font-weight:600;cursor:pointer;width:60px;transition:all .2s}.nav-item svg{transition:all .2s}.nav-item.active{color:var(--primary)}.nav-item.active svg{transform:translateY(-2px);filter:drop-shadow(0 4px 6px rgba(0,102,255,.3))}.nav-label{margin-top:2px}.onboarding{padding:20px}.onboarding-container{min-height:100vh;padding:20px;background:var(--bg-color);display:flex;flex-direction:column;align-items:center;max-width:480px;margin:0 auto}.onboarding-card{margin-top:24px;position:relative;overflow:hidden}.progress-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;margin-bottom:12px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-light));transition:width .4s cubic-bezier(.4,0,.2,1)}.step-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.step-number{font-size:14px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:1px}.step-title{font-size:24px;font-weight:800;margin-bottom:8px;color:var(--text-main)}.step-description{margin-bottom:32px}.form-group{margin-bottom:24px}.form-label{margin-bottom:12px}.form-input,.form-select,.form-textarea{width:100%;padding:14px 16px;border-radius:var(--radius-md);border:1px solid #E2E8F0;background:#f8fafc;font-size:16px;transition:all .2s;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #0066ff1a}.selection-grid{display:grid;grid-template-columns:1fr;gap:12px}.selection-option{display:flex;align-items:center;padding:16px;border-radius:var(--radius-md);border:2px solid #E2E8F0;cursor:pointer;transition:all .2s;background:#fff}.selection-option.selected{border-color:var(--primary);background:#0066ff0d}.selection-option input{display:none}.option-icon{margin-right:12px;font-size:20px}.option-label{font-weight:600;color:var(--text-main)}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nav-buttons{display:flex;gap:12px;margin-top:40px}.btn-secondary{display:none}.custom-alert-container{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:2000;width:calc(100% - 48px);max-width:400px;animation:slideDown .3s ease-out}.custom-alert-nds{border-left:4px solid #EF4444}.mt-small{margin-top:12px}.mb-medium{margin-bottom:24px}.spacing-lg{margin-top:16px}.selection-grid-scroll{display:flex;overflow-x:auto;gap:12px;padding:4px 0 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.selection-grid-scroll::-webkit-scrollbar{display:none}.selection-option-scroll{flex:0 0 120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border-radius:var(--radius-md);border:2px solid #E2E8F0;background:#fff;cursor:pointer;transition:all .2s}.selection-option-scroll.selected{border-color:var(--primary);background:#0066ff0d}.selection-option-scroll input{display:none}.selection-option-scroll .option-icon{margin-right:0;margin-bottom:8px;font-size:28px}.highlight-box{background:linear-gradient(135deg,#0066ff0d,#0066ff1a);border-radius:var(--radius-md);padding:20px;margin-bottom:24px;border-left:4px solid var(--primary)}.highlight-box p{margin:0;font-size:14px;color:var(--text-main);line-height:1.6}.day-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.day-chip{padding:12px 8px;border-radius:var(--radius-sm);border:1px solid #E2E8F0;background:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.day-chip.selected{background:var(--primary);color:#fff;border-color:var(--primary)}.loading-view{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.loading-title{font-size:24px;font-weight:800;margin:24px 0 12px}.loading-subtext{color:var(--text-muted);font-size:16px}.premium-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;width:100%;min-height:200px}.jimu-primary-loading{text-indent:-9999em;margin:auto;position:relative;width:13.6px;height:32px;background:#076fe5;animation:loading-keys-app-loading .8s infinite ease-in-out;animation-delay:.16s!important}.jimu-primary-loading:before,.jimu-primary-loading:after{position:absolute;top:0;content:"";background:#076fe5;width:13.6px;height:32px;animation:loading-keys-app-loading .8s infinite ease-in-out}.jimu-primary-loading:before{left:-19.992px}.jimu-primary-loading:after{left:19.992px;animation-delay:.32s!important}@keyframes loading-keys-app-loading{0%,80%,to{opacity:.75;box-shadow:0 0 #076fe5;height:32px}40%{opacity:1;box-shadow:0 -8px #076fe5;height:40px}}.dynamic-loading-text{font-size:18px;font-weight:600;color:var(--text-main);text-align:center;min-height:1.5em;animation:fadeInOut 3s infinite}@keyframes fadeInOut{0%,to{opacity:0;transform:translateY(5px)}15%,85%{opacity:1;transform:translateY(0)}}.loading-progress-hint{font-size:14px;color:var(--text-muted);margin-top:8px}.program-review{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-card{background:#fff;border:1px solid #E2E8F0;border-radius:var(--radius-md);padding:24px;margin-bottom:24px}.review-header{margin-bottom:20px;border-bottom:1px solid #F1F5F9;padding-bottom:16px}.program-name{font-size:18px;font-weight:800;color:var(--primary);margin-bottom:4px}.program-summary{line-height:1.4}.review-phases{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.review-phase-item{display:flex;flex-direction:column;padding:12px;background:#f8fafc;border-radius:var(--radius-sm);border-left:3px solid var(--primary-light)}.phase-weeks{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase}.phase-focus{font-size:14px;font-weight:600;color:var(--text-main)}.phase-intensity{font-size:12px;color:var(--primary)}.review-schedule-preview h4{font-size:14px;font-weight:700;margin-bottom:8px;color:var(--text-main)}.review-schedule-preview p{font-size:13px;color:var(--text-muted);margin-bottom:12px}.schedule-mini-grid{display:flex;gap:8px;flex-wrap:wrap}.mini-workout{background:#f1f5f9;padding:8px 12px;border-radius:20px;display:flex;flex-direction:column;align-items:center;min-width:50px}.mini-day{font-size:10px;font-weight:800;color:var(--primary);text-transform:uppercase}.mini-type{font-size:10px;color:var(--text-muted);text-transform:capitalize}.mini-workout.more{justify-content:center;background:#e2e8f0;font-weight:700;font-size:12px}.review-hint{font-size:13px;color:var(--text-muted);text-align:center;font-style:italic}.confirm-btn{background:linear-gradient(135deg,var(--primary),#0052CC);box-shadow:0 4px 12px #0066ff4d}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #06f6}.nds-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:50px;font-family:Outfit,sans-serif;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent;outline:none;position:relative;white-space:nowrap}.nds-button:active{transform:scale(.97)}.nds-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.nds-button--primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #0066ff40}.nds-button--primary:hover:not(:disabled){background:var(--primary-dark);box-shadow:0 6px 16px #0066ff59;transform:translateY(-2px)}.nds-button--secondary{background:#fff;color:var(--text-main);box-shadow:var(--shadow-sm)}.nds-button--secondary:hover:not(:disabled){background:#f8fafc;box-shadow:var(--shadow-md);transform:translateY(-2px)}.nds-button--outline{background:transparent;border-color:var(--primary);color:var(--primary)}.nds-button--outline:hover:not(:disabled){background:#eff6ff}.nds-button--text{background:transparent;color:var(--text-main);padding-left:8px;padding-right:8px}.nds-button--text:hover:not(:disabled){background:#0f172a0d}.nds-button--ghost{background:transparent;color:var(--text-muted)}.nds-button--ghost:hover:not(:disabled){color:var(--text-main);background:#0f172a05}.nds-button--sm{padding:6px 16px;font-size:13px}.nds-button--md{padding:10px 24px;font-size:15px}.nds-button--lg{padding:14px 32px;font-size:17px}.nds-button--xl{padding:18px 48px;font-size:19px}.nds-button--full-width{width:100%}.nds-button__icon{display:flex;align-items:center;justify-content:center}.nds-button__icon svg{width:1.2em;height:1.2em}.nds-button__spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:nds-spin .8s linear infinite}.nds-button--secondary .nds-button__spinner,.nds-button--outline .nds-button__spinner,.nds-button--text .nds-button__spinner{border-color:#0f172a1a;border-top-color:var(--primary)}@keyframes nds-spin{to{transform:rotate(360deg)}}.nds-card{background:var(--card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.nds-card--default{background:var(--card-bg)}.nds-card--dark{background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.1)}.nds-card--glass{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}.nds-card--interactive{cursor:pointer}.nds-card--interactive:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.nds-card--interactive:active{transform:translateY(-2px)}.nds-card--p-none{padding:0}.nds-card--p-sm{padding:12px}.nds-card--p-md{padding:24px}.nds-card--p-lg{padding:32px}.nds-typography{margin:0;line-height:1.5;font-family:Outfit,sans-serif}.nds-typography--h1{font-size:56px;font-weight:800;line-height:1.1;letter-spacing:-1.5px}.nds-typography--h2{font-size:40px;font-weight:800;line-height:1.2;letter-spacing:-1px}.nds-typography--h3{font-size:24px;font-weight:700;line-height:1.3}.nds-typography--h4{font-size:20px;font-weight:700;line-height:1.4}.nds-typography--body-lg{font-size:22px;line-height:1.6}.nds-typography--body-md{font-size:16px;line-height:1.7}.nds-typography--body-sm{font-size:14px;line-height:1.7}.nds-typography--caption{font-size:12px;line-height:1.6}.nds-typography--label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.nds-typography--color-main{color:var(--text-main)}.nds-typography--color-muted{color:var(--text-muted)}.nds-typography--color-light{color:var(--text-light)}.nds-typography--color-primary{color:var(--primary)}.nds-typography--color-white{color:#fff}.nds-typography--align-left{text-align:left}.nds-typography--align-center{text-align:center}.nds-typography--align-right{text-align:right}.nds-typography--weight-normal{font-weight:400}.nds-typography--weight-medium{font-weight:500}.nds-typography--weight-semibold{font-weight:600}.nds-typography--weight-bold{font-weight:700}.nds-typography--weight-black{font-weight:800}@media(max-width:600px){.nds-typography--h1{font-size:38px}.nds-typography--h2{font-size:32px}.nds-typography--body-lg{font-size:18px}}.landing-page{font-family:Outfit,sans-serif;color:var(--text-main);background:var(--bg-color);width:100%;overflow-x:hidden}.lp-header{position:sticky;top:0;z-index:1000;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.lp-header.scrolled{box-shadow:0 4px 20px #0000000d}.lp-logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:24px;color:var(--text-main);text-decoration:none}.lp-logo-90{color:var(--primary)}.lp-nav-actions{display:flex;align-items:center;gap:16px}.lp-btn-text{background:none;border:none;font-weight:600;color:var(--text-main);cursor:pointer;font-size:16px;padding:8px 16px}.lp-btn-primary{background:var(--primary);color:#fff;border:none;border-radius:50px;padding:10px 24px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;font-size:16px}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0066ff40}.lp-mobile-menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer}@media(max-width:600px){.lp-nav-actions{display:none}.lp-header{justify-content:space-between}.lp-mobile-menu-btn{display:block;color:var(--primary)}}.lp-hero{position:relative;padding:0;text-align:center;overflow:visible;color:var(--text-main);background:#fff}.lp-hero-content-top{padding:120px 24px 80px;position:relative;z-index:10;max-width:900px;margin:0 auto}.lp-hero-image-container{position:relative;height:800px;width:100%;margin-top:0;background-image:url(/forest-jogger-updated.jpg);background-size:cover;background-position:center;z-index:1}.lp-hero-image-container:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0,#06f6 40%,#06fc);z-index:2}.lp-hero-wave-container{position:absolute;top:-2px;left:0;width:100%;overflow:hidden;line-height:0;z-index:5}.lp-hero-image-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent,white);z-index:3}.lp-hero-wave-svg{position:relative;display:block;width:calc(100% + 1.3px);height:200px;fill:#fff}.lp-hero-title{position:relative;font-size:56px;font-weight:800;margin-bottom:24px;line-height:1.1;letter-spacing:-1.5px;z-index:10;color:#0f172a}.lp-hero-subtitle{position:relative;font-size:22px;color:var(--text-muted);font-weight:500;margin-bottom:24px;line-height:1.6;z-index:10;max-width:700px;margin-left:auto;margin-right:auto}.lp-hero-clarifier{margin-bottom:48px}.lp-hero-ctas{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:32px;z-index:10}.lp-hero-btn-large{font-size:18px;padding:18px 48px;width:100%;max-width:320px;box-shadow:0 10px 25px #0066ff4d}.lp-hero-meta{position:relative;font-size:14px;color:var(--text-light);font-weight:500;z-index:10}@media(min-width:600px){.lp-hero-ctas{flex-direction:row;justify-content:center}.lp-hero-btn-large{width:auto}}.lp-section{padding:100px 24px;max-width:1100px;margin:0 auto;position:relative;z-index:10}.lp-how-it-works{margin-top:-120px;position:relative;z-index:20}.lp-section-title{font-size:36px;font-weight:800;text-align:center;margin-bottom:64px;letter-spacing:-1px}.lp-steps{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:800px){.lp-steps{grid-template-columns:1fr 1fr 1fr}}.lp-step-card{text-align:center;padding:32px 24px;transition:transform .3s}.lp-step-card:hover{transform:translateY(-5px)}.lp-step-icon{font-size:48px;margin-bottom:24px;display:inline-flex;align-items:center;justify-content:center;background:#fff;width:90px;height:90px;border-radius:50%;box-shadow:0 10px 30px #0066ff1a}.lp-step-title{font-size:22px;font-weight:800;margin-bottom:16px}.lp-step-desc{color:var(--text-muted);line-height:1.7;font-size:16px}.lp-timeline-container{display:flex;flex-direction:column;gap:32px;margin-top:60px;position:relative;padding-left:20px;max-width:600px;margin-left:auto;margin-right:auto}.lp-timeline-container:before{content:"";position:absolute;left:29px;top:10px;bottom:20px;width:2px;background:#e2e8f0;border-radius:2px}.lp-timeline-item{display:flex;align-items:flex-start;gap:32px;position:relative}.lp-timeline-dot{width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid var(--primary-light);box-shadow:0 0 0 4px #fff;flex-shrink:0;z-index:1}.lp-timeline-item:last-child .lp-timeline-dot{border-color:var(--primary);background:var(--primary);width:24px;height:24px;margin-left:-2px;box-shadow:0 0 0 4px #fff,0 4px 10px #0066ff4d}.lp-timeline-content h4{margin:0 0 6px;font-size:18px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:14px}.lp-timeline-content p{margin:0;font-size:20px;font-weight:600;color:var(--text-main)}.lp-why-text{text-align:center;max-width:680px;margin:0 auto 40px;line-height:1.8;font-size:18px;color:var(--text-muted)}.lp-pep-section{position:relative;padding:120px 24px;margin-top:60px;width:100%;background-image:url(/gym-woman.png);background-size:cover;background-position:center;color:#fff}.lp-pep-section:before{content:"";position:absolute;inset:0;background:#0066ffbf;z-index:1}.lp-pep-content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;gap:40px;align-items:center}.lp-pep-title-white{color:#fff;font-size:40px;font-weight:800;text-align:center;margin-bottom:0}.lp-pep-card{background:#fff;padding:50px 40px;border-radius:32px;box-shadow:0 20px 50px #0003;max-width:600px;width:100%;margin:0 auto;text-align:center;color:var(--text-main)}.lp-pep-quote{font-size:28px;font-weight:700;line-height:1.3;margin-bottom:40px;min-height:80px;display:flex;align-items:center;justify-content:center}.lp-btn-outline{background:#fff;border:2px solid var(--primary);color:var(--primary);border-radius:50px;padding:10px 24px;font-weight:700;cursor:pointer;transition:all .2s}.lp-btn-outline:hover{background:#eff6ff}.lp-pricing-card{background:#0f172a;color:#fff;border-radius:40px;padding:60px 32px;text-align:center;max-width:440px;margin:0 auto;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.1)}.lp-price-large{font-size:80px;font-weight:800;margin:16px 0 0;line-height:1;letter-spacing:-2px}.lp-price-period{opacity:.6;font-size:16px;margin-bottom:32px;display:block}.lp-features-list{text-align:left;margin:0 auto 32px;display:inline-block}.lp-feature-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:16px}.lp-check-icon{color:var(--success);flex-shrink:0}.lp-pricing-comparison{margin-top:24px;font-size:12px;opacity:.5}.lp-accordion{max-width:800px;margin:0 auto}.lp-acc-item{border-bottom:1px solid #E2E8F0}.lp-acc-trigger{width:100%;text-align:left;background:none;border:none;padding:24px 0;font-size:18px;font-weight:700;color:var(--text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.lp-acc-content{max-height:0;overflow:hidden;transition:all .3s ease-out;color:var(--text-muted);line-height:1.8;opacity:0}.lp-acc-content.open{max-height:500px;padding-bottom:32px;opacity:1}.lp-plus{font-size:24px;font-weight:300;transition:transform .3s}.lp-acc-trigger.active .lp-plus{transform:rotate(45deg)}.lp-footer{text-align:center;padding:100px 24px 60px;background:#f8fafc;border-top:1px solid #E2E8F0}.lp-footer-title{font-size:28px;font-weight:800;margin-bottom:32px}.lp-footer-bottom{margin-top:60px;display:flex;flex-direction:column;gap:16px;color:var(--text-light);font-size:14px}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.modal-content{background:#fff;padding:40px;border-radius:24px;width:100%;max-width:400px;box-shadow:var(--shadow-lg);position:relative;animation:modal-pop .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes modal-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-light)}.modal-title{font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.modal-input{width:100%;padding:12px 16px;margin-bottom:16px;border:1px solid #E2E8F0;border-radius:12px;font-size:16px;outline:none;transition:border-color .2s}.modal-input:focus{border-color:var(--primary)}.modal-submit{width:100%;padding:14px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:16px}.modal-link{display:block;text-align:center;color:var(--primary);text-decoration:none;font-size:14px;cursor:pointer;margin-bottom:8px}
