*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1a4fd6;--blue-dark:#1240b0;--blue-light:#e8f0fe;--cyan:#0891b2;
  --green-wa:#25D366;--white:#fff;
  --gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;
  --gray-400:#9ca3af;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;
  --shadow:0 4px 16px rgba(0,0,0,.10);--shadow-lg:0 8px 32px rgba(0,0,0,.14);
  --radius:12px;--radius-lg:20px;--t:all .25s cubic-bezier(.4,0,.2,1)
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--gray-700);background:#fff;line-height:1.65;overflow-x:hidden;padding-bottom:66px}
h1,h2,h3,h4{color:var(--gray-900);line-height:1.25}
a{text-decoration:none;color:inherit}

/* ── SVG ICONS ── */
.ic{display:inline-block;flex-shrink:0;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ic-lg{width:26px;height:26px;fill:none;stroke:var(--blue);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:var(--t)}
.ic-wa{fill:currentColor;stroke:none}
.service-card:hover .ic-lg{stroke:white}

/* ── LAYOUT ── */
.container{max-width:1140px;margin:0 auto;padding:0 16px}
.section{padding:40px 0}
.section-alt{background:var(--gray-50)}
.section-tag{display:inline-flex;align-items:center;gap:6px;background:var(--blue-light);color:var(--blue);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:99px;margin-bottom:10px}
.section-tag .ic{width:12px;height:12px;stroke:var(--blue)}
.section-title{font-size:clamp(1.45rem,5vw,2.2rem);font-weight:800;margin-bottom:10px}
.section-sub{font-size:.95rem;color:var(--gray-600);max-width:580px}
.section-header{margin-bottom:28px}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 24px;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;border:none;transition:var(--t);white-space:nowrap;min-height:52px;-webkit-tap-highlight-color:transparent}
.btn .ic{width:18px;height:18px}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-dark);box-shadow:0 6px 20px rgba(26,79,214,.35)}
.btn-wa{background:var(--green-wa);color:#fff;animation:pulse 2.5s ease-in-out infinite}
.btn-wa:hover{background:#1ebe5a;animation:none;box-shadow:0 6px 20px rgba(37,211,102,.40)}
.btn-wa .ic{fill:#fff;stroke:none}
.btn-outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}
.btn-outline:hover{background:var(--blue);color:#fff}
.btn-full{width:100%;justify-content:center}

/* ── TOPBAR ── */
.topbar{background:var(--blue-dark);color:rgba(255,255,255,.85);font-size:.75rem;padding:5px 0}
.topbar .container{display:flex;justify-content:center;align-items:center;gap:12px}
.topbar a{color:rgba(255,255,255,.9);transition:var(--t)}
.topbar-left{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}
.topbar-item{display:flex;align-items:center;gap:4px;white-space:nowrap}
.topbar .ic{width:11px;height:11px;stroke:rgba(255,255,255,.6)}
.topbar .ic-wa{fill:rgba(255,255,255,.6);stroke:none}
.topbar-right{display:none}
.lang-toggle{display:flex;align-items:center;gap:5px;background:var(--blue-light);color:var(--blue);border:1.5px solid var(--blue);border-radius:99px;padding:5px 12px;font-size:.78rem;font-weight:700;cursor:pointer;transition:var(--t);white-space:nowrap;line-height:1}
.lang-toggle:hover{background:var(--blue);color:#fff}
.lang-flag{font-size:1rem;line-height:1}
.lang-code{font-size:.75rem;font-weight:800;letter-spacing:.04em}

/* ── NAVBAR ── */
.navbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);padding:10px 0;transition:var(--t)}
.navbar.scrolled{box-shadow:var(--shadow)}
.navbar .container{display:flex;align-items:center;justify-content:space-between;gap:12px}
.logo{display:flex;align-items:center;gap:9px}
.logo-icon{width:38px;height:38px;background:var(--blue);border-radius:9px;display:grid;place-items:center;flex-shrink:0}
.logo-icon svg{fill:white;width:20px;height:20px}
.logo-text{line-height:1.15}
.logo-text strong{font-size:.98rem;font-weight:800;color:var(--gray-900);display:block}
.logo-text span{font-size:.68rem;color:var(--gray-600);font-weight:500}
.nav-links{display:none;align-items:center;gap:28px;list-style:none}
.nav-cta{display:none;align-items:center;gap:10px}
.hamburger{background:none;border:none;cursor:pointer;padding:6px;display:flex;flex-direction:column;gap:5px;-webkit-tap-highlight-color:transparent}
.hamburger span{display:block;width:22px;height:2px;background:var(--gray-700);transition:var(--t);border-radius:2px}

/* ── HERO ── */
.hero{background:linear-gradient(150deg,#0f2c6f 0%,#1a4fd6 55%,#0891b2 100%);color:white;padding:36px 0 40px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.hero .container{position:relative}
.hero-visual{display:none}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 11px;border-radius:99px;margin-bottom:14px}
.hero-badge .ic{width:12px;height:12px;stroke:rgba(255,255,255,.8)}
.hero h1{font-size:clamp(1.7rem,7vw,2.6rem);font-weight:900;color:white;margin-bottom:12px;line-height:1.18}
.hero h1 em{font-style:normal;color:#7dd3fc}
.hero-sub{font-size:.92rem;color:rgba(255,255,255,.85);margin-bottom:20px;line-height:1.6}
.hero-ctas{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}
.hero-ctas .btn{font-size:.95rem;padding:14px 20px;width:100%;justify-content:center}
.hero-badges{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.trust-badge{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);border-radius:10px;padding:8px 10px;font-size:.75rem;font-weight:600;color:white}
.trust-badge .ic{width:14px;height:14px;stroke:rgba(255,255,255,.85);flex-shrink:0}
.hero-card .card-icon{width:36px;height:36px;stroke:rgba(255,255,255,.85);flex-shrink:0}
.hero-card strong{display:block;color:white;font-size:.95rem;font-weight:700}
.hero-card span{color:rgba(255,255,255,.7);font-size:.8rem}
.stars{color:#fbbf24;font-size:.95rem;letter-spacing:1px}

/* ── BRANDS ── */
.brands-strip{background:#fff;padding:14px 0;border-bottom:1px solid var(--gray-200)}
.brands-scroll{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:visible;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.brands-scroll::-webkit-scrollbar{display:none}
.brands-strip .container{overflow:hidden;padding:0 16px}
.brands-label{font-size:.72rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}
.brand-chip{background:var(--gray-100);color:var(--gray-600);padding:6px 13px;border-radius:99px;font-size:.8rem;font-weight:600;border:1px solid var(--gray-200);transition:var(--t);white-space:nowrap;flex-shrink:0}
.brand-chip:hover{background:var(--blue-light);color:var(--blue);border-color:var(--blue)}

/* ── SERVICES ── */
.services-grid{display:grid;grid-template-columns:1fr;gap:10px}
.service-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:14px;transition:var(--t);position:relative;overflow:hidden;display:flex;gap:12px;align-items:flex-start}
.service-card::before{content:'';position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--blue),var(--cyan));transform:scaleY(0);transform-origin:top;transition:var(--t)}
.service-card:hover{box-shadow:var(--shadow);border-color:var(--blue)}
.service-card:hover::before{transform:scaleY(1)}
.service-icon{width:44px;height:44px;min-width:44px;background:var(--blue-light);border-radius:10px;display:grid;place-items:center;transition:var(--t);flex-shrink:0}
.service-card:hover .service-icon{background:var(--blue)}
.sc-body{flex:1;min-width:0}
.service-card h3{font-size:.92rem;font-weight:800;margin-bottom:4px;color:var(--gray-900)}
.service-card p{font-size:.8rem;color:var(--gray-600);margin-bottom:8px;line-height:1.5}
.service-tags{display:flex;flex-wrap:wrap;gap:4px}
.tag{font-size:.68rem;font-weight:600;padding:2px 8px;background:var(--gray-100);color:var(--gray-600);border-radius:99px}
.service-card-cta{background:linear-gradient(135deg,var(--blue),var(--cyan));border-color:transparent;flex-direction:column;align-items:stretch}
.service-card-cta .service-icon{background:rgba(255,255,255,.2)}
.service-card-cta .ic-lg{stroke:white}
.service-card-cta h3{color:white}
.service-card-cta p{color:rgba(255,255,255,.85)}
.service-card-cta:hover{box-shadow:var(--shadow-lg)}
.service-card-cta::before{display:none}

/* ── WHY ── */
.why-grid{display:grid;grid-template-columns:1fr;gap:10px}
.why-card{display:flex;gap:12px;padding:14px;background:#fff;border-radius:var(--radius);border:1px solid var(--gray-200);transition:var(--t);align-items:flex-start}
.why-card:hover{box-shadow:var(--shadow);border-color:var(--blue)}
.why-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:var(--blue-light);display:grid;place-items:center;flex-shrink:0}
.why-icon .ic{width:18px;height:18px;stroke:var(--blue)}
.why-card h4{font-size:.88rem;font-weight:800;margin-bottom:2px}
.why-card p{font-size:.8rem;color:var(--gray-600);line-height:1.45}
.stats-block{background:linear-gradient(135deg,#0f2c6f,#1a4fd6);border-radius:var(--radius-lg);padding:28px 20px;color:white;text-align:center;margin-top:24px}
.stats-rating-num{font-size:3.5rem;line-height:1;font-weight:900}
.stats-stars{color:#fbbf24;font-size:1.6rem;letter-spacing:4px;margin:6px 0}
.stats-review-count{color:rgba(255,255,255,.75);font-size:.85rem;margin-bottom:16px}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}
.stat-box{background:rgba(255,255,255,.1);border-radius:10px;padding:14px 8px}
.stat-val{font-size:1.8rem;font-weight:900;line-height:1}
.stat-label{font-size:.75rem;color:rgba(255,255,255,.65);margin-top:3px}
.stat-box .lbl{font-size:.7rem;color:rgba(255,255,255,.6);margin-top:2px}

/* ── STEPS ── */
.steps{display:flex;flex-direction:column;gap:0;position:relative}
.steps-inner{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:16px;align-items:flex-start;padding-bottom:32px;position:relative}
.step:last-child{padding-bottom:0}
.step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.step-num{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:1.2rem;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;position:relative;z-index:1;box-shadow:0 0 0 5px var(--blue-light);flex-shrink:0}
.step-line{width:2px;flex:1;background:linear-gradient(180deg,var(--blue),var(--cyan));min-height:32px;margin-top:4px}
.step:last-child .step-line{display:none}
.step-body{padding-top:10px}
.step-body h3{font-size:1rem;font-weight:800;margin-bottom:5px}
.step-body p{font-size:.87rem;color:var(--gray-600);line-height:1.6}

/* ── REVIEWS ── */
.rating-hero{background:linear-gradient(135deg,var(--blue),var(--cyan));border-radius:var(--radius-lg);padding:28px 20px;color:white;text-align:center;margin-bottom:24px}
.rating-score{font-size:3.5rem;font-weight:900;line-height:1}
.rating-out{font-size:1.1rem;color:rgba(255,255,255,.7)}
.rating-stars{font-size:1.6rem;color:#fbbf24;margin:6px 0;letter-spacing:3px}
.rating-count{font-size:.85rem;color:rgba(255,255,255,.75)}
.reviews-grid{display:grid;grid-template-columns:1fr;gap:14px}
.review-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:18px;transition:var(--t)}
.review-card:hover{box-shadow:var(--shadow)}
.review-stars{color:#fbbf24;font-size:.88rem;margin-bottom:8px}
.review-text{font-size:.85rem;color:var(--gray-600);line-height:1.65;margin-bottom:12px;font-style:italic}
.review-author{display:flex;align-items:center;gap:10px}
.review-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:800;color:white;flex-shrink:0;object-fit:cover}
.review-name{font-size:.83rem;font-weight:700}
.review-date{font-size:.72rem;color:var(--gray-400);margin-top:1px}
.review-loc{font-size:.72rem;color:var(--gray-400);display:flex;align-items:center;gap:3px;margin-top:1px}
.review-loc .ic{width:10px;height:10px;stroke:var(--gray-400)}
.review-skeleton{pointer-events:none}
.skel{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px;margin-bottom:10px}
.skel-line{height:12px}.skel-block{height:64px}.w80{width:80%}.w50{width:50%}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.google-badge{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:var(--gray-400);margin-top:8px}
.google-badge svg{width:14px;height:14px}

/* ── AREAS ── */
.areas-grid{display:flex;flex-wrap:wrap;gap:8px}
.area-chip{display:flex;align-items:center;gap:5px;background:#fff;border:2px solid var(--blue);color:var(--blue);padding:7px 15px;border-radius:99px;font-size:.83rem;font-weight:700;transition:var(--t);-webkit-tap-highlight-color:transparent}
.area-chip:hover{background:var(--blue);color:white}
.area-chip .ic{width:12px;height:12px;stroke:currentColor}
.area-chip.primary{background:var(--blue);color:white}
.area-chip.primary:hover{background:var(--blue-dark)}

/* ── MAP ── */
.map-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}
.map-wrap iframe{display:block;width:100%;height:240px;border:0}
.address-card{margin-top:12px;background:var(--blue-light);border-radius:var(--radius);padding:14px 16px;display:flex;gap:10px;align-items:flex-start}
.address-card .ic{width:18px;height:18px;stroke:var(--blue);flex-shrink:0;margin-top:2px}
.address-card-label{font-weight:700;font-size:.85rem;color:var(--blue);margin-bottom:2px}
.address-card-text{font-size:.82rem;color:var(--gray-600)}

/* ── FAQ ── */
.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:10px;overflow:hidden}
.faq-q{width:100%;text-align:left;background:#fff;padding:16px 18px;font-size:.9rem;font-weight:700;color:var(--gray-900);border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:var(--t);gap:12px;min-height:52px;-webkit-tap-highlight-color:transparent}
.faq-q:hover,.faq-q:focus{background:var(--blue-light);color:var(--blue)}
.faq-q.active{background:var(--blue);color:white}
.faq-icon{width:18px;height:18px;stroke:currentColor;flex-shrink:0;transition:var(--t)}
.faq-q.active .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:14px 18px;font-size:.875rem;color:var(--gray-600);background:var(--gray-50);line-height:1.75}
.faq-a.open{display:block}

/* ── CTA BANNER ── */
.cta-banner{background:linear-gradient(135deg,#0f2c6f 0%,#1a4fd6 100%);color:white;border-radius:var(--radius-lg);padding:32px 20px;text-align:center}
.cta-banner h2{font-size:1.5rem;font-weight:900;color:white;margin-bottom:8px}
.cta-banner p{color:rgba(255,255,255,.8);font-size:.92rem;margin-bottom:20px}
.cta-actions{display:flex;flex-direction:column;gap:10px}

/* ── FOOTER ── */
footer{background:var(--gray-900);color:rgba(255,255,255,.75);padding:40px 0 0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}
.footer-logo strong{color:white}
.footer-logo span{color:rgba(255,255,255,.5)}
.footer-logo .logo-icon{background:rgba(255,255,255,.1)}
.footer-desc{font-size:.85rem;color:rgba(255,255,255,.55);margin:12px 0 16px;line-height:1.7}
.footer-contact{display:flex;flex-direction:column;gap:8px}
.footer-contact a{display:flex;align-items:flex-start;gap:8px;font-size:.83rem;color:rgba(255,255,255,.65);transition:var(--t)}
.footer-contact a:hover{color:white}
.footer-contact .ic{width:14px;height:14px;stroke:rgba(255,255,255,.4);flex-shrink:0;margin-top:2px}
.footer-contact .ic-wa{fill:rgba(255,255,255,.4);stroke:none}
.footer-col h4{color:white;font-size:.88rem;font-weight:800;margin-bottom:14px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-links a{font-size:.83rem;color:rgba(255,255,255,.55);transition:var(--t)}
.footer-links a:hover{color:white}
.footer-map iframe{width:100%;height:140px;border:0;border-radius:8px;display:block;opacity:.85}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;color:rgba(255,255,255,.35);text-align:center}

/* ── STICKY BAR ── */
.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid var(--gray-200);padding:8px 12px;gap:8px;display:flex;box-shadow:0 -4px 20px rgba(0,0,0,.12)}
.sticky-bar .btn{flex:1;padding:12px 8px;font-size:.88rem;min-height:46px;border-radius:12px}

/* ── WA FLOAT ── */
.wa-float{position:fixed;bottom:76px;right:12px;z-index:150;width:46px;height:46px;border-radius:50%;background:var(--green-wa);display:grid;place-items:center;box-shadow:0 4px 20px rgba(37,211,102,.5);transition:var(--t);animation:pulse 2.5s ease-in-out infinite}
.wa-float:hover{transform:scale(1.1);animation:none}
.wa-float svg{fill:white;width:22px;height:22px}

/* ── MOBILE MENU ── */
.mobile-menu{display:none;position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}
.mobile-menu.open{display:flex;align-items:flex-end}
.mobile-menu-panel{background:white;width:100%;border-radius:20px 20px 0 0;padding:24px 20px 36px;display:flex;flex-direction:column;gap:2px;max-height:90vh;overflow-y:auto}
.mobile-menu-panel a{padding:13px 0;font-size:.97rem;font-weight:700;color:var(--gray-900);border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:10px;-webkit-tap-highlight-color:transparent}
.mobile-menu-panel .ic{width:18px;height:18px;stroke:var(--blue)}
.mobile-menu-ctas{display:flex;flex-direction:column;gap:10px;margin-top:16px}

/* ── ANIMATIONS ── */
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.animate-in{animation:fadeInUp .5s ease both}
.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}

/* ═══════════════════════════════════════
   TABLET  ≥ 640px
═══════════════════════════════════════ */
@media(min-width:640px){
  .container{padding:0 24px}
  .section{padding:56px 0}
  .topbar .container{justify-content:space-between}
  .topbar-right{display:flex;align-items:center;gap:16px}
  .hero{padding:56px 0 60px}
  .hero-ctas{flex-direction:row;flex-wrap:wrap}
  .hero-ctas .btn{width:auto;flex:1}
  .hero-badges{grid-template-columns:repeat(2,auto);display:flex;flex-wrap:wrap}
  .trust-badge{border-radius:99px;padding:8px 14px}
  .services-grid{grid-template-columns:1fr 1fr}
  .service-card{flex-direction:column}
  .service-card::before{top:0;left:0;right:0;bottom:auto;width:auto;height:3px;background:linear-gradient(90deg,var(--blue),var(--cyan));transform:scaleX(0);transform-origin:left}
  .service-card:hover::before{transform:scaleX(1)}
  .service-icon{margin-bottom:14px}
  .sc-body{flex:none}
  .why-grid{grid-template-columns:1fr 1fr}
  .steps-inner{flex-direction:row;gap:0;position:relative}
  .steps-inner::before{content:'';position:absolute;top:26px;left:calc(16.67% + 16px);right:calc(16.67% + 16px);height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan))}
  .step{flex-direction:column;align-items:center;text-align:center;padding-bottom:0;flex:1;padding:0 16px}
  .step-left{flex-direction:column}
  .step-line{display:none}
  .step-num{width:52px;height:52px;margin-bottom:16px}
  .step-body{padding-top:0}
  .reviews-grid{grid-template-columns:1fr 1fr}
  .cta-actions{flex-direction:row;justify-content:center}
  .cta-banner{padding:40px 32px}
  .cta-banner h2{font-size:1.7rem}
}

/* ═══════════════════════════════════════
   DESKTOP  ≥ 1024px
═══════════════════════════════════════ */
@media(min-width:1024px){
  body{padding-bottom:0}
  .container{padding:0 20px}
  .section{padding:72px 0}
  .topbar .container{justify-content:space-between}
  .topbar-right{display:flex}
  .nav-links{display:flex}
  .nav-cta{display:flex}
  .hamburger{display:none}
  .sticky-bar{display:none}
  .wa-float{bottom:28px;right:28px;width:58px;height:58px}
  .wa-float svg{width:28px;height:28px}
  .hero{padding:80px 0 72px}
  .hero .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
  .hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);border-radius:var(--radius);padding:20px;transition:var(--t)}
  .hero-card:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}
  .hero-card:first-child{grid-column:span 2;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.16)}
  .hero-ctas .btn{width:auto;flex:none}
  .services-grid{grid-template-columns:repeat(4,1fr)}
  .service-card{flex-direction:column}
  .service-icon{width:56px;height:56px;border-radius:14px;margin-bottom:16px}
  .ic-lg{width:28px;height:28px}
  .why-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .stats-block{margin-top:0}
  .step-num{width:72px;height:72px;font-size:1.5rem;box-shadow:0 0 0 6px var(--blue-light)}
  .steps-inner::before{top:36px}
  .reviews-grid{grid-template-columns:repeat(3,1fr)}
  .rating-hero{padding:36px}
  .rating-score{font-size:4rem}
  .bolgeler-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
  .map-wrap iframe{height:300px}
  .cta-banner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;padding:52px 48px;text-align:left}
  .cta-banner p{margin-bottom:0}
  .cta-actions{flex-direction:row;flex-shrink:0}
  .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}
  .footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}
  .footer-map iframe{height:150px}
}
