*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #f2f4f8; --bg2: #e8ecf3; --surface: #fff;
  --blue: #1a5fa8; --blue-l: #2d7dd2; --red: #cc1f1f;
  --text: #18243a; --muted: #5a6b82;
  --border: rgba(26,95,168,0.14); --shadow: 0 2px 20px rgba(26,60,120,0.08);
  --fh: 'Bebas Neue', sans-serif; --fb: 'Outfit', sans-serif;
}
html { scroll-behavior: smooth; scroll-padding-top: 104px; overflow-y: scroll; }
body { background: var(--bg); color: var(--text); font-family: var(--fb); overflow-x: hidden; line-height: 1.6; }
body::before { content: ''; position: fixed; inset: 0; background-image: radial-gradient(circle, rgba(26,95,168,0.05) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; z-index: 0; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; background: rgba(242,244,248,0.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav-logo img { height: 88px; width: 88px; object-fit: contain; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .83rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a.active { color: var(--blue); border-bottom: 2px solid var(--blue); padding-bottom: 2px; }
.nav-cta { background: var(--blue) !important; color: #fff !important; padding: .45rem 1.2rem; border-radius: 4px; border-bottom: none !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }
.mobile-menu { display: none; position: fixed; top: 104px; left: 0; right: 0; z-index: 99; background: rgba(242,244,248,0.98); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); flex-direction: column; padding: 1.5rem 5%; gap: 1rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--text); text-decoration: none; font-size: 1rem; font-weight: 500; padding: .5rem 0; border-bottom: 1px solid var(--border); }
.mob-cta { background: var(--blue); color: #fff !important; text-align: center; padding: .75rem !important; border-radius: 5px; border-bottom: none !important; font-weight: 600; }

/* BUTTONS */
.btn-p { display: inline-flex; align-items: center; gap: .5rem; background: var(--blue); color: #fff; text-decoration: none; padding: .82rem 1.8rem; font-family: var(--fb); font-size: .9rem; font-weight: 600; border-radius: 5px; border: none; cursor: pointer; transition: background .2s, transform .2s; }
.btn-p:hover { background: var(--blue-l); transform: translateY(-2px); }
.btn-s { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--text); text-decoration: none; padding: .82rem 1.8rem; font-family: var(--fb); font-size: .9rem; font-weight: 500; border: 1.5px solid var(--border); border-radius: 5px; transition: border-color .2s, background .2s; }
.btn-s:hover { border-color: var(--blue); background: rgba(26,95,168,.06); }

/* LABELS */
.lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: var(--blue); display: flex; align-items: center; gap: .5rem; margin-bottom: .6rem; }
.lbl::before { content: ''; width: 22px; height: 1.5px; background: var(--blue); }
h2.sec-title { font-family: var(--fh); font-size: clamp(2.2rem,4vw,3.8rem); letter-spacing: 2px; line-height: 1; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── PAGE HERO ─── */
.page-hero {
  position: relative; z-index: 1;
  padding: 140px 5% 80px; overflow: hidden;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
}
.page-hero::after { content: ''; position: absolute; top: -80px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(45,125,210,0.1) 0%, transparent 70%); pointer-events: none; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.ph-media { display: flex; justify-content: center; align-items: center; }
.call-phone { width: 280px; aspect-ratio: 9/19; background: #0d0d14; border-radius: 42px; padding: 14px 10px; box-shadow: 0 0 0 2px #1f2540, 0 26px 60px rgba(13,20,40,.28), inset 0 0 0 1px rgba(255,255,255,.06); position: relative; }
.call-phone::before { content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 90px; height: 22px; background: #0d0d14; border-radius: 14px; z-index: 3; }
.call-phone-btn-r { position: absolute; right: -3px; top: 110px; width: 3px; height: 50px; background: #1f2540; border-radius: 0 2px 2px 0; }
.call-phone-vol1 { position: absolute; left: -3px; top: 95px; width: 3px; height: 32px; background: #1f2540; border-radius: 2px 0 0 2px; }
.call-phone-vol2 { position: absolute; left: -3px; top: 140px; width: 3px; height: 32px; background: #1f2540; border-radius: 2px 0 0 2px; }
.call-screen { width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: linear-gradient(180deg, #1a2640 0%, #0f1626 100%); display: flex; flex-direction: column; align-items: center; position: relative; padding: 2.6rem 1rem 1.4rem; color: #fff; }
.call-status { font-size: .68rem; opacity: .65; letter-spacing: .04em; margin-bottom: .25rem; animation: callPulse 1.6s ease-in-out infinite; }
@keyframes callPulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
.call-name { font-family: var(--fh); font-size: 1.5rem; letter-spacing: 1px; margin-bottom: .25rem; }
.call-num { font-size: .82rem; opacity: .8; letter-spacing: .03em; margin-bottom: 1.4rem; }
.call-avatar { width: 96px; height: 96px; border-radius: 50%; background: linear-gradient(135deg, #1a5fa8, #2d7dd2); display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-size: 2.2rem; color: #fff; letter-spacing: 2px; margin-bottom: 1.4rem; box-shadow: 0 0 0 6px rgba(26,95,168,.18), 0 0 0 14px rgba(26,95,168,.08); animation: callRing 1.6s ease-in-out infinite; }
@keyframes callRing { 0%,100% { box-shadow: 0 0 0 6px rgba(26,95,168,.18), 0 0 0 14px rgba(26,95,168,.08); } 50% { box-shadow: 0 0 0 10px rgba(26,95,168,.28), 0 0 0 22px rgba(26,95,168,.12); } }
.call-actions { margin-top: auto; display: flex; gap: 2rem; align-items: center; }
.call-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.call-btn.decline { background: #e0354b; }
.call-btn.accept { background: #2ec46c; animation: callPulse 1.6s ease-in-out infinite; }
.call-btn svg { width: 26px; height: 26px; }
@media(max-width:768px){ .page-hero-inner { grid-template-columns: 1fr; gap: 2rem; } .call-phone { width: 200px; } .call-name { font-size: 1.15rem; } .call-num { font-size: .72rem; margin-bottom: 1rem; } .call-avatar { width: 72px; height: 72px; font-size: 1.6rem; margin-bottom: 1rem; } .call-btn { width: 46px; height: 46px; } .call-btn svg { width: 22px; height: 22px; } }

  /* TIKTOK PHONE */
  .tiktok-phone { width: 200px; background: #0a0a0a; border-radius: 36px; padding: 12px 9px; box-shadow: 0 0 0 2px #1a1a2e, 0 20px 50px rgba(0,0,0,.2), inset 0 0 0 1px rgba(255,255,255,.06); position: relative; }
  .tiktok-phone::before { content: ''; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 42px; height: 4px; background: #1a1a2e; border-radius: 3px; z-index: 2; }
  .tiktok-btn-r { position: absolute; right: -3px; top: 80px; width: 3px; height: 28px; background: #1a1a2e; border-radius: 0 2px 2px 0; }
  .tiktok-vol1 { position: absolute; left: -3px; top: 68px; width: 3px; height: 20px; background: #1a1a2e; border-radius: 2px 0 0 2px; }
  .tiktok-vol2 { position: absolute; left: -3px; top: 96px; width: 3px; height: 20px; background: #1a1a2e; border-radius: 2px 0 0 2px; }
  .tiktok-screen { border-radius: 26px; overflow: hidden; aspect-ratio: 9/19; position: relative; background: #111; }
  .tt-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 50%); display: flex; justify-content: space-between; align-items: flex-end; padding: .7rem; pointer-events: none; }
  .tt-bottom { flex: 1; }
  .tt-user { display: flex; align-items: center; gap: .45rem; margin-bottom: .4rem; }
  .tt-avatar { width: 26px; height: 26px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; font-size: .5rem; font-weight: 700; color: #fff; border: 1.5px solid #fff; flex-shrink: 0; }
  .tt-username { font-size: .58rem; font-weight: 700; color: #fff; }
  .tt-caption { font-size: .5rem; color: rgba(255,255,255,.8); }
  .tt-soundbar { background: rgba(255,255,255,.15); border-radius: 4px; height: 3px; width: 90%; margin-top: .35rem; }
  .tt-soundbar-inner { width: 35%; height: 100%; background: #fff; border-radius: 4px; }
  .tt-actions { display: flex; flex-direction: column; align-items: center; gap: .3rem; }
  .tt-action { display: flex; flex-direction: column; align-items: center; gap: .08rem; }
  .tt-action-icon { font-size: .9rem; }
  .tt-action-lbl { font-size: .38rem; color: rgba(255,255,255,.8); }
  .tt-disc { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg,#333,#666); border: 2px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; font-size: .55rem; animation: spin 3s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .tt-placeholder { position: absolute; inset: 0; background: linear-gradient(160deg,#1a2a4a,#0d1117); display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-family: var(--fb); }
.breadcrumb { font-size: .75rem; color: var(--muted); margin-bottom: 1rem; display: flex; align-items: center; gap: .4rem; }
.breadcrumb a { color: var(--blue); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
h1.page-title { font-family: var(--fh); font-size: clamp(3rem, 6vw, 5.5rem); line-height: .95; letter-spacing: 2px; margin-bottom: 1.2rem; }
h1.page-title span { color: var(--blue); }
.page-hero-desc { color: var(--muted); font-size: 1rem; max-width: 460px; margin-bottom: 2rem; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill { display: inline-flex; align-items: center; gap: .4rem; background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: .35rem .9rem; font-size: .78rem; font-weight: 500; color: var(--text); }
.pill svg { color: var(--blue); }

/* stat boxes */
.hero-stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.hstat { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 1.4rem; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hstat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--red)); }
.hstat-num { font-family: var(--fh); font-size: 2.8rem; letter-spacing: 1px; color: var(--text); line-height: 1; }
.hstat-num span { color: var(--blue); }
.hstat-lbl { font-size: .78rem; color: var(--muted); margin-top: .2rem; }

/* ─── SERVICE TABS ─── */
.svc-section { padding: 7rem 5%; position: relative; z-index: 1; }
.svc-section-inner { max-width: 1200px; margin: 0 auto; }

/* sticky sidebar tabs */
.svc-layout { display: grid; grid-template-columns: 260px 1fr; gap: 3rem; align-items: start; }
.svc-tabs { position: sticky; top: 90px; }
.svc-tab-btn {
  width: 100%; text-align: left; background: var(--surface); border: 1px solid var(--border);
  border-radius: 8px; padding: 1rem 1.2rem; margin-bottom: .6rem;
  cursor: pointer; display: flex; align-items: center; gap: 1rem;
  transition: border-color .2s, background .2s, box-shadow .2s;
  font-family: var(--fb);
}
.svc-tab-btn:hover { border-color: var(--blue); background: rgba(26,95,168,.04); }
.svc-tab-btn.active { border-color: var(--blue); background: rgba(26,95,168,.07); box-shadow: 0 4px 16px rgba(26,95,168,.12); }
.tab-icon-wrap { width: 40px; height: 40px; border-radius: 50%; padding: 2.5px; background: linear-gradient(135deg, var(--blue), var(--red)); box-shadow: 0 0 8px rgba(26,95,168,.35), 0 0 16px rgba(204,31,31,.2); flex-shrink: 0; }
.tab-icon-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; background: var(--surface); display: block; }
.tab-label { font-size: .88rem; font-weight: 600; color: var(--text); }
.tab-sub { font-size: .72rem; color: var(--muted); }
.tab-arrow { margin-left: auto; color: var(--blue); opacity: 0; transition: opacity .2s; }
.svc-tab-btn.active .tab-arrow { opacity: 1; }

/* content panels */
.svc-panel { display: none; }
.svc-panel.active { display: block; }

.panel-hero { border-radius: 12px; overflow: hidden; position: relative; margin-bottom: 2rem; }
.panel-hero img { width: 100%; height: 340px; object-fit: cover; display: block; }
.panel-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(18,28,58,.75) 0%, transparent 60%); display: flex; align-items: flex-end; padding: 2rem; }
.panel-hero-tag { background: var(--red); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 3px; }
.panel-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-bottom: 2rem; }
.panel-gallery .g-item { position: relative; border-radius: 12px; overflow: hidden; background: #e6ebf2; aspect-ratio: 4/3; }
.panel-gallery .g-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.panel-gallery .panel-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(18,28,58,.75) 0%, transparent 60%); display: flex; align-items: flex-end; padding: 1.2rem; }
@media(max-width:768px){ .panel-gallery { grid-template-columns: 1fr; } }

.panel-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.panel-desc { font-size: .95rem; color: var(--muted); line-height: 1.75; }
.panel-desc strong { color: var(--text); }
.panel-desc p + p { margin-top: .9rem; }

/* checklist */
.checklist { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.checklist li { display: flex; align-items: flex-start; gap: .7rem; font-size: .88rem; }
.check-dot { width: 20px; height: 20px; border-radius: 50%; background: rgba(26,95,168,.1); border: 1.5px solid var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.check-dot svg { color: var(--blue); }

/* process steps */
.process { margin: 2.5rem 0; }
.process-title { font-family: var(--fh); font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 1.2rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 1.3rem; position: relative; }
.step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--red)); border-radius: 10px 10px 0 0; }
.step-num { font-family: var(--fh); font-size: 2rem; color: rgba(26,95,168,.15); letter-spacing: 1px; margin-bottom: .3rem; }
.step-name { font-weight: 600; font-size: .88rem; margin-bottom: .3rem; }
.step-desc { font-size: .78rem; color: var(--muted); line-height: 1.5; }

/* price card */
.price-card { background: var(--blue); color: #fff; border-radius: 10px; padding: 1.8rem; margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.price-text .price-from { font-size: .72rem; opacity: .75; text-transform: uppercase; letter-spacing: .08em; }
.price-text .price-val { font-family: var(--fh); font-size: 2.2rem; letter-spacing: 1px; line-height: 1; }
.price-text .price-note { font-size: .78rem; opacity: .75; margin-top: .2rem; }
.price-free { background: rgba(255,255,255,.15); border-radius: 6px; padding: .5rem 1rem; font-size: .8rem; font-weight: 600; }

/* FAQ */
.faq-section { padding: 6rem 5%; background: var(--surface); position: relative; z-index: 1; }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: .6rem; }
.faq-item { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 1.1rem 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--fb); font-size: .93rem; font-weight: 600; color: var(--text); }
.faq-q svg { flex-shrink: 0; transition: transform .3s; color: var(--blue); }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 1.4rem 1.1rem; font-size: .88rem; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 200px; }

/* AREA MAP */
.area-section { padding: 6rem 5%; position: relative; z-index: 1; }
.radar-core { position: relative; z-index: 5; width: 56px; height: 56px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(26,95,168,.45); }
.radar-core .radar-label { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); font-size: .75rem; font-weight: 600; color: var(--text); letter-spacing: .04em; white-space: nowrap; }
.radar-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; border: 2px solid var(--blue); opacity: 0; transform: translate(-50%,-50%); animation: radarPulse 3s ease-out infinite; }
.radar-ring.r1 { animation-delay: 0s; }
.radar-ring.r2 { animation-delay: 1s; }
.radar-ring.r3 { animation-delay: 2s; }
@keyframes radarPulse { 0% { width: 56px; height: 56px; opacity: .7; border-width: 2px; } 100% { width: 480px; height: 480px; opacity: 0; border-width: 1px; } }
.area-inner { max-width: 1200px; margin: 0 auto; }
.area-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.area-card { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 1.1rem; display: flex; align-items: center; gap: .75rem; transition: border-color .2s; }
.area-card:hover { border-color: var(--blue); }
.area-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.area-name { font-size: .88rem; font-weight: 500; }
.area-dist { font-size: .72rem; color: var(--muted); }
.area-free { font-size: .65rem; background: rgba(26,95,168,.1); color: var(--blue); padding: .15rem .5rem; border-radius: 10px; font-weight: 600; margin-left: auto; }

/* CTA */
.cta-bottom { padding: 6rem 5%; background: var(--bg2); border-top: 1px solid var(--border); position: relative; z-index: 1; }
.cta-bottom-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.cta-b-title { font-family: var(--fh); font-size: clamp(2rem,3.5vw,3.2rem); letter-spacing: 2px; line-height: 1.05; margin-bottom: 1rem; }
.cta-b-title span { color: var(--blue); }
.cta-b-form { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 2rem; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-b-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--red)); }
.fgrp { margin-bottom: .85rem; }
.fgrp label { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .3rem; }
.fgrp input, .fgrp select, .fgrp textarea { width: 100%; background: var(--bg); border: 1.5px solid var(--border); border-radius: 5px; padding: .65rem 1rem; color: var(--text); font-family: var(--fb); font-size: .9rem; outline: none; transition: border-color .2s; resize: vertical; }
.fgrp input:focus, .fgrp select:focus, .fgrp textarea:focus { border-color: var(--blue); }
.fgrp textarea { min-height: 80px; }
.frow2 { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.fsub { width: 100%; padding: .85rem; background: var(--blue); color: #fff; border: none; border-radius: 5px; font-family: var(--fb); font-size: .92rem; font-weight: 600; cursor: pointer; transition: background .2s; margin-top: .4rem; }
.fsub:hover { background: var(--blue-l); }

/* FOOTER */
footer { padding: 2.5rem 5%; background: var(--bg2); border-top: 1px solid var(--border); position: relative; z-index: 1; }
.foot-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.foot-copy { font-size: .78rem; color: var(--muted); }
.foot-links { display: flex; gap: 1.5rem; }
.foot-links a { font-size: .78rem; color: var(--muted); text-decoration: none; transition: color .2s; }
.foot-links a:hover { color: var(--text); }

/* RESPONSIVE */
@media(max-width:900px){
  .page-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-tabs { position: static; display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; }
  .svc-tab-btn { margin-bottom: 0; }
  .tab-sub { display: none; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .area-grid { grid-template-columns: repeat(2,1fr); }
  .cta-bottom-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media(max-width:768px){
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .panel-content { grid-template-columns: 1fr; }
  .hero-stats-grid { grid-template-columns: repeat(2,1fr); }
  .frow2 { grid-template-columns: 1fr; }
  .foot-inner { flex-direction: column; text-align: center; }
  .foot-links { justify-content: center; }
}
@media(max-width:500px){
  .svc-tabs { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .hero-pills { gap: .4rem; }
}
.float-call{position:fixed;right:18px;bottom:18px;z-index:9999;display:flex;align-items:center;gap:.55rem;background:#1a5fa8;color:#fff;text-decoration:none;padding:.75rem 1.1rem;border-radius:50px;font-weight:600;font-size:.92rem;box-shadow:0 6px 22px rgba(13,58,120,.35),0 2px 6px rgba(0,0,0,.18);transition:background .2s,transform .2s}
.float-call:hover{background:#2d7dd2;transform:translateY(-2px)}
@media(max-width:600px){.float-call{padding:.85rem;border-radius:50%}.float-call-txt{display:none}}

/* ── Szolgáltatás rotátor (hero média) ── */
.svc-rotator { position: relative; width: 100%; aspect-ratio: 1/1; max-width: 380px; border-radius: 24px; background: linear-gradient(135deg, #1a5fa8, #0d3a78); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.3rem; padding: 2rem; box-shadow: 0 20px 50px rgba(13, 58, 120, .35), inset 0 1px 0 rgba(255,255,255,.1); overflow: hidden; transition: background .8s ease; }
.svc-rotator::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.12), transparent 60%); pointer-events: none; }
.svc-rotator::after { content: ''; position: absolute; bottom: -50%; right: -50%; width: 100%; height: 100%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); pointer-events: none; }
.svc-rotator-icon { width: 130px; height: 130px; color: #fff; display: flex; align-items: center; justify-content: center; transition: opacity .35s ease, transform .5s ease; filter: drop-shadow(0 8px 20px rgba(0,0,0,.25)); }
.svc-rotator-icon svg { width: 100%; height: 100%; }
.svc-rotator-icon.swap { opacity: 0; transform: scale(.9) rotate(-8deg); }
.svc-rotator-label { text-align: center; position: relative; z-index: 1; }
.svc-rotator-lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.65); margin-bottom: .35rem; }
.svc-rotator-name { font-family: var(--fh); font-size: clamp(1.6rem, 3.5vw, 2.4rem); letter-spacing: 2px; color: #fff; transition: opacity .35s ease, transform .5s ease; }
.svc-rotator-name.swap { opacity: 0; transform: translateY(8px); }
.svc-rotator-dots { display: flex; gap: .45rem; position: relative; z-index: 1; }
.svc-rotator-dots button { width: 7px; height: 7px; border-radius: 50%; border: none; background: rgba(255,255,255,.3); cursor: pointer; padding: 0; transition: background .25s, width .3s; }
.svc-rotator-dots button.active { background: #fff; width: 22px; border-radius: 4px; }
@media (max-width: 768px) { .svc-rotator { max-width: 280px; padding: 1.5rem; gap: 1rem; } .svc-rotator-icon { width: 92px; height: 92px; } }
