:root {
  --yellow:#f4b900;
  --yellow2:#ffc928;
  --black:#101010;
  --dark:#171717;
  --light:#0a0808;
  --text:#202020;
  --muted:#707070;
  --line:#0a0808;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Montserrat,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 36px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(16,16,16,.97);color:#fff;border-bottom:1px solid #292929}
.nav{height:76px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;margin-right:auto;font-size:16px;font-weight:600;line-height:1.05}
.brand b{color:var(--yellow)}
.brand small{display:block;color:#8e8e8e;font-size:7px;letter-spacing:1.5px;margin-top:4px}
.brand-icon{font-weight:900;font-size:27px;color:var(--yellow);font-style:italic}
nav{display:flex;gap:26px;font-size:12px;font-weight:600}
nav a:hover{color:var(--yellow)}
.header-phone{background:var(--yellow);color:#111;padding:11px 16px;border-radius:8px;font-size:11px;font-weight:800}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:25px}

/* Hero */
.hero{background:linear-gradient(120deg,#111 0%,#171717 55%,#242424 100%);color:#fff;overflow:hidden}
.hero-grid{min-height:610px;display:grid;grid-template-columns:47% 53%;align-items:center}
.hero-copy{padding:70px 0}
.mini-title{font-size:11px;font-weight:800;letter-spacing:1.5px;color:var(--yellow);display:flex;align-items:center;gap:8px}
.mini-title span{width:26px;height:2px;background:var(--yellow);display:inline-block}
.hero h1{font-size:clamp(42px,5.2vw,65px);line-height:1.05;letter-spacing:-2px;margin:18px 0}
.hero h1 strong{color:var(--yellow)}
.hero p{color:#bcbcbc;max-width:500px;font-size:14px}
.buttons{display:flex;gap:10px;margin:28px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:13px 18px;font-size:12px;font-weight:800;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.yellow{background:var(--yellow);color:#111}
.whatsapp{background:#1d9b63;color:#fff}
.stats{display:flex;gap:28px;margin-top:35px}
.stats div{padding-left:12px;border-left:2px solid #3d3d3d}
.stats b,.stats span{display:block}
.stats b{font-size:16px}
.stats span{font-size:9px;color:#242020}

.car-area{height:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:55px 0 25px}
.car-area:before{content:"";position:absolute;width:570px;height:570px;border-radius:50%;background:radial-gradient(circle,rgba(244,185,0,.16),transparent 66%)}
.car-frame{position:relative;width:min(600px,100%);border-radius:22px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.35);border:1px solid #333;background:#252525}
.car-frame img{width:100%;height:440px;object-fit:cover;object-position:center 58%;display:block;filter:saturate(1.08)}
.car-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.42))}
.car-label{position:absolute;top:28px;right:25px;z-index:2;background:var(--yellow);color:#111;padding:7px 12px;border-radius:6px;font-size:9px;font-weight:900;letter-spacing:1px}
.car-caption{position:absolute;bottom:42px;left:38px;right:38px;z-index:3;display:flex;gap:10px;align-items:center}
.car-caption span{width:40px;height:40px;border-radius:50%;background:var(--yellow);display:grid;place-items:center}
.car-caption b,.car-caption small{display:block}
.car-caption b{font-size:12px}
.car-caption small{font-size:9px;color:#ccc}

.trust{background:var(--yellow);color:#111}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid>div{display:flex;align-items:center;gap:12px;padding:22px 25px;border-right:1px solid rgba(0,0,0,.12)}
.trust-grid>div:last-child{border:0}
.trust-grid span{font-weight:900;font-size:20px;width:35px;height:35px;border:2px solid #111;border-radius:50%;display:grid;place-items:center}
.trust-grid b,.trust-grid small{display:block}
.trust-grid b{font-size:12px}
.trust-grid small{font-size:9px;opacity:.65}

.section{padding:90px 0}
.heading{margin-bottom:35px}
.heading h2,.about h2,.contact h2{font-size:clamp(30px,4vw,43px);line-height:1.15;margin-top:10px;letter-spacing:-1px}
.heading h2 strong,.about h2 strong{color:var(--yellow2)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-grid article{border:1px solid var(--line);padding:28px;border-radius:15px;background:#fff;transition:.2s}
.service-grid article:hover{border-color:var(--yellow);transform:translateY(-3px)}
.service-grid article>div{width:48px;height:48px;border-radius:12px;background:#fff5cf;display:grid;place-items:center;font-size:23px;margin-bottom:20px}
.service-grid h3{font-size:15px;margin-bottom:8px}
.service-grid p{font-size:11px;color:var(--muted)}

.about{background:var(--light);padding:85px 0}
.about-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:55px;align-items:center}
.about p{max-width:620px;color:var(--muted);font-size:13px;margin:18px 0}
.points{display:flex;gap:25px;margin-top:25px}
.points div{display:flex;gap:8px;align-items:center}
.points b{color:var(--yellow2);font-size:11px}
.points span{font-size:11px;font-weight:700}
.simple-card{background:#171717;color:#fff;padding:35px;border-radius:18px;box-shadow:0 20px 45px rgba(0,0,0,.12)}
.big-icon{font-size:38px;display:block;margin-bottom:15px}
.simple-card>b{font-size:18px;display:block}
.simple-card p{font-size:11px;color:#aaa;margin:5px 0 22px}

.contact{background:#111;color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.contact p{color:#999;font-size:13px;margin-top:14px}
.contact-actions{display:grid;gap:10px}
.contact-actions a{display:flex;align-items:center;gap:14px;background:#1b1b1b;border:1px solid #2b2b2b;border-radius:12px;padding:17px}
.contact-actions a:hover{border-color:var(--yellow)}
.contact-actions span{width:43px;height:43px;border-radius:10px;background:var(--yellow);color:#111;display:grid;place-items:center;font-size:19px}
.contact-actions small,.contact-actions b{display:block}
.contact-actions small{font-size:8px;color:#999;letter-spacing:1px}
.contact-actions b{font-size:13px}

footer{background:#0a0a0a;color:#fff;border-top:1px solid #222}
.footer{min-height:90px;display:flex;align-items:center;justify-content:space-between}
.footer b{display:block;font-size:14px}
.footer small{display:block;color:#777;font-size:9px}
.footer>a{font-size:12px;color:var(--yellow);font-weight:800}
.mobile-bar{display:none}

@media(max-width:850px){
 nav{display:none}
 nav.open{display:flex;position:absolute;top:70px;left:18px;right:18px;padding:18px;background:#181818;border:1px solid #292929;border-radius:10px;flex-direction:column;gap:14px}
 .menu-btn{display:block}
 .header-phone{display:none}
 .hero-grid{grid-template-columns:1fr}
 .hero-copy{padding:55px 0 25px}
 .car-area{height:430px;padding:20px 0 50px}
 .car-frame{width:100%}
 .car-frame img{height:350px}
 .trust-grid{grid-template-columns:1fr}
 .trust-grid>div{border-right:0;border-bottom:1px solid rgba(0,0,0,.12)}
 .service-grid{grid-template-columns:1fr}
 .about-grid,.contact-grid{grid-template-columns:1fr;gap:35px}
}

@media(max-width:560px){
 .container{width:calc(100% - 28px)}
 .nav{height:68px}
 .hero h1{font-size:43px}
 .hero p{font-size:12px}
 .buttons{display:grid;grid-template-columns:1fr 1fr}
 .btn{padding:12px 8px;font-size:10px}
 .stats{gap:16px}
 .car-area{height:330px}
 .car-frame img{height:275px}
 .car-label{top:18px;right:15px}
 .car-caption{bottom:48px;left:20px}
 .section{padding:65px 0}
 .points{display:grid;gap:12px}
 .footer{padding:20px 0 80px;display:grid;gap:10px}
 .mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:100;left:0;right:0;bottom:0;background:#111}
 .mobile-bar a{padding:15px;text-align:center;color:#fff;font-size:11px;font-weight:800}
 .mobile-bar a:first-child{background:var(--yellow);color:#111}
}

/* ===== PREMIUM V2 OVERRIDES ===== */
:root{--yellow:#f2b900;--yellow2:#ffd24a;--black:#070707;--dark:#0d0d0d;--light:#f2f2ef}
body{background:#f4f4f2;color:#181818}
.header{background:rgba(7,7,7,.96);backdrop-filter:blur(14px);box-shadow:0 8px 30px rgba(0,0,0,.18)}
.nav{height:80px}
.brand-icon{letter-spacing:-2px;text-shadow:0 0 18px rgba(242,185,0,.22)}
.header-phone{box-shadow:0 8px 25px rgba(242,185,0,.14);transition:.2s}
.header-phone:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(242,185,0,.22)}

.hero{position:relative;background:radial-gradient(circle at 72% 50%,rgba(242,185,0,.08),transparent 28%),linear-gradient(125deg,#060606 0%,#0b0b0b 55%,#151515 100%)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,rgba(0,0,0,.65),transparent 80%);pointer-events:none}
.hero-grid{min-height:625px}
.hero-copy{position:relative;z-index:2}
.hero h1{font-weight:700;text-shadow:0 4px 24px rgba(0,0,0,.35)}
.hero p{color:#aaa;line-height:1.8}
.btn{box-shadow:0 10px 25px rgba(0,0,0,.18)}
.yellow{box-shadow:0 10px 28px rgba(242,185,0,.16)}
.car-area{padding:45px 0 20px}
.car-area:before{width:620px;height:620px;background:radial-gradient(circle,rgba(242,185,0,.13),transparent 66%)}
.car-frame{border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 35px 80px rgba(0,0,0,.52)}
.car-frame img{filter:saturate(1.03) contrast(1.03)}
.car-frame:after{background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.5))}
.car-label{box-shadow:0 8px 22px rgba(242,185,0,.2)}

.trust{box-shadow:0 -1px 0 rgba(255,255,255,.08),0 14px 35px rgba(0,0,0,.08)}
.trust-grid>div{padding:24px 25px}
.trust-grid span{background:rgba(255,255,255,.08)}

.section{background:#f5f5f3}
.heading{max-width:760px}
.heading h2{font-weight:700}
.service-grid article{background:rgba(255,255,255,.8);border-color:#deded9;box-shadow:0 8px 25px rgba(0,0,0,.035)}
.service-grid article:hover{box-shadow:0 18px 40px rgba(0,0,0,.08);transform:translateY(-5px)}
.service-grid article>div{box-shadow:inset 0 0 0 1px rgba(242,185,0,.12)}

.about{background:linear-gradient(135deg,#ecece8,#f7f7f5)}
.about-grid h2{font-weight:700}
.simple-card{background:linear-gradient(145deg,#0b0b0b,#171717);border:1px solid #292929;box-shadow:0 25px 55px rgba(0,0,0,.18)}
.simple-card .btn{width:100%}

.contact{background:linear-gradient(135deg,#080808,#121212)}
.contact-grid{position:relative}
.contact-grid:before{content:"";position:absolute;right:0;top:-55px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(242,185,0,.1),transparent 68%);pointer-events:none}
.contact-actions a{background:rgba(255,255,255,.035);backdrop-filter:blur(8px);transition:.2s}
.contact-actions a:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.22)}

footer{background:#050505}
.footer{border-top:1px solid rgba(255,255,255,.02)}

@media(max-width:850px){
 .hero-grid{min-height:auto}
 .hero-copy{padding:60px 0 30px}
 .car-area{padding:15px 0 45px}
}
@media(max-width:560px){
 .nav{height:70px}
 .hero-copy{padding-top:48px}
 .car-frame{border-radius:16px}
 .section{background:#f4f4f2}
}

/* ===== DARK PREMIUM FINISH ===== */
body{background:#0b0b0b;color:#f4f4f4}
.section{background:#101010;color:#f4f4f4}
.section-head h2,.heading h2{color:#f5f5f5}
.section-head p,.heading p{color:#929292}
.service-grid article{background:#171717;border-color:#292929;color:#f5f5f5;box-shadow:0 14px 35px rgba(0,0,0,.22)}
.service-grid article:hover{background:#1b1b1b;border-color:#3a3a3a;box-shadow:0 20px 45px rgba(0,0,0,.35)}
.service-grid article>div{background:#211d10;box-shadow:inset 0 0 0 1px rgba(242,185,0,.16)}
.service-grid p{color:#969696}
.about{background:linear-gradient(135deg,#0e0e0e,#171717);color:#f5f5f5}
.about p{color:#999}
.points div{border-color:#2a2a2a}
.simple-card{box-shadow:0 25px 60px rgba(0,0,0,.38)}
@media(max-width:560px){.section{background:#101010}}

/* =========================================================
   MOBILE-FIRST PREMIUM EXPERIENCE
   Optimized primarily for 360-430px phones
   ========================================================= */
@media (max-width: 560px){
  html{scroll-padding-top:72px}
  body{overflow-x:hidden;background:#0b0b0b}
  .container{width:calc(100% - 30px);max-width:430px}

  /* compact premium header */
  .header{height:70px;background:rgba(7,7,7,.94);border-bottom:1px solid rgba(255,255,255,.07)}
  .nav{height:70px;padding:0}
  .brand{gap:9px}
  .brand-icon{font-size:24px}
  .brand b{font-size:11px;letter-spacing:.7px}
  .brand small{font-size:6px;letter-spacing:1.35px;margin-top:3px}
  .menu-btn{width:42px;height:42px;border:1px solid #303030;border-radius:11px;background:#151515;font-size:21px;line-height:1}
  nav.open{top:76px;left:15px;right:15px;padding:8px;background:rgba(17,17,17,.98);box-shadow:0 22px 50px rgba(0,0,0,.5);border:1px solid #2b2b2b}
  nav.open a{padding:13px 12px;border-radius:8px;font-size:11px}
  nav.open a:hover{background:#1d1d1d}

  /* hero becomes the main mobile landing screen */
  .hero{min-height:calc(100svh - 70px);background:radial-gradient(circle at 50% 68%,rgba(242,185,0,.12),transparent 28%),linear-gradient(180deg,#070707 0%,#0b0b0b 58%,#121212 100%)}
  .hero:before{background-size:30px 30px;opacity:.5;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%)}
  .hero-grid{display:flex;flex-direction:column;min-height:calc(100svh - 70px);align-items:stretch}
  .hero-copy{padding:42px 0 0;text-align:center;display:flex;flex-direction:column;align-items:center}
  .mini-title{font-size:8px;letter-spacing:1.35px;justify-content:center}
  .mini-title span{width:18px;height:1px}
  .hero h1{font-size:clamp(38px,11vw,48px);line-height:1.02;letter-spacing:-1.8px;margin:15px 0 13px}
  .hero p{font-size:11px;line-height:1.65;color:#a2a2a2;max-width:330px}
  .buttons{width:100%;gap:8px;margin:20px 0 0}
  .btn{min-height:46px;border-radius:10px;font-size:10px;padding:12px 9px}
  .stats{width:100%;justify-content:center;gap:0;margin-top:22px}
  .stats div{flex:1;padding:0 8px;border-left:1px solid #333;text-align:center}
  .stats div:first-child{border-left:0}
  .stats b{font-size:12px}
  .stats span{font-size:7px;line-height:1.3;margin-top:2px;color:#777}

  /* keep the exact V2 car image, but give it a cleaner premium stage */
  .car-area{order:2;width:calc(100% + 30px);margin-left:-15px;height:auto;min-height:275px;padding:18px 0 34px;display:flex;align-items:center}
  .car-area:before{width:360px;height:260px;background:radial-gradient(ellipse,rgba(242,185,0,.15),transparent 67%)}
  .car-frame{width:100%;border-radius:0;border-left:0;border-right:0;border-color:rgba(255,255,255,.07);box-shadow:none;background:transparent}
  .car-frame img{height:275px;object-fit:cover;object-position:center 58%}
  .car-frame:after{background:linear-gradient(180deg,rgba(7,7,7,.02) 25%,rgba(7,7,7,.64) 100%)}
  .car-label{top:13px;right:14px;font-size:7px;padding:6px 8px;border-radius:5px}
  .car-caption{bottom:26px;left:18px;right:18px;gap:8px}
  .car-caption span{width:34px;height:34px;font-size:14px}
  .car-caption b{font-size:10px}
  .car-caption small{font-size:7px}

  /* trust strip */
  .trust{box-shadow:0 -10px 30px rgba(0,0,0,.22)}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .trust-grid>div{padding:15px 5px;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:6px;border:0;border-right:1px solid rgba(0,0,0,.14)}
  .trust-grid>div:last-child{border-right:0}
  .trust-grid span{width:29px;height:29px;font-size:13px;margin:auto}
  .trust-grid b{font-size:8px}
  .trust-grid small{font-size:6.5px;line-height:1.25}

  /* section rhythm */
  .section{padding:58px 0;background:#101010}
  .heading{margin-bottom:23px}
  .heading .mini-title{text-align:left;justify-content:flex-start}
  .heading h2,.about h2,.contact h2{font-size:31px;line-height:1.08;letter-spacing:-.9px;margin-top:9px}
  .heading p{font-size:10px;line-height:1.6;margin-top:9px}

  /* service cards are deliberately wide and simple */
  .service-grid{grid-template-columns:1fr;gap:9px}
  .service-grid article{min-height:0;padding:18px 17px;border-radius:12px;display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;column-gap:13px;align-items:center}
  .service-grid article>div{grid-row:1 / span 2;width:44px;height:44px;margin:0;border-radius:11px;font-size:19px}
  .service-grid h3{font-size:12px;margin:0 0 2px}
  .service-grid p{font-size:9px;line-height:1.45;margin:0}

  /* about */
  .about{padding:58px 0;background:linear-gradient(180deg,#0e0e0e,#151515)}
  .about-grid{grid-template-columns:1fr;gap:25px}
  .about h2{font-size:32px}
  .about p{font-size:10px;line-height:1.65;margin:12px 0 20px}
  .points{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:0}
  .points div{padding:10px 9px;border:1px solid #292929;border-radius:9px;background:rgba(255,255,255,.015);gap:7px}
  .points b{font-size:9px}
  .points span{font-size:8px;line-height:1.25}
  .simple-card{padding:24px;border-radius:14px;text-align:center}
  .big-icon{font-size:31px;margin-bottom:8px}
  .simple-card>b{font-size:16px}
  .simple-card p{font-size:9px;margin:4px 0 17px}
  .simple-card .btn{width:100%;min-height:44px}

  /* contact */
  .contact{padding:55px 0 85px;background:linear-gradient(180deg,#090909,#111)}
  .contact-grid{grid-template-columns:1fr;gap:22px}
  .contact h2{font-size:30px}
  .contact p{font-size:10px;line-height:1.6;margin-top:8px}
  .contact-actions{gap:8px}
  .contact-actions a{min-height:62px;padding:10px 12px;border-radius:11px}
  .contact-actions span{width:39px;height:39px;font-size:17px}
  .contact-actions small{font-size:6.5px}
  .contact-actions b{font-size:11px}

  /* footer */
  .footer{min-height:0;padding:22px 0 86px;display:grid;gap:9px;text-align:center}
  .footer b{font-size:11px}
  .footer small,.footer span{font-size:7px}
  .footer>a{font-size:10px}

  /* fixed CTA bar: thumb-friendly and premium */
  .mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:200;left:10px;right:10px;bottom:10px;height:54px;background:rgba(12,12,12,.94);border:1px solid #303030;border-radius:14px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.5);backdrop-filter:blur(14px)}
  .mobile-bar a{display:flex;align-items:center;justify-content:center;gap:7px;padding:0;color:#fff;font-size:9px;font-weight:800}
  .mobile-bar a:first-child{background:var(--yellow);color:#111}
  .mobile-bar a+ a{border-left:1px solid #303030}
}

/* very small phones */
@media(max-width:370px){
  .hero h1{font-size:36px}
  .hero-copy{padding-top:38px}
  .car-frame img{height:245px}
  .car-area{min-height:245px}
  .service-grid article{padding:15px}
  .points{grid-template-columns:1fr}
}


/* ===== FINAL MOBILE PREMIUM REFINEMENT ===== */
@media (max-width: 600px) {
  html { scroll-padding-top: 68px; }
  body { overflow-x: hidden; background:#090909; }

  .container {
    width: calc(100% - 28px);
    max-width: 430px;
  }

  .header {
    background: rgba(7,7,7,.96);
    backdrop-filter: blur(14px);
  }

  .nav {
    height: 68px;
    gap: 12px;
  }

  .brand { margin-right:auto; min-width:0; }
  .brand-mark { font-size:20px; }
  .brand b {
    font-size:10.5px;
    letter-spacing:.45px;
    white-space:nowrap;
  }
  .brand small { font-size:6.5px; }

  .menu-btn {
    width:42px;
    height:42px;
    border:1px solid #303030;
    border-radius:10px;
    display:grid;
    place-items:center;
    font-size:21px;
    background:#141414;
  }

  nav.open {
    top:72px;
    left:14px;
    right:14px;
    padding:10px;
    border-radius:14px;
    background:rgba(16,16,16,.98);
    box-shadow:0 20px 50px rgba(0,0,0,.45);
  }
  nav.open a {
    padding:13px 12px;
    border-radius:9px;
    font-size:11px;
  }
  nav.open a:hover { background:#202020; }

  .hero {
    min-height:0;
    background:
      radial-gradient(circle at 80% 35%, rgba(245,185,0,.10), transparent 34%),
      linear-gradient(145deg,#070707,#111 62%,#151515);
  }

  .hero-grid {
    min-height:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }

  .hero-copy {
    padding:42px 0 0;
    text-align:left;
  }

  .eyebrow {
    font-size:8.5px;
    letter-spacing:1.15px;
  }
  .eyebrow span { width:22px; }

  .hero h1 {
    font-size:clamp(39px,11vw,48px);
    line-height:1.02;
    letter-spacing:-1.8px;
    margin:14px 0 15px;
  }

  .hero p {
    font-size:11px;
    line-height:1.65;
    max-width:330px;
    color:#a7a7a7;
  }

  .hero-actions {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:21px 0 0;
  }

  .hero-actions .btn {
    min-height:48px;
    padding:12px 7px;
    border-radius:9px;
    font-size:9px;
    letter-spacing:.15px;
  }

  .hero-stats {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:7px;
    margin:20px 0 0;
  }

  .hero-stats div {
    min-height:54px;
    padding:8px 7px;
    border-left:1px solid #303030;
    background:rgba(255,255,255,.025);
    border-radius:5px;
  }

  .hero-stats b { font-size:12px; }
  .hero-stats span { font-size:6.7px; line-height:1.3; margin-top:2px; }

  .hero-car {
    height:auto;
    min-height:280px;
    margin:4px -4px 0;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .hero-car img {
    width:108%;
    max-width:460px;
    max-height:290px;
    object-fit:contain;
  }

  .car-glow {
    width:330px;
    height:260px;
    background:radial-gradient(circle,rgba(245,185,0,.13),transparent 68%);
  }

  .car-shadow {
    width:75%;
    height:20px;
    bottom:22px;
    filter:blur(13px);
  }

  .car-name {
    top:22px;
    right:12px;
    padding:6px 9px;
    font-size:7px;
    letter-spacing:.8px;
  }

  .feature-strip { background:#f5b900; }
  .features {
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .features>div {
    min-height:65px;
    padding:12px 9px;
    gap:8px;
    border-right:1px solid rgba(0,0,0,.12);
    border-bottom:1px solid rgba(0,0,0,.12);
  }

  .features>div:nth-child(2n) { border-right:0; }
  .features>div:nth-child(n+3) { border-bottom:0; }
  .features i {
    width:28px;
    height:28px;
    font-size:14px;
    flex:0 0 28px;
  }
  .features b { font-size:8.5px; }
  .features small { font-size:6.7px; }

  .section, .dark-section { padding:60px 0; }

  .section-head { margin-bottom:23px; }
  .section-head h2,
  .about-grid h2,
  .mersin h2,
  .contact h2 {
    font-size:30px;
    line-height:1.08;
    letter-spacing:-.9px;
  }

  .section-head p,
  .mersin p {
    font-size:10px;
    line-height:1.65;
  }

  .service-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .service {
    min-height:112px;
    display:grid;
    grid-template-columns:46px 1fr;
    grid-template-rows:auto auto;
    column-gap:13px;
    padding:18px;
    border-radius:13px;
    background:#151515;
    border-color:#282828;
    box-shadow:0 8px 25px rgba(0,0,0,.16);
  }

  .service .icon {
    grid-row:1 / span 2;
    width:46px;
    height:46px;
    margin:0;
    border-radius:11px;
    font-size:20px;
    background:#27200c;
  }

  .service h3 {
    align-self:end;
    font-size:12px;
    margin:0 0 3px;
    color:#fff;
  }

  .service p {
    font-size:9px;
    line-height:1.45;
    margin:0;
    color:#8e8e8e;
  }

  .about-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }

  .about-grid p {
    font-size:10px;
    line-height:1.7;
    margin:13px 0 18px;
  }

  .about-list {
    grid-template-columns:1fr;
    gap:7px;
  }

  .about-list div {
    min-height:44px;
    padding:9px 11px;
    background:#131313;
  }

  .about-list span { font-size:8.5px; }

  .dark-call {
    padding:26px 20px;
    border-radius:15px;
  }

  .dark-call>strong {
    font-size:21px;
    margin:6px 0 18px;
  }

  .dark-call .btn {
    min-height:46px;
    width:100%;
  }

  .mersin-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:25px;
  }

  .mersin-map {
    height:235px;
    border-radius:16px;
  }

  .mersin-map b { font-size:22px; }
  .mersin-map>span { font-size:8px; }

  .districts { gap:6px; margin-top:15px; }
  .districts span {
    font-size:7.5px;
    padding:6px 8px;
  }

  .contact {
    padding:58px 0 92px;
  }

  .contact-inner {
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
  }

  .contact p {
    font-size:10px;
    line-height:1.6;
  }

  .contact-buttons { gap:8px; }
  .contact-buttons a {
    min-height:62px;
    padding:10px 12px;
    border-radius:10px;
  }
  .contact-buttons span {
    width:38px;
    height:38px;
    flex:0 0 38px;
  }
  .contact-buttons b { font-size:11px; }
  .contact-buttons small { font-size:6.5px; }

  .footer {
    min-height:0;
    padding:20px 0 88px;
    display:grid;
    gap:7px;
  }

  .footer>a { font-size:10px; }
  .footer span { font-size:7px; }

  .mobile-bar {
    display:grid;
    grid-template-columns:1fr 1fr;
    position:fixed;
    z-index:500;
    left:0;
    right:0;
    bottom:0;
    height:61px;
    background:rgba(10,10,10,.98);
    border-top:1px solid #292929;
    box-shadow:0 -10px 30px rgba(0,0,0,.35);
    padding-bottom:env(safe-area-inset-bottom);
  }

  .mobile-bar a {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:#fff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.2px;
  }

  .mobile-bar a:first-child {
    background:#f5b900;
    color:#111;
  }

  /* iPhone notch / very narrow devices */
  @supports (padding: max(0px)) {
    .header { padding-top:max(0px, env(safe-area-inset-top)); }
    .mobile-bar { padding-bottom:max(0px, env(safe-area-inset-bottom)); height:calc(61px + env(safe-area-inset-bottom)); }
  }
}

@media (max-width:370px) {
  .container { width:calc(100% - 22px); }
  .hero h1 { font-size:36px; }
  .hero-actions .btn { font-size:8px; }
  .hero-car { min-height:245px; }
  .hero-car img { max-height:245px; }
  .hero-stats b { font-size:11px; }
  .hero-stats span { font-size:6px; }
}

.footer-contact-label{
  color:#777;
  font-size:9px;
  font-weight:700;
  letter-spacing:.3px;
}
@media(max-width:600px){
  .footer-contact-label{font-size:8px}
}
