/* Three-Step Order Form Styles */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;}
body{font-family:'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:var(--text);background:var(--body-bg);margin:0;padding:0;-webkit-tap-highlight-color:rgba(30,136,229,0.1);}
img{max-width:100%;height:auto;display:block;}
button{font-family:inherit;cursor:pointer;}
*:focus-visible{outline:2px solid var(--accent);outline-offset:2px;}

:root{--card-bg:#fff;--body-bg:#f5f5f5;--card-radius:12px;--accent:#1e88e5;--accent-hover:#1976d2;--input-border:#e0e0e0;--input-focus:#1e88e5;--danger:#dc3545;--text:#111;--text-secondary:#666;--gray:#666;--light-gray:#f5f5f5;--header-bg:#000;--footer-bg:#000;--shadow:rgba(0,0,0,0.08);--shadow-hover:rgba(30,136,229,0.12);color-scheme:light dark;}

@media (prefers-color-scheme: dark){:root{--card-bg:#1e1e1e;--body-bg:#121212;--input-border:#404040;--text:#f0f0f0;--text-secondary:#b0b0b0;--gray:#b0b0b0;--light-gray:#2a2a2a;--header-bg:#0a0a0a;--footer-bg:#0a0a0a;--shadow:rgba(0,0,0,0.3);--shadow-hover:rgba(30,136,229,0.2);}.highlight-box{background:#3a3a00;border-color:#8a7a00;color:#ffe57f;}.product-box.selected{background:#1a2a3a !important;}.product-box.most-popular{background:linear-gradient(135deg,#4a4200 0%,#5a5200 100%) !important;border-color:#6a6200 !important;}.product-box.most-popular:hover,.product-box.most-popular.selected{background:linear-gradient(135deg,#5a5200 0%,#6a6200 100%) !important;}.product-box.most-popular .product-title,.product-box.most-popular .current-price{color:#fff !important;}.product-box.most-popular .original-price{color:#d4d4d4 !important;}.product-box.most-popular .savings{color:#ffcdd2 !important;}.product-box.most-popular .badge{background:#c62828 !important;}}

.container{max-width:1200px;margin:40px auto 0;padding:0 20px;}
.two-col{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start;}

.form-section{background:var(--card-bg);padding:40px;border-radius:var(--card-radius);box-shadow:0 2px 8px var(--shadow);}
.headline{font-size:clamp(24px,3.5vw,32px);line-height:1.3;font-weight:700;color:var(--text);margin:0 0 32px 0;}
.headline-highlight{color:var(--accent);font-weight:800;}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.form-field{margin-bottom:16px;}
.input{width:100%;padding:16px 20px;font-size:16px;border:2px solid var(--input-border);border-radius:8px;outline:none;transition:all 0.2s ease;background:var(--card-bg);color:var(--text);}
.input::placeholder{color:var(--gray);opacity:0.7;}
.input:focus{border-color:var(--input-focus);box-shadow:0 0 0 3px rgba(30,136,229,0.1);}
.input:hover:not(:focus){border-color:#b0b0b0;}

.submit-btn{width:100%;background:var(--accent);color:#fff;border:none;padding:18px 24px;font-size:20px;font-weight:700;border-radius:8px;cursor:pointer;margin:24px 0 0 0;transition:all 0.3s ease;}
.submit-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 16px rgba(30,136,229,0.3);}
.submit-btn:active{transform:translateY(0);}
.submit-btn:disabled{opacity:0.6;cursor:not-allowed;}
.btn-subtitle{display:block;font-size:13px;font-weight:400;margin-top:6px;opacity:0.95;}

.benefits-section{background:var(--card-bg);padding:32px 24px;border-radius:var(--card-radius);box-shadow:0 2px 8px var(--shadow);position:sticky;top:20px;}
.benefits-title{font-size:24px;font-weight:700;color:var(--accent);margin-bottom:24px;}
.benefit-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;}
.benefit-icon{flex-shrink:0;width:20px;height:20px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:11px;margin-top:2px;}
.benefit-text{font-size:15px;line-height:1.5;color:var(--text-secondary);word-wrap:break-word;}
.benefit-text strong{color:var(--text);}

.highlight-box{background:#fff9c4;border:2px solid #fbc02d;border-radius:8px;padding:16px;margin:24px 0;text-align:center;font-weight:700;font-size:15px;color:#000;}

.bonus-section{background:linear-gradient(135deg,rgba(30,136,229,0.05) 0%,rgba(30,136,229,0.02) 100%);border:2px solid rgba(30,136,229,0.2);border-radius:12px;padding:24px;margin:32px 0 24px 0;}
.bonus-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgba(30,136,229,0.15);}
.bonus-icon-wrap{font-size:28px;line-height:1;flex-shrink:0;}
.bonus-title{font-size:20px;font-weight:700;color:var(--text);margin:0;}
.bonus-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;padding:12px;background:var(--card-bg);border-radius:8px;border:1px solid rgba(30,136,229,0.1);transition:all 0.2s ease;}
.bonus-item:hover{transform:translateX(4px);border-color:rgba(30,136,229,0.3);box-shadow:0 2px 8px rgba(30,136,229,0.1);}
.bonus-item:last-child{margin-bottom:0;}
.bonus-check{color:#22c55e;font-weight:700;font-size:18px;flex-shrink:0;width:24px;height:24px;background:rgba(34,197,94,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;}
.bonus-text{font-size:15px;line-height:1.5;color:var(--text-secondary);flex:1;}
.bonus-text strong{color:var(--text);font-weight:600;}
.bonus-highlight{color:var(--accent);font-weight:600;}

.member-badge{background:linear-gradient(135deg,#1e88e5 0%,#1976d2 100%);border-radius:12px;padding:20px;margin:24px 0;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px rgba(30,136,229,0.25);}
.member-avatars{display:flex;gap:4px;}
.member-avatars .avatar{width:36px;height:36px;background:rgba(255,255,255,0.2);border:2px solid rgba(255,255,255,0.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;backdrop-filter:blur(10px);}
.member-text{flex:1;}
.member-count{font-size:14px;font-weight:700;color:#1e88e5;background:rgba(30,136,229,0.1);padding:8px 16px;border-radius:6px;margin:24px 0;letter-spacing:0.5px;text-align:center;border:1px solid rgba(30,136,229,0.2);}
.member-subtitle{font-size:13px;color:rgba(255,255,255,0.9);font-weight:500;margin:0;}
.video-container{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.15);margin-bottom:16px;}
.video-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.video-thumbs iframe{aspect-ratio:16/9;border-radius:6px;transition:transform 0.2s ease;}
.video-thumbs iframe:hover{transform:scale(1.02);}

.product-selector{display:none;flex-direction:column;gap:24px;margin:40px 0;}
.product-selector.is-open{display:flex;}
.product-selector .headline{margin-bottom:8px;text-align:left;font-size:clamp(20px,2.8vw,26px);}

.product-box{background:var(--card-bg);border:2px solid var(--input-border);border-radius:12px;padding:24px 24px 24px 60px;cursor:pointer;position:relative;transition:all 0.25s ease;}
.product-box:hover{border-color:var(--accent);box-shadow:0 4px 20px var(--shadow-hover);transform:translateY(-2px);}
.product-box.selected{border-color:var(--accent);box-shadow:0 4px 20px rgba(30,136,229,0.2);background:#f8fbff;}
.product-box.most-popular{background:linear-gradient(135deg,#fff9c4 0%,#fff59d 100%);border-color:#fbc02d;}
.product-box.most-popular:hover,.product-box.most-popular.selected{background:linear-gradient(135deg,#fff59d 0%,#ffeb3b 100%);}

.badge{display:inline-block;background:#d32f2f;color:#fff;padding:6px 14px;border-radius:20px;font-weight:700;font-size:12px;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.5px;}
.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;}
.product-title{font-size:22px;font-weight:700;margin:0 0 8px 0;line-height:1.3;}
.product-pricing{text-align:right;flex-shrink:0;}
.original-price{font-size:18px;color:#999;text-decoration:line-through;margin-bottom:4px;}
.current-price{font-size:32px;font-weight:800;color:var(--text);line-height:1;}
.savings{color:#d32f2f;font-weight:600;font-size:15px;margin-top:6px;}

.radio{position:absolute;left:24px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #ccc;border-radius:50%;background:#fff;transition:all 0.2s ease;}
.product-box:hover .radio{border-color:var(--accent);}
.product-box.selected .radio{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 3px #fff;}

.checkout-section{display:none;margin-top:40px;}
.checkout-section.is-open{display:block;}
.checkout-headline{text-align:left;font-size:clamp(20px,2.8vw,26px);margin-bottom:24px;}
.checkout-card{background:var(--card-bg);border-radius:var(--card-radius);padding:20px;box-shadow:0 2px 8px var(--shadow);}
.whop-checkout-embed{width:100%;max-width:none;margin:0;min-height:1200px;overflow:hidden;}
.whop-checkout-embed iframe{background:var(--card-bg);border-radius:8px;min-height:1200px;overflow:hidden;}

.footer{background:var(--footer-bg);color:#fff;padding:12px 20px 12px;margin-top:20px;text-align:center;border-top:1px solid rgba(255,255,255,0.1);}
.footer-content{max-width:1200px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:10px;align-items:center;}
.footer .logo{margin:0;font-size:0;line-height:0;padding:0;}
.footer .logo img{height:26px!important;width:auto;opacity:0.95;display:block;}
.footer p{font-size:11px;color:rgba(255,255,255,0.65);margin:0;padding:0;letter-spacing:0.2px;line-height:1;}
.footer-links{margin:0;padding:0;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;}
.footer-links a{color:rgba(255,255,255,0.85);text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;transition:all 0.2s ease;}
.footer-links a:hover{color:#fff;transform:translateY(-1px);}

.exit-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:9999;align-items:center;justify-content:center;animation:fadeIn 0.3s ease;}
.exit-modal.show{display:flex;}
.exit-modal-content{background:var(--card-bg);border-radius:16px;padding:40px;max-width:500px;margin:20px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,0.5);animation:slideUp 0.3s ease;border:2px solid var(--accent);}
.exit-modal-title{font-size:28px;font-weight:700;color:var(--accent);margin-bottom:16px;}
.exit-modal-text{font-size:18px;color:var(--text);margin-bottom:24px;line-height:1.5;}
.exit-modal-buttons{display:flex;gap:16px;justify-content:center;}
.exit-modal-btn{padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.2s ease;border:none;}
.exit-modal-btn.primary{background:var(--accent);color:#fff;}
.exit-modal-btn.primary:hover{background:var(--accent-hover);transform:translateY(-2px);}
.exit-modal-btn.secondary{background:transparent;color:var(--text);border:2px solid var(--input-border);}
.exit-modal-btn.secondary:hover{border-color:var(--accent);}

@keyframes checkoutGlow{0%,100%{box-shadow:0 2px 8px var(--shadow);}50%{box-shadow:0 0 30px rgba(30,136,229,0.6),0 0 60px rgba(30,136,229,0.3);}}
.checkout-card.glow{animation:checkoutGlow 2s ease-in-out infinite;}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@keyframes slideUp{from{transform:translateY(30px);opacity:0;}to{transform:translateY(0);opacity:1;}}

@media (max-width:992px){.two-col{grid-template-columns:1fr;gap:30px;}.benefits-section{position:static;}.video-thumbs{grid-template-columns:1fr;}}
@media (max-width:768px){.container{margin:20px auto;padding:0 16px;}.header-content{padding:0 16px;}.form-section,.benefits-section{padding:24px;}.headline{font-size:24px;margin-bottom:24px;}.form-row{grid-template-columns:1fr;}.input{padding:16px;font-size:16px;min-height:48px;}.submit-btn{font-size:18px;padding:18px 20px;min-height:56px;}.product-selector .headline{font-size:20px;}.checkout-headline{font-size:20px;}.product-box{padding:16px 16px 16px 50px;}.product-header{flex-direction:column;gap:12px;}.product-title{font-size:18px;}.product-pricing{text-align:left;}.current-price{font-size:26px;}.original-price{font-size:16px;}.radio{left:16px;}}
@media (max-width:480px){.exit-modal-content{padding:30px 20px;}.exit-modal-buttons{flex-direction:column;}.exit-modal-btn{width:100%;}.product-box{padding:14px 14px 14px 46px;}.product-title{font-size:16px;}.current-price{font-size:24px;}}
