
/* === MapsGrowth v4.1.0 WP management helpers === */
.business-slider{position:relative}.business-slide{display:none}.business-slide.active{display:block}.business-slider-arrows{display:flex;gap:10px;margin-top:14px}.business-slider-arrows button{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;font-size:20px;cursor:pointer}.business-dots{display:flex;gap:8px;margin-top:14px}.business-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.28);cursor:pointer}.business-dots button.active{background:var(--accent);box-shadow:0 0 0 6px rgba(54,229,141,.12)}
.hero-window-dots{display:flex;gap:7px}.hero-window-dots i{width:11px;height:11px;border-radius:50%;display:block}.hero-window-dots i:nth-child(1){background:#ff5d73}.hero-window-dots i:nth-child(2){background:#ffd166}.hero-window-dots i:nth-child(3){background:#36e58d}.magnetic{transition:transform .18s ease}.lead-form select{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;border-radius:16px;padding:16px;outline:none}.calc-copy{margin-top:14px;padding:14px;border-radius:18px;border:1px solid rgba(255,209,102,.22);background:rgba(255,209,102,.07);color:#f6e7ba;font-weight:800}


/* === MapsGrowth v4.1.1 clean fixes === */
/* FIX: блок "Покажем, почему конкуренты..." */
.cta-band,
.competitor-cta,
section .cta-band {
  position: relative;
  overflow: hidden;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 46px !important;
  border-radius: 36px !important;
  box-sizing: border-box;
}
.cta-band *, .competitor-cta * { box-sizing: border-box; }
.cta-band > div, .cta-band .container { max-width: 100%; }
.cta-band h2 {
  max-width: 820px;
  margin-left: 0;
  margin-right: 0;
  line-height: .98;
}
.cta-band .lead,
.cta-band p { max-width: 760px; }
.cta-band .btn,
.cta-band .wp-block-button__link {
  position: relative;
  z-index: 2;
  margin-top: 12px;
}
.cta-band::before,
.cta-band::after {
  pointer-events: none;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cta-band,
  .competitor-cta,
  section .cta-band {
    padding: 30px 22px !important;
    border-radius: 26px !important;
    width: calc(100% - 24px);
  }
  .cta-band h2 {
    font-size: 34px;
    line-height: 1;
  }
  .cta-band .btn,
  .cta-band .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

/* Красивая кнопка "Вверх" без дублирующихся стрелок */
#toTop,
.to-top {
  width: 60px !important;
  height: 60px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(54, 229, 141, .35) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.32), transparent 28%),
    linear-gradient(135deg, #36e58d, #ffd166) !important;
  color: #071014 !important;
  box-shadow:
    0 18px 50px rgba(54, 229, 141, .28),
    inset 0 1px 0 rgba(255,255,255,.35) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  font-weight: 900 !important;
  display: grid !important;
  place-items: center !important;
}
#toTop .fa,
.to-top .fa,
.fa-arrow-circle-up,
#toTop svg,
.to-top svg,
#toTop i,
.to-top i,
#toTop .icon,
.to-top .icon {
  display: none !important;
}
#toTop::before,
.to-top::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-left: 5px solid #071014;
  border-top: 5px solid #071014;
  border-radius: 2px;
  transform: rotate(45deg);
  margin-top: 7px;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.25));
}
#toTop:hover,
.to-top:hover {
  transform: translateY(-5px) scale(1.04) !important;
  box-shadow:
    0 24px 70px rgba(54, 229, 141, .38),
    inset 0 1px 0 rgba(255,255,255,.45) !important;
}


/* === MapsGrowth v4.1.2 fixes === */

/* HERO: уменьшаем расстояние от меню, уменьшаем H1, поднимаем всю структуру */
.hero {
    padding-top: 36px !important;
}
.site-header + .hero,
header + .hero {
    margin-top: 0 !important;
}
.hero-grid {
    align-items: center !important;
    transform: translateY(-28px);
}
.hero,
.hero-grid,
.hero-case-preview,
.business-slider,
.hero-case-card,
.business-slide {
    overflow: visible !important;
}
.hero h1,
.hero-title,
h1.hero-title {
    font-size: clamp(38px, 5vw, 68px) !important;
    line-height: 0.96 !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}
