/* SpeedProverka.am — warm light theme, orange accent. */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fefcfa;color:#2a1f1c;font:400 16px/1.55 "Noto Sans Armenian","Noto Sans",sans-serif}
h1,h2,h3{margin:0;color:#1a0f0c;letter-spacing:-0.01em;line-height:1.2}
a{color:#ff6a4a;text-decoration:none}
a:hover{text-decoration:underline}
p{margin:0 0 12px}
.wrap{max-width:980px;margin:0 auto;padding:0 22px}

header{background:#fff;border-bottom:1px solid #ffe5da;padding:14px 0}
header .wrap{display:flex;align-items:center;gap:24px}
.logo{display:flex;align-items:center;gap:10px;font-size:17px}
.logo b{font-weight:700;color:#ff6a4a}
.logo small{font-size:11px;color:#a3938e;margin-left:2px;text-transform:lowercase}
header nav{display:flex;gap:22px;margin-left:auto}
header nav a{color:#594b46;font-size:14px;font-weight:500}
header nav a:hover{color:#ff6a4a;text-decoration:none}
.lang{display:flex;gap:6px;align-items:center;font:600 12px "Noto Sans";color:#a3938e;letter-spacing:0.05em}
.lang a{color:#a3938e;cursor:pointer}
.lang a.active{color:#ff6a4a}
.lang a:hover{text-decoration:none}

.hero{padding:60px 0 48px;background:linear-gradient(180deg,#fff4ed,#fefcfa);text-align:center}
.eyebrow{color:#ff6a4a;font:600 13px "Noto Sans";letter-spacing:0.06em;text-transform:uppercase;margin-bottom:14px}
.hero h1{font-size:38px;line-height:1.15;margin-bottom:18px;font-weight:700}
.lead{font-size:17px;color:#594b46;max-width:620px;margin:0 auto 28px}
.run{background:linear-gradient(135deg,#ff6a4a,#ff8a4a);color:#fff;border:0;padding:16px 38px;border-radius:999px;font:600 16px "Noto Sans";cursor:pointer;box-shadow:0 12px 30px -10px rgba(255,106,74,.6);transition:transform .15s,box-shadow .15s}
.run:hover{transform:translateY(-1px);box-shadow:0 16px 36px -12px rgba(255,106,74,.7)}
.run[disabled]{opacity:.7;cursor:wait}

.dial{margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:24px}
.dial-circle{width:200px;height:200px;border-radius:50%;background:#fff;border:4px solid #ff6a4a;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 14px 40px -16px rgba(255,106,74,.3)}
.dial-value{font:700 56px "Noto Sans";color:#1a0f0c;line-height:1}
.dial-unit{font:500 13px "Noto Sans";color:#a3938e;letter-spacing:0.1em;margin-top:6px}
.dial-row{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}
.dial-row div{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid #ffe5da;border-radius:12px;padding:14px 22px;min-width:120px}
.m-l{font:500 11px "Noto Sans";color:#a3938e;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:4px}
.m-v{font:700 22px "Noto Sans";color:#1a0f0c}
.m-u{font:400 11px "Noto Sans";color:#a3938e;margin-top:2px}

.section{padding:56px 0}
.section h2{font-size:26px;font-weight:700;margin-bottom:24px;text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cards article{background:#fff;border:1px solid #ffe5da;border-radius:12px;padding:24px;text-align:center}
.num{width:34px;height:34px;border-radius:50%;background:#ff6a4a;color:#fff;font:700 16px "Noto Sans";display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.cards h3{font-size:17px;font-weight:700;margin-bottom:8px}
.cards p{margin:0;color:#594b46;font-size:14.5px;line-height:1.6}
@media(max-width:760px){.cards{grid-template-columns:1fr}}

.faq{background:#fff4ed;padding:64px 0}
.faq details{background:#fff;border:1px solid #ffe5da;border-radius:10px;padding:16px 20px;margin-bottom:10px}
.faq summary{cursor:pointer;font-weight:600;color:#1a0f0c}
.faq details p{margin:10px 0 0;color:#594b46}

footer{background:#1a0f0c;color:#a3938e;padding:24px 0;font-size:13px}
footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
