:root{
  --red:#b3131b;
  --text:#1e1e1e;
  --muted:#666;
  --paper:#faf8f4;
  --line:#e9e2da;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 7vw;background:rgba(255,255,255,.95);border-bottom:1px solid #eee;position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}
.logo{font-size:31px;letter-spacing:1px;font-weight:800}.logo strong{color:var(--red)}
nav{display:flex;gap:34px;text-transform:uppercase;font-size:14px;font-weight:700;letter-spacing:.04em}nav a{padding:31px 0 25px;border-bottom:3px solid transparent}.active,nav a:hover{color:var(--red);border-bottom-color:var(--red)}
.hero{display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,1fr);min-height:630px;background:linear-gradient(90deg,#f1eee9,#fff8f2)}
.hero-photo{min-height:630px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.hero-text{display:flex;flex-direction:column;justify-content:center;padding:70px 8vw 70px 6vw}.kicker{text-transform:uppercase;color:var(--red);font-weight:800;letter-spacing:.12em;font-size:13px}.hero h1{font-size:72px;line-height:1;margin:10px 0 16px}.rule{width:48px;height:3px;background:var(--red);margin:0 0 25px}.headline{font-size:29px;color:#555;margin:0 0 20px}.intro{font-size:18px;max-width:560px}.button{display:inline-block;margin-top:22px;background:var(--red);color:#fff;text-transform:uppercase;font-weight:800;letter-spacing:.04em;padding:16px 28px;border-radius:4px;width:max-content;box-shadow:0 12px 24px rgba(179,19,27,.18)}
.center{text-align:center;padding:55px 20px 45px}.center h2,.features h2,.app-text h2{margin:0;text-transform:uppercase;letter-spacing:.04em;font-size:26px}.small{height:2px;width:42px;margin:16px auto 22px}.center p{font-size:19px;max-width:760px;margin:auto;color:#333}
.features{display:grid;grid-template-columns:45% 55%;background:#f3eee8;min-height:500px}.feature-list{padding:70px 8vw}.left{margin-left:0}.feature-list ul{list-style:none;padding:0;margin:30px 0 0}.feature-list li{font-size:19px;margin:20px 0;display:flex;align-items:center;gap:20px}.feature-list span{color:var(--red);font-size:26px;width:28px;text-align:center}.feature-photo{overflow:hidden}.feature-photo img{width:100%;height:100%;object-fit:cover;object-position:center 52%}
.app-section{display:grid;grid-template-columns:260px 1fr 330px;gap:55px;align-items:center;padding:55px 8vw 65px;background:#fff}.phone{height:390px;border:12px solid #151515;border-radius:38px;box-shadow:0 18px 35px rgba(0,0,0,.22);padding:26px 14px;background:#f8f8f8;position:relative}.speaker{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:64px;height:6px;background:#222;border-radius:20px}.phone-title{text-align:center;font-weight:800;margin:18px 0 18px}.device-row{display:flex;gap:10px;align-items:center;margin:15px 0;padding:8px;background:#fff;border-radius:12px}.device-row img,.placeholder{width:46px;height:46px;border-radius:8px;object-fit:cover}.placeholder{display:grid;place-items:center;background:#222;color:#fff;font-weight:800}.device-row b{display:block;font-size:11px}.device-row span{display:block;font-size:10px;color:#2f8d46}.app-text p{font-size:19px;max-width:450px}.app-badge{display:inline-block;background:#111;color:#fff;border-radius:8px;padding:11px 18px;font-weight:700;margin-top:8px}.quote{background:#f3f0ec;padding:35px 42px}.quote h3{color:var(--red);letter-spacing:.08em;font-size:20px}.quote p{font-size:18px;margin-bottom:0}
footer{display:flex;justify-content:space-between;gap:20px;padding:26px 7vw;border-top:1px solid #eee;color:#444;font-size:14px}footer span{color:#aaa;margin:0 12px}footer a:hover{color:var(--red)}
@media(max-width:850px){.topbar{height:auto;padding:24px;display:block}.logo{display:block;text-align:center}.topbar nav{margin-top:16px;justify-content:center;gap:16px;flex-wrap:wrap;font-size:12px}.topbar nav a{padding:8px 0}.hero,.features,.app-section{grid-template-columns:1fr}.hero-photo{min-height:420px}.hero-text{padding:45px 28px}.hero h1{font-size:52px}.headline{font-size:24px}.features{min-height:0}.feature-list{padding:45px 28px}.feature-photo{height:520px}.app-section{padding:45px 28px}.phone{margin:auto;width:250px}.quote{padding:28px}footer{display:block;text-align:center}footer span{display:none}footer a{display:block;margin:10px 0}}