.hero .eyebrow,
.hero .section-label {
    margin-bottom: 8px !important;
}
.hero-case-preview,
.business-slider {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 5 !important;
}
.hero-case-card,
.business-slide {
    transform: none !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 10 !important;
}
.hero-case-top {
    position: relative !important;
    z-index: 50 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: visible !important;
    margin-bottom: 16px !important;
}
.hero-window-dots {
    position: relative !important;
    z-index: 60 !important;
    display: flex !important;
    gap: 7px !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.hero-window-dots i,
.hero-window-dots span {
    display: block !important;
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.hero-window-dots i:nth-child(1),
.hero-window-dots span:nth-child(1) {
    background: #ff5d73 !important;
}
.hero-window-dots i:nth-child(2),
.hero-window-dots span:nth-child(2) {
    background: #ffd166 !important;
}
.hero-window-dots i:nth-child(3),
.hero-window-dots span:nth-child(3) {
    background: #36e58d !important;
}
.hero-case-top b {
    position: relative !important;
    z-index: 60 !important;
    color: #f4f7fb !important;
}
.hero-case-preview *,
.business-slider * {
    backface-visibility: visible !important;
}

/* Калькулятор: убираем желтую обводку и желтый текст */
.calc-summary,
.calc-copy {
    border-color: rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.06) !important;
    color: #aeb9c5 !important;
}
.calc-summary b,
#mgCalcPrice,
#calcResult {
    color: #36e58d !important;
}
.calc-summary small,
.calc-summary span,
#calcNote {
    color: #aeb9c5 !important;
}
.calc-copy {
    color: #aeb9c5 !important;
    font-weight: 600 !important;
}

/* CTA "конкуренты получают клиентов" — фикс верстки */
.cta-band,
.competitor-cta,
section .cta-band {
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 52px 46px !important;
    border-radius: 36px !important;
    box-sizing: border-box;
}
.cta-band * {
    box-sizing: border-box;
}
.cta-band h2 {
    max-width: 820px;
    margin-left: 0;
    margin-right: 0;
    line-height: 0.98;
}
.cta-band .lead,
.cta-band p {
    max-width: 760px;
}
.cta-band .btn,
.cta-band .wp-block-button__link {
    position: relative;
    z-index: 2;
    margin-top: 12px;
}
.cta-band::before,
.cta-band::after {
    pointer-events: none;
    max-width: 100%;
}

/* Кнопка вверх — красивая, без двойной Font Awesome стрелки */
#toTop .fa,
.to-top .fa,
.fa-arrow-circle-up {
    display: none !important;
}
.to-top,
#toTop {
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(54, 229, 141, 0.35) !important;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.32), transparent 28%),
        linear-gradient(135deg, #36e58d, #ffd166) !important;
    color: #071014 !important;
    box-shadow:
        0 18px 50px rgba(54, 229, 141, 0.28),
        inset 0 1px 0 rgba(255,255,255,.35) !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    display: grid !important;
    place-items: center !important;
}
.to-top::before,
#toTop::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 5px solid #071014;
    border-top: 5px solid #071014;
    border-radius: 2px;
    transform: rotate(45deg);
    margin-top: 6px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.25));
}
.to-top:hover,
#toTop:hover {
    transform: translateY(-5px) scale(1.04) !important;
    box-shadow:
        0 24px 70px rgba(54, 229, 141, 0.38),
        inset 0 1px 0 rgba(255,255,255,.45) !important;
}

