.prog-hero{position:relative;padding:160px 0 100px;overflow:hidden}.prog-hero-bg{position:absolute;inset:0;background:linear-gradient(168deg,#1e3a5f,#142842 52%,#0d1b2e);z-index:0}.prog-hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(42,79,122,.4) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(30,58,95,.3) 0%,transparent 50%)}.prog-hero .container{position:relative;z-index:1}.prog-hero-inner{max-width:720px}.prog-hero-badge{display:inline-block;padding:6px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-pill);color:#ffffffd9;font-size:13px;font-weight:500;letter-spacing:.02em;margin-bottom:28px;animation:fadeInDown .6s ease both}.prog-hero h1{font-family:"DM Serif Display",serif;font-size:56px;font-weight:400;line-height:1.1;color:#fdfcfa;margin-bottom:24px;animation:fadeInUp .7s ease .1s both}.prog-hero-sub{font-size:18px;line-height:1.7;color:#ffffffbf;margin-bottom:8px;animation:fadeInUp .7s ease .2s both}.prog-hero-detail{font-size:15px;color:#ffffff80;margin-bottom:36px;animation:fadeInUp .7s ease .25s both}.prog-hero-actions{display:flex;align-items:center;gap:24px;margin-bottom:56px;animation:fadeInUp .7s ease .3s both}.prog-hero-actions .btn-primary{background:#fdfcfa;color:var(--primary);font-weight:600}.prog-hero-actions .btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.prog-hero-actions .btn-secondary{color:#ffffffb3}.prog-hero-actions .btn-secondary:hover{color:#fff}.prog-hero-proof{display:flex;align-items:center;gap:32px;animation:fadeInUp .7s ease .4s both}.prog-hero-proof-item{text-align:left}.prog-proof-num{display:block;font-family:"DM Serif Display",serif;font-size:24px;color:#fdfcfa;line-height:1.2}.prog-proof-label{font-size:13px;color:#ffffff80}.prog-hero-proof-divider{width:1px;height:36px;background:#ffffff26}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.prog-problem{text-align:center;margin-bottom:48px}.prog-problem-intro{font-size:17px;color:var(--text-muted);max-width:520px;margin:0 auto}.prog-problem-grid{display:flex;align-items:center;gap:24px;margin-bottom:48px}.prog-problem-card{flex:1;padding:40px 32px;background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.prog-problem-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.prog-problem-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.prog-problem-card-icon svg{width:32px;height:32px;stroke:var(--red)}.prog-problem-card h3{margin-bottom:8px}.prog-problem-price{font-size:14px;font-weight:600;color:var(--red);margin-bottom:16px}.prog-problem-card p{font-size:15px;color:var(--text-muted);line-height:1.65}.prog-problem-or{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-alt);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.prog-problem-bottom{text-align:center;max-width:640px;margin:0 auto;font-size:17px;line-height:1.7;color:var(--text)}.prog-phases{max-width:680px;margin:0 auto}.prog-phase{display:flex;gap:32px;padding-bottom:48px}.prog-phase:last-child{padding-bottom:0}.prog-phase-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.prog-phase-num{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary);color:#fff;font-family:"DM Serif Display",serif;font-size:18px;flex-shrink:0}.prog-phase-line{width:2px;flex:1;background:var(--border);margin-top:12px}.prog-phase-content{padding-top:6px}.prog-phase-label{font-size:13px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.prog-phase-content h3{margin-bottom:8px}.prog-phase-desc{font-size:15px;color:var(--text-muted);line-height:1.65;margin-bottom:16px}.prog-phase-price{margin-bottom:16px}.prog-phase-amount{font-family:"DM Serif Display",serif;font-size:32px;color:var(--text)}.prog-phase-from{font-size:14px;color:var(--text-muted);margin-right:4px;font-style:italic}.prog-phase-period{font-size:15px;color:var(--text-muted);margin-left:4px}.prog-phase-includes{display:flex;flex-wrap:wrap;gap:8px}.prog-phase-tag{padding:4px 12px;background:var(--accent-bg);border-radius:var(--radius-pill);font-size:12px;font-weight:500;color:var(--primary)}.prog-sprint-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.prog-sprint-item{padding:32px 28px;background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.prog-sprint-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000d}.prog-sprint-icon{width:40px;height:40px;margin-bottom:16px}.prog-sprint-icon svg{width:28px;height:28px}.prog-sprint-item h3{font-size:18px;margin-bottom:8px}.prog-sprint-item p{font-size:14px;color:var(--text-muted);line-height:1.65}.prog-pipeline-flow{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:56px;padding:24px;background:var(--bg-alt);border-radius:var(--radius)}.prog-pipeline-pill{padding:8px 20px;background:var(--primary);color:#fff;font-size:14px;font-weight:500;border-radius:var(--radius-pill);transition:transform .2s ease}.prog-pipeline-pill:hover{transform:scale(1.05)}.prog-pipeline-pill-end{background:var(--green)}.prog-pipeline-arrow{color:var(--text-light);font-size:18px}.prog-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.prog-step{padding:28px 24px;border-left:3px solid var(--border);transition:border-color .3s ease}.prog-step:hover{border-left-color:var(--primary)}.prog-step-num{font-family:"DM Serif Display",serif;font-size:28px;color:var(--primary);opacity:.3;margin-bottom:8px}.prog-step h3{font-size:18px;margin-bottom:8px}.prog-step p{font-size:14px;color:var(--text-muted);line-height:1.65}.prog-sessions-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.prog-sessions-lead{font-size:17px;color:var(--text-muted);line-height:1.7;margin-bottom:32px}.prog-sessions-details{display:flex;flex-direction:column;gap:20px}.prog-sessions-detail{font-size:15px;line-height:1.65;color:var(--text-muted)}.prog-sessions-detail strong{color:var(--text)}.prog-sessions-card{background:var(--card-bg);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 8px 32px #0000000f}.prog-sessions-card-header{display:flex;gap:6px;padding:14px 18px;background:var(--bg-alt);border-bottom:1px solid var(--border)}.prog-sessions-card-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.prog-sessions-card-body{padding:24px}.prog-sessions-avatar-row{display:flex;gap:8px;margin-bottom:24px}.prog-sessions-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}.prog-sessions-avatar-more{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-alt);border:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text-muted)}.prog-sessions-agenda{display:flex;flex-direction:column;gap:12px}.prog-sessions-agenda-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted);padding:10px 14px;border-radius:var(--radius-sm);transition:background .2s ease}.prog-sessions-agenda-active{color:var(--text)}.prog-sessions-agenda-current{background:var(--accent-bg);color:var(--primary);font-weight:500}.prog-sessions-check{color:var(--green);font-weight:700;font-size:13px}.prog-sessions-empty{display:inline-block;width:14px;height:14px;border:1.5px solid var(--border);border-radius:3px}.prog-sessions-dot-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 1.5s infinite;margin:0 3px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.prog-review-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.prog-review-lead{font-size:17px;color:var(--text-muted);line-height:1.7;margin-bottom:32px}.prog-review-details{display:flex;flex-direction:column;gap:20px}.prog-review-detail{font-size:15px;line-height:1.65;color:var(--text-muted)}.prog-review-detail strong{color:var(--text)}.prog-review-card{background:var(--card-bg);border-radius:12px;border:1px solid var(--border);padding:32px;box-shadow:0 8px 32px #0000000f}.prog-review-card-label{font-size:13px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}.prog-review-stat-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.prog-review-stat-row:last-child{border-bottom:none}.prog-review-stat-label{font-size:14px;color:var(--text-muted)}.prog-review-stat-value{font-size:14px;font-weight:600}.prog-review-stat-up{color:var(--green)}.prog-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.prog-diff-card{padding:36px 28px;background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.prog-diff-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.prog-diff-num{font-family:"DM Serif Display",serif;font-size:36px;color:var(--primary);opacity:.15;margin-bottom:16px}.prog-diff-card h3{margin-bottom:12px}.prog-diff-card p{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:16px}.prog-diff-tag{display:inline-block;padding:4px 12px;background:var(--accent-bg);border-radius:var(--radius-pill);font-size:12px;font-weight:500;color:var(--primary)}.prog-diff-safe{display:flex;align-items:flex-start;gap:20px;padding:28px 32px;background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);font-size:15px;line-height:1.65;color:var(--text-muted)}.prog-diff-safe strong{color:var(--text)}.prog-diff-safe-icon{flex-shrink:0}.prog-diff-safe-icon svg{width:28px;height:28px}.prog-pricing-founding{display:inline-block;padding:8px 24px;background:linear-gradient(135deg,#1e3a5f0f,#1e3a5f1f);border:1px solid rgba(30,58,95,.12);border-radius:var(--radius-pill);font-size:13px;font-weight:600;color:var(--primary);margin-bottom:48px;letter-spacing:.02em}.prog-pricing-interactive{max-width:580px;margin:0 auto 40px;padding:48px 44px;background:var(--card-bg);border-radius:16px;border:1px solid rgba(30,58,95,.12);display:flex;flex-direction:column;box-shadow:0 1px 2px #1e3a5f0a,0 4px 12px #1e3a5f0a,0 16px 40px #1e3a5f0f;position:relative;overflow:hidden}.prog-pricing-interactive:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1e3a5f,#2e5a8f,#1e3a5f)}.prog-pricing-interactive .prog-pricing-card-label{font-family:"DM Serif Display",serif;font-size:26px;margin-bottom:6px;color:var(--text)}.prog-pricing-interactive .prog-pricing-card-for{font-size:14px;color:var(--text-light);margin-bottom:36px;letter-spacing:.01em}.prog-team-selector{margin-bottom:28px}.prog-team-label{font-size:10px;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}.prog-team-buttons{display:inline-flex;gap:0;border-radius:8px;background:#1e3a5f0b;border:1px solid rgba(30,58,95,.08);padding:2.5px;position:relative}.prog-team-btn{padding:7px 20px;border:none;background:transparent;color:var(--text-light);font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),transform .1s ease;position:relative;z-index:1;border-radius:6px;border-right:none;line-height:1;letter-spacing:.01em}.prog-team-btn:hover:not(.prog-team-btn-active){color:var(--primary);background:#1e3a5f0a}.prog-team-btn:active:not(.prog-team-btn-active){transform:scale(.95)}.prog-team-btn-active{background:var(--primary);color:#fdfcfa;box-shadow:0 1px 4px #1e3a5f33,0 1px 1px #1e3a5f1f}.prog-team-btn-custom{font-size:12px;letter-spacing:.02em;padding:7px 16px}.prog-savings-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;background:#2e7d320f;border:1px solid rgba(46,125,50,.12);border-radius:var(--radius-pill);font-size:12px;font-weight:600;color:#2e7d32;margin-bottom:28px;width:fit-content;letter-spacing:.01em;animation:savingsReveal .4s cubic-bezier(.4,0,.2,1) both}.prog-savings-badge svg{opacity:.7}@keyframes savingsReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.prog-pricing-dynamic{transition:opacity .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1)}.prog-pricing-dynamic.prog-pricing-fade{opacity:0;transform:translateY(4px)}.prog-pricing-tiers{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.prog-pricing-tier{padding:20px 22px;background:#1e3a5f06;border-radius:10px;border-left:3px solid var(--primary);transition:background .2s ease}.prog-pricing-tier:hover{background:#1e3a5f0b}.prog-pricing-tier-phase{font-size:11px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.08em}.prog-pricing-tier-months{font-size:11px;color:var(--text-light);margin-bottom:6px;letter-spacing:.02em}.prog-pricing-tier-price{font-family:"DM Serif Display",serif;font-size:32px;color:var(--text);line-height:1.15}.prog-pricing-currency{font-size:20px;vertical-align:top;position:relative;top:2px}.prog-pricing-per{font-family:Inter,sans-serif;font-size:13px;color:var(--text-light);font-weight:400;margin-left:2px}.prog-pricing-annual{font-size:14px;color:var(--text-muted);padding-top:20px;border-top:1px solid rgba(30,58,95,.08);line-height:1.6}.prog-pricing-custom-inner{text-align:center;padding:48px 20px}.prog-pricing-custom-icon{margin-bottom:20px;opacity:.6}.prog-pricing-custom-title{font-family:"DM Serif Display",serif;font-size:26px;margin-bottom:14px;color:var(--text)}.prog-pricing-custom-desc{font-size:15px;color:var(--text-muted);line-height:1.7;max-width:380px;margin:0 auto}.prog-pricing-tools-row{max-width:380px;margin:0 auto}.prog-pricing-card{padding:32px 28px;background:var(--card-bg);border-radius:12px;border:1px solid rgba(30,58,95,.08);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 1px 4px #1e3a5f08}.prog-pricing-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1e3a5f0f}.prog-pricing-card-label{font-family:"DM Serif Display",serif;font-size:20px;margin-bottom:4px;color:var(--text)}.prog-pricing-card-for{font-size:13px;color:var(--text-light);margin-bottom:24px}.prog-roi{max-width:760px;margin:0 auto}.prog-roi-table{width:100%;border-collapse:collapse;margin-bottom:24px}.prog-roi-table th{text-align:left;padding:14px 16px;background:var(--primary);color:#fff;font-size:13px;font-weight:600}.prog-roi-table th:first-child{border-radius:var(--radius-sm) 0 0 0}.prog-roi-table th:last-child{border-radius:0 var(--radius-sm) 0 0}.prog-roi-table td{padding:14px 16px;font-size:14px;border-bottom:1px solid var(--border)}.prog-roi-table tbody tr:hover{background:var(--card-bg)}.prog-roi-note{font-size:14px;color:var(--text-light);line-height:1.65}.prog-journey{position:relative;max-width:640px;margin:0 auto}.prog-journey-line{position:absolute;left:16px;top:0;bottom:0;width:2px;background:var(--border);transform:translate(-50%)}.prog-journey-item{display:flex;gap:32px;padding-bottom:48px;position:relative}.prog-journey-item:last-child{padding-bottom:0}.prog-journey-marker{flex-shrink:0;z-index:1}.prog-journey-dot{width:32px;height:32px;border-radius:50%;background:var(--primary);border:4px solid var(--bg)}.prog-journey-content{padding-top:2px}.prog-journey-label{font-size:13px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.prog-journey-content h3{margin-bottom:8px}.prog-journey-content p{font-size:15px;color:var(--text-muted);line-height:1.65}.prog-faq-list{max-width:720px;margin:48px auto 0}.prog-faq{padding:28px 0;border-bottom:1px solid var(--border)}.prog-faq:first-child{border-top:1px solid var(--border)}.prog-faq h3{font-size:18px;margin-bottom:12px}.prog-faq p{font-size:15px;color:var(--text-muted);line-height:1.7}.prog-cta{padding:100px 0;background:var(--primary)}.prog-cta-inner{text-align:center;max-width:560px;margin:0 auto}.prog-cta h2{color:#fdfcfa;font-size:36px;margin-bottom:16px}.prog-cta p{color:#ffffffb3;font-size:17px;margin-bottom:36px}.prog-cta-btn{background:#fdfcfa!important;color:var(--primary)!important;font-weight:600;padding:18px 48px;font-size:16px}.prog-cta-btn:hover{background:#fff!important;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.prog-cta-note{margin-top:20px;font-size:13px;color:#fff6}@media(max-width:768px){.prog-hero{padding:120px 0 72px}.prog-hero h1{font-size:36px}.prog-hero h1 br{display:none}.prog-hero-sub{font-size:16px}.prog-hero-sub br{display:none}.prog-hero-actions{flex-direction:column;align-items:flex-start;gap:16px}.prog-hero-proof{flex-direction:row;flex-wrap:wrap;gap:20px}.prog-hero-proof-divider{display:none}.prog-problem-grid{flex-direction:column}.prog-problem-or{width:36px;height:36px;font-size:11px;align-self:center}.prog-sprint-grid{grid-template-columns:1fr}.prog-sessions-layout,.prog-review-layout{grid-template-columns:1fr;gap:40px}.prog-review-layout .prog-review-visual{order:-1}.prog-diff-grid{grid-template-columns:1fr}.prog-pricing-interactive{padding:28px 20px 32px;margin-bottom:28px;border-radius:12px}.prog-pricing-interactive .prog-pricing-card-label{font-size:22px}.prog-team-buttons{border-radius:7px;padding:2px;width:100%;display:flex}.prog-team-btn{padding:8px 0;font-size:12px;border-radius:5px;flex:1}.prog-team-btn-custom{padding:8px 0;font-size:11px}.prog-pricing-tier{padding:14px 16px}.prog-pricing-tier-price{font-size:28px}.prog-pricing-tools-row{max-width:100%}.prog-roi-table{font-size:13px}.prog-roi-table th,.prog-roi-table td{padding:10px 8px}.prog-pipeline-flow{gap:8px;padding:20px;flex-direction:column}.prog-pipeline-pill{padding:8px 20px;font-size:13px;width:100%;text-align:center}.prog-pipeline-arrow{font-size:14px;transform:rotate(90deg)}.prog-steps-grid{grid-template-columns:1fr}.prog-cta h2{font-size:28px}}
