/* Специфичные стили для десктопа (экраны >= 769px) */

/* ГЛАВНАЯ СТРАНИЦА */

/* Hero Секция */
.hero {
  padding-top: 92px;
  padding-bottom: 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  min-height: 510px;
  align-items: center;
  gap: 45px;
}

h1 {
  font-size: clamp(45px, 5.1vw, 76px);
  line-height: .99;
  letter-spacing: -.064em;
  margin-bottom: 28px;
  max-width: 720px;
}

.hero-text {
  color: #c7c0c4;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 31px;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  font-size: 12px;
  color: var(--muted);
  margin-top: 33px;
  display: flex;
  align-items: center;
  gap: 9px;
}

/* Орбиты и Интерактивная карта (System Map) */
.system-map {
  height: 440px;
  position: relative;
  isolation: isolate;
}

.system-map:before {
  content: "";
  position: absolute;
  inset: 7% 3%;
  background: radial-gradient(ellipse, rgba(149, 17, 43, .29), transparent 64%);
  filter: blur(14px);
  z-index: -2;
}

.map-orbit {
  position: absolute;
  border: 1px solid rgba(213, 44, 67, .17);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-24deg);
}

.orbit-a {
  width: 70%;
  height: 45%;
}

.orbit-b {
  width: 48%;
  height: 76%;
  opacity: .6;
}

.map-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 72, 93, .7), transparent);
  transform-origin: left;
  opacity: .72;
}

.line-a { width: 34%; left: 22%; top: 31%; transform: rotate(27deg); }
.line-b { width: 33%; left: 50%; top: 29%; transform: rotate(152deg); }
.line-c { width: 32%; left: 26%; top: 58%; transform: rotate(-26deg); }
.line-d { width: 32%; left: 48%; top: 63%; transform: rotate(35deg); }
.line-e { width: 35%; left: 38%; top: 48%; transform: rotate(88deg); }

.map-card {
  position: absolute;
  width: 123px;
  height: 71px;
  padding: 11px 12px;
  background: linear-gradient(145deg, rgba(58, 17, 26, .94), rgba(17, 15, 19, .96));
  border: 1px solid rgba(231, 44, 63, .55);
  box-shadow: 0 14px 24px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.08);
  border-radius: 7px;
  transform: rotate(26deg);
  transition: transform .3s;
}

.map-card:hover {
  transform: rotate(0) scale(1.05);
}

.map-card b {
  display: block;
  font-size: 13px;
}

.card-index {
  font-size: 9px;
  color: #dc8390;
  display: block;
  margin-bottom: 3px;
}

.map-card i {
  position: absolute;
  height: 2px;
  left: 12px;
  bottom: 12px;
  width: 34px;
  background: var(--red);
  box-shadow: 0 0 9px var(--red);
}

.card-site { top: 7%; left: 46%; }
.card-seo { top: 24%; left: 20%; }
.card-ads { top: 29%; right: 5%; }
.card-crm { bottom: 16%; left: 22%; }
.card-funnel { bottom: 8%; right: 8%; }
.card-sales { bottom: 34%; left: 51%; width: 110px; }

.map-center {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .2);
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(17, 14, 18, .85);
  box-shadow: 0 0 35px rgba(221, 32, 61, .28);
}

.map-center span {
  font-size: 16px;
  font-weight: 800;
}

.map-center small {
  font-size: 8px;
  text-transform: uppercase;
  color: #be8e95;
  letter-spacing: .08em;
}

/* Статистика Hero */
.hero-stats {
  display: flex;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  gap: 0;
}

.hero-stats div {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  border-right: 1px solid var(--line);
  padding-left: 24px;
}

.hero-stats div:first-child {
  padding-left: 0;
}

.hero-stats div:last-child {
  border: 0;
}

.hero-stats strong {
  font-size: 26px;
  color: #d96c7b;
  font-weight: 500;
  letter-spacing: -.07em;
}

.hero-stats span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}

/* Секция Направления (Services) */
.services {
  padding-top: 100px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.service-card {
  min-height: 355px;
  border: 1px solid rgba(207, 58, 77, .35);
  background: linear-gradient(155deg, rgba(35, 22, 27, .72), rgba(16, 15, 18, .92));
  padding: 25px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color .25s, transform .25s;
}

.service-card:before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(137, 12, 34, .23), transparent 67%);
  right: -85px;
  bottom: -95px;
  transition: transform .25s;
}

