:root{--bg:#16273C;--text:#F0D7CB;--surface:#1E3654;--divider:#2A4A66;--accent:#AA6441;--text-secondary:#D9B1A2;--highlight:#F7CFE1}
.hero-landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;background:var(--bg);color:var(--text)}
.hero-landing h1{font-size:clamp(2rem,5vw,3.2rem);max-width:800px;line-height:1.15;margin-bottom:1rem;font-weight:700}
.hero-landing .subheadline{font-size:clamp(1.1rem,2.2vw,1.4rem);max-width:700px;opacity:.95;margin-bottom:1.5rem;color:var(--text-secondary)}
.credibility{font-size:.95rem;color:var(--text-secondary);margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}
.credibility-item{display:flex;align-items:center;gap:.5rem}
.badge{background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:4px;letter-spacing:.05em}
.cta-primary{display:inline-block;padding:1.2rem 2.8rem;background:linear-gradient(135deg,var(--accent),#C97A52);color:#fff;border:none;border-radius:10px;font-family:'Lora',Georgia,serif;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 8px 24px rgba(170,100,65,.35);transition:all .2s ease-out}
.cta-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 12px 32px rgba(170,100,65,.45)}
.cta-primary:active{transform:translateY(0) scale(.98)}
.section-title{text-align:center;font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:3rem;position:relative;padding-top:.5rem}
.section-title::before{content:'';display:block;width:46px;height:4px;background:linear-gradient(90deg,var(--accent),var(--highlight));margin:0 auto 1rem;border-radius:2px}
.problem-solution{padding:5rem 1.5rem;background:linear-gradient(180deg,transparent,rgba(170,100,65,.05))}
.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;max-width:920px;margin-left:auto;margin-right:auto}
.problem-card{background:linear-gradient(160deg,var(--surface),rgba(255,255,255,.03));border-radius:12px;padding:2rem;border-left:4px solid var(--accent);box-shadow:0 8px 24px rgba(0,0,0,.2);transition:transform .3s ease-out}
.problem-card:hover{transform:translateY(-4px)}
.problem-card h3{color:var(--text);font-size:1.2rem;margin-bottom:.75rem}
.problem-card p{color:var(--text-secondary);margin:0;line-height:1.6}
.solution-callout{text-align:center;margin-top:1rem;max-width:700px;margin-left:auto;margin-right:auto}
.solution-callout .solution-check{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;width:2rem;height:2rem;border-radius:50%;background:var(--accent);color:#fff;font-weight:700;font-size:1rem}
.solution-callout h3{color:var(--highlight);font-size:1.3rem;margin-bottom:1rem}
.solution-callout p{color:var(--text-secondary);line-height:1.7;font-size:1.05rem}
.offer-section{padding:5rem 1.5rem}
.offer-box{max-width:600px;margin:0 auto;background:linear-gradient(160deg,var(--surface),rgba(255,255,255,.04));border:2px solid var(--accent);border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 16px 40px rgba(0,0,0,.3)}
.offer-box h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text)}
.new-price{font-family:'Lora',serif;font-size:2.8rem;font-weight:700;color:var(--accent);margin-bottom:1.5rem}
.benefits{list-style:none;padding:0;margin:2rem 0;text-align:left}
.benefits li{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.9rem}
.benefits li::before{content:'✓';color:var(--highlight);font-weight:700;font-size:1.2rem;flex-shrink:0}
.offer-more-link{margin-top:1.5rem;font-size:.9rem;color:var(--text-secondary)}
.offer-more-link a{color:var(--highlight);text-decoration:underline}
.faq-section{padding:5rem 1.5rem}
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--divider);padding:1.75rem 0}
.faq-item h3{font-size:1.1rem;color:var(--text);margin-bottom:.75rem}
.faq-item p{color:var(--text-secondary);margin:0;line-height:1.7}
.faq-item p a{color:var(--highlight)}
.final-cta-section{padding:4rem 1.5rem;text-align:center;background:linear-gradient(180deg,rgba(170,100,65,.05),transparent)}
.final-cta-section h2{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:1.5rem}
.final-cta-section p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem}
.container{max-width:920px;margin:0 auto}
footer{text-align:center;padding:2.5rem 1.5rem;font-size:.85rem;opacity:.7;background:var(--surface)}
footer a{text-decoration:underline;margin:0 0.5rem}
