*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#1e293b;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.nav{background:#1e293b;color:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px;position:sticky;top:0;z-index:100}.nav-brand{font-size:18px;font-weight:700;letter-spacing:-.02em;cursor:pointer}.nav-brand span{color:#60a5fa}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{color:#cbd5e1;font-size:14px;font-weight:500;transition:color .2s;cursor:pointer}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links .btn-nav,.nav-auth .btn-nav{background:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;font-size:13px;text-decoration:none}.nav-links .btn-nav:hover,.nav-auth .btn-nav:hover{background:#2563eb}.nav-member-info{font-size:12px;color:#94a3b8}.nav-member-info strong{color:#60a5fa}.hamburger{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.nav-dropdown{position:relative}.nav-dropdown-toggle{background:none;border:none;color:#cbd5e1;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .2s;font-family:inherit}.nav-dropdown-toggle:hover{color:#fff}.nav-dropdown-arrow{font-size:10px}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:8px 0;min-width:180px;box-shadow:0 8px 24px #0000004d;z-index:200}.nav-dropdown:hover .nav-dropdown-menu{display:flex;flex-direction:column}.nav-dropdown-menu a{padding:8px 16px;color:#cbd5e1;font-size:14px;font-weight:500;transition:background .15s,color .15s}.nav-dropdown-menu a:hover{background:#334155;color:#fff}@media(max-width:768px){.hamburger{display:block}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#1e293b;flex-direction:column;padding:16px 24px;gap:12px;border-top:1px solid #334155}.nav-links.open{display:flex}.nav-dropdown-menu{position:static;border:none;box-shadow:none;padding:0 0 0 16px;border-radius:0}.nav-dropdown:hover .nav-dropdown-menu{display:flex}.nav-dropdown.open .nav-dropdown-menu{display:flex;flex-direction:column}}.container{max-width:1200px;margin:0 auto;padding:0 24px}.page{display:none}.page.active{display:block}.hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:80px 24px;text-align:center}.hero h1{font-size:42px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px}.hero h1 span{color:#60a5fa}.hero p{font-size:18px;color:#94a3b8;max-width:600px;margin:0 auto 32px}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-1px)}.btn-outline{background:transparent;color:#fff;border:2px solid #475569}.btn-outline:hover{border-color:#94a3b8;color:#e2e8f0}.btn-sm{padding:8px 20px;font-size:13px}.btn-block{width:100%;text-align:center}.btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.hero h1{font-size:28px}.hero p{font-size:16px}}.features{padding:64px 24px;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto}.feature-card{text-align:center;padding:32px 24px}.feature-icon{font-size:36px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.feature-card p{font-size:14px;color:#64748b}@media(max-width:768px){.features-grid{grid-template-columns:1fr}}.section-heading{text-align:center;padding:48px 24px 24px}.section-heading h2{font-size:28px;font-weight:700;margin-bottom:8px}.section-heading p{color:#64748b;font-size:15px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;padding:24px;max-width:1200px;margin:0 auto}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.product-img{background:linear-gradient(135deg,#eff6ff,#dbeafe);height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img img{max-width:100%;max-height:100%;object-fit:contain}.product-img .icon{font-size:64px;opacity:.6}.product-info{padding:20px}.product-info h3{font-size:18px;font-weight:600;margin-bottom:4px}.product-info .arch-label{font-size:12px;color:#3b82f6;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.product-info .price{font-size:24px;font-weight:700;color:#1e293b}.product-info .price.member-price{color:#16a34a}.product-info .price .original{font-size:14px;color:#94a3b8;text-decoration:line-through;margin-left:8px;font-weight:400}.pricing-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;margin:0 auto;padding:0 24px 48px}@media(max-width:768px){.pricing-columns{grid-template-columns:1fr}}.pricing-col{border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.pricing-col-member{background:#f0fdf4}.pricing-col-payg{background:#eff6ff}.pricing-col-header{padding:28px 24px 20px;text-align:center}.pricing-col-header h3{font-size:22px;font-weight:700;margin-bottom:8px}.pricing-col-header p{font-size:14px;color:#475569}.member-header{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-bottom:2px solid #86efac}.member-header h3{color:#166534}.payg-header{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-bottom:2px solid #93c5fd}.payg-header h3{color:#1e40af}.pricing-col-body{padding:16px 20px}.pricing-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:14px}.pricing-item:last-child{border-bottom:none}.pricing-item-name{font-weight:500;color:#1e293b}.pricing-item-price{font-weight:700;font-size:16px}.pricing-col-member .pricing-item-price{color:#16a34a}.pricing-col-payg .pricing-item-price{color:#1e40af}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.collection-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:100%}.collection-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.card-image{background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px;min-height:180px}.card-image img{max-width:100%;max-height:180px;object-fit:contain}.card-body{padding:16px 20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.card-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:8px;line-height:1.4}.product-detail{max-width:800px;margin:0 auto;padding:48px 24px}.product-detail-header{display:flex;gap:40px;margin-bottom:32px}.product-detail-img{flex:0 0 300px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-img img{max-width:100%;max-height:100%;object-fit:contain}.product-detail-img .icon{font-size:80px;opacity:.6}.product-detail-info{flex:1}.product-detail-info h1{font-size:28px;font-weight:700;margin-bottom:8px}.product-detail-info .arch-label{font-size:13px;color:#3b82f6;font-weight:600;text-transform:uppercase;margin-bottom:16px}.product-detail-info .price{font-size:32px;font-weight:700;margin-bottom:16px}.product-detail-info .description{color:#64748b;font-size:15px;margin-bottom:24px}@media(max-width:640px){.product-detail-header{flex-direction:column}.product-detail-img{flex:none;height:200px}}.form-container{max-width:560px;margin:0 auto;padding:48px 24px}.form-container h2{font-size:24px;font-weight:700;margin-bottom:8px}.form-container .subtitle{color:#64748b;font-size:14px;margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#374151}.form-group label .required{color:#dc2626}.form-group input,.form-group select{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[readonly]{background:#f1f5f9;color:#64748b;cursor:not-allowed}.form-group .hint{font-size:12px;color:#94a3b8;margin-top:4px}.form-group .error{font-size:12px;color:#dc2626;margin-top:4px;display:none}.form-group.has-error input,.form-group.has-error select{border-color:#dc2626}.form-group.has-error .error{display:block}.form-divider{border:none;border-top:1px solid #e2e8f0;margin:24px 0}.order-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}.order-summary h3{font-size:16px;font-weight:600;margin-bottom:12px}.order-summary .line-item{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.order-summary .total{display:flex;justify-content:space-between;padding:12px 0 0;border-top:1px solid #e2e8f0;margin-top:8px;font-size:16px;font-weight:700}.confirmation{max-width:600px;margin:0 auto;padding:64px 24px;text-align:center}.confirmation .check-circle{width:72px;height:72px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.confirmation .check-circle .check{font-size:36px;color:#16a34a}.confirmation h1{font-size:28px;font-weight:700;margin-bottom:8px}.confirmation .order-id{font-size:18px;color:#3b82f6;font-weight:600;margin-bottom:24px}.confirmation .next-steps{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;text-align:left;margin-bottom:32px}.confirmation .next-steps h3{font-size:16px;font-weight:600;margin-bottom:12px}.confirmation .next-steps ol{padding-left:20px}.confirmation .next-steps li{margin-bottom:8px;font-size:14px;color:#475569}.confirmation .hold-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:20px;margin-bottom:24px;text-align:left}.confirmation .hold-warning h3{color:#dc2626;font-size:16px;font-weight:600;margin-bottom:8px}.confirmation .hold-warning p{font-size:14px;color:#991b1b}.login-section{max-width:480px;margin:0 auto;padding:64px 24px;text-align:center}.login-section h2{font-size:24px;font-weight:700;margin-bottom:8px}.login-section p{color:#64748b;font-size:14px;margin-bottom:32px}.member-list{list-style:none;padding:0}.member-list li{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px;margin-bottom:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.member-list li:hover{border-color:#3b82f6;background:#eff6ff}.member-list .member-name{font-weight:600;font-size:15px}.member-list .member-email{font-size:13px;color:#64748b}.member-list .member-id{font-size:12px;color:#3b82f6;font-weight:600}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.loading{text-align:center;padding:48px;color:#94a3b8}.spinner{display:inline-block;width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.footer{background:#1e293b;color:#94a3b8;padding:32px 24px;text-align:center;font-size:13px;margin-top:64px}.footer a{color:#60a5fa}.badge{display:inline-block;padding:2px 10px;border-radius:9999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-green{background:#dcfce7;color:#15803d}.badge-amber{background:#fef3c7;color:#92400e}.spp-banner{background:linear-gradient(135deg,#065f46,#047857,#059669);color:#fff;padding:48px 24px;text-align:center;margin-bottom:32px;border-radius:16px;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.spp-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.spp-banner h2{font-size:32px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}.spp-banner p{font-size:16px;color:#a7f3d0;max-width:600px;margin:0 auto 24px;line-height:1.6}.spp-banner .best-value-badge{display:inline-block;background:#fbbf24;color:#78350f;padding:4px 16px;border-radius:9999px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.spp-banner .btn-spp{display:inline-block;background:#fff;color:#065f46;padding:16px 40px;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;border:none;transition:all .2s;box-shadow:0 4px 14px #00000026}.spp-banner .btn-spp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.edu-cta-section{padding:48px 24px;max-width:1200px;margin:0 auto}.edu-cta-inner{background:linear-gradient(135deg,#0c4a6e,#0369a1);border-radius:16px;padding:40px 36px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.edu-cta-text h2{font-size:26px;font-weight:700;color:#fff;margin-bottom:10px}.edu-cta-text p{font-size:15px;color:#bae6fd;line-height:1.7;max-width:640px}@media(max-width:640px){.edu-cta-inner{flex-direction:column;text-align:center}}.edu-hero{background:linear-gradient(135deg,#0c4a6e,#0369a1);color:#fff;padding:64px 24px 48px;text-align:center}.edu-hero h1{color:#fff}.edu-content{max-width:800px;margin:0 auto;padding:32px 24px 64px}.edu-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px;margin-bottom:16px;transition:box-shadow .2s}.edu-card:hover{box-shadow:0 4px 16px #0000000f}.edu-card h3{font-size:17px;font-weight:700;color:#1e293b;margin-bottom:12px;line-height:1.4}.edu-card p{font-size:15px;color:#475569;line-height:1.7}.edu-card-cta{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#bae6fd;text-align:center}.about-content{max-width:800px;margin:0 auto;padding:48px 24px 64px}.about-founder{display:flex;gap:32px;align-items:flex-start;margin-bottom:48px}.about-photo{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#fff;flex-shrink:0}.about-bio h2{font-size:24px;font-weight:700;margin-bottom:4px}.about-title{color:#3b82f6;font-weight:600;font-size:14px;margin-bottom:16px}.about-bio p{font-size:15px;color:#475569;line-height:1.7;margin-bottom:12px}@media(max-width:640px){.about-founder{flex-direction:column;align-items:center;text-align:center}}.about-mission{margin-bottom:48px}.about-mission h2{font-size:22px;font-weight:700;margin-bottom:16px}.about-mission p{font-size:15px;color:#475569;line-height:1.7;margin-bottom:12px}.about-values h2{font-size:22px;font-weight:700;margin-bottom:20px}.about-values-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:640px){.about-values-grid{grid-template-columns:1fr}}.about-value{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.about-value h3{font-size:16px;font-weight:700;margin-bottom:8px;color:#1e293b}.about-value p{font-size:14px;color:#64748b;line-height:1.6}.about-cta{text-align:center;margin-top:48px;padding-top:32px;border-top:1px solid #e2e8f0}.about-cta h2{font-size:22px;font-weight:700}.social-proof-bar{background:#065f46;color:#a7f3d0;text-align:center;padding:10px 24px;font-size:13px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.social-proof-bar strong{color:#fff}.sp-divider{color:#34d399}@media(max-width:640px){.sp-divider{display:none}.social-proof-bar{flex-direction:column;gap:4px}}.email-capture{background:linear-gradient(135deg,#1e293b,#334155);padding:56px 24px;color:#fff}.email-capture h2{font-size:24px;font-weight:700;margin-bottom:8px}.email-capture p{color:#94a3b8;font-size:14px;margin-bottom:20px}.email-form{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.email-form input{padding:12px 16px;border:1px solid #475569;background:#0f172a;color:#fff;border-radius:8px;font-size:15px;min-width:280px;font-family:inherit}.email-form input::placeholder{color:#64748b}.email-form input:focus{outline:none;border-color:#3b82f6}.email-form .btn{padding:12px 24px}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:32px 24px 64px}.review-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px}.review-photo{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#475569;margin-bottom:12px}.review-stars{color:#f59e0b;font-size:16px;margin-bottom:12px;letter-spacing:2px}.review-quote{font-size:15px;color:#374151;line-height:1.7;font-style:italic;margin-bottom:16px}.review-name{font-weight:700;font-size:14px;color:#1e293b}.review-meta{font-size:12px;color:#94a3b8}.testimonial-section{background:#f8fafc;padding:56px 24px}.testimonial-section h2{text-align:center;font-size:24px;font-weight:700;margin-bottom:8px}.testimonial-section .subtitle{text-align:center;font-size:14px;color:#64748b;margin-bottom:32px}.testimonial-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 24px 16px;max-width:1200px;margin:0 auto;scrollbar-width:none}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-slide{flex:0 0 340px;scroll-snap-align:start;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.testimonial-slide .review-quote{font-size:14px;margin-bottom:12px;min-height:80px}.testimonial-cta{text-align:center;margin-top:24px}.pricing-col-badge{position:relative}.pricing-col-badge .col-best-value{position:absolute;top:12px;right:12px;background:#fbbf24;color:#78350f;padding:3px 12px;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:2}.shop-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:24px}@media(max-width:900px){.shop-columns{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.shop-columns{grid-template-columns:1fr}}.shop-type-col{border-radius:16px;overflow:hidden;text-align:center;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s}.shop-type-col:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.shop-col-clear{background:linear-gradient(180deg,#eff6ff,#fff 40%);border:2px solid #bfdbfe}.shop-col-etclear{background:linear-gradient(180deg,#faf5ff,#fff 40%);border:2px solid #d8b4fe}.shop-col-hawley{background:linear-gradient(180deg,#fef3c7,#fff 40%);border:2px solid #fcd34d}.shop-col-ethawley{background:linear-gradient(180deg,#fce7f3,#fff 40%);border:2px solid #f9a8d4}.shop-type-col-icon{font-size:40px;margin-top:20px}.shop-type-col-header{padding:12px 16px 16px}.shop-type-col-header h3{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1.3}.shop-type-col-header p{font-size:12px;color:#64748b;margin:0}.shop-type-col-body{padding:0 16px 16px;display:flex;flex-direction:column;gap:8px}.shop-arch-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;text-align:left}.shop-arch-btn:hover{border-color:#3b82f6;background:#eff6ff}.shop-arch-btn .arch-name{color:#374151}.shop-arch-btn .arch-price{font-weight:700;color:#1e40af}.shop-arch-btn.member-btn:hover{border-color:#16a34a;background:#f0fdf4}.shop-arch-btn.member-btn .arch-price{color:#16a34a}.shop-spp-cta{max-width:1200px;margin:0 auto;padding:0 24px 32px}.shop-spp-cta-inner{background:linear-gradient(135deg,#065f46,#059669);border-radius:12px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.shop-spp-cta-inner h3{color:#fff;font-size:20px;font-weight:700;margin:0}.shop-spp-cta-inner p{color:#a7f3d0;font-size:14px;margin:4px 0 0}.shop-spp-cta-inner .btn-spp-sm{background:#fff;color:#065f46;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:700;border:none;cursor:pointer;white-space:nowrap;transition:transform .15s}.shop-spp-cta-inner .btn-spp-sm:hover{transform:translateY(-2px)}.how-it-works{padding:56px 24px;text-align:center;background:#fff}.how-it-works h2{font-size:28px;font-weight:700;margin-bottom:8px}.how-it-works .subtitle{color:#64748b;font-size:15px;margin-bottom:36px}.steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:16px;max-width:900px;margin:0 auto;flex-wrap:wrap}.step{flex:1;min-width:200px;max-width:260px;text-align:center;padding:24px 16px}.step-number{width:48px;height:48px;border-radius:50%;background:#3b82f6;color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step h3{font-size:17px;font-weight:700;margin-bottom:8px;color:#1e293b}.step p{font-size:14px;color:#64748b;line-height:1.6}.step-arrow{font-size:28px;color:#cbd5e1;padding-top:32px}@media(max-width:640px){.step-arrow{display:none}.steps-grid{flex-direction:column;align-items:center}}.guarantee-bar{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:14px 24px;max-width:800px;margin:0 auto 32px;display:flex;align-items:center;gap:12px;font-size:14px;color:#166534}.guarantee-icon{font-size:22px}@media(max-width:640px){.guarantee-bar{flex-direction:column;text-align:center}}.buy-again-cta{margin:24px 0}.buy-again-inner{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #93c5fd;border-radius:16px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.buy-again-text h3{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:4px}.buy-again-text p{font-size:14px;color:#475569;margin:0}.btn-buy-again{padding:16px 40px;font-size:18px;font-weight:700;border-radius:10px;box-shadow:0 4px 14px #3b82f64d;white-space:nowrap}.btn-buy-again:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media(max-width:640px){.buy-again-inner{flex-direction:column;text-align:center}.btn-buy-again{width:100%}}.btn-nav-shop{background:#16a34a;color:#fff!important;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600}.btn-nav-shop:hover{background:#15803d;color:#fff!important}.form-container textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.enroll-page{min-height:100vh}.enroll-step{display:none}.enroll-step.active{display:block}.enroll-hero{background:linear-gradient(135deg,#065f46,#047857,#059669);color:#fff;padding:80px 24px 64px;text-align:center;position:relative;overflow:hidden}.enroll-hero:before{content:"";position:absolute;top:-40%;right:-15%;width:500px;height:500px;background:#ffffff0a;border-radius:50%}.enroll-hero h1{font-size:40px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px}.enroll-hero p{font-size:18px;color:#a7f3d0;max-width:560px;margin:0 auto;line-height:1.6}.enroll-badge{display:inline-block;background:#fbbf24;color:#78350f;padding:5px 18px;border-radius:9999px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}@media(max-width:640px){.enroll-hero h1{font-size:28px}.enroll-hero p{font-size:16px}}.enroll-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:-40px auto 48px;position:relative;z-index:2}@media(max-width:768px){.enroll-value-grid{grid-template-columns:1fr;margin-top:-24px}}.enroll-value-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 16px #0000000f}.enroll-value-icon{font-size:36px;font-weight:800;color:#065f46;margin-bottom:12px}.enroll-value-savings{color:#16a34a}.enroll-value-lifetime{font-size:48px;color:#3b82f6}.enroll-value-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.enroll-value-card p{font-size:14px;color:#64748b;line-height:1.5}.enroll-arch-section{text-align:center;max-width:700px;margin:0 auto;padding-bottom:64px}.enroll-arch-section h2{font-size:26px;font-weight:700;margin-bottom:8px}.enroll-arch-subtitle{color:#64748b;font-size:15px;margin-bottom:28px}.enroll-arch-options{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.enroll-arch-options-row{display:flex;gap:20px;justify-content:center}@media(max-width:768px){.enroll-arch-options-row{flex-direction:column;align-items:center}}.enroll-arch-btn{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:32px 28px;min-width:180px;cursor:pointer;transition:all .2s;text-align:center}.enroll-arch-btn:hover{border-color:#065f46;background:#f0fdf4;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.enroll-arch-btn.selected{border-color:#065f46;background:#f0fdf4;box-shadow:0 0 0 3px #065f4626}.enroll-arch-btn.recommended{border-color:#065f46}.enroll-recommended-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#065f46;color:#fff;padding:3px 14px;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.arch-label-text{display:block;font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.arch-price-text{display:block;font-size:24px;font-weight:800;color:#065f46;margin-top:4px}.arch-strikeout{display:block;font-size:24px;font-weight:800;color:#94a3b8;text-decoration:line-through;margin-top:4px}.arch-code-label{display:block;font-size:11px;font-weight:500;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin-top:10px}.arch-code-price{display:block;font-size:24px;font-weight:800;color:#065f46;margin-top:2px}@media(max-width:640px){.enroll-arch-options{flex-direction:column;align-items:center}.enroll-arch-btn{width:100%;max-width:320px}}.enroll-form-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;max-width:960px;margin:0 auto;padding:48px 0 64px}@media(max-width:768px){.enroll-form-layout{grid-template-columns:1fr}.enroll-form-sidebar{order:-1}}.enroll-step-header{margin-bottom:32px}.enroll-step-num{display:inline-block;background:#eff6ff;color:#1d4ed8;padding:4px 14px;border-radius:9999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.enroll-step-header h2{font-size:26px;font-weight:700;margin-bottom:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-row-3{grid-template-columns:2fr 1fr 1fr}@media(max-width:640px){.form-row,.form-row-3{grid-template-columns:1fr}}.enroll-coupon-row{display:flex;gap:8px}.enroll-coupon-row input{flex:1}.enroll-coupon-btn{white-space:nowrap;background:#f1f5f9;color:#374151;border:1px solid #d1d5db}.enroll-coupon-btn:hover{background:#e2e8f0}.enroll-sidebar-benefits{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:20px;margin-top:16px}.enroll-sidebar-benefits h4{font-size:14px;font-weight:700;color:#065f46;margin-bottom:12px}.enroll-sidebar-benefits ul{list-style:none;padding:0}.enroll-sidebar-benefits li{font-size:13px;color:#374151;padding:6px 0 6px 22px;position:relative}.enroll-sidebar-benefits li:before{content:"\2713";position:absolute;left:0;color:#16a34a;font-weight:700}.enroll-review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px;margin-bottom:24px}.enroll-review-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.enroll-review-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.enroll-review-section h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:10px}.enroll-review-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}.enroll-review-row span:first-child{color:#64748b}.enroll-review-row span:last-child{font-weight:600;color:#1e293b}.enroll-review-total{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:12px}.enroll-review-total span:last-child{font-size:18px;color:#065f46}.btn-lg{padding:16px 32px;font-size:18px}.enroll-fine-print{font-size:12px;color:#94a3b8;text-align:center;margin-top:16px;line-height:1.5}.enroll-guarantee{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-top:16px;font-size:13px;color:#166534}.enroll-guarantee a{color:#065f46;font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/2/assets/rfl-storefront.css.map */