.service-card:hover {
  border-color: rgba(255, 79, 101, .78);
  transform: translateY(-6px);
}

.service-card:hover:before {
  transform: scale(1.3);
}

.service-num {
  font-size: 11px;
  color: #c37883;
}

.service-icon {
  height: 74px;
  margin: 25px 0 13px;
  position: relative;
  color: #e84154;
}

.service-icon i {
  position: absolute;
  display: block;
  border: 1px solid currentColor;
}

/* Иконки шагов услуг */
.icon-site i:first-child { width: 72px; height: 46px; left: 4px; top: 6px; border-radius: 4px; }
.icon-site i:nth-child(2) { width: 27px; height: 18px; left: 15px; top: 17px; }
.icon-site i:nth-child(3) { width: 40px; height: 1px; left: 21px; top: 59px; }

.icon-growth i:first-child { height: 48px; width: 1px; bottom: 9px; left: 8px; }
.icon-growth i:nth-child(2) { height: 1px; width: 83px; bottom: 9px; left: 8px; }
.icon-growth i:nth-child(3) { width: 65px; height: 36px; left: 18px; top: 15px; border-width: 0 2px 2px 0; transform: skewY(-31deg); }

.icon-funnel i { border-radius: 2px; left: 10px; transform: skewX(-22deg); }
.icon-funnel i:first-child { width: 72px; height: 17px; top: 7px; }
.icon-funnel i:nth-child(2) { width: 48px; height: 14px; top: 31px; left: 20px; }
.icon-funnel i:nth-child(3) { width: 23px; height: 12px; top: 53px; left: 33px; }

.icon-audit i:first-child { width: 43px; height: 55px; left: 10px; top: 3px; border-radius: 4px; }
.icon-audit i:nth-child(2) { width: 23px; height: 23px; border-radius: 50%; right: 14px; bottom: 10px; }
.icon-audit i:nth-child(3) { width: 17px; height: 1px; right: 2px; bottom: 6px; transform: rotate(45deg); }

.service-card h3 {
  font-size: 23px;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -.04em;
}

.service-card p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
  position: relative;
}

.service-card a {
  margin-top: auto;
  font-size: 13px;
  font-weight: 650;
  position: relative;
}

.service-card a span {
  color: var(--red-hi);
  margin-left: 5px;
}

/* Секция Система (System) */
.system {
  padding-top: 150px;
}

.system-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}

.system-visual {
  height: 370px;
  border: 1px solid rgba(207, 58, 77, .27);
  background: linear-gradient(135deg, rgba(63, 12, 25, .35), rgba(17, 15, 18, .8));
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}

.system-visual:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 36px), repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 36px);
  transform: rotate(-12deg);
  left: -150px;
  top: -170px;
}

.visual-label {
  position: absolute;
  top: 26px;
  left: 28px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .16em;
  color: #d0818d;
}

.route {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 51%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), #80132a, #36232a);
  transform: rotate(-16deg);
}

.route-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #f06675;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(231, 44, 63, .12), 0 0 16px var(--red);
}

.d1 { left: 0; top: -4px; }
.d2 { left: 25%; top: -4px; }
.d3 { left: 50%; top: -4px; }
.d4 { left: 75%; top: -4px; }
.d5 { right: 0; top: -4px; }

.route-card {
  position: absolute;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 5px;
  background: rgba(15, 14, 17, .85);
  font-size: 12px;
  box-shadow: 0 9px 18px rgba(0,0,0,.2);
}

.r1 { left: 8%; top: 60%; }
.r2 { left: 28%; top: 20%; }
.r3 { left: 48%; top: 55%; }
.r4 { right: 6%; top: 20%; border-color: rgba(231,44,63,.6); }

.system-copy > p:not(.eyebrow), .about p {
  color: var(--muted);
  font-size: 16px;
  max-width: 520px;
  margin: 25px 0;
}

.system-copy ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.system-copy li {
  font-size: 14px;
  color: #ded9db;
  display: flex;
  align-items: center;
  gap: 13px;
}

.system-copy li b {
  font-weight: 500;
  color: #e17482;
  font-size: 12px;
}

/* Секция Аудит (Audit) */
.audit {
  padding-top: 150px;
}

