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

:root {
  --yellow: #f5b400;
  --yellow-dark: #d99b00;
  --black: #111315;
  --dark: #1b1e21;
  --gray: #687078;
  --light: #f7f8f9;
  --white: #ffffff;
  --border: #e7e9eb;
  --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: auto; }

.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav { min-height: 76px; display:flex; align-items:center; justify-content:space-between; gap:25px; }
.logo { display:flex; align-items:center; gap:10px; font-weight:800; font-size:17px; }
.logo small { display:block; color:var(--gray); font-size:11px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; }
.logo-icon { font-size:30px; }
nav { display:flex; gap:30px; color:#555; font-size:14px; font-weight:600; }
nav a:hover { color:var(--black); }
.nav-call { background:var(--black); color:white; padding:12px 19px; border-radius:12px; font-size:14px; font-weight:700; }

.hero {
  background: radial-gradient(circle at 80% 20%, #fff0b7 0, transparent 34%), linear-gradient(135deg,#fff 0%,#fffaf0 100%);
  padding:95px 0 90px;
  overflow:hidden;
}
.hero-grid { display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:65px; }
.badge, .eyebrow, .section-heading > span {
  color:#a06f00; font-size:12px; font-weight:800; letter-spacing:1.5px;
}
.badge {
  display:inline-block; background:#fff4cc; border:1px solid #f2d982;
  padding:8px 12px; border-radius:100px; margin-bottom:20px;
}
.hero h1 { font-size:clamp(46px,7vw,76px); line-height:.98; letter-spacing:-3px; margin-bottom:18px; }
.hero-subtitle { font-size:25px; font-weight:700; max-width:600px; margin-bottom:12px; }
.hero-text { color:var(--gray); max-width:610px; font-size:16px; }
.hero-actions { display:flex; gap:12px; margin:30px 0 23px; flex-wrap:wrap; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 21px; border-radius:13px; font-weight:800; font-size:14px; transition:.2s; }
.btn-primary { background:var(--yellow); color:#161616; box-shadow:0 9px 22px rgba(245,180,0,.23); }
.btn-primary:hover { background:var(--yellow-dark); transform:translateY(-2px); }
.btn-outline { border:1px solid #d6d9dc; background:white; }
.btn-outline:hover { border-color:#999; }
.btn-dark { background:var(--black); color:white; width:100%; }
.trust-row { display:flex; gap:17px; flex-wrap:wrap; color:#646b72; font-size:12px; font-weight:600; }

.taxi-card {
  min-height:430px; border-radius:30px; background:var(--yellow);
  padding:25px; position:relative; box-shadow:0 25px 70px rgba(30,30,30,.12);
  transform:rotate(1.5deg);
}
.taxi-card:after {
  content:""; position:absolute; inset:18px; border:1px solid rgba(0,0,0,.12);
  border-radius:23px; pointer-events:none;
}
.taxi-top, .card-bottom { position:relative; z-index:2; display:flex; justify-content:space-between; }
.taxi-light { font-weight:900; letter-spacing:2px; font-size:13px; }
.available { font-size:12px; font-weight:800; background:#111; color:white; padding:6px 9px; border-radius:8px; }
.car-illustration { position:absolute; left:9%; right:9%; top:35%; height:170px; }
.taxi-sign {
  position:absolute; top:0; left:43%; background:white; padding:6px 13px;
  border-radius:7px 7px 3px 3px; font-weight:900; font-size:12px; box-shadow:0 4px 0 rgba(0,0,0,.13);
}
.car-body {
  position:absolute; left:2%; right:2%; bottom:30px; height:95px;
  background:#17191a; border-radius:35px 48px 18px 18px;
  box-shadow:inset 0 -10px 0 rgba(255,255,255,.04);
}
.window { position:absolute; top:12px; height:42px; background:#52606a; border:4px solid #17191a; }
.window-one { left:22%; width:24%; border-radius:20px 7px 4px 7px; }
.window-two { right:22%; width:24%; border-radius:7px 20px 7px 4px; }
.wheel { position:absolute; bottom:-18px; width:48px; height:48px; border-radius:50%; background:#111; border:9px solid #383b3d; }
.wheel-one { left:16%; } .wheel-two { right:16%; }
.card-bottom { position:absolute; bottom:28px; left:30px; right:30px; align-items:end; }
.card-bottom strong { font-size:20px; } .card-bottom span { font-size:12px; font-weight:700; opacity:.7; }

.section { padding:95px 0; }
.section-heading { max-width:680px; margin-bottom:45px; }
.section-heading h2, .why h2, .contact h2, .seo-box h2 { font-size:clamp(30px,4vw,46px); line-height:1.1; letter-spacing:-1.5px; margin:9px 0 12px; }
.section-heading p, .why p, .contact p, .seo-box p { color:var(--gray); }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { padding:30px; border:1px solid var(--border); border-radius:var(--radius); transition:.2s; }
.service-card:hover { transform:translateY(-5px); box-shadow:0 16px 40px rgba(0,0,0,.07); }
.service-icon { width:54px; height:54px; display:grid; place-items:center; background:#fff5d6; border-radius:15px; font-size:25px; margin-bottom:22px; }
.service-card h3 { margin-bottom:8px; font-size:19px; }
.service-card p { color:var(--gray); font-size:14px; }

.why { background:var(--light); }
.why-grid { display:grid; grid-template-columns:1fr .75fr; gap:80px; align-items:center; }
.why p { max-width:650px; }
.check-list { list-style:none; margin-top:28px; display:grid; gap:13px; font-weight:700; font-size:14px; }
.check-list span { display:inline-grid; place-items:center; width:25px; height:25px; background:var(--yellow); border-radius:50%; margin-right:9px; font-size:12px; }
.contact-panel { background:var(--black); color:white; padding:40px; border-radius:26px; box-shadow:0 20px 50px rgba(0,0,0,.14); }
.panel-label { color:var(--yellow); font-size:11px; letter-spacing:2px; font-weight:800; }
.contact-panel h3 { font-size:30px; margin:7px 0; }
.contact-panel p { color:#aeb3b7; }
.big-phone { display:block; color:var(--yellow); font-size:28px; font-weight:900; margin:13px 0 25px; }

.local-seo { padding-top:0; }
.seo-box { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:42px; background:#fff9e9; border:1px solid #f1dfaa; border-radius:26px; }
.seo-box p { max-width:730px; }

.contact-grid { display:grid; grid-template-columns:1fr .8fr; gap:80px; }
.contact-info { display:grid; gap:15px; }
.info-item { display:flex; align-items:center; gap:15px; padding:18px; border:1px solid var(--border); border-radius:15px; }
.info-item > span { font-size:22px; }
.info-item small { display:block; color:#8a9095; font-size:10px; font-weight:800; letter-spacing:1.2px; }
.info-item strong, .info-item a { font-size:16px; font-weight:800; }

footer { background:#101214; color:white; padding:28px 0; }
.footer-inner { display:flex; align-items:center; gap:30px; }
.footer-inner div { margin-right:auto; }
.footer-inner div strong { display:block; }
.footer-inner div span { color:#8d949a; font-size:12px; }
.footer-inner > a { color:var(--yellow); font-weight:800; }
.footer-inner p { color:#777e84; font-size:11px; }

.mobile-call { display:none; }

@media (max-width: 800px) {
  .container { width:min(100% - 28px, 600px); }
  .header { position:relative; }
  .nav { min-height:68px; }
  nav { display:none; }
  .nav-call { padding:10px 13px; }
  .hero { padding:58px 0 60px; }
  .hero-grid, .why-grid, .contact-grid { grid-template-columns:1fr; gap:38px; }
  .hero h1 { font-size:54px; letter-spacing:-2px; }
  .hero-subtitle { font-size:21px; }
  .taxi-card { min-height:340px; }
  .service-grid { grid-template-columns:1fr; }
  .section { padding:65px 0; }
  .seo-box { flex-direction:column; align-items:flex-start; padding:28px; }
  .seo-box .btn { width:100%; }
  .footer-inner { flex-direction:column; align-items:flex-start; gap:12px; }
  .footer-inner div { margin:0; }
  .mobile-call {
    display:block; position:fixed; bottom:12px; left:12px; right:12px; z-index:50;
    text-align:center; background:var(--yellow); color:#111; padding:15px;
    border-radius:14px; font-size:14px; font-weight:900;
    box-shadow:0 8px 30px rgba(0,0,0,.2);
  }
}
