
:root{
  --yellow:#ffd200; --yellow2:#ffbf00; --ink:#101317; --muted:#66707d;
  --line:#e8eaee; --soft:#f7f8fa; --green:#20c66a; --white:#fff;
  --shadow:0 20px 60px rgba(20,25,32,.12); --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#111;color:#fff;font-size:12px}
.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar span{opacity:.78}.topbar a{font-weight:900;color:#ffd200}
.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-inner{height:78px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:-.02em}
.logo{width:44px;height:44px;border-radius:13px;background:var(--yellow);display:grid;place-items:center;font-size:21px;font-weight:950}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy small{margin-top:5px;font-size:9px;letter-spacing:.15em;color:#777f8a;font-weight:900}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px;font-weight:800;color:#3f4854}
.nav-links a:hover{color:#000}
.header-phone{display:flex;align-items:center;gap:10px;border-left:1px solid var(--line);padding-left:20px}
.header-phone i{font-style:normal;width:40px;height:40px;border-radius:12px;background:#fff5bf;display:grid;place-items:center}
.header-phone span{display:flex;flex-direction:column;line-height:1.15}.header-phone b{font-size:14px}.header-phone small{font-size:10px;color:#868d97;font-weight:800}
.menu-btn{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;font-size:22px}

.hero{padding:62px 0 70px;background:linear-gradient(105deg,#fff 0 55%,#fff9df 100%)}
.hero-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:48px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:#fff6bf;border:1px solid #ffe362;color:#866e00;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.eyebrow:before{content:"";width:8px;height:8px;background:var(--yellow2);border-radius:50%}
.hero h1{font-size:clamp(46px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:18px 0 20px}
.hero h1 strong{color:#d5aa00}
.hero p{font-size:17px;color:var(--muted);max-width:590px;margin:0 0 26px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{min-height:52px;padding:0 20px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:950;border:1px solid transparent;transition:.18s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--yellow);color:#111;box-shadow:0 12px 30px rgba(255,210,0,.24)}
.btn-wa{background:var(--green);color:#fff}
.btn-light{background:#fff;border-color:var(--line)}
.hero-note{display:flex;align-items:center;gap:9px;margin-top:20px;color:#515a66;font-size:13px;font-weight:750}
.hero-note b{color:#111}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.trust{border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px;box-shadow:0 8px 24px rgba(20,25,32,.04)}
.trust b{display:block;font-size:13px}.trust small{display:block;color:#7a828d;margin-top:3px;font-size:11px}

.hero-photo{position:relative;min-height:520px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#eee}
.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 45%,rgba(0,0,0,.5) 100%)}
.photo-badge{position:absolute;z-index:2;left:20px;top:20px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);padding:11px 13px;border-radius:13px;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.photo-badge small{display:block;color:#737b85;font-size:10px;font-weight:800}.photo-badge b{font-size:14px}
.photo-bottom{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:15px}
.photo-bottom h3{margin:0;font-size:22px}.photo-bottom p{margin:3px 0 0;color:rgba(255,255,255,.78);font-size:12px}
.photo-bottom a{background:var(--yellow);color:#111;padding:12px 15px;border-radius:12px;font-weight:950;font-size:13px;white-space:nowrap}

section{padding:78px 0}
.section-head{max-width:760px;margin:0 auto 34px;text-align:center}
.kicker{font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#a48200}
.section-head h2{font-size:clamp(32px,4vw,46px);line-height:1.08;letter-spacing:-.04em;margin:9px 0 12px}
.section-head p{color:var(--muted);margin:0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(20,25,32,.05)}
.card .icon{width:50px;height:50px;border-radius:15px;background:#fff5bd;display:grid;place-items:center;font-size:21px;margin-bottom:16px}
.card h3{font-size:18px;margin:0 0 7px}.card p{font-size:13px;color:var(--muted);margin:0 0 18px}.card a{font-size:12px;font-weight:950}

.real-stand{background:#111;color:#fff;overflow:hidden}
.stand-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.stand-photo{border-radius:28px;overflow:hidden;min-height:460px;position:relative}
.stand-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.stand-copy .kicker{color:#ffd200}.stand-copy h2{font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.045em;margin:10px 0 16px}.stand-copy p{color:#c7ccd3}
.stand-points{display:grid;gap:12px;margin:24px 0}.stand-point{display:flex;gap:11px;align-items:center}.stand-point span{width:34px;height:34px;border-radius:10px;background:#ffd200;color:#111;display:grid;place-items:center;font-weight:950}.stand-point b{font-size:13px}
.stand-contact{display:flex;gap:12px;flex-wrap:wrap}

.purchase{background:#fffaf0}
.purchase-box{border:1px solid #edd77b;border-radius:28px;background:#fff;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:var(--shadow)}
.purchase-copy{padding:38px}.purchase-copy h2{font-size:38px;line-height:1.06;letter-spacing:-.04em;margin:9px 0 14px}.purchase-copy p{color:var(--muted)}
.steps{padding:34px;background:#fff6c8;display:grid;gap:14px}
.step{display:flex;gap:13px}.step>span{flex:0 0 34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e5c94a;display:grid;place-items:center;font-size:11px;font-weight:950}.step b{display:block;font-size:13px}.step small{display:block;color:#747b84;margin-top:2px}

.why{background:var(--soft)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px}.why-card b{display:block;font-size:17px;margin:12px 0 6px}.why-card p{color:var(--muted);font-size:13px;margin:0}.why-card span{width:44px;height:44px;border-radius:14px;background:#fff3ac;display:grid;place-items:center}

.cta-wrap{padding:0 0 78px}.cta{background:#111;color:#fff;border-radius:28px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta h2{font-size:30px;margin:0}.cta p{color:#c5cad1;margin:4px 0 0}

footer{background:#f7f8fa;border-top:1px solid var(--line);padding:40px 0 95px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}.footer-grid p,.footer-grid a,.footer-grid span{font-size:12px;color:#747c87}.footer-grid b{font-size:13px;display:block;margin-bottom:10px}.footer-links{display:grid;gap:7px}
.footer-bottom{border-top:1px solid var(--line);margin-top:25px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#858c95}
.mobile-bar{display:none}

.page-hero{padding:58px 0;background:#fff9dd}.page-hero h1{font-size:50px;line-height:1.02;letter-spacing:-.045em;margin:8px 0 12px}.page-hero p{max-width:720px;color:var(--muted)}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-card{border:1px solid var(--line);border-radius:23px;padding:26px;background:#fff}.contact-item{padding:13px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border-bottom:0}.contact-item small{display:block;color:#888f98;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.contact-item strong{display:block;font-size:18px;margin-top:4px}
form{display:grid;gap:12px}input,textarea{width:100%;border:1px solid #dfe2e6;border-radius:13px;padding:14px;background:#fff;outline:none}textarea{min-height:130px;resize:vertical}input:focus,textarea:focus{border-color:#c9a500;box-shadow:0 0 0 4px rgba(255,210,0,.14)}

@media(max-width:930px){
  .topbar{display:none}.nav-inner{height:70px}.nav-links,.header-phone{display:none}.menu-btn{display:block}
  .nav.open .nav-links{display:flex;position:absolute;left:20px;right:20px;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:3px}
  .nav.open .nav-links a{padding:11px;border-radius:10px}
  .hero-grid,.stand-grid,.purchase-box,.content-grid{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr 1fr}.hero-photo{min-height:450px}
  .stand-photo{min-height:420px}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .brand-copy span{font-size:14px}.brand-copy small{font-size:8px}
  .hero{padding:30px 0 46px}.hero-grid{gap:26px}.hero h1{font-size:43px}.hero p{font-size:15px}
  .actions{display:grid;grid-template-columns:1fr 1fr}.btn{font-size:12px;padding:0 11px;min-height:49px}
  .trust-row{grid-template-columns:1fr 1fr;gap:10px}.trust:last-child{grid-column:1/-1}
  .hero-photo{min-height:390px;border-radius:23px}.hero-photo img{object-position:center}
  .photo-badge{left:13px;top:13px;padding:9px 11px}.photo-bottom{left:14px;right:14px;bottom:14px}.photo-bottom h3{font-size:17px}.photo-bottom p{font-size:10px}.photo-bottom a{padding:10px 11px;font-size:11px}
  section{padding:58px 0}.section-head{text-align:left;margin-bottom:24px}.section-head h2{font-size:33px}
  .service-grid,.why-grid{grid-template-columns:1fr}
  .stand-photo{min-height:390px;border-radius:22px}.stand-copy h2{font-size:35px}
  .purchase-copy{padding:26px 22px}.purchase-copy h2{font-size:31px}.steps{padding:24px 22px}
  .cta{padding:26px 22px;flex-direction:column;align-items:flex-start}.cta h2{font-size:26px}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}
  footer{padding-bottom:105px}
  .mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:10px;right:10px;bottom:10px;z-index:120;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.26)}
  .mobile-bar a{height:56px;display:flex;align-items:center;justify-content:center;font-weight:950}.mobile-bar a:first-child{background:#ffd200}.mobile-bar a:last-child{background:#20c66a;color:#fff}
  .page-hero{padding:42px 0}.page-hero h1{font-size:39px}
}


/* ===== V4 PREMIUM POLISH ===== */
:root{
  --max:1180px;
}
body{overflow-x:hidden}
::selection{background:#ffd200;color:#111}
.nav{box-shadow:0 6px 22px rgba(20,25,32,.035)}
.nav-links a{position:relative}
.nav-links a:after{
  content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:#ffd200;
  transition:right .2s ease
}
.nav-links a:hover:after{right:0}

.hero{position:relative}
.hero:before{
  content:"";position:absolute;width:430px;height:430px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,210,0,.18),rgba(255,210,0,0) 68%);
  right:-100px;top:-120px;pointer-events:none
}
.hero-grid{position:relative}
.hero h1{max-width:690px}
.hero p{max-width:610px}

.hero-photo{transition:transform .35s ease,box-shadow .35s ease}
.hero-photo:hover{transform:translateY(-3px);box-shadow:0 26px 70px rgba(20,25,32,.16)}
.hero-photo img{transition:transform .6s ease}
.hero-photo:hover img{transform:scale(1.018)}

.quick-info{
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff
}
.quick-info-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-item{padding:20px 22px;display:flex;gap:12px;align-items:center;border-right:1px solid var(--line)}
.quick-item:last-child{border-right:0}
.quick-item i{font-style:normal;width:40px;height:40px;border-radius:12px;background:#fff6bf;display:grid;place-items:center;flex:0 0 40px}
.quick-item b{display:block;font-size:13px}.quick-item small{display:block;color:#7b838d;font-size:11px;margin-top:2px}

.services-v4 .card{position:relative;overflow:hidden;transition:.2s ease}
.services-v4 .card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(20,25,32,.08)}
.services-v4 .card:before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#ffd200;opacity:0;transition:.2s
}
.services-v4 .card:hover:before{opacity:1}

.gallery-strip{background:#fff;padding-top:0}
.gallery-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.gallery-main,.gallery-side{position:relative;overflow:hidden;border-radius:26px;background:#eee}
.gallery-main{min-height:510px}.gallery-side{min-height:246px}
.gallery-stack{display:grid;gap:18px}
.gallery-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gallery-main img{object-position:center 52%}
.gallery-side.top img{object-position:center 25%}
.gallery-side.bottom img{object-position:center 74%}
.gallery-caption{
  position:absolute;left:16px;bottom:16px;z-index:2;background:rgba(17,17,17,.78);
  backdrop-filter:blur(9px);color:#fff;border-radius:13px;padding:10px 12px;font-size:12px;font-weight:800
}
.gallery-main:after,.gallery-side:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.28))}

.area-section{background:#fff}
.area-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}
.area-card{border:1px solid var(--line);border-radius:25px;background:#fff;padding:28px}
.area-card h3{font-size:27px;letter-spacing:-.03em;margin:0 0 10px}.area-card p{color:var(--muted);margin:0 0 20px}
.area-list{display:flex;flex-wrap:wrap;gap:9px}
.area-list span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#f8f9fa;font-size:12px;font-weight:800}
.area-visual{border-radius:25px;background:linear-gradient(135deg,#fff5b0,#ffd200);position:relative;overflow:hidden;padding:30px;min-height:260px;display:flex;align-items:flex-end}
.area-visual:before{
  content:"";position:absolute;width:250px;height:250px;border:45px solid rgba(255,255,255,.45);
  border-radius:50%;right:-55px;top:-55px
}
.area-visual:after{
  content:"⌖";position:absolute;right:62px;top:44px;font-size:86px;font-weight:900;color:#111
}
.area-visual strong{position:relative;z-index:2;font-size:32px;line-height:1.06;letter-spacing:-.04em;max-width:340px}

.faq{background:#f7f8fa}
.faq-list{max-width:860px;margin:0 auto;display:grid;gap:11px}
.faq-item{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}
.faq-q{width:100%;border:0;background:#fff;text-align:left;padding:19px 21px;font-weight:900;color:#15191f;display:flex;justify-content:space-between;gap:18px;cursor:pointer}
.faq-q span:last-child{font-size:20px;color:#a58600}
.faq-a{display:none;padding:0 21px 19px;color:#69717d;font-size:14px}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}

.floating-wa{
  position:fixed;right:18px;bottom:20px;z-index:115;width:58px;height:58px;border-radius:50%;
  background:#20c66a;color:#fff;display:grid;place-items:center;font-size:25px;
  box-shadow:0 14px 34px rgba(0,0,0,.22);border:4px solid #fff
}
.floating-wa:hover{transform:translateY(-2px)}

.desktop-mini-cta{
  position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:110;
  display:flex;align-items:center;gap:14px;padding:9px 10px 9px 16px;border-radius:18px;
  background:rgba(17,17,17,.92);backdrop-filter:blur(12px);color:#fff;box-shadow:0 18px 45px rgba(0,0,0,.22)
}
.desktop-mini-cta span{font-size:12px;color:#d6dae0}.desktop-mini-cta b{font-size:13px}
.desktop-mini-cta a{background:#ffd200;color:#111;padding:10px 14px;border-radius:12px;font-size:12px;font-weight:950}

@media(max-width:930px){
  .quick-info-grid{grid-template-columns:1fr 1fr}
  .quick-item:nth-child(2){border-right:0}
  .quick-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .gallery-grid,.area-wrap{grid-template-columns:1fr}
  .gallery-main{min-height:420px}
  .gallery-stack{grid-template-columns:1fr 1fr}
  .gallery-side{min-height:220px}
  .desktop-mini-cta{display:none}
}
@media(max-width:600px){
  .quick-info-grid{grid-template-columns:1fr 1fr}
  .quick-item{padding:15px 12px;gap:9px}
  .quick-item i{width:36px;height:36px;flex-basis:36px}
  .quick-item b{font-size:12px}.quick-item small{font-size:10px}
  .gallery-main{min-height:360px;border-radius:21px}
  .gallery-stack{grid-template-columns:1fr 1fr;gap:10px}
  .gallery-side{min-height:165px;border-radius:18px}
  .gallery-caption{font-size:10px;left:10px;bottom:10px;padding:8px 10px}
  .area-card{padding:22px}.area-card h3{font-size:24px}
  .area-visual{min-height:220px;padding:22px}.area-visual strong{font-size:27px}
  .faq-q{padding:17px;font-size:14px}.faq-a{padding:0 17px 17px;font-size:13px}
  .floating-wa{display:none}
}

/* smoother mobile nav */
@media(max-width:930px){
  .nav.open .nav-links{animation:menuIn .18s ease both}
}
@keyframes menuIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}


/* ===== V5 PREMIUM UPGRADE ===== */
:root{--premium-shadow:0 24px 70px rgba(16,19,23,.12)}
body{overflow-x:hidden}
::selection{background:#ffd200;color:#111}

.hero-pro{
  padding:62px 0 56px;
  background:
    radial-gradient(circle at 85% 12%,rgba(255,210,0,.17),transparent 27%),
    linear-gradient(180deg,#fff,#fffdf6);
}
.hero-pro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}
.hero-pro h1{font-size:clamp(48px,6.2vw,78px);line-height:.96;letter-spacing:-.06em;margin:18px 0}
.hero-pro h1 em{font-style:normal;color:#d5aa00}
.hero-pro p{font-size:17px;color:var(--muted);max-width:590px;margin:0 0 25px}
.hero-pro-actions{display:flex;gap:11px;flex-wrap:wrap}
.hero-micro{display:flex;gap:9px;align-items:center;margin-top:17px;font-size:12px;font-weight:800;color:#626a75}
.hero-micro span:first-child{width:27px;height:27px;background:#fff1a0;border-radius:9px;display:grid;place-items:center;color:#111}

.hero-real-photo{position:relative;min-height:575px;overflow:hidden;border-radius:31px;background:#eee;box-shadow:var(--premium-shadow)}
.hero-real-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}
.hero-real-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 40%,rgba(0,0,0,.54) 100%)}
.real-pill{position:absolute;z-index:3;top:17px;left:17px;padding:10px 12px;border-radius:13px;background:rgba(255,255,255,.95);font-size:10px;font-weight:950;letter-spacing:.05em}
.real-bottom{position:absolute;z-index:3;left:19px;right:19px;bottom:19px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;color:#fff}
.real-bottom h3{margin:0;font-size:23px}.real-bottom p{margin:3px 0 0;font-size:11px;color:rgba(255,255,255,.78)}
.real-bottom a{padding:11px 14px;background:#ffd200;color:#111;border-radius:12px;font-size:12px;font-weight:950;white-space:nowrap}

.action-rail{padding:0;background:#fff}
.action-rail-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 32px rgba(20,25,32,.045)}
.action-unit{padding:17px 18px;display:flex;align-items:center;gap:11px;border-right:1px solid var(--line);background:#fff}
.action-unit:last-child{border-right:0}.action-unit i{font-style:normal;width:38px;height:38px;border-radius:12px;background:#fff3ae;display:grid;place-items:center}
.action-unit b{display:block;font-size:12px}.action-unit small{display:block;font-size:10px;color:#7a828d;margin-top:2px}

.pro-section{background:#fff}
.pro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pro-card{position:relative;border:1px solid var(--line);border-radius:23px;padding:26px;background:#fff;transition:.2s}
.pro-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(20,25,32,.08)}
.pro-card .num{position:absolute;right:18px;top:13px;font-size:46px;font-weight:950;color:#f0f1f3;line-height:1}
.pro-card .ico{width:48px;height:48px;border-radius:15px;background:#fff1a1;display:grid;place-items:center;font-size:20px;margin-bottom:27px}
.pro-card h3{margin:0 0 7px;font-size:18px}.pro-card p{margin:0;color:var(--muted);font-size:13px}

.split-photo{background:#f7f8fa}
.split-photo-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.photo-panel{position:relative;min-height:530px;border-radius:28px;overflow:hidden;background:#ddd}
.photo-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.photo-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.52))}
.photo-cap{position:absolute;z-index:2;left:20px;bottom:20px;color:#fff}.photo-cap h3{margin:0;font-size:25px}.photo-cap p{font-size:11px;color:rgba(255,255,255,.78);margin:4px 0 0}
.fact-stack{display:grid;gap:16px}
.fact-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:25px}
.fact-card h3{font-size:21px;margin:0 0 9px}.fact-card p{color:var(--muted);font-size:13px;margin:0}
.fact-card strong{display:block;font-size:29px;letter-spacing:-.04em;margin-top:13px}

.buy-pro{background:#11151a;color:#fff}
.buy-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}
.buy-copy,.buy-steps{border-radius:27px}
.buy-copy{padding:38px;background:#171c22;border:1px solid rgba(255,255,255,.08)}
.buy-copy .kicker{color:#ffd200}.buy-copy h2{font-size:clamp(38px,4.7vw,54px);line-height:1;letter-spacing:-.052em;margin:10px 0 15px}.buy-copy p{color:#c5cbd2;margin:0 0 20px}
.buy-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 24px}.buy-tags span{font-size:10px;font-weight:850;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 10px;color:#e6e9ed}
.buy-steps{background:#ffd200;color:#111;padding:31px;display:flex;flex-direction:column;justify-content:center}
.buy-steps h3{font-size:27px;letter-spacing:-.04em;margin:0 0 15px}
.buy-step-v5{display:flex;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(0,0,0,.12)}
.buy-step-v5:last-child{border-bottom:0}.buy-step-v5 b{width:31px;height:31px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:11px}.buy-step-v5 span{font-size:13px;font-weight:900}

.region-pro{background:#fff}
.region-box{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px}
.region-copy,.region-visual{border-radius:25px;border:1px solid var(--line)}
.region-copy{padding:28px}.region-copy h3{font-size:28px;letter-spacing:-.035em;margin:0 0 10px}.region-copy p{font-size:13px;color:var(--muted)}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.chips span{border:1px solid var(--line);background:#f8f9fa;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:850}
.region-visual{min-height:260px;padding:28px;background:linear-gradient(135deg,#fff5b0,#ffd200);position:relative;overflow:hidden;display:flex;align-items:flex-end}
.region-visual:before{content:"⌖";position:absolute;right:46px;top:20px;font-size:112px;font-weight:950;color:#111;opacity:.92}
.region-visual strong{position:relative;z-index:2;font-size:30px;line-height:1.06;letter-spacing:-.04em;max-width:340px}

.faq-v5{background:#f7f8fa}
.faq-v5-list{max-width:850px;margin:auto;display:grid;gap:10px}
.faq-v5-item{border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden}
.faq-v5-q{width:100%;border:0;background:#fff;text-align:left;padding:18px 20px;display:flex;justify-content:space-between;gap:16px;font-weight:900;cursor:pointer}
.faq-v5-a{display:none;padding:0 20px 18px;color:#68717d;font-size:13px}.faq-v5-item.open .faq-v5-a{display:block}

@media(max-width:930px){
 .hero-pro-grid,.split-photo-grid,.buy-grid,.region-box{grid-template-columns:1fr}
 .hero-real-photo{min-height:470px}.action-rail-grid{grid-template-columns:1fr 1fr}
 .action-unit:nth-child(2){border-right:0}.action-unit:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .pro-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .hero-pro{padding:28px 0 42px}.hero-pro-grid{gap:24px}.hero-pro h1{font-size:43px}.hero-pro p{font-size:15px}
 .hero-pro-actions{display:grid;grid-template-columns:1fr 1fr}.hero-real-photo{min-height:395px;border-radius:22px}.hero-real-photo img{object-position:center 50%}
 .real-pill{top:11px;left:11px}.real-bottom{left:13px;right:13px;bottom:13px}.real-bottom h3{font-size:18px}.real-bottom p{font-size:9px}
 .action-unit{padding:13px 11px;gap:8px}.action-unit i{width:35px;height:35px}.pro-cards{grid-template-columns:1fr}
 .photo-panel{min-height:395px;border-radius:22px}.buy-copy,.buy-steps{padding:24px 21px;border-radius:22px}.buy-copy h2{font-size:35px}
 .region-copy{padding:22px}.region-visual{min-height:215px;padding:22px}.region-visual strong{font-size:26px}
}


/* ===== V6 - İKİ GERÇEK FOTOĞRAF ===== */
.hero-real-photo img{object-position:center 46%}

.real-gallery{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:18px;
  align-items:stretch
}
.real-gallery-main,
.real-gallery-side{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#eceff2;
  box-shadow:0 16px 45px rgba(16,19,23,.08)
}
.real-gallery-main{min-height:560px}
.real-gallery-side{min-height:560px}
.real-gallery-main img,
.real-gallery-side img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}
.real-gallery-main img{object-position:center 48%}
.real-gallery-side img{object-position:center 38%}
.real-gallery-main:after,
.real-gallery-side:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.54))
}
.gallery-label{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:18px;
  color:#fff
}
.gallery-label b{display:block;font-size:21px;letter-spacing:-.025em}
.gallery-label small{display:block;margin-top:3px;color:rgba(255,255,255,.8);font-size:11px}

.business-proof{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.business-proof .proof-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:17px 18px;
  background:#fff
}
.business-proof b{display:block;font-size:13px}
.business-proof small{display:block;color:#7b838d;font-size:11px;margin-top:3px}

.about-photo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:24px
}
.about-photo{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border-radius:24px;
  background:#eee
}
.about-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}
.about-photo:first-child img{object-position:center 48%}
.about-photo:last-child img{object-position:center 35%}

@media(max-width:930px){
  .real-gallery{grid-template-columns:1fr}
  .real-gallery-main,.real-gallery-side{min-height:450px}
  .business-proof{grid-template-columns:1fr 1fr}
  .business-proof .proof-card:last-child{grid-column:1/-1}
  .about-photo-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .real-gallery{gap:12px}
  .real-gallery-main,.real-gallery-side{min-height:390px;border-radius:22px}
  .real-gallery-main img{object-position:center 48%}
  .real-gallery-side img{object-position:center 34%}
  .gallery-label{left:13px;right:13px;bottom:13px}
  .gallery-label b{font-size:17px}
  .business-proof{grid-template-columns:1fr}
  .business-proof .proof-card:last-child{grid-column:auto}
  .about-photo{min-height:360px;border-radius:20px}
}


/* ===== V7 TAKSİ KAYIT BÖLÜMÜ ===== */
.register-pro{
  background:#11151a;
  color:#fff;
}
.register-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.register-copy{
  padding:40px;
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,210,0,.12),transparent 28%),
    #171c22;
  border:1px solid rgba(255,255,255,.08);
}
.register-copy .kicker{color:#ffd200}
.register-copy h2{
  font-size:clamp(38px,4.8vw,56px);
  line-height:1;
  letter-spacing:-.055em;
  margin:10px 0 16px;
}
.register-copy p{
  color:#c7cdd4;
  max-width:650px;
  margin:0 0 22px;
}
.register-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:20px 0 26px;
}
.register-tags span{
  padding:8px 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  color:#e8ebef;
  font-size:11px;
  font-weight:850;
}
.register-side{
  padding:34px;
  border-radius:28px;
  background:#ffd200;
  color:#111;
}
.register-side h3{
  font-size:29px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin:9px 0 18px;
}
.register-step{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,.12);
}
.register-step:last-child{border-bottom:0}
.register-step>b{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  background:#111;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
}
.register-step strong{
  display:block;
  font-size:14px;
}
.register-step small{
  display:block;
  color:rgba(0,0,0,.65);
  font-size:11px;
  margin-top:3px;
  line-height:1.45;
}

@media(max-width:930px){
  .register-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .register-copy,.register-side{
    padding:25px 22px;
    border-radius:22px;
  }
  .register-copy h2{font-size:35px}
  .register-side h3{font-size:25px}
}


/* ===== V8 GELİŞTİRİLMİŞ ===== */
:root{
  --yellow:#ffd200;
  --ink:#11151a;
  --muted:#68717c;
  --line:#e8eaee;
  --soft:#f7f8fa;
  --green:#20c66a;
}
body{background:#fff}
.nav-inner{max-width:1180px}
.nav-links a{transition:.18s ease}
.nav-links a:hover{color:#111}

.hero-pro{
  padding-top:56px;
  padding-bottom:52px;
}
.hero-pro-grid{gap:52px}
.hero-pro h1{max-width:680px}
.hero-pro p{font-size:17px;line-height:1.65}
.hero-pro-actions .btn{min-width:185px}
.hero-real-photo{box-shadow:0 28px 80px rgba(16,19,23,.14)}
.hero-real-photo:before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:22px;
  z-index:2;
  pointer-events:none
}

.register-banner{
  padding:18px 0 0;
  background:#fff;
}
.register-banner-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:18px 20px;
  border-radius:18px;
  background:linear-gradient(90deg,#fff6bf,#ffd200);
  border:1px solid #efd04a;
}
.register-banner-copy{
  display:flex;
  align-items:center;
  gap:13px;
}
.register-banner-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:14px;
  background:#111;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:950;
}
.register-banner b{display:block;font-size:14px}
.register-banner small{display:block;color:#4b4d50;font-size:11px;margin-top:2px}
.register-banner a{
  padding:11px 14px;
  border-radius:12px;
  background:#111;
  color:#fff;
  font-weight:900;
  font-size:12px;
  white-space:nowrap
}

.driver-section{background:#fff}
.driver-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.driver-card{
  border:1px solid var(--line);
  border-radius:23px;
  background:#fff;
  padding:26px;
  position:relative;
  overflow:hidden;
  transition:.2s ease;
}
.driver-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(16,19,23,.08)
}
.driver-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#ffd200;
}
.driver-card .driver-icon{
  width:48px;
  height:48px;
  border-radius:15px;
  background:#fff2a2;
  display:grid;
  place-items:center;
  font-size:20px;
  margin-bottom:20px
}
.driver-card h3{margin:0 0 7px;font-size:18px}
.driver-card p{margin:0;color:var(--muted);font-size:13px}

.register-form-section{
  background:linear-gradient(180deg,#f7f8fa,#fff);
}
.register-form-wrap{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:22px;
  align-items:start;
}
.register-form-copy{
  position:sticky;
  top:100px;
  border-radius:26px;
  padding:30px;
  background:#11151a;
  color:#fff;
}
.register-form-copy .kicker{color:#ffd200}
.register-form-copy h2{
  font-size:36px;
  line-height:1.03;
  letter-spacing:-.045em;
  margin:10px 0 12px
}
.register-form-copy p{color:#c7cdd3;font-size:13px}
.register-form-copy .mini-list{
  margin-top:20px;
  display:grid;
  gap:11px
}
.register-form-copy .mini-list div{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12px
}
.register-form-copy .mini-list span{
  width:27px;height:27px;border-radius:9px;background:#ffd200;color:#111;display:grid;place-items:center;flex:0 0 27px;font-weight:950
}
.register-form-card{
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
  background:#fff;
  box-shadow:0 15px 38px rgba(16,19,23,.055)
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}
.form-field{display:grid;gap:6px}
.form-field.full{grid-column:1/-1}
.form-field label{
  font-size:11px;
  font-weight:850;
  color:#4f5863
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  border:1px solid #dfe2e6;
  border-radius:13px;
  padding:13px 14px;
  background:#fff;
  color:#111;
  outline:none
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:#caa800;
  box-shadow:0 0 0 4px rgba(255,210,0,.13)
}
.form-field textarea{min-height:115px;resize:vertical}
.form-submit{
  margin-top:14px;
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between
}
.form-submit small{color:#7a828c;font-size:10px;max-width:320px}
.form-submit button{border:0;cursor:pointer}

.stats-strip{
  background:#11151a;
  color:#fff;
  padding:28px 0;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.stat{
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:17px;
  background:rgba(255,255,255,.03)
}
.stat b{display:block;font-size:15px}
.stat small{display:block;color:#aeb5bd;font-size:11px;margin-top:3px}

.mobile-quick-register{
  display:none;
}

@media(max-width:930px){
  .driver-grid{grid-template-columns:1fr 1fr}
  .register-form-wrap{grid-template-columns:1fr}
  .register-form-copy{position:static}
}
@media(max-width:600px){
  .register-banner-inner{
    align-items:flex-start;
    flex-direction:column
  }
  .register-banner a{width:100%;text-align:center}
  .driver-grid{grid-template-columns:1fr}
  .register-form-card{padding:21px}
  .register-form-copy{padding:23px}
  .register-form-copy h2{font-size:31px}
  .form-grid{grid-template-columns:1fr}
  .form-field.full{grid-column:auto}
  .form-submit{
    flex-direction:column;
    align-items:stretch
  }
  .form-submit button{width:100%}
  .stats-grid{grid-template-columns:1fr}
  .mobile-quick-register{
    display:block;
    position:fixed;
    left:10px;
    right:10px;
    bottom:74px;
    z-index:119;
    background:#111;
    color:#fff;
    border-radius:14px;
    padding:11px 14px;
    text-align:center;
    font-size:12px;
    font-weight:900;
    box-shadow:0 12px 30px rgba(0,0,0,.2)
  }
}

/* V9 LOCAL SEO CONTENT */
.local-seo-section{background:#fff;padding:70px 0}
.local-seo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.local-seo-grid h2{font-size:clamp(30px,4vw,44px);line-height:1.04;letter-spacing:-.045em;margin:10px 0 14px}
.local-seo-grid p{color:#68717c;font-size:14px;line-height:1.75;margin:0}
.local-seo-grid p a{color:#111;font-weight:900;text-decoration:underline;text-decoration-color:#ffd200;text-decoration-thickness:3px}
.local-seo-links{display:grid;gap:10px}
.local-seo-links a{display:block;border:1px solid var(--line);border-radius:17px;padding:17px 18px;background:#fff;transition:.18s}
.local-seo-links a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(16,19,23,.07)}
.local-seo-links b{display:block;font-size:13px}.local-seo-links small{display:block;color:#7a828c;font-size:11px;margin-top:3px}
@media(max-width:800px){.local-seo-grid{grid-template-columns:1fr}.local-seo-section{padding:52px 0}}

/* V10 ADDRESS */
.address-section{padding:0 0 72px;background:#fff}
.address-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px 26px;
  background:linear-gradient(135deg,#fff,#fff9d9);
  box-shadow:0 14px 36px rgba(16,19,23,.055)
}
.address-icon{
  width:54px;height:54px;border-radius:16px;background:#ffd200;display:grid;place-items:center;
  font-size:24px;font-weight:950;color:#111
}
.address-copy h2{font-size:24px;line-height:1.15;letter-spacing:-.03em;margin:5px 0 7px}
.address-copy p{margin:0;color:#6c7480;font-size:12px}
@media(max-width:720px){
  .address-card{grid-template-columns:auto 1fr}
  .address-card>a{grid-column:1/-1;width:100%}
}


/* ===== V12 PERFECT MOBILE RESPONSIVE ===== */

/* Global overflow and width protection */
html,body{
  max-width:100%;
  overflow-x:hidden;
}
*,
*::before,
*::after{
  min-width:0;
}
img,svg,video,canvas,iframe{
  max-width:100%;
  height:auto;
}
a,button,input,select,textarea{
  max-width:100%;
}
p,h1,h2,h3,h4,h5,h6,strong,b,span,a,small{
  overflow-wrap:anywhere;
  word-break:normal;
}
.container{
  width:min(1180px,calc(100% - 32px));
}

/* Prevent flex/grid children from forcing overflow */
.nav-inner,
.hero-pro-grid,
.action-rail-grid,
.pro-cards,
.real-gallery,
.business-proof,
.register-grid,
.driver-grid,
.register-form-wrap,
.form-grid,
.stats-grid,
.region-box,
.local-seo-grid,
.content-grid,
.about-photo-grid,
.footer-grid,
.quick-info-grid,
.service-grid,
.why-grid,
.purchase-box{
  min-width:0;
}
.nav-inner>*,
.hero-pro-grid>*,
.action-rail-grid>*,
.pro-cards>*,
.real-gallery>*,
.business-proof>*,
.register-grid>*,
.driver-grid>*,
.register-form-wrap>*,
.form-grid>*,
.stats-grid>*,
.region-box>*,
.local-seo-grid>*,
.content-grid>*,
.about-photo-grid>*,
.footer-grid>*{
  min-width:0;
}

/* Long address / phone protection */
.address-copy h2,
.contact-item strong,
.footer-links span,
.footer-links a,
.hero-pro h1,
.hero-pro p,
.register-copy h2,
.register-copy p,
.register-form-copy h2,
.local-seo-grid h2{
  overflow-wrap:anywhere;
}

/* Mobile nav */
@media(max-width:930px){
  .nav-inner{
    width:100%;
    padding:0;
  }
  .brand{
    min-width:0;
    max-width:calc(100% - 56px);
  }
  .brand-copy{
    min-width:0;
  }
  .brand-copy span{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    max-width:220px;
  }
  .nav.open .nav-links{
    left:16px;
    right:16px;
    width:auto;
    max-width:calc(100vw - 32px);
  }
  .nav.open .nav-links a{
    width:100%;
    overflow-wrap:anywhere;
  }
}

/* Tablet and below */
@media(max-width:768px){
  .container{
    width:min(100% - 24px,1180px);
  }

  section{
    padding-left:0;
    padding-right:0;
  }

  .hero-pro-grid,
  .real-gallery,
  .register-grid,
  .register-form-wrap,
  .region-box,
  .local-seo-grid,
  .content-grid,
  .about-photo-grid,
  .footer-grid{
    grid-template-columns:1fr !important;
  }

  .action-rail-grid,
  .business-proof,
  .driver-grid,
  .stats-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .hero-pro-actions,
  .actions{
    width:100%;
  }

  .hero-pro-actions .btn,
  .actions .btn{
    flex:1 1 0;
    min-width:0;
  }

  .address-card{
    grid-template-columns:auto 1fr !important;
  }
  .address-card>a{
    grid-column:1/-1;
    width:100%;
  }

  .hero-real-photo,
  .real-gallery-main,
  .real-gallery-side,
  .about-photo{
    width:100%;
  }

  .real-bottom{
    gap:10px;
  }
  .real-bottom>div{
    min-width:0;
  }
  .real-bottom h3,
  .real-bottom p{
    overflow-wrap:anywhere;
  }
}

/* Main phone range */
@media(max-width:600px){
  body{
    font-size:15px;
    padding-bottom:144px;
  }

  .container{
    width:calc(100% - 20px);
  }

  .topbar{
    display:none !important;
  }

  .nav-inner{
    height:66px;
    gap:10px;
  }

  .logo{
    width:40px;
    height:40px;
    flex:0 0 40px;
    border-radius:12px;
    font-size:19px;
  }

  .brand-copy span{
    font-size:13px;
    max-width:190px;
  }

  .brand-copy small{
    font-size:7.5px;
    letter-spacing:.11em;
    max-width:190px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .menu-btn{
    width:42px;
    height:42px;
    flex:0 0 42px;
  }

  .hero-pro{
    padding:26px 0 36px;
  }

  .hero-pro-grid{
    gap:22px;
  }

  .eyebrow{
    max-width:100%;
    white-space:normal;
    line-height:1.35;
    font-size:10px;
  }

  .hero-pro h1{
    font-size:clamp(36px,11.5vw,44px);
    line-height:.98;
    letter-spacing:-.05em;
    margin:15px 0;
  }

  .hero-pro p{
    font-size:14px;
    line-height:1.6;
    margin-bottom:20px;
  }

  .hero-pro-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px;
  }

  .hero-pro-actions .btn,
  .actions .btn{
    width:100%;
    min-height:50px;
    padding:0 14px;
    font-size:12px;
  }

  .hero-micro{
    align-items:flex-start;
    font-size:11px;
    line-height:1.45;
  }

  .hero-real-photo{
    min-height:360px;
    border-radius:20px;
  }

  .hero-real-photo:before{
    inset:8px;
    border-radius:15px;
  }

  .real-pill{
    top:10px;
    left:10px;
    right:auto;
    max-width:calc(100% - 20px);
    font-size:9px;
    padding:8px 10px;
  }

  .real-bottom{
    left:11px;
    right:11px;
    bottom:11px;
    align-items:flex-end;
  }

  .real-bottom h3{
    font-size:16px;
    line-height:1.15;
  }

  .real-bottom p{
    font-size:9px;
    line-height:1.35;
  }

  .real-bottom a{
    padding:9px 10px;
    font-size:10px;
    flex:0 0 auto;
  }

  .register-banner{
    padding-top:12px;
  }

  .register-banner-inner{
    padding:15px;
    border-radius:15px;
  }

  .register-banner-copy{
    align-items:flex-start;
    gap:10px;
  }

  .register-banner-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
  }

  .register-banner b{
    font-size:12px;
    line-height:1.35;
  }

  .register-banner small{
    font-size:10px;
    line-height:1.4;
  }

  .register-banner a{
    width:100%;
  }

  .action-rail-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .action-unit{
    min-height:78px;
    padding:12px 10px;
    align-items:flex-start;
  }

  .action-unit i{
    width:32px;
    height:32px;
    flex:0 0 32px;
    font-size:13px;
  }

  .action-unit b{
    font-size:11px;
    line-height:1.25;
  }

  .action-unit small{
    font-size:9px;
    line-height:1.3;
  }

  .section-head{
    margin-bottom:21px;
  }

  .section-head h2{
    font-size:30px !important;
    line-height:1.05;
  }

  .section-head p{
    font-size:13px;
    line-height:1.55;
  }

  .pro-cards,
  .driver-grid,
  .business-proof,
  .stats-grid{
    grid-template-columns:1fr !important;
  }

  .pro-card,
  .driver-card,
  .proof-card,
  .stat{
    padding:20px;
  }

  .real-gallery-main,
  .real-gallery-side{
    min-height:340px;
    border-radius:19px;
  }

  .gallery-label{
    left:11px;
    right:11px;
    bottom:11px;
  }

  .gallery-label b{
    font-size:15px;
  }

  .gallery-label small{
    font-size:9px;
  }

  .register-copy,
  .register-side{
    padding:22px 18px;
    border-radius:20px;
  }

  .register-copy h2{
    font-size:32px;
    line-height:1.02;
  }

  .register-copy p{
    font-size:13px;
    line-height:1.55;
  }

  .register-tags{
    gap:6px;
  }

  .register-tags span{
    font-size:9.5px;
    padding:7px 9px;
  }

  .register-side h3{
    font-size:23px;
  }

  .register-step{
    gap:10px;
    padding:12px 0;
  }

  .register-step strong{
    font-size:12px;
  }

  .register-step small{
    font-size:10px;
  }

  .register-form-wrap{
    gap:14px;
  }

  .register-form-copy,
  .register-form-card{
    border-radius:20px;
  }

  .register-form-copy{
    padding:20px;
  }

  .register-form-copy h2{
    font-size:29px;
  }

  .register-form-card{
    padding:18px;
  }

  .form-grid{
    grid-template-columns:1fr !important;
    gap:10px;
  }

  .form-field,
  .form-field.full{
    grid-column:auto !important;
  }

  .form-field input,
  .form-field select,
  .form-field textarea{
    font-size:16px; /* prevents iOS zoom */
    min-height:48px;
    padding:12px;
  }

  .form-field textarea{
    min-height:110px;
  }

  .form-submit{
    gap:10px;
  }

  .form-submit button{
    width:100%;
  }

  .region-box{
    grid-template-columns:1fr !important;
  }

  .region-copy,
  .region-visual{
    border-radius:20px;
  }

  .region-copy{
    padding:20px;
  }

  .region-copy h3{
    font-size:24px;
  }

  .region-visual{
    min-height:190px;
    padding:20px;
  }

  .region-visual:before{
    font-size:85px;
    right:25px;
    top:10px;
  }

  .region-visual strong{
    font-size:23px;
    max-width:70%;
  }

  .faq-v5-q,
  .faq-q{
    padding:15px 14px;
    font-size:13px;
    line-height:1.4;
  }

  .faq-v5-a,
  .faq-a{
    padding:0 14px 15px;
    font-size:12px;
    line-height:1.55;
  }

  .local-seo-section{
    padding:45px 0;
  }

  .local-seo-grid{
    grid-template-columns:1fr !important;
    gap:20px;
  }

  .local-seo-grid h2{
    font-size:28px;
    line-height:1.05;
  }

  .local-seo-grid p{
    font-size:13px;
    line-height:1.7;
  }

  .local-seo-links a{
    padding:15px;
  }

  .address-section{
    padding-bottom:48px;
  }

  .address-card{
    grid-template-columns:1fr !important;
    gap:12px;
    padding:19px;
    border-radius:20px;
  }

  .address-icon{
    width:46px;
    height:46px;
  }

  .address-copy h2{
    font-size:20px;
    line-height:1.2;
  }

  .address-copy p{
    font-size:11px;
    line-height:1.5;
  }

  .address-card>a{
    width:100%;
    grid-column:auto;
  }

  .cta{
    border-radius:20px;
    padding:22px 18px;
  }

  .cta h2{
    font-size:24px;
    line-height:1.05;
  }

  .cta p{
    font-size:12px;
  }

  .cta .actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100%;
  }

  footer{
    padding:32px 0 170px;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:22px;
  }

  .footer-bottom{
    gap:8px;
  }

  .footer-links a,
  .footer-links span{
    overflow-wrap:anywhere;
  }

  .mobile-bar{
    left:8px;
    right:8px;
    bottom:8px;
    border-radius:14px;
  }

  .mobile-bar a{
    min-width:0;
    height:54px;
    font-size:12px;
  }

  .mobile-quick-register{
    left:8px;
    right:8px;
    bottom:70px;
    border-radius:13px;
    padding:10px 12px;
    font-size:11px;
  }

  .floating-wa,
  .desktop-mini-cta{
    display:none !important;
  }
}

/* Small iPhone / narrow Android screens */
@media(max-width:390px){
  .container{
    width:calc(100% - 16px);
  }

  .brand-copy span{
    max-width:155px;
    font-size:12px;
  }

  .brand-copy small{
    max-width:155px;
    font-size:7px;
  }

  .hero-pro h1{
    font-size:37px;
  }

  .hero-real-photo{
    min-height:330px;
  }

  .real-bottom{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
  }

  .action-rail-grid{
    grid-template-columns:1fr !important;
  }

  .action-unit{
    border-right:0 !important;
    border-bottom:1px solid var(--line);
    min-height:auto;
  }

  .action-unit:last-child{
    border-bottom:0;
  }

  .section-head h2{
    font-size:27px !important;
  }

  .register-copy h2{
    font-size:29px;
  }

  .register-form-copy h2{
    font-size:27px;
  }

  .region-visual strong{
    font-size:21px;
    max-width:75%;
  }

  .address-copy h2{
    font-size:18px;
  }

  .mobile-bar a{
    font-size:11px;
  }
}

/* Very narrow legacy devices */
@media(max-width:340px){
  .brand-copy span,
  .brand-copy small{
    max-width:135px;
  }

  .hero-pro h1{
    font-size:34px;
  }

  .real-bottom{
    grid-template-columns:1fr;
  }

  .real-bottom a{
    width:100%;
    text-align:center;
  }

  .mobile-bar{
    grid-template-columns:1fr;
  }

  .mobile-bar a{
    height:46px;
  }

  .mobile-quick-register{
    bottom:108px;
  }

  body{
    padding-bottom:185px;
  }
}