.audit-panel {
  border: 1px solid rgba(235, 53, 75, .58);
  border-radius: 15px;
  padding: 62px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  background: radial-gradient(circle at 85% 20%, rgba(132, 16, 39, .4), transparent 33%), linear-gradient(130deg, #280c15, #141116 66%);
  position: relative;
  overflow: hidden;
}

.audit-panel:after {
  content: "A";
  position: absolute;
  right: 20px;
  bottom: -90px;
  font-size: 400px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 255, 255, .025);
  letter-spacing: -.18em;
}

.audit h2 {
  margin-bottom: 21px;
}

.audit p:not(.eyebrow) {
  color: #c2b9bd;
  max-width: 530px;
}

.audit-side {
  align-self: center;
  display: grid;
  gap: 13px;
  position: relative;
  z-index: 1;
}

.audit-check {
  font-size: 14px;
  color: #d6cfd2;
}

.audit-check span {
  color: #ff6676;
  margin-right: 8px;
}

.audit-side .button {
  margin-top: 17px;
  width: max-content;
}

/* Секция О нас (About) */
.about {
  padding-top: 145px;
  padding-bottom: 125px;
}

.about-grid {
  display: grid;
  grid-template-columns: .48fr 1fr;
  gap: 10vw;
  align-items: center;
}

.about-mark {
  font-size: clamp(80px, 12vw, 170px);
  line-height: .68;
  font-weight: 800;
  letter-spacing: -.1em;
  color: #2a151a;
  text-shadow: 1px 0 rgba(229, 49, 70, .31);
}

.about-mark span {
  color: var(--red);
}

/* Разделители колонок в футере на десктопе */
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(5, 1fr);
  gap: 45px;
  align-items: flex-start;
}

.footer-grid > div {
  position: relative;
}

.footer-grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .08), transparent);
}

.footer-grid a {
  display: block;
  margin-bottom: 12px;
  color: #d8d3d6;
  font-size: 14px;
  transition: color .25s, transform .25s;
}

.footer-grid a:hover {
  color: #ffffff;
  transform: translateX(8px);
}

.footer-grid > div:hover .footer-label {
  color: #ff5668;
  letter-spacing: .22em;
}


/* =============================================================================
   ВНУТРЕННИЕ СТРАНИЦЫ (КОНТЕКСТ, SEO)
   ============================================================================= */

/* Внутренний Hero-header */
.internal-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 140px 0 80px;
  background: linear-gradient(180deg, rgba(12, 11, 14, 0.4) 0%, rgba(12, 11, 14, 0.95) 100%), 
              radial-gradient(circle at 80% 20%, rgba(137, 12, 34, 0.35), transparent 50%);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.internal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: -1;
  mix-blend-mode: luminosity;
}

/* Динамические фоны для каждой страницы через селекторы body */
.promo-page .internal-hero::after {
  background-image: url("/images/newpages/google-and-yandex.jpg");
}

.seo-page .internal-hero::after {
  background-image: url("/images/newpages/seo-v-tashkente.jpg");
}

.internal-hero-content {
  max-width: 800px;
}

.internal-hero h1 {
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.05;
  letter-spacing: -.05em;
  margin-bottom: 24px;
}

.internal-hero p {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* Сетки для внутренних страниц */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Универсальные темные карточки */
.card-dark {
  background: linear-gradient(155deg, rgba(35, 22, 27, .72), rgba(16, 15, 18, .92));
  border: 1px solid rgba(207, 58, 77, .35);
  border-radius: 12px;
  padding: 35px 30px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.card-dark:hover {
  border-color: rgba(255, 79, 101, .78);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.card-dark h3, .card-dark h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #efc9cf;
}

.card-dark p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Блоки с примерами поиска (Google/Yandex) */
.search-preview-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}

.search-preview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 44, 63, 0.4);
}

.search-preview-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.search-preview-body {
  padding: 24px;
}

.search-preview-body h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.search-preview-body p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* Тарифы на внутренних страницах */
.pricing-title-block {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-title-block h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}

/* Тарифные карточки — одинаковая высота */
.grid-3 .tariff-card-premium,
.grid-2 .tariff-card-premium {
  height: 100%;
}