/* Новый блок Google Карт */
.google-maps-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
    padding: 46px;
    border-radius: 36px;
    border: 1px solid rgba(54,229,141,.22);
    background:
        radial-gradient(circle at 100% 0%, rgba(66,133,244,.18), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(52,168,83,.16), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
    box-shadow: var(--shadow);
}
.google-badge {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(66,133,244,.28);
    background: rgba(66,133,244,.13);
    color: #9cc1ff;
    font-weight: 900;
    margin-bottom: 18px;
}
.google-maps-content h3 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    margin: 0 0 16px;
}
.google-description {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
}
.google-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 24px 0;
}
.google-feature {
    padding: 15px;
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    border: 1px solid var(--line);
}
.google-feature strong {
    display: block;
    color: #f4f7fb;
    margin-bottom: 5px;
}
.google-feature span {
    color: var(--muted);
    font-size: 13px;
}
.google-preview-card {
    border-radius: 30px;
    background: rgba(7,16,20,.68);
    padding: 24px;
    border: 1px solid var(--line);
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.google-preview-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.google-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.google-dot.red { background:#ff5d73; }
.google-dot.yellow { background:#ffd166; }
.google-dot.green { background:#36e58d; }
.google-preview-top span {
    margin-left: 8px;
    font-weight: 900;
}
.google-map-demo {
    min-height: 330px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--line);
    background:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
        radial-gradient(circle at 35% 35%, rgba(66,133,244,.28), transparent 22%),
        radial-gradient(circle at 70% 65%, rgba(52,168,83,.22), transparent 24%);
    background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
}
.google-pin {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: 950;
    color: #071014;
    background: linear-gradient(135deg,#4285F4,#34A853,#FBBC05,#EA4335);
    box-shadow: 0 25px 70px rgba(66,133,244,.35);
}
.google-company {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(7,16,20,.88);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(14px);
}
.google-company h4 {
    margin: 0 0 8px;
    font-size: 19px;
}
.google-rating {
    color: #ffd166;
    margin-bottom: 14px;
    font-weight: 800;
}
.google-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.google-stats div {
    padding: 12px;
    border-radius: 15px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.09);
}
.google-stats strong {
    display: block;
    color: #36e58d;
    font-size: 22px;
}
.google-stats span {
    color: var(--muted);
    font-size: 12px;
}

@media (max-width: 768px) {
    .hero {
        padding-top: 32px !important;
    }
    .hero-grid {
        transform: none !important;
    }
    .hero h1,
    .hero-title,
    h1.hero-title {
        font-size: clamp(34px, 10vw, 46px) !important;
        line-height: 1 !important;
    }
    .hero-case-preview,
    .business-slider,
    .hero-case-card,
    .business-slide {
        top: 0 !important;
        transform: none !important;
    }
    .cta-band,
    .competitor-cta,
    section .cta-band {
        padding: 30px 22px !important;
        border-radius: 26px !important;
        width: calc(100% - 24px);
    }
    .cta-band h2 {
        font-size: 34px;
        line-height: 1;
    }
    .cta-band .btn,
    .cta-band .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
    .google-maps-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }
    .google-features {
        grid-template-columns: 1fr;
    }
    .google-stats {
        grid-template-columns: 1fr;
    }
}



/* === MapsGrowth v4.2.1 VISUAL RESTORE === */
/* Эта версия НЕ перестраивает HTML главной. Только безопасные правки внешнего вида. */

/* HERO: рабочий фикс, который подтвердили */
.hero {
    padding-top: 36px !important;
}

.site-header + .hero,
header + .hero {
    margin-top: 0 !important;
}

.hero-grid {
    align-items: center !important;
    transform: translateY(-28px);
}

.hero,
.hero-grid,
.hero-case-preview,
.business-slider,
.hero-case-card,
.business-slide,
.hero-card,
.map-window {
    overflow: visible !important;
}

.hero h1,
.hero-title,
h1.hero-title {
    font-size: clamp(38px, 5vw, 68px) !important;
    line-height: 0.96 !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.hero .eyebrow,
.hero .section-label {
    margin-bottom: 8px !important;
}

/* Три точки в Hero */
.hero-case-top,
.window-top {
    position: relative !important;
    z-index: 50 !important;
    overflow: visible !important;
}

.hero-window-dots,
.window-top {
    visibility: visible !important;
    opacity: 1 !important;
}

.hero-window-dots i,
.hero-window-dots span,
.window-top > span {
    display: inline-block !important;
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-window-dots i:nth-child(1),
.hero-window-dots span:nth-child(1),
.window-top > span:nth-child(1) {
    background: #ff5d73 !important;
}

.hero-window-dots i:nth-child(2),
.hero-window-dots span:nth-child(2),
.window-top > span:nth-child(2) {
    background: #ffd166 !important;
}

.hero-window-dots i:nth-child(3),
.hero-window-dots span:nth-child(3),
.window-top > span:nth-child(3) {
    background: #36e58d !important;
}

/* Калькулятор: убираем желтый стиль */
.calc-summary,
.calc-copy {
    border-color: rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.06) !important;
    color: #aeb9c5 !important;
}

.calc-summary b,
#mgCalcPrice,
#calcResult {
    color: #36e58d !important;
}

.calc-summary small,
.calc-summary span,
#calcNote {
    color: #aeb9c5 !important;
}

.calc-copy {
    color: #aeb9c5 !important;
    font-weight: 600 !important;
}

/* CTA конкурентов */
.cta-band,
.competitor-cta,
section .cta-band {
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 52px 46px !important;
    border-radius: 36px !important;
    box-sizing: border-box;
}

.cta-band * {
    box-sizing: border-box;
}

.cta-band h2 {
    max-width: 820px;
    margin-left: 0;
    margin-right: 0;
    line-height: 0.98;
}

.cta-band .lead,
.cta-band p {
    max-width: 760px;
}

.cta-band .btn,
.cta-band .wp-block-button__link {
    position: relative;
    z-index: 2;
    margin-top: 12px;
}

/* Кнопка вверх */
#toTop .fa,
.to-top .fa,
.fa-arrow-circle-up {
    display: none !important;
}

.to-top,
#toTop {
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(54,229,141,.35) !important;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.32), transparent 28%),
        linear-gradient(135deg,#36e58d,#ffd166) !important;
    color: #071014 !important;
    box-shadow:
        0 18px 50px rgba(54,229,141,.28),
        inset 0 1px 0 rgba(255,255,255,.35) !important;
    font-size: 0 !important;
    display: grid !important;
    place-items: center !important;
}

