/* ═══════════════════════════════════════════
   SmartFit Pro Landing — style.css
   Coffee Express · rougefilms.com
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Nunito:wght@400;600;700;800&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --brand:#0f4c81;
  --brand-dark:#0a3359;
  --accent:#e84040;
  --gold:#f5a623;
  --green:#27ae60;
  --bg:#f0f4f9;
  --card:#ffffff;
  --text:#1a1a2e;
  --muted:#6b7280;
  --border:#dde3ed;
  --radius:16px;
  --shadow:0 4px 32px rgba(15,76,129,.10);
}

body{
  font-family:'Nunito',sans-serif;
  background:var(--bg);
  color:var(--text);
  font-size:16px;
  line-height:1.7;
}

/* ── TOPBAR ────────────────────────────── */
.topbar{
  background:linear-gradient(90deg,#0f4c81,#1a73c4);
  color:#fff;
  text-align:center;
  padding:10px 16px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.4px;
  position:sticky;
  top:0;
  z-index:999;
}
.topbar span{color:#ffe57a}

/* ── NAV ───────────────────────────────── */
.nav{
  background:#fff;
  border-bottom:1px solid var(--border);
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.nav-logo{
  font-family:'Playfair Display',serif;
  font-size:22px;
  font-weight:800;
  color:var(--brand);
  text-decoration:none;
}
.nav-logo span{color:var(--accent)}
.nav-trust{display:flex;gap:20px;font-size:13px;color:var(--muted);font-weight:600;flex-wrap:wrap}
.nav-trust span{display:flex;align-items:center;gap:5px}
.nav-trust i{color:var(--brand)}
.nav-cta{
  background:var(--accent);
  color:#fff;
  border:none;
  border-radius:50px;
  padding:10px 22px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:.5px;
  text-decoration:none;
  white-space:nowrap;
}

/* ── HERO ──────────────────────────────── */
.hero{
  background:linear-gradient(135deg,#061a2e 0%,#0f4c81 55%,#1a73c4 100%);
  padding:60px 24px 20px;
  overflow:hidden;
}
.hero-inner{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.hero-content{padding-bottom:40px}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(245,166,35,.15);
  border:1px solid rgba(245,166,35,.4);
  color:#f5d073;
  border-radius:50px;
  padding:6px 16px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-bottom:24px;
}
.hero h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(26px,4vw,44px);
  font-weight:800;
  color:#fff;
  line-height:1.2;
  margin-bottom:20px;
}
.hero h1 em{font-style:normal;color:#f5d073}
.hero-sub{color:rgba(255,255,255,.8);font-size:17px;margin-bottom:32px;line-height:1.7}
.hero-img-wrap{display:flex;justify-content:center;align-items:center;padding-bottom:40px}
.hero-img-wrap img{
  max-width:460px;
  width:100%;
  border-radius:20px;
  display:block;
  box-shadow:0 20px 60px rgba(0,0,0,.4);
}
.btn-hero{
  display:block;
  width:100%;
  background:linear-gradient(135deg,#e84040,#c0392b);
  color:#fff;
  text-align:center;
  text-decoration:none;
  border-radius:50px;
  padding:18px 32px;
  font-size:18px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  box-shadow:0 8px 32px rgba(232,64,64,.5);
  transition:transform .15s;
  cursor:pointer;
  border:none;
  margin-bottom:16px;
}
.btn-hero:hover{transform:translateY(-2px)}
.hero-guarantees{display:flex;gap:16px;flex-wrap:wrap}
.hero-g-item{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.75);font-size:13px;font-weight:600}
.hero-g-item i{color:#6fcf97;font-size:15px}

/* ── TRUST BAR ─────────────────────────── */
.trustbar{background:#fff;border-bottom:1px solid var(--border);padding:20px 24px}
.trustbar-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:32px;
  flex-wrap:wrap;
}
.trust-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--text)}
.trust-icon{
  width:40px;height:40px;
  border-radius:50%;
  background:#e7f0fb;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;color:var(--brand);
}
.trust-item span{color:var(--muted);font-weight:600;font-size:13px;display:block}

/* ── SECTIONS ──────────────────────────── */
.section{padding:64px 24px}
.section-inner{max-width:900px;margin:0 auto}
.section-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(24px,3vw,36px);
  font-weight:800;
  color:var(--text);
  text-align:center;
  margin-bottom:12px;
}
.section-sub{
  text-align:center;
  color:var(--muted);
  font-size:16px;
  margin-bottom:48px;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}
.divider-accent{width:60px;height:4px;background:var(--brand);border-radius:4px;margin:0 auto 16px}
.story-section{background:#fff}
.features-section{background:var(--bg)}
.whofor-section{background:#fff}

/* ── STORY ─────────────────────────────── */
.story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  margin-bottom:48px;
}
.story-img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);display:block}
.story-text h3{
  font-family:'Playfair Display',serif;
  font-size:24px;font-weight:800;
  color:var(--text);margin-bottom:16px;line-height:1.3;
}
.story-text p{color:#444;font-size:16px;line-height:1.8;margin-bottom:16px}
.quote-box{
  background:#e7f0fb;
  border-left:4px solid var(--brand);
  border-radius:0 12px 12px 0;
  padding:18px 20px;
  margin:20px 0;
  font-style:italic;
  color:var(--brand-dark);
  font-size:16px;font-weight:600;line-height:1.6;
}

/* ── FEATURES ──────────────────────────── */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-card{
  background:var(--card);
  border-radius:var(--radius);
  padding:28px 24px;
  box-shadow:var(--shadow);
  border:1px solid var(--border);
  transition:transform .2s;
}
.feature-card:hover{transform:translateY(-4px)}
.feature-icon{
  width:54px;height:54px;
  border-radius:14px;
  background:#e7f0fb;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;margin-bottom:16px;color:var(--brand);
}
.feature-card h4{font-size:17px;font-weight:800;color:var(--text);margin-bottom:10px;line-height:1.3}
.feature-card p{font-size:14px;color:var(--muted);line-height:1.7}
.photo-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}
.photo-row img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);display:block}

