body{
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
background:#0c1324;
color:#e8ecf1;
margin:0;
}

/* ---------- PAGE WRAP ---------- */

.wrap{
max-width:1100px;
margin:auto;
padding:20px;
}

/* ---------- NAV ---------- */

.nav{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}

.brand{
display:flex;
align-items:center;
text-decoration:none;
color:white;
}

.brandLogo{
height:34px;
margin-right:10px;
}

.brandName{
font-weight:600;
}

.navlinks a{
margin-left:18px;
text-decoration:none;
color:#cbd3df;
font-size:14px;
}

.navCta{
background:#4f7cff;
color:white;
padding:9px 16px;
border-radius:6px;
font-size:14px;
}

/* ---------- HERO ---------- */

.heroInner{
display:flex;
align-items:center;
gap:40px;
}

.heroMedia{
display:flex;
justify-content:center;
}

.heroMedia img{
width:280px;
max-width:100%;
height:auto;
}

.heroTitle{
font-size:40px;
margin-bottom:16px;
line-height:1.2;
}

.heroLead{
font-size:17px;
margin-bottom:16px;
line-height:1.5;
}

.heroSub{
font-size:15px;
color:#cbd3df;
line-height:1.5;
margin-bottom:20px;
}

/* ---------- SECTIONS ---------- */

.section{
margin-top:60px;
}

.section h2{
margin-bottom:18px;
}

/* ---------- GRID LAYOUTS ---------- */

.threeCol{
display:flex;
flex-direction:column;
gap:16px;
}

.twoCol{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

/* ---------- BOXES ---------- */

.offerBox{
background:#121a2f;
border-radius:12px;
padding:18px 20px;
border:1px solid #1e2a48;
}

.offerBox h3{
margin-top:0;
margin-bottom:6px;
}

.offerBox p{
margin:6px 0 0 0;
line-height:1.4;
font-size:15px;
}

/* ---------- PROBLEM ROW ---------- */

.problemRow{
display:flex;
align-items:center;
justify-content:space-between;
gap:24px;
}

.problemText{
flex:1;
}

.problemImg{
width:85px;
height:auto;
flex-shrink:0;
}

/* ---------- PRICING ---------- */

.priceBox{
background:#121a2f;
border-radius:12px;
padding:18px 20px;
border:1px solid #1e2a48;
}

.priceRow{
font-size:26px;
font-weight:600;
margin-bottom:8px;
}

.now{
font-size:26px;
}

/* ---------- LISTS ---------- */

.list{
padding-left:18px;
line-height:1.5;
}

.bullets{
padding-left:18px;
line-height:1.5;
}

.small{
font-size:14px;
color:#cbd3df;
}

/* ---------- BUTTON ---------- */

.btn{
display:inline-block;
background:#4f7cff;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
color:white;
font-size:14px;
}

.ctaRow{
margin-top:14px;
}

/* ---------- FAQ ---------- */

details{
margin-bottom:10px;
background:#121a2f;
border-radius:8px;
padding:12px 16px;
border:1px solid #1e2a48;
}

summary{
cursor:pointer;
font-weight:500;
}

/* ---------- FOOTER ---------- */

.footer{
margin-top:70px;
text-align:center;
color:#7f8aa3;
font-size:14px;
}
.was{
font-size:14px;
color:#7f8aa3;
text-decoration:line-through;
margin-top:4px;
}