/* BookMoreAdjustments — Lovable Clone */
:root{
  --bg:#0b1324;
  --ink:#0d1220;
  --ink-2:#2b3858;
  --text:#1a2235;
  --muted:#5a6b8f;
  --brand:#0aa6a6;
  --brand-2:#0dc9c9;
  --surface:#ffffff;
  --tint:#f4f8fb;
  --shadow: 0 10px 30px rgba(0,0,0,0.08);
  --radius:14px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}

.header{
  background:#fff;
  border-bottom:1px solid #eef2f7;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 20px;
  position:relative;
}
.header__image{
  width:100%; 
  height:320px; 
  overflow:hidden;
  position:relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.header__image img{
  width:100%; 
  height:100%; 
  object-fit:cover; 
  object-position:center;
  display:block;
}
.brand{display:flex; gap:10px; align-items:center; color:var(--ink); font-weight:800; text-decoration:none}
.logo{width:28px;height:28px}
.nav{display:flex; gap:18px; align-items:center}
.nav a{color:var(--ink); text-decoration:none; font-weight:600}
.menu{display:none; font-size:22px; background:none; border:0; cursor:pointer;}

.section{padding:72px 20px; max-width:1200px; margin:0 auto}
.section h2{font-size:38px; margin:0 0 18px 0; line-height:1.2}
.section h3{font-size:22px; margin:0 0 12px 0; font-weight:700}
.lead{font-size:20px; color:#26314b; max-width:720px; line-height:1.5}

/* Hero Section */
.hero{display:grid; grid-template-columns: 1.2fr 0.8fr; gap:40px; align-items:start}
.hero h1{font-size:48px; line-height:1.15; margin:0 0 20px 0; color:var(--ink); font-weight:800}
.hero__content{max-width:650px}
.trust-badges{margin:24px 0}
.trust-badge{background:var(--tint); padding:16px 20px; border-radius:12px; border:1px solid #e6edf7}
.trust-badge strong{display:block; margin-bottom:4px; font-size:16px}
.cta{display:flex; gap:12px; margin:24px 0 16px}
.guarantee-badges{display:flex; gap:16px; flex-wrap:wrap}
.guarantee-badges span{color:var(--muted)}

/* Hero Visual with Image Overlays */
.hero__visual{position:relative; border-radius:20px; overflow:visible; box-shadow:0 8px 24px rgba(26,34,53,0.12)}
.hero__image{width:100%; height:auto; display:block; object-fit:cover; aspect-ratio: 4/3; object-position: center center; border-radius:20px}
.hero__overlay{
  position:absolute;
  background-color:rgba(255, 255, 255, 0.85);
  backdrop-filter:blur(8px);
  border:1px solid rgba(237, 242, 247, 0.8);
  border-radius:16px;
  padding:20px 28px;
  box-shadow:0 4px 16px rgba(26,34,53,0.12);
  text-align:center;
  z-index:10;
}
.hero__overlay--bottom-left{bottom:-35px; left:-35px}
.hero__overlay--top-right{top:-35px; right:-35px}
.hero__overlay .stat-number{
  font-size:48px;
  font-weight:800;
  color:var(--brand);
  line-height:1;
  margin-bottom:8px;
}

/* How It Works - Step Numbers */
.step-number{
  font-size:72px;
  font-weight:800;
  color:#e6edf7;
  line-height:1;
  margin-bottom:16px;
}

.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; margin-top:40px}
.card{background:#fff; border:1px solid #edf2f7; border-radius:var(--radius); padding:28px; box-shadow:var(--shadow)}
.card p{color:var(--muted); margin:0; line-height:1.6}

.section--tint{background:var(--tint)}

/* Stats Grid */
.stats-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; margin:40px 0}
.stat-card-large{
  background:#fff;
  border:1px solid #edf2f7;
  border-radius:16px;
  padding:36px 24px;
  text-align:center;
  box-shadow:var(--shadow);
}
.stat-number-large{
  font-size:56px;
  font-weight:800;
  color:var(--brand);
  line-height:1;
  margin-bottom:12px;
}
.stat-card-large p{margin:0; color:var(--muted)}

/* Testimonials */
.testimonials{display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; margin-top:40px}
.testimonial{
  background:#fff;
  border:1px solid #edf2f7;
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:20px;
}
.testimonial p:first-child{margin:0; font-style:italic; flex:1}
.testimonial-author{display:flex; gap:12px; align-items:center}
.avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--brand);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:16px;
  flex-shrink:0;
}
.testimonial-author strong{display:block; font-size:16px}
.testimonial-stat{
  background:var(--tint);
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  color:var(--brand);
  text-align:center;
}

/* Pricing */
.pricing-container{display:grid; grid-template-columns: 1fr 1fr; gap:32px; max-width:1000px; margin:0 auto}
.value-stack{
  background:#fff;
  border:1px solid #edf2f7;
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
}
.value-stack h3{margin-bottom:20px}
.value-item{
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid #eef2f7;
}
.value-item:last-of-type{border-bottom:2px solid #edf2f7; margin-bottom:16px}
.value-item strong{color:var(--ink)}
.value-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:12px;
  font-size:18px;
}
.value-total strong{color:var(--brand)}

.pricing-card{
  background:#fff;
  border:2px solid var(--brand);
  border-radius:var(--radius);
  padding:32px;
  box-shadow:var(--shadow);
}
.price{
  font-size:56px;
  font-weight:800;
  margin:0 0 8px 0;
  text-align:center;
  color:var(--ink);
}
.price span{font-size:18px; color:var(--muted); font-weight:600}