/* ── WHO FOR ───────────────────────────── */
.whofor-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.whofor-item{
  display:flex;gap:14px;align-items:flex-start;
  background:#f4f8ff;border:1px solid #cfe0f8;
  border-radius:12px;padding:18px;
}
.whofor-check{
  width:28px;height:28px;
  background:var(--green);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:14px;flex-shrink:0;margin-top:2px;
}
.whofor-item strong{font-size:15px;display:block;margin-bottom:4px;color:var(--text)}
.whofor-item p{font-size:14px;color:var(--muted);margin:0}

/* ── TESTIMONIALS ──────────────────────── */
.testimonials-section{background:linear-gradient(135deg,#061a2e 0%,#0f4c81 100%)}
.testimonials-section .section-title{color:#fff}
.testimonials-section .section-sub{color:rgba(255,255,255,.7)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}
.t-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.t-card{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--radius);
  padding:24px;
  backdrop-filter:blur(8px);
}
.t-stars{color:var(--gold);font-size:16px;margin-bottom:10px}
.t-text{color:rgba(255,255,255,.9);font-size:14px;line-height:1.7;font-style:italic;margin-bottom:14px}
.t-author{display:flex;align-items:center;gap:10px}
.t-author-avatar{
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:14px;
}
.t-author-name{color:#fff;font-weight:700;font-size:14px}
.t-author-title{color:rgba(255,255,255,.6);font-size:12px}
.t-verified{color:#6fcf97;font-size:12px;margin-top:2px}

/* ── URGENCY ───────────────────────────── */
.urgency-banner{
  background:var(--accent);color:#fff;
  text-align:center;padding:20px 24px;
  font-size:16px;font-weight:800;letter-spacing:.3px;
}
.urgency-banner span{color:#ffe57a}

/* ── OFFER ─────────────────────────────── */
.offer-section{background:var(--bg)}
.offer-card{
  background:#fff;
  border-radius:24px;
  box-shadow:0 8px 48px rgba(15,76,129,.12);
  overflow:hidden;
  max-width:700px;
  margin:0 auto;
}
.offer-top{
  background:linear-gradient(135deg,#061a2e,#0f4c81);
  padding:32px 40px;text-align:center;color:#fff;
}
.offer-top h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:800;margin-bottom:8px}
.offer-top p{color:rgba(255,255,255,.8);font-size:15px}
.offer-body{padding:40px}
.offer-price-wrap{text-align:center;margin-bottom:28px}
.offer-now{font-size:32px;font-weight:800;color:var(--brand);line-height:1.2;margin-bottom:8px}
.offer-tag{
  display:inline-block;
  background:#e7f0fb;color:var(--brand);
  border:1px solid #b3d0f0;border-radius:50px;
  padding:6px 18px;font-size:14px;font-weight:700;margin-bottom:24px;
}
.offer-perks{list-style:none;margin-bottom:28px}
.offer-perks li{
  display:flex;align-items:center;gap:10px;
  padding:10px 0;border-bottom:1px solid var(--border);
  font-size:15px;font-weight:600;
}
.offer-perks li:last-child{border-bottom:none}
.offer-perks li i{color:var(--green);font-size:16px;width:20px}
.btn-buy{
  display:block;width:100%;
  background:linear-gradient(135deg,#e84040,#c0392b);
  color:#fff;text-align:center;text-decoration:none;
  border-radius:50px;padding:20px;
  font-size:19px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;
  box-shadow:0 8px 32px rgba(232,64,64,.45);
  cursor:pointer;border:none;transition:transform .15s;margin-bottom:16px;
}
.btn-buy:hover{transform:translateY(-2px)}
.btn-buy-note{text-align:center;font-size:13px;color:var(--muted);margin-bottom:24px}
.offer-guarantee{
  background:#f0fff6;border:1px solid #b7ecd0;
  border-radius:12px;padding:16px 20px;
  display:flex;gap:14px;align-items:flex-start;
}
.offer-guarantee i{color:var(--green);font-size:22px;flex-shrink:0;margin-top:2px}
.offer-guarantee strong{display:block;font-size:15px;margin-bottom:4px;color:#145a32}
.offer-guarantee p{font-size:14px;color:#27ae60;margin:0}

/* ── FOOTER ────────────────────────────── */
footer{background:#05111e;color:rgba(255,255,255,.65)}
.footer-top{
  padding:56px 24px 48px;
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;
}
.footer-logo{font-family:'Playfair Display',serif;font-size:26px;font-weight:800;color:#fff;margin-bottom:14px}
.footer-logo span{color:var(--accent)}
.footer-brand-desc{font-size:14px;line-height:1.75;color:rgba(255,255,255,.5);margin-bottom:22px}
.footer-info-block{display:flex;flex-direction:column;gap:10px}
.footer-info-row{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:rgba(255,255,255,.55)}
.footer-info-row i{color:var(--brand);font-size:14px;margin-top:2px;flex-shrink:0}
.footer-info-row a{color:rgba(255,255,255,.55);text-decoration:none}
.footer-info-row a:hover{color:#fff}
.footer-col h4{
  color:#fff;font-size:15px;font-weight:700;
  margin-bottom:18px;padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-links{list-style:none}
.footer-links li{margin-bottom:12px}
.footer-links a{
  color:rgba(255,255,255,.5);text-decoration:none;
  font-size:14px;transition:color .15s;
  display:flex;align-items:center;gap:6px;
}
.footer-links a::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--brand);flex-shrink:0}
.footer-links a:hover{color:#fff}
.footer-badges{display:flex;flex-direction:column;gap:10px}
.footer-badge-item{
  display:flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);
  border-radius:8px;padding:10px 14px;
  font-size:13px;font-weight:600;color:rgba(255,255,255,.65);
}
.footer-badge-item i{color:#27ae60;font-size:14px}
.footer-divider{
  max-width:1100px;margin:0 auto;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
}
.footer-legal-block{padding:32px 24px}
.footer-legal-inner{max-width:1100px;margin:0 auto}
.footer-legal-copy{font-size:14px;font-weight:600;color:rgba(255,255,255,.55);margin-bottom:10px;text-align:center}
.footer-legal-links{
  display:flex;align-items:center;justify-content:center;
  gap:10px;margin-bottom:24px;flex-wrap:wrap;
}
.footer-legal-links a{
  color:rgba(255,255,255,.5);text-decoration:none;font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1px;
}
.footer-legal-links a:hover{color:#fff}
.footer-sep{color:rgba(255,255,255,.2);font-size:12px}
.footer-disclaimer{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;padding:20px 24px;
}
.footer-disclaimer p{font-size:11px;line-height:1.65;color:rgba(255,255,255,.28);margin-bottom:8px}
.footer-disclaimer p:last-child{margin-bottom:0}

/* ── RESPONSIVE ────────────────────────── */
@media(max-width:768px){
  .hero-inner,.story-grid{grid-template-columns:1fr}
  .features-grid,.testimonials-grid{grid-template-columns:1fr 1fr}
  .t-bottom-grid,.whofor-grid,.photo-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .footer-legal-links{flex-direction:column;gap:8px}
}
@media(max-width:480px){
  .features-grid{grid-template-columns:1fr}
}
