
:root{
  --red:#c80012;--red2:#ef1728;--black:#070707;--ink:#151515;--muted:#6e6e6e;
  --cream:#fffaf7;--line:#e4d9d4;--card:#fff;--shadow:0 20px 60px rgba(40,0,0,.13)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#070707;color:var(--ink);font-family:Inter,Arial,sans-serif}
.page-shell{max-width:1440px;margin:auto;display:grid;grid-template-columns:minmax(0,60%) minmax(360px,40%);background:#fff;min-height:100vh}
.left-pane{background:linear-gradient(135deg,#fffefd 0%,#fff 45%,#f5eeea 100%);position:relative;overflow:hidden}
.left-pane:after{content:"";position:absolute;right:-140px;top:-110px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at center,rgba(216,0,20,.25),rgba(216,0,20,0) 68%);pointer-events:none}
.brand-header{padding:26px 54px 14px;position:relative;z-index:2}
.brand-logo{display:flex;align-items:center;gap:16px}
.flame{width:42px;height:52px;fill:#c70b18}.flame-inner{fill:#ee1a2b}
.ignite-word{font-size:48px;letter-spacing:.16em;color:#c70b18;font-weight:500;line-height:1}
.brand-sub{font-size:13px;letter-spacing:.34em;margin-top:8px;font-weight:700}
.service-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:22px;max-width:760px}
.service-strip span{display:flex;min-width:0;align-items:center;justify-content:center;gap:7px;padding:7px;border-right:1px solid #bdb3ae;font-size:23px}
.service-strip span:last-child{border:0}.service-strip b{font-size:9px;line-height:1.15;letter-spacing:.05em;max-width:78px}
.hero{min-height:390px;display:grid;grid-template-columns:42% 58%;align-items:end;position:relative;border-bottom:1px solid #e8dcda;background:
linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,252,249,.92) 40%,rgba(255,255,255,.20) 68%,rgba(255,255,255,0) 100%)}
.hero-copy{padding:34px 0 58px 58px;z-index:3}
.hero-copy h1{font-family:"Cormorant Garamond",serif;font-size:48px;line-height:.96;margin:0 0 24px}
.hero-copy h1 span,.hero-copy h1 em{font-family:Allura,cursive;color:var(--red);font-weight:400;font-size:64px}
.hero-copy p{font-size:16px;line-height:1.5;max-width:360px}
.hero-photo-wrap{height:390px;overflow:hidden;position:relative}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:saturate(.94) contrast(1.02)}
.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.5) 12%,rgba(255,255,255,0) 38%)}
.purchase-form-wrap{padding:28px 56px 40px;position:relative;z-index:3}
.form-section{margin-bottom:28px}.form-section h2{font-size:18px;margin:0 0 18px;display:flex;align-items:center;gap:10px;text-transform:uppercase}
.step{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--red);color:white;font-size:13px}
.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.program-card{border:1px solid #dcd5d1;border-radius:9px;padding:18px 16px;display:grid;grid-template-columns:auto auto 1fr auto;gap:10px;align-items:center;background:rgba(255,255,255,.82);cursor:pointer;transition:.2s}
.program-card:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(120,0,0,.08)}
.program-card.selected{border:1.8px solid var(--red);background:linear-gradient(135deg,#fff,#fff2f1);box-shadow:0 0 0 2px rgba(210,0,19,.04)}
.program-card input{accent-color:var(--red);width:18px;height:18px}.program-icon{font-size:28px;color:var(--red)}
.program-copy{display:flex;flex-direction:column;gap:6px}.program-copy strong{font-size:14px}.program-copy small{font-size:11px;color:#555;line-height:1.45}
.price{font-weight:800;color:#c20b17;font-size:18px}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}
.fields label{display:grid;grid-template-columns:115px 1fr;align-items:center;gap:10px;font-size:12px;font-weight:600}
.fields input{width:100%;border:1px solid #d8d2ce;border-radius:6px;padding:13px;background:rgba(255,255,255,.72);font:inherit;outline:none}
.fields input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(200,0,18,.08)}
.terms-line{display:flex;align-items:flex-start;gap:10px;font-size:13px}.terms-line input{width:18px;height:18px;accent-color:var(--red);margin-top:1px}
.link-button{border:0;background:none;color:var(--red);text-decoration:underline;font:inherit;font-weight:600;padding:0;cursor:pointer}
.pay-button{margin-top:20px;width:430px;max-width:100%;border:0;border-radius:8px;background:linear-gradient(90deg,#b70012,#e30b1c);color:white;padding:13px 20px;font-weight:800;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;box-shadow:0 14px 28px rgba(170,0,20,.18)}
.pay-button small{display:block;font-size:9px;letter-spacing:.22em;margin-top:3px}.pay-button:disabled{opacity:.6;cursor:not-allowed}
.secure-note{margin:12px 0 0 72px;color:#6d6d6d;font-size:12px}.secure-note b{color:#d30a18}
.inline-error{color:#a60010;font-size:12px;font-weight:600;min-height:16px;margin-top:8px}
.right-pane{background:
radial-gradient(circle at 80% 8%,rgba(210,0,20,.25),transparent 18%),
linear-gradient(160deg,#050505,#0b0b0c 60%,#050505);color:white;padding:34px;position:relative;overflow:hidden}
.right-pane:before,.right-pane:after{content:"";position:absolute;width:520px;height:110px;border:20px solid rgba(224,0,20,.4);border-left:0;border-right:0;border-radius:50%;transform:rotate(-18deg);pointer-events:none}
.right-pane:before{right:-230px;top:-30px}.right-pane:after{left:-260px;bottom:-20px}
.security-head{display:flex;align-items:center;gap:12px;margin:10px 12px 28px;position:relative;z-index:2}
.security-head small{display:block;color:#b7b7b7;margin-top:4px}.shield{display:grid;place-items:center;width:36px;height:40px;border:2px solid var(--red);border-radius:12px 12px 18px 18px;color:var(--red);font-weight:800}
.summary-card,.how-card,.trust-card{position:relative;z-index:2;border:1px solid rgba(216,0,20,.45);border-radius:12px;background:linear-gradient(145deg,rgba(24,24,25,.95),rgba(6,6,6,.95));padding:26px;margin-bottom:18px}
.summary-card h3,.how-card h3{margin:0 0 22px;padding-bottom:18px;border-bottom:1px solid #383838}
.selected-program{display:flex;justify-content:space-between;align-items:end;padding:6px 0 18px;border-bottom:1px solid #343434}.selected-program small{display:block;color:#aaa;margin-bottom:8px}.selected-program strong{font-size:17px}.selected-program>b{color:#ff1d2e;font-size:21px}
.included{display:grid;gap:10px;margin:22px 0}.included>b{color:#ff1d2e;margin-bottom:4px}.included span{font-size:13px;color:#ddd}
.info-box{border:1px solid #8d121b;border-radius:9px;padding:16px;font-size:13px;line-height:1.5;background:rgba(170,0,12,.08)}
.how-card ol{list-style:none;padding:0;margin:0;display:grid;gap:20px}.how-card li{display:flex;gap:15px;align-items:flex-start}.how-card li>span{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--red);background:#2b080b;color:white;font-weight:800}.how-card b{display:block;font-size:14px}.how-card small{display:block;color:#aaa;line-height:1.45;margin-top:4px}
.trust-card>b{color:#ff1d2e}.trust-card p{font-size:12px;color:#ccc;line-height:1.5}.stripe-word{font-size:26px;font-weight:800}.stripe-word span{font-size:11px;color:#aaa;margin-left:12px}
.trust-row{max-width:1400px;margin:auto;background:#0d0d0e;color:white;border:1px solid #4a161a;border-radius:18px 18px 0 0;padding:22px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.trust-row div{padding:0 22px;border-right:1px solid #313131}.trust-row div:last-child{border:0}.trust-row b{display:block;font-size:11px}.trust-row span{display:block;font-size:10px;color:#bdbdbd;margin-top:6px;line-height:1.45}
footer{max-width:1440px;margin:auto;text-align:center;color:white;padding:24px 20px 35px;background:linear-gradient(#080808,#030303);border-top:1px solid #550a11}
.footer-brand{color:#e51626;letter-spacing:.2em}.mission{font-family:"Cormorant Garamond",serif;font-size:26px;margin-top:9px}.tagline{font-family:Allura,cursive;font-size:30px;color:#f02030}
dialog{width:min(620px,calc(100% - 30px));border:1px solid #4a1519;border-radius:16px;background:#101011;color:white;padding:0;box-shadow:0 30px 100px rgba(0,0,0,.55)}
dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}
.dialog-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #313131}.dialog-head h3{margin:0}.dialog-head button{border:0;background:none;color:white;font-size:28px;cursor:pointer}
.terms-content{white-space:pre-line;padding:22px;line-height:1.62;font-size:13px;color:#ddd;max-height:55vh;overflow:auto}.terms-version{padding:0 22px 12px;color:#999;font-size:11px}.dialog-agree{width:calc(100% - 44px);margin:0 22px 22px;border:0;border-radius:8px;padding:13px;background:linear-gradient(90deg,#b70012,#e30b1c);color:white;font-weight:700;cursor:pointer}
.overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.78);display:grid;place-items:center;color:white;text-align:center;gap:16px}.overlay[hidden]{display:none}.spinner{width:46px;height:46px;border:4px solid #444;border-top-color:#e21325;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1000px){
  .page-shell{grid-template-columns:1fr}.right-pane{order:2}.hero{grid-template-columns:1fr;min-height:540px}.hero-copy{position:absolute;left:0;top:0;width:56%;padding:40px;z-index:4}.hero-photo-wrap{height:540px}.hero-photo-wrap:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.82) 30%,rgba(255,255,255,0) 70%)}
  .program-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr 1fr}.trust-row div:nth-child(2){border-right:0}.fields{grid-template-columns:1fr}
}
@media(max-width:650px){
  .brand-header{padding:20px}.ignite-word{font-size:38px}.brand-sub{font-size:9px}.service-strip{overflow-x:auto;display:flex;padding-bottom:4px}.service-strip span{min-width:125px}
  .hero{min-height:470px}.hero-copy{width:70%;padding:26px 22px}.hero-copy h1{font-size:38px}.hero-copy h1 span,.hero-copy h1 em{font-size:50px}.hero-copy p{font-size:13px}.hero-photo-wrap{height:470px}.hero-photo{object-position:56% 50%}
  .purchase-form-wrap{padding:25px 20px}.fields label{grid-template-columns:1fr;gap:6px}.program-card{grid-template-columns:auto auto 1fr auto}.right-pane{padding:22px 18px}.trust-row{grid-template-columns:1fr;padding:22px}.trust-row div{border-right:0;border-bottom:1px solid #313131;padding:12px 0}.trust-row div:last-child{border-bottom:0}
}