.pricing-title-block p {
  color: var(--muted);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.tariff-card-premium {
  background: linear-gradient(145deg, rgba(38, 12, 18, 0.95), rgba(17, 15, 19, 0.98));
  border: 1px solid rgba(231, 44, 63, 0.5);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s, border-color 0.3s;
  height: 100%;
}

.tariff-card-premium:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 79, 101, 0.8);
}

/* Бейдж "Хит" — зеленый с пульсацией */
.tariff-hit-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00c853;
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 0 12px rgba(0, 200, 83, 0.4);
  animation: hit-pulse 2s ease-in-out infinite;
}

@keyframes hit-pulse {
  0%, 100% {
    box-shadow: 0 0 8px rgba(0, 200, 83, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 200, 83, 0.7), 0 0 40px rgba(0, 200, 83, 0.3);
    transform: scale(1.08);
  }
}

.tariff-card-premium h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
}

.plan-item {
  margin-bottom: 15px;
}

.plan-item-btn {
  width: 100%;
  background: linear-gradient(135deg, rgba(231, 44, 63, 0.15), rgba(231, 44, 63, 0.05));
  border: 1px solid rgba(231, 44, 63, 0.4);
  color: #fff;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 650;
  text-align: left;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s, border-color 0.3s;
}

.plan-item-btn::after {
  content: "→";
  font-size: 16px;
  color: var(--red-hi);
  transition: transform 0.3s;
}

.plan-item-btn.open::after {
  transform: rotate(90deg);
}

.plan-item-btn:hover {
  background: linear-gradient(135deg, rgba(231, 44, 63, 0.3), rgba(231, 44, 63, 0.1));
  border-color: var(--red-hi);
}

.plan-details-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s;
  background: rgba(12, 11, 14, 0.5);
  border-radius: 0 0 8px 8px;
  border: 1px solid transparent;
  border-top: none;
}

.plan-details-content.open {
  max-height: 500px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.06);
}

.plan-details-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.plan-details-content li {
  padding: 8px 0;
  font-size: 13px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.plan-details-content li:last-child {
  border-bottom: none;
}

.plan-details-content strong {
  color: #fff;
}

/* Размытие цен (для SEO тарифов) */
.price-blur-wrapper {
  text-align: center;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.02);
  padding: 15px;
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
}

.price-blur-text {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 5px;
}

.price-value-hidden {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  filter: blur(5px);
  transition: filter 0.4s ease;
}

.price-blur-wrapper:hover .price-value-hidden {
  filter: blur(0);
}

/* Подходы к SEO (Steps) */
.approach-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.approach-step-card {
  display: flex;
  gap: 24px;
  background: linear-gradient(155deg, rgba(20, 18, 22, 0.95), rgba(12, 11, 14, 0.98));
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 12px;
  align-items: flex-start;
  transition: border-color 0.3s, transform 0.3s;
}

.approach-step-card:hover {
  border-color: rgba(231, 44, 63, 0.4);
  transform: translateX(4px);
}

.approach-step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(231, 44, 63, 0.1);
  border: 1px solid rgba(231, 44, 63, 0.3);
  color: var(--red-hi);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.approach-step-body h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}

.approach-step-body p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* FAQ Гармошка */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-trigger:hover {
  background: rgba(255, 255, 255, 0.04);
}

.faq-trigger i {
  color: var(--red-hi);
  font-size: 14px;
  transition: transform 0.3s;
}

.faq-trigger.open i {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s;
  padding: 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.faq-content.open {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-content p {
  margin: 0;
}

/* Виджет звонка */
.call-widget {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 9999;
}

.call-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--red);
  color: white;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(231, 44, 63, 0.4);
  transition: transform 0.3s ease;
  animation: pulse-widget 2s infinite;
}

.call-button:hover {
  transform: scale(1.1);
  background-color: var(--red-hi);
}

.call-button img {
  width: 40px;
  height: 40px;
}

.call-widget .tooltip {
  position: absolute;
  background-color: rgba(9, 9, 11, 0.95);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid var(--line);
  white-space: nowrap;
  top: 50%;
  left: -210px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.call-widget:hover .tooltip {
  opacity: 1;
}

@keyframes pulse-widget {
  0% { box-shadow: 0 0 0 0 rgba(231, 44, 63, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(231, 44, 63, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 44, 63, 0); }
}

/* Стили контактов */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.contacts-photo {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  border: 1px solid rgba(231, 44, 63, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  display: block;
}
.contacts-text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.contacts-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 320px;
}
