.ctm-sales-page { –navy:#06162f; –orange:#f59b13; –white:#fff; font-family:Arial,Helvetica,sans-serif; color:var(–navy); background: linear-gradient(rgba(255,248,235,.9),rgba(255,248,235,.96)), url(“https://images.unsplash.com/photo-1490730141103-6cac27aaab94?auto=format&fit=crop&w=1800&q=80”); background-size:cover; background-position:center; width:100%; overflow:hidden; } .ctm-sales-page * { box-sizing:border-box; } .ctm-inner { min-height:90vh; padding:clamp(22px,5vw,60px); display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(28px,5vw,60px); align-items:center; } .ctm-eyebrow { font-size:clamp(15px,2vw,30px); font-weight:900; letter-spacing:clamp(3px,.7vw,7px); text-transform:uppercase; text-align:center; } .ctm-rule { width:min(420px,75%); height:5px; background:var(–orange); margin:12px auto 16px; border-radius:99px; } .ctm-sales-page h1 { font-size:clamp(46px,8vw,118px); line-height:.88; font-weight:1000; letter-spacing:-2px; text-transform:uppercase; margin:0; color:var(–navy); } .ctm-sales-page h1 span { display:block; color:var(–orange); } .ctm-banner { display:inline-block; background:var(–navy); color:white; font-size:clamp(15px,2vw,28px); font-weight:900; text-transform:uppercase; padding:clamp(12px,2vw,18px) clamp(16px,3vw,30px); margin:24px 0; box-shadow:8px 0 0 var(–orange); } .ctm-intro { font-size:clamp(20px,2.5vw,34px); line-height:1.15; text-transform:uppercase; font-weight:1000; margin:0 0 28px; } .ctm-intro span { color:var(–orange); } .ctm-benefits { list-style:none!important; margin:0!important; padding:0!important; display:grid; gap:14px; } .ctm-benefits li { display:grid; grid-template-columns:52px 1fr; gap:14px; align-items:center; font-size:clamp(15px,1.7vw,24px); font-weight:900; text-transform:uppercase; border-bottom:2px solid rgba(245,155,19,.45); padding-bottom:10px; } .ctm-benefits b { width:50px; height:50px; border-radius:50%; background:var(–navy); color:var(–orange); display:grid; place-items:center; font-size:24px; } .ctm-product { display:flex; justify-content:center; } .ctm-tablet { width:min(500px,100%); background:#111827; border-radius:38px; padding:18px; box-shadow:0 30px 70px rgba(0,0,0,.35); } .ctm-screen { background:white; border-radius:24px; min-height:620px; padding:50px 35px; text-align:center; position:relative; overflow:hidden; } .ctm-ribbon { position:absolute; right:-58px; top:28px; background:var(–navy); color:white; padding:10px 64px; transform:rotate(45deg); font-weight:900; } .ctm-sun { width:150px; height:75px; background:var(–orange); border-radius:150px 150px 0 0; margin:38px auto 12px; } .ctm-lines i { display:block; height:7px; background:#365a72; border-radius:99px; margin:8px auto; } .ctm-lines i:nth-child(1){width:250px;max-width:80%;} .ctm-lines i:nth-child(2){width:210px;max-width:68%;} .ctm-lines i:nth-child(3){width:170px;max-width:55%;} .ctm-script { font-family:Georgia,serif; font-style:italic; margin:22px 0; } .ctm-book-title { font-size:clamp(38px,6vw,70px); line-height:.95; text-transform:uppercase; font-weight:1000; } .ctm-book-title span { display:block; } .ctm-book-copy { font-size:clamp(12px,1.8vw,16px); line-height:1.5; text-transform:uppercase; font-weight:800; letter-spacing:1px; max-width:360px; margin:28px auto; } .ctm-author { letter-spacing:clamp(3px,1vw,8px); font-weight:700; text-transform:uppercase; } .ctm-quote { grid-column:1/-1; font-size:clamp(24px,3.5vw,48px); color:var(–orange); font-family:Georgia,serif; font-style:italic; text-align:center; } .ctm-cta { background:var(–navy); color:white; padding:18px 7%; display:flex; justify-content:space-between; align-items:center; gap:18px; } .ctm-cta div { font-size:clamp(24px,4vw,58px); font-weight:1000; text-transform:uppercase; } .ctm-cta a { background:var(–orange); color:var(–navy)!important; text-decoration:none!important; padding:clamp(14px,2vw,18px) clamp(18px,3vw,30px); font-size:clamp(15px,2vw,30px); font-weight:1000; text-transform:uppercase; border-radius:6px; box-shadow:0 7px 0 #b76d06; text-align:center; } .ctm-footer { background:var(–orange); color:var(–navy); display:flex; justify-content:center; gap:34px; padding:14px 7%; font-weight:900; text-transform:uppercase; font-size:clamp(11px,1.4vw,16px); } @media(max-width:1024px){ .ctm-inner { grid-template-columns:1fr; text-align:center; } .ctm-benefits { max-width:680px; margin:0 auto!important; text-align:left; } } @media(max-width:700px){ .ctm-inner { padding:20px; } .ctm-sales-page h1 { font-size:clamp(42px,15vw,76px); text-align:center; } .ctm-banner { width:100%; box-shadow:none; } .ctm-screen { min-height:auto; padding:42px 22px; } .ctm-cta { flex-direction:column; text-align:center; } .ctm-cta a { width:100%; } .ctm-footer { flex-direction:column; gap:6px; text-align:center; } }