*,:after,:before{box-sizing:border-box;margin:0;padding:0}.cp-page{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8f4ed;color:#1c1813}.cp-topbar{background:#1c1813;color:#f5f0e8;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.cp-brand{font-family:Georgia,serif;font-size:18px;font-weight:500;letter-spacing:-.01em}.cp-brand span{display:inline-block;width:8px;height:8px;background:#d4614a;border-radius:50%;margin-left:4px;vertical-align:middle;position:relative;top:-1px}.cp-topbar-tag{font-size:11px;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:.1em;color:hsla(37,39%,94%,.5)}.cp-hero{max-width:780px;margin:0 auto;padding:56px 24px 40px;text-align:center}.cp-hero-eyebrow{font-family:Courier New,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#d4614a;margin-bottom:16px}.cp-hero h1{font-family:Georgia,serif;font-size:clamp(36px,6vw,60px);font-weight:500;line-height:1.05;letter-spacing:-.025em;color:#1c1813;margin-bottom:16px}.cp-hero h1 em{font-style:italic;color:#d4614a}.cp-hero-sub{font-size:17px;line-height:1.55;color:#6b6459;max-width:520px;margin:0 auto}.cp-grid{max-width:960px;margin:0 auto;padding:0 24px 64px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.cp-card{background:#fff;border:1px solid #dedad4;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s,transform .15s}.cp-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.09);transform:translateY(-2px)}.cp-card--highlight{border-color:#1c1813;border-width:2px;background:#fffdf9;position:relative}.cp-card--highlight:before{content:"Best Deal";position:absolute;top:-11px;left:20px;background:#d4614a;color:#fff;font-size:10px;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:.1em;padding:3px 10px;border-radius:20px}.cp-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.cp-badge{background:#1c1813;color:#f5f0e8;font-family:Courier New,monospace;font-size:12px;font-weight:700;letter-spacing:.06em;padding:5px 12px;border-radius:4px}.cp-card--highlight .cp-badge{background:#d4614a}.cp-verified{font-size:11px;font-family:Courier New,monospace;color:#27ae60;letter-spacing:.04em;white-space:nowrap}.cp-title{font-family:Georgia,serif;font-size:16px;font-weight:500;line-height:1.35;color:#1c1813}.cp-desc{font-size:13px;line-height:1.6;color:#6b6459;flex:1 1}.cp-cta{display:block;width:100%;padding:12px 16px;background:#1c1813;color:#f5f0e8;font-size:13px;font-weight:600;letter-spacing:.03em;text-align:center;border:none;border-radius:4px;cursor:pointer;transition:background .15s;margin-top:auto}.cp-card--highlight .cp-cta,.cp-cta:hover{background:#d4614a}.cp-card--highlight .cp-cta:hover{background:#b83a2b}.cp-disclaimer{max-width:780px;margin:0 auto;padding:24px 24px 56px;border-top:1px solid #dedad4}.cp-disclaimer p{font-size:12px;line-height:1.7;color:#9e9590;font-family:Courier New,monospace}.cp-modal-backdrop{position:fixed;inset:0;z-index:9000;background:rgba(20,17,12,.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;animation:cp-fade-in .2s ease}@keyframes cp-fade-in{0%{opacity:0}to{opacity:1}}.cp-modal{background:#fff;border-radius:10px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.3);animation:cp-slide-up .25s ease;position:relative}@keyframes cp-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cp-modal-close{position:absolute;top:12px;right:12px;z-index:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.9);border:1px solid rgba(0,0,0,.1);border-radius:50%;font-size:18px;cursor:pointer;color:#1c1813;box-shadow:0 1px 4px rgba(0,0,0,.12);transition:background .15s}.cp-modal-close:hover{background:#fff}.cp-modal-header{background:#1c1813;padding:28px 28px 24px}.cp-modal-badge{display:inline-block;background:#d4614a;color:#fff;font-family:Courier New,monospace;font-size:13px;font-weight:700;letter-spacing:.06em;padding:6px 14px;border-radius:4px;margin-bottom:14px}.cp-modal-title{font-family:Georgia,serif;font-size:22px;font-weight:500;line-height:1.25;color:#f5f0e8;letter-spacing:-.01em}.cp-modal-body{padding:24px 28px 28px}.cp-modal-detail{font-size:14px;line-height:1.7;color:#4a4540;margin-bottom:24px}.cp-modal-verified{display:flex;align-items:center;gap:8px;font-family:Courier New,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#27ae60;margin-bottom:20px}.cp-modal-verified:before{content:"";display:inline-block;width:8px;height:8px;background:#27ae60;border-radius:50%;flex-shrink:0}.cp-modal-get{display:block;width:100%;padding:15px 20px;background:#d4614a;color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;text-align:center;border:none;border-radius:6px;cursor:pointer;transition:background .15s,transform .1s}.cp-modal-get:hover{background:#b83a2b;transform:translateY(-1px)}.cp-modal-note{text-align:center;margin-top:12px;font-size:11px;color:#9e9590;font-family:Courier New,monospace}@media (max-width:600px){.cp-hero{padding:36px 20px 28px}.cp-grid{grid-template-columns:1fr;padding:0 16px 48px}.cp-topbar-tag{display:none}.cp-modal-header{padding:24px 22px 20px}.cp-modal-body{padding:20px 22px 24px}.cp-modal-title{font-size:19px}}