:root{
  --bg:#f7f3ec;
  --panel:#fff8f2;
  --panel2:#fff1e9;
  --line:#efd5c8;
  --text:#2c1a0e;
  --muted:#6b5d54;
  --accent:#c9623f;
  --accent2:#d9a38f;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  background:radial-gradient(circle at 70% 10%, #fffdf8 0%, var(--bg) 48%, #f8efe4 100%);
  color:var(--text);
}

.nav, footer{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.nav{padding:34px 0 22px}
.nav .logo, footer .logo{
  text-decoration:none;
  font-family:"Nunito",sans-serif;
  color:var(--accent);
  font-size:88px;
  font-weight:900;
  letter-spacing:-3.5px;
  line-height:1;
}
.nav .logo span, footer .logo span{color:var(--accent2)}
.nav .logo.small, footer .logo.small{font-size:40px;letter-spacing:-1.8px}

.nav nav, footer nav{
  display:flex;
  align-items:center;
  gap:34px;
}
.nav a, footer a{
  color:var(--muted);
  text-decoration:none;
  font-size:16px;
  font-weight:600;
}
.nav-cta{
  color:#fff!important;
  background:linear-gradient(135deg,var(--accent),#ca5633);
  padding:16px 26px;
  border-radius:10px;
  box-shadow:0 12px 30px rgba(210,98,61,.22);
}

.hero{
  width:min(1120px, calc(100% - 48px));
  margin:25px auto 0;
  display:grid;
  grid-template-columns: 1fr 0.95fr;
  gap:80px;
  align-items:center;
}

h1{
  font-size:66px;
  font-weight:800;
  line-height:.98;
  letter-spacing:-3px;
  margin:0 0 26px;
}
h1 span{color:var(--accent)}
.hero-copy>p{
  font-size:20px;
  line-height:1.7;
  color:#2c211c;
  max-width:520px;
  margin:0 0 34px;
}
.hero-copy strong{font-weight:850}

.store-buttons{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin-bottom:46px;
}
.store{
  width:196px;
  height:60px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 18px;
  border-radius:11px;
  background:#0d0805;
  color:#fff;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(38,20,13,.16);
  transition:transform .15s ease, box-shadow .15s ease;
}
.store:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(38,20,13,.22)}
.store svg{width:26px;height:26px;flex-shrink:0}
.store span{display:flex;flex-direction:column}
.store small{font-size:10.5px;line-height:1;letter-spacing:.3px;opacity:.85}
.store strong{font-size:19px;line-height:1.2;font-weight:700;letter-spacing:-.2px}

.feature-card{
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  background:rgba(255,248,242,.78);
  backdrop-filter: blur(10px);
  max-width:500px;
}
.feature-row{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:22px;
  padding:25px 26px;
  border-bottom:1px solid var(--line);
}
.feature-row:last-child{border-bottom:0}
.icon,.round-icon{
  width:70px;height:70px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid var(--line);
  background:#fff9f4;
  color:var(--accent);
  font-weight:800;
  font-size:30px;
}
.icon svg{width:28px;height:28px}
.feature-row h3,.benefits h3{
  margin:0 0 8px;
  font-size:20px;
  font-weight:800;
}
.feature-row p,.benefits p{
  margin:0;
  line-height:1.55;
  color:#2b201b;
}

.phone-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
}
.phone{
  width:min(430px, 100%);
  border:11px solid #171717;
  border-radius:45px;
  padding:0;
  background:#111;
  box-shadow:0 30px 80px rgba(61,35,22,.28);
  overflow:hidden;
}
.phone img{
  display:block;
  width:100%;
  height:auto;
  border-radius:32px;
}

.built-for{
  width:min(1120px, calc(100% - 48px));
  margin:70px auto 0;
  padding:26px 0 40px;
  border-top:1px solid var(--line);
  text-align:center;
}
.eyebrow{
  color:var(--accent2);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:5px;
  font-weight:900;
}
.built-for h2{
  font-size:26px;
  line-height:1.25;
  font-weight:700;
  margin:0 0 50px;
}
.benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}
.benefits>div{
  padding:0 28px;
  border-right:1px solid var(--line);
}
.benefits>div:last-child{border-right:0}
.round-icon{margin:0 auto 20px}

.cta{
  width:min(1120px, calc(100% - 48px));
  margin:45px auto 34px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(135deg,#fff8f2,#fff0e8);
  padding:34px 24px;
}
.cta h2{font-size:30px;margin:0 0 10px}
.cta p{color:var(--muted);font-size:18px;margin:0 0 24px}
.button{
  display:inline-block;
  min-width:170px;
  padding:16px 26px;
  border-radius:8px;
  margin:5px 7px;
  text-decoration:none;
  font-weight:800;
}
.primary{background:var(--accent);color:white}
.secondary{border:1px solid var(--line);color:var(--text);background:#fff9f4}

footer{
  padding:25px 0 36px;
  color:var(--muted);
}
footer p{margin:0;font-size:14px}
footer a{font-size:14px}

@media (max-width:900px){
  .nav nav{gap:16px}
  .hero{
    grid-template-columns:1fr;
    gap:40px;
  }
  h1{font-size:52px}
  .phone{max-width:360px}
  .benefits{grid-template-columns:1fr}
  .benefits>div{border-right:0;border-bottom:1px solid var(--line);padding-bottom:26px}
  .benefits>div:last-child{border-bottom:0}
}

@media (max-width:640px){
  .nav, footer, .hero, .built-for, .cta{width:min(100% - 28px,1120px)}
  .nav{align-items:flex-start}
  .nav nav{display:none}
  .logo{font-size:56px;letter-spacing:-2px}
  h1{font-size:46px;letter-spacing:-2px}
  .hero-copy>p{font-size:18px}
  .store{width:160px;height:55px;padding-left:46px}
  .store strong{font-size:18px}
  .feature-row{grid-template-columns:56px 1fr;padding:20px 18px;gap:16px}
  .icon,.round-icon{width:56px;height:56px;font-size:24px}
  .icon svg{width:22px;height:22px}
  footer{flex-direction:column;align-items:flex-start}
  footer nav{flex-wrap:wrap;gap:16px}
}