.feature-list{
  list-style:none;
  padding:0;
  margin:0 0 24px 0;
}
.feature-list li{
  padding:10px 0;
  padding-left:24px;
  position:relative;
}
.feature-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--brand);
  font-weight:700;
}

.guarantee-box{
  background:var(--tint);
  border:2px solid var(--brand);
  border-radius:12px;
  padding:16px;
  text-align:center;
  margin-bottom:20px;
}
.guarantee-box strong{display:block; margin-bottom:4px; color:var(--brand)}

/* Demo Form */
.demo-form{background:#fff; border:1px solid #edf2f7; border-radius:16px; padding:32px; box-shadow:var(--shadow); max-width:700px; margin:0 auto}
.form-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:16px}
label{display:flex; flex-direction:column; gap:8px; font-weight:600; font-size:14px}
input, textarea{padding:12px 14px; border:1px solid #dfe7f3; border-radius:10px; font:inherit; font-size:15px}
input:focus, textarea:focus{outline:2px solid #c8f4f4; border-color:#a9efef}
.form-note{background:var(--tint); padding:16px; border-radius:10px; border-left:4px solid var(--brand); margin:16px 0}

/* Buttons */
.btn{display:inline-block; text-decoration:none; font-weight:700; border-radius:12px; padding:12px 20px; border:2px solid transparent; cursor:pointer; transition:all 0.2s}
.btn--primary{background:var(--brand); color:#fff; border-color:var(--brand)}
.btn--primary:hover{background:var(--brand-2); border-color:var(--brand-2)}
.btn--ghost{background:#fff; border-color:#dfe7f3; color:var(--ink)}
.btn--ghost:hover{border-color:var(--brand); color:var(--brand)}
.btn--lg{padding:16px 32px; font-size:16px}
.btn--small{padding:8px 16px; font-size:14px}

/* Footer */
.footer{padding:48px 20px 24px; border-top:1px solid #eef2f7; background:var(--bg); color:#fff}
.footer__grid{display:grid; grid-template-columns: 1.5fr 1fr 1fr; gap:32px; max-width:1200px; margin:0 auto 32px}
.footer h4{font-size:16px; margin:0 0 12px 0; color:#fff}
.footer .tiny{color:#8b9db8}
.footer .tiny a{color:#8b9db8; text-decoration:none}
.footer .tiny a:hover{color:var(--brand)}
.footer__nav{display:flex; flex-direction:column; gap:8px}
.footer__nav a{color:#8b9db8; text-decoration:none; font-size:14px}
.footer__nav a:hover{color:var(--brand)}
.footer__bottom{border-top:1px solid #1e2f4a; padding-top:20px; display:flex; justify-content:space-between; align-items:center; max-width:1200px; margin:0 auto}
.footer__legal{display:flex; gap:16px}
.footer__legal a{color:#8b9db8; text-decoration:none}
.footer .brand{color:#fff}
.tiny{font-size:13px; color:var(--muted); line-height:1.5}

/* Responsive */
@media (max-width: 1200px){
  .header__image{height:280px}
}

@media (max-width: 960px){
  .header__image{height:240px}
  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    padding:20px;
    box-shadow:0 8px 16px rgba(0,0,0,0.1);
    border-top:1px solid #eef2f7;
    gap:16px;
    z-index:100;
  }
  .nav.active{display:flex !important}
  .menu{display:block}
  .section{padding:48px 20px}
  .section h2{font-size:32px}
  .hero{grid-template-columns: 1fr; text-align:center}
  .hero h1{font-size:36px}
  .hero__content{max-width:100%}
  .hero__visual{margin-top:32px; width:100%}
  .hero__image{aspect-ratio: 16/11; object-position: center 40%}
  .hero__overlay{padding:12px 16px; font-size:13px}
  .hero__overlay--bottom-left{bottom:-25px; left:-25px}
  .hero__overlay--top-right{top:-25px; right:-25px}
  .grid-3{grid-template-columns: 1fr !important}
  .stats-grid{grid-template-columns: 1fr !important}
  .testimonials{grid-template-columns: 1fr !important}
  .pricing-container{grid-template-columns: 1fr !important}
  .value-stack{order:2}
  .pricing-card{order:1}
  .form-grid{grid-template-columns: 1fr}
  .footer__grid{grid-template-columns: 1fr; gap:24px; text-align:center}
  .footer__nav{align-items:center}
  .footer__bottom{flex-direction:column; gap:16px; text-align:center}
  .footer__legal{flex-direction:column; gap:8px}
}

@media (max-width: 640px){
  .header__image{height:200px}
  .section{padding:32px 20px}
  .section h2{font-size:28px}
  .hero h1{font-size:32px}
  .lead{font-size:16px}
  .cta{flex-direction:column; gap:10px}
  .btn--lg{width:100%; text-align:center}
  .hero__image{aspect-ratio: 5/4; object-position: center 45%}
  .hero__overlay .stat-number{font-size:28px}
  .hero__overlay{padding:8px 12px; font-size:12px}
  .hero__overlay .tiny{font-size:11px}
  .hero__overlay--bottom-left{bottom:-20px; left:-20px}
  .hero__overlay--top-right{top:-20px; right:-20px}
  .stat-number-large{font-size:42px}
  .step-number{font-size:56px}
  .guarantee-badges{flex-direction:column; gap:8px}
}