.to-top::before,
#toTop::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 5px solid #071014;
    border-top: 5px solid #071014;
    border-radius: 2px;
    transform: rotate(45deg);
    margin-top: 6px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.25));
}

/* Google Maps блок — стили готовы, но сам блок лучше добавлять отдельно после стабилизации */
.google-maps-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
    padding: 46px;
    border-radius: 36px;
    border: 1px solid rgba(54,229,141,.22);
    background:
        radial-gradient(circle at 100% 0%, rgba(66,133,244,.18), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(52,168,83,.16), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
    box-shadow: var(--shadow);
}

@media (max-width: 768px) {
    .hero {
        padding-top: 32px !important;
    }

    .hero-grid {
        transform: none !important;
    }

    .hero h1,
    .hero-title,
    h1.hero-title {
        font-size: clamp(34px, 10vw, 46px) !important;
        line-height: 1 !important;
    }

    .cta-band,
    .competitor-cta,
    section .cta-band {
        padding: 30px 22px !important;
        border-radius: 26px !important;
        width: calc(100% - 24px);
    }

    .google-maps-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }
}


/* === MapsGrowth v4.3.1 Hero slider arrows === */
.business-slider{position:relative}
.business-slide{display:none}
.business-slide.active{display:block}
.business-slider-arrows{display:flex!important;gap:10px;margin-top:14px;position:relative;z-index:30}
.business-arrow{width:44px!important;height:44px!important;border-radius:999px!important;border:1px solid rgba(54,229,141,.32)!important;background:linear-gradient(135deg,rgba(54,229,141,.18),rgba(255,209,102,.12))!important;color:#fff!important;font-size:22px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 12px 30px rgba(0,0,0,.22)!important}
.business-arrow:hover{transform:translateY(-2px);border-color:rgba(54,229,141,.7)!important}
.business-dots{display:flex!important;gap:8px;margin-top:14px;position:relative;z-index:30}
.business-dots button{width:10px!important;height:10px!important;border-radius:50%!important;border:0!important;background:rgba(255,255,255,.28)!important;padding:0!important;cursor:pointer!important}
.business-dots button.active{background:#36e58d!important;box-shadow:0 0 0 6px rgba(54,229,141,.13)!important}
.hero-case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.hero-case-metrics div{padding:12px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.055)}
.hero-case-metrics b{display:block;color:#36e58d;font-size:20px}
.hero-case-metrics span{display:block;color:var(--muted);font-size:12px}
@media(max-width:768px){.hero-case-metrics{grid-template-columns:1fr}.business-slider-arrows{justify-content:center}}


/* v4.3.1 ensure old Hero slider buttons visible */
.business-slider .slider-btn,
.business-slider .business-arrow{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  visibility:visible!important;
}
.business-slider .prev{left:10px}
.business-slider .next{right:10px}


/* === MapsGrowth v4.3.6 exact dynamic links, no layout reset === */
.mg-dynamic-card{position:relative}
.mg-card-link-cover{position:absolute;inset:0;z-index:8;text-decoration:none!important;background:transparent!important}
.mg-dynamic-card > *:not(.mg-card-link-cover){position:relative;z-index:2}
.service-card .mg-card-link-cover + .icon,
.case-card .mg-card-link-cover + .case-glow{pointer-events:none}


/* === MapsGrowth v4.4.0 CMS Core frontend helpers === */
.mg-dynamic-card{position:relative}
.mg-card-link-cover{position:absolute;inset:0;z-index:8;text-decoration:none!important;background:transparent!important}
.mg-dynamic-card > *:not(.mg-card-link-cover){position:relative;z-index:2}
.service-card .service-more{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:auto;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,rgba(54,229,141,.18),rgba(255,209,102,.12));border:1px solid rgba(54,229,141,.34);color:#fff;font-weight:900;font-size:13px;position:relative;z-index:10}
.service-card:hover .service-more{border-color:rgba(54,229,141,.72);transform:translateY(-1px)}
a.service-card{text-decoration:none;color:inherit}


/* === MapsGrowth v4.4.1 SEO system + services fix === */
.seo-system,.section-seo-system{position:relative;padding:clamp(64px,8vw,110px) 0}
.seo-system .grid-3,.section-seo-system .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.seo-system .service-card,.section-seo-system .service-card{
  min-height:245px;padding:26px;border-radius:26px;
  background:radial-gradient(circle at 20% 0%,rgba(54,229,141,.14),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.11);box-shadow:0 22px 60px rgba(0,0,0,.22);
  color:inherit;text-decoration:none
}
.seo-system .service-card:hover,.section-seo-system .service-card:hover{transform:translateY(-4px);border-color:rgba(54,229,141,.36)}
.service-card b{display:block;margin-top:14px!important;margin-bottom:18px!important}
.service-card .service-more{
  display:inline-flex!important;align-items:center;justify-content:center;width:fit-content;
  margin-top:8px!important;padding:10px 15px;border-radius:999px;
  background:linear-gradient(135deg,rgba(54,229,141,.2),rgba(255,209,102,.13));
  border:1px solid rgba(54,229,141,.38);color:#fff;font-weight:900;font-size:13px;line-height:1.1
}
.service-card:hover .service-more{border-color:rgba(54,229,141,.75);transform:translateY(-1px)}
@media(max-width:960px){.seo-system .grid-3,.section-seo-system .grid-3{grid-template-columns:1fr}}


/* === MapsGrowth v4.4.2 footer + card fixes === */
.mg-footer{
  margin-top:clamp(60px,8vw,110px);
  padding:54px 0 24px;
  background:
    radial-gradient(circle at 15% 0%, rgba(54,229,141,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(0,0,0,.18));
  border-top:1px solid rgba(255,255,255,.1);
}
.mg-footer-grid{
  display:grid;
  grid-template-columns:1.5fr .8fr .9fr .8fr;
  gap:28px;
  align-items:start;
}
.mg-footer-logo{
  font-size:24px;
  font-weight:1000;
  letter-spacing:-.04em;
  color:#fff;
  margin-bottom:12px;
}
.mg-footer p{color:var(--muted);max-width:520px;margin:0 0 18px}
.mg-footer-key{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  color:#36e58d!important;
  text-decoration:none!important;
  background:rgba(54,229,141,.09);
  border:1px solid rgba(54,229,141,.25);
  font-weight:900;
}
.mg-footer-col h3{margin:0 0 14px;color:#fff;font-size:15px}
.mg-footer-col a{
  display:block;
  color:var(--muted)!important;
  text-decoration:none!important;
  margin:9px 0;
}
.mg-footer-col a:hover{color:#36e58d!important}
.mg-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.45);
  font-size:13px;
}
.service-card b{
  display:inline-flex!important;
  width:max-content;
  margin-top:12px!important;
  margin-bottom:0!important;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,209,102,.1);
  border:1px solid rgba(255,209,102,.24);
  color:#ffd166!important;
}
.service-card .service-more{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:fit-content;
  margin-top:18px!important;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(54,229,141,.11)!important;
  border:1px solid rgba(54,229,141,.34)!important;
  color:#fff!important;
  font-weight:900;
  font-size:13px;
  line-height:1.1;
}
.case-grid .case-card,
.case-grid-rich .case-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}
.case-grid .case-card .bar,
.case-grid-rich .case-card .bar{
  margin-top:auto!important;
}
.case-grid,
.case-grid-rich{
  align-items:stretch!important;
}
@media(max-width:960px){
  .mg-footer-grid{grid-template-columns:1fr}
  .mg-footer-bottom{flex-direction:column}
}


/* === MapsGrowth v4.4.3 footer/checker/card alignment === */
.mg-footer-grid{
  grid-template-columns: minmax(0,1.45fr) minmax(160px,.75fr) minmax(210px,.95fr) minmax(180px,.8fr) !important;
  gap:34px !important;
}
.mg-footer-col,
.mg-footer-brand{min-width:0}
.mg-footer-col a{word-break:break-word}
.mg-footer-bottom{
  display:grid !important;
  grid-template-columns:1fr auto 1.4fr;
  align-items:center;
  gap:18px;
}
.mg-footer-bottom-key{
  color:#36e58d!important;
  text-decoration:none!important;
  font-weight:900;
  white-space:nowrap;
}
.service-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}
.service-card p{flex:1 1 auto}
.service-card b{
  margin-top:18px!important;
  margin-bottom:0!important;
  align-self:flex-start;
}
.service-card .service-more{
  margin-top:14px!important;
  align-self:flex-start;
}
.mg-checker-section{
  position:relative;
  padding:clamp(64px,8vw,110px) 0;
}
.mg-checker-widget{
  border-radius:32px;
  padding:28px;
  background:radial-gradient(circle at 20% 0%,rgba(54,229,141,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 26px 80px rgba(0,0,0,.28);
}
.mg-checker-fields{
  display:grid;
  grid-template-columns:220px 1fr auto;
  gap:12px;
}
.mg-checker-select,.mg-checker-input{
  min-height:52px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(0,0,0,.24);
  color:#fff;
  padding:0 16px;
}
.mg-checker-note{color:var(--muted);margin:14px 0 0}
.mg-checker-result{margin-top:22px}
.mg-checker-score{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px;
  border-radius:22px;
  background:rgba(54,229,141,.09);
  border:1px solid rgba(54,229,141,.2);
  margin-bottom:16px;
}
.mg-checker-score b{font-size:30px;color:#36e58d}
.mg-checker-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.mg-checker-found,.mg-checker-locked{
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
}
.mg-checker-locked{
  position:relative;
  overflow:hidden;
}
.mg-checker-locked:before{
  content:"";
  position:absolute;
  inset:0;
  backdrop-filter:blur(1.5px);
  background:linear-gradient(135deg,rgba(0,0,0,.1),rgba(0,0,0,.24));
  pointer-events:none;
}
.mg-checker-locked > *{position:relative;z-index:2}
@media(max-width:960px){
  .mg-footer-grid,.mg-footer-bottom,.mg-checker-fields,.mg-checker-grid{grid-template-columns:1fr!important}
  .mg-footer-bottom-key{white-space:normal}
}


/* === MapsGrowth v4.4.4 clean footer + prettier checker === */
.mg-footer{
  margin-top:clamp(54px,7vw,90px)!important;
  padding:24px 0 20px!important;
  background:rgba(0,0,0,.18)!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
}
.mg-footer-grid,.mg-footer-brand,.mg-footer-col{display:none!important}
.mg-footer-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 18px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.mg-footer-links a{
  color:rgba(255,255,255,.58)!important;
  text-decoration:none!important;
  font-size:13px;
}
.mg-footer-links a:hover{color:#36e58d!important}
.mg-footer-bottom{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  margin-top:16px!important;
  padding-top:0!important;
  border-top:0!important;
  color:rgba(255,255,255,.46)!important;
  font-size:13px!important;
  text-align:center;
}
.mg-footer-bottom-key{
  color:#36e58d!important;
  text-decoration:none!important;
  font-weight:800!important;
}

.mg-checker-pro{
  padding:0!important;
  overflow:hidden;
}
.mg-checker-pro-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:28px;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:linear-gradient(135deg,rgba(54,229,141,.08),rgba(255,209,102,.05));
}
.mg-checker-kicker{
  display:inline-flex;
  color:#36e58d;
  font-weight:900;
  margin-bottom:8px;
}
.mg-checker-pro-head h3{margin:0 0 8px;font-size:28px;color:#fff}
.mg-checker-pro-head p{margin:0;color:var(--muted);max-width:620px}
.mg-checker-platforms{
  display:flex;
  gap:8px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.mg-checker-platforms span{
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-weight:800;
  font-size:12px;
}
.mg-checker-pro .mg-checker-form{padding:24px 28px}
.mg-checker-score-row{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  padding:22px;
  border-radius:24px;
  background:rgba(54,229,141,.08);
  border:1px solid rgba(54,229,141,.2);
  margin-bottom:18px;
}
.mg-score-circle{
  width:92px;height:92px;border-radius:50%;
  display:flex;align-items:baseline;justify-content:center;
  background:radial-gradient(circle,rgba(54,229,141,.24),rgba(54,229,141,.06));
  border:1px solid rgba(54,229,141,.34);
  box-shadow:0 0 0 10px rgba(54,229,141,.06);
}
.mg-score-circle b{font-size:34px;color:#36e58d}
.mg-score-circle span{color:rgba(255,255,255,.55);font-weight:900}
.mg-panel-title{
  display:flex;align-items:center;gap:9px;
  font-weight:1000;color:#fff;margin-bottom:12px;
}
.mg-panel-title span{
  width:12px;height:12px;border-radius:50%;display:inline-block;
}
.mg-panel-title.good span{background:#36e58d;box-shadow:0 0 0 5px rgba(54,229,141,.12)}
.mg-panel-title.bad span{background:#ff5c5c;box-shadow:0 0 0 5px rgba(255,92,92,.12)}
.mg-panel-title.locked span{background:#ffd166;box-shadow:0 0 0 5px rgba(255,209,102,.12)}
.mg-good-list,.mg-bad-list,.mg-locked-list{list-style:none;margin:0;padding:0}
.mg-good-list li,.mg-bad-list li,.mg-locked-list li{
  position:relative;
  padding:10px 0 10px 28px;
  color:var(--muted);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.mg-good-list li:before{content:"✓";position:absolute;left:0;color:#36e58d;font-weight:1000}
.mg-bad-list li:before{content:"!";position:absolute;left:0;color:#ff5c5c;font-weight:1000}
.mg-locked-list li:before{content:"🔒";position:absolute;left:0}
.mg-checker-grid{
  grid-template-columns:1fr 1fr 1fr!important;
}
@media(max-width:980px){
  .mg-checker-pro-head,.mg-checker-score-row{grid-template-columns:1fr;display:grid}
  .mg-checker-grid{grid-template-columns:1fr!important}
}
