@import "https://fonts.googleapis.com/css2?family=Fraunces:wght@700;800;900&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap";
.offer-page{--ink:#1b1b19;--ink-2:#262420;--paper:#f7f5f0;--paper-2:#ece8e0;--gold:#f0891e;--gold-2:#f7a94e;--stamp:#d9600a;--text:#1b1b19;--cream:#fff;--line:#dedad1;--line-dark:#3a3733}.offer-page *{box-sizing:border-box;margin:0;padding:0}.offer-page{background:var(--paper);color:var(--text);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}.offer-page h1,.offer-page h2,.offer-page h3,.offer-page h4{letter-spacing:-.01em;font-family:Fraunces,serif;font-weight:700}.offer-page .mono{font-family:IBM Plex Mono,monospace}.offer-page .wrap{max-width:1120px;margin:0 auto;padding:0 28px}.offer-page a{color:inherit}.offer-page img{max-width:100%;display:block}.offer-page .highlight{background-color:var(--gold);color:var(--ink);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:3px;padding:1px 6px}.offer-page .highlight.dark{color:var(--ink)}.offer-page .underline-mark{text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:5px;text-decoration-thickness:3px}.offer-page .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.offer-page .reveal.in{opacity:1;transform:translateY(0)}.offer-page .stamp{letter-spacing:.14em;text-transform:uppercase;border:2px solid;border-radius:3px;align-items:center;gap:8px;padding:6px 12px;font-family:IBM Plex Mono,monospace;font-size:12px;display:inline-flex;position:relative;transform:rotate(-4deg)}.offer-page .stamp:before{content:"";opacity:.5;border:1px solid;border-radius:2px;position:absolute;inset:3px}.offer-page nav{background:var(--ink);padding:16px 0}.offer-page nav .wrap{justify-content:space-between;align-items:center;display:flex}.offer-page .logo-row{align-items:center;gap:10px;display:flex}.offer-page .logo-row img{width:34px;height:34px}.offer-page .logo{color:var(--cream);letter-spacing:-.02em;font-family:Fraunces,serif;font-size:20px;font-weight:900}.offer-page .logo span{color:var(--gold-2)}.offer-page .nav-cta{background:var(--gold);color:var(--ink);border-radius:3px;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none}.offer-page .hero{background:radial-gradient(120% 140% at 15% -10%, #2b2822 0%, var(--ink) 55%);color:var(--cream);padding:88px 0 100px;position:relative}.offer-page .hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:56px;display:grid}.offer-page .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-2);margin-bottom:18px;font-family:IBM Plex Mono,monospace;font-size:12.5px;display:block}.offer-page .hero h1{margin-bottom:22px;font-size:52px;line-height:1.04}.offer-page .hero h1 em{color:var(--gold-2);font-style:italic}.offer-page .hero p.sub{color:#d9d4c9;max-width:490px;margin-bottom:34px;font-size:18px}.offer-page .btn-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.offer-page .btn{cursor:pointer;border:none;border-radius:3px;padding:15px 26px;font-size:15.5px;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-block}.offer-page .btn:hover{transform:translateY(-2px)}.offer-page .btn-primary{background:var(--gold);color:var(--ink)}.offer-page .btn-ghost{color:var(--cream);background:0 0;border:1.5px solid #57534a}.offer-page .price-note{color:#9c978c;margin-top:14px;font-family:IBM Plex Mono,monospace;font-size:13px}.offer-page .listing-mock{background:var(--cream);border-radius:8px;padding:16px;position:relative;transform:rotate(2deg);box-shadow:0 30px 60px -20px #0000008c}.offer-page .carousel-viewport{min-height:328px;position:relative}.offer-page .carousel-slide{opacity:0;visibility:hidden;transition:opacity .6s;position:absolute;inset:0}.offer-page .carousel-slide.active{opacity:1;visibility:visible;position:relative}.offer-page .carousel-dots{justify-content:center;gap:6px;margin-top:14px;display:flex}.offer-page .carousel-dot{background:var(--line);cursor:pointer;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s,transform .2s}.offer-page .carousel-dot.active{background:var(--stamp);transform:scale(1.3)}.offer-page .listing-mock .photo{color:#b9b4a9;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#3a3733,#1b1b19);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:170px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.offer-page .listing-mock .photo svg{width:50px;height:50px;color:var(--gold-2);opacity:.9}.offer-page .listing-mock .body{color:var(--text);padding:14px 4px 4px}.offer-page .listing-mock .title{margin-bottom:4px;font-family:Fraunces,serif;font-size:17px;font-weight:700}.offer-page .listing-mock .price{color:var(--stamp);font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:600}.offer-page .listing-mock .meta{color:#6b6858;margin-top:6px;font-size:12.5px}.offer-page .listing-stamp{background:var(--stamp);color:#fff;letter-spacing:.12em;border-radius:3px;padding:7px 12px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;position:absolute;top:-14px;right:-10px;transform:rotate(9deg);box-shadow:0 8px 18px -6px #c1432a99}.offer-page .channel-chip-row{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.offer-page .channel-chip{background:var(--paper-2);color:var(--text);border-radius:20px;padding:4px 8px;font-family:IBM Plex Mono,monospace;font-size:10.5px}.offer-page section{padding:88px 0}.offer-page .section-label{letter-spacing:.16em;text-transform:uppercase;color:var(--stamp);margin-bottom:14px;font-family:IBM Plex Mono,monospace;font-size:12.5px;display:block}.offer-page h2.section-title{max-width:640px;margin-bottom:16px;font-size:36px}.offer-page p.section-sub{color:#5b584a;max-width:560px;margin-bottom:48px;font-size:16.5px}.offer-page .pain-wrap{background:var(--ink);color:var(--cream)}.offer-page .pain-wrap .section-sub{color:#b3aea3}.offer-page .pain-grid{background:var(--line-dark);border:1px solid var(--line-dark);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.offer-page .pain-card{background:var(--ink-2);padding:30px 26px}.offer-page .pain-card .tag{color:var(--stamp);letter-spacing:.1em;font-family:IBM Plex Mono,monospace;font-size:11px}.offer-page .pain-card h3{color:var(--cream);margin:12px 0 10px;font-size:19px}.offer-page .pain-card p{color:#a39d91;font-size:14.5px}.offer-page .mech-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.offer-page .mech-list{list-style:none}.offer-page .mech-list li{border-bottom:1px solid var(--line);gap:16px;padding:18px 0;display:flex}.offer-page .mech-list li:first-child{padding-top:0}.offer-page .mech-num{color:var(--stamp);padding-top:2px;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:600}.offer-page .mech-list h4{margin-bottom:5px;font-size:16.5px}.offer-page .mech-list h4 a{color:inherit;text-decoration:none}.offer-page .mech-list h4 a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-decoration-thickness:2px}.offer-page .mech-list p{color:#5b584a;font-size:14.5px}.offer-page .mech-visual{background:var(--ink);border-radius:10px;padding:26px;position:relative}.offer-page .radar{aspect-ratio:1;border:1px dashed #4a463f;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.offer-page .radar .center{background:var(--gold);color:var(--ink);text-align:center;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;display:flex}.offer-page .radar .node{background:var(--ink-2);border:1px solid var(--line-dark);color:var(--cream);white-space:nowrap;border-radius:6px;padding:8px 10px;font-family:IBM Plex Mono,monospace;font-size:10.5px;position:absolute}.offer-page .radar .node a{color:inherit;text-decoration:none}.offer-page .radar .node a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--gold-2);text-decoration-color:var(--gold-2)}.offer-page .radar .n1{top:2%;left:50%;transform:translate(-50%)}.offer-page .radar .n2{top:26%;right:0%}.offer-page .radar .n3{bottom:26%;right:2%}.offer-page .radar .n4{bottom:2%;left:50%;transform:translate(-50%)}.offer-page .radar .n5{top:26%;left:0%}.offer-page .radar .n6{border-style:dashed;border-color:var(--gold);color:var(--gold-2);white-space:normal;text-align:center;max-width:98px;bottom:26%;left:2%}.offer-page .radar .n6 small{opacity:.7;margin-top:2px;font-family:Inter,sans-serif;font-size:9px;font-style:italic;font-weight:400;display:block}.offer-page .trust-strip{background:var(--paper);padding:56px 0}.offer-page .trust-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.offer-page .trust-card{padding:4px 2px}.offer-page .trust-card .icon{margin-bottom:10px;font-size:22px}.offer-page .trust-card h4{margin-bottom:6px;font-size:16px}.offer-page .trust-card p{color:#5b584a;font-size:13.5px}.offer-page .trust-line{text-align:center;color:#6b6858;margin-bottom:36px;font-family:IBM Plex Mono,monospace;font-size:14px}.offer-page .proof-grid{grid-template-columns:repeat(2,1fr);gap:26px;display:grid}.offer-page .proof-wrap{background:var(--paper-2)}.offer-page .proof-card{background:var(--cream);border:1px solid var(--line);border-radius:8px;overflow:hidden}.offer-page .proof-card .shot{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%;height:360px;display:block}.offer-page .proof-head{background:var(--ink);color:var(--cream);letter-spacing:.05em;align-items:center;gap:8px;padding:10px 14px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.offer-page .dot-row{gap:5px;display:flex}.offer-page .dot{background:#57534a;border-radius:50%;width:8px;height:8px}.offer-page .caption{text-align:center;color:#8a8770;padding:10px 0 16px;font-family:IBM Plex Mono,monospace;font-size:11px}.offer-page .price-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.offer-page .ticket{background:var(--cream);border:1.5px solid var(--line);border-radius:8px;padding:34px 30px;position:relative}.offer-page .ticket:before,.offer-page .ticket:after{content:"";background:var(--paper);border-radius:50%;width:22px;height:22px;position:absolute;top:50%;transform:translateY(-50%)}.offer-page .ticket:before{left:-11px}.offer-page .ticket:after{right:-11px}.offer-page .ticket.feature{background:var(--ink);color:var(--cream);border-color:var(--ink)}.offer-page .ticket.feature:before,.offer-page .ticket.feature:after{background:var(--paper)}.offer-page .plan-name{letter-spacing:.12em;text-transform:uppercase;color:var(--stamp);margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:12px}.offer-page .ticket.feature .plan-name{color:var(--gold-2)}.offer-page .plan-price{align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.offer-page .plan-price .old{color:#9a967e;font-family:IBM Plex Mono,monospace;font-size:16px;text-decoration:line-through}.offer-page .plan-price .new{font-family:Fraunces,serif;font-size:38px;font-weight:800}.offer-page .plan-cycle{color:#6b6858;margin-bottom:22px;font-size:13px}.offer-page .ticket.feature .plan-cycle{color:#a39d91}.offer-page .plan-feats{margin-bottom:26px;list-style:none}.offer-page .plan-feats li{border-top:1px dashed var(--line);gap:10px;padding:8px 0;font-size:14.5px;display:flex}.offer-page .ticket.feature .plan-feats li{border-top:1px dashed #4a463f}.offer-page .plan-feats li:first-child{border-top:none}.offer-page .check{color:var(--stamp);font-weight:700}.offer-page .ticket.feature .check{color:var(--gold-2)}.offer-page .plan-btn{text-align:center;cursor:pointer;border:none;border-radius:4px;width:100%;padding:14px;font-size:15px;font-weight:700;text-decoration:none;display:block}.offer-page .plan-btn.dark{background:var(--ink);color:var(--cream)}.offer-page .plan-btn.gold{background:var(--gold);color:var(--ink)}.offer-page .addon-grid{grid-template-columns:1fr 1fr;gap:30px;margin-top:26px;display:grid}.offer-page .addon-card{border:1.5px dashed var(--line);border-radius:8px;padding:24px 26px}.offer-page .addon-card h4{margin-bottom:6px;font-size:17px}.offer-page .addon-card p{color:#5b584a;margin-bottom:14px;font-size:14px}.offer-page .addon-card .addon-price{color:var(--stamp);font-family:IBM Plex Mono,monospace;font-size:13.5px;font-weight:600}.offer-page .test-wrap{background:var(--ink);color:var(--cream)}.offer-page .test-wrap .section-sub{color:#b3aea3}.offer-page .test-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.offer-page .test-card{background:var(--ink-2);border:1px solid var(--line-dark);border-radius:8px;padding:26px;position:relative}.offer-page .test-card .stamp{color:var(--gold-2);font-size:10.5px;position:absolute;top:-12px;right:16px}.offer-page .test-card p{color:#e4e1d9;margin-bottom:18px;font-size:14.5px}.offer-page .test-who{color:#9c978c;font-family:IBM Plex Mono,monospace;font-size:12px}.offer-page .test-who b{color:var(--cream);margin-bottom:2px;font-family:Inter;font-size:14px;display:block}.offer-page .guarantee{background:var(--paper-2);border:2px solid var(--text);text-align:center;border-radius:10px;max-width:720px;margin:0 auto;padding:48px;position:relative}.offer-page .guarantee .stamp{background:var(--paper);color:var(--stamp);font-size:12px;position:absolute;top:-20px;left:50%;transform:translate(-50%)rotate(-4deg)}.offer-page .guarantee h3{margin:14px 0;font-size:26px}.offer-page .guarantee p{color:#4c4a3e;max-width:520px;margin:0 auto;font-size:15px}.offer-page .faq-item{border-top:1px solid var(--line);padding:22px 0}.offer-page .faq-item:last-child{border-bottom:1px solid var(--line)}.offer-page .faq-item h4{gap:10px;margin-bottom:8px;font-size:16.5px;display:flex}.offer-page .faq-item h4 span{color:var(--stamp);font-family:IBM Plex Mono,monospace;font-size:14px}.offer-page .faq-item p{color:#5b584a;padding-left:26px;font-size:14.5px}.offer-page .final-cta{background:radial-gradient(120% 160% at 85% 0%, #2b2822 0%, var(--ink) 55%);color:var(--cream);text-align:center;padding:100px 0}.offer-page .final-cta h2{max-width:640px;margin:0 auto 18px;font-size:40px}.offer-page .final-cta p{color:#b3aea3;max-width:460px;margin:0 auto 34px;font-size:16px}.offer-page footer{background:var(--ink);color:#9c978c;padding:36px 0;font-size:13px}.offer-page footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.offer-page .footer-follow a{color:var(--gold-2);text-decoration:none}.offer-page .footer-follow a:hover{text-decoration:underline}@media (max-width:860px){.offer-page .hero-grid,.offer-page .mech-grid,.offer-page .pain-grid,.offer-page .proof-grid,.offer-page .test-grid,.offer-page .price-grid{grid-template-columns:1fr}.offer-page .hero h1{font-size:36px}.offer-page h2.section-title{font-size:28px}.offer-page nav .wrap{flex-direction:column;gap:12px}}
