:root {
  --ink: #111820;
  --muted: #2d3a49;
  --blue: #0d66d7;
  --blue-deep: #0954bc;
  --blue-soft: #dcecff;
  --glass: rgba(239, 246, 255, 0.58);
  --glass-strong: rgba(249, 252, 255, 0.78);
  --stroke: rgba(255, 255, 255, 0.78);
  --shadow: 0 22px 70px rgba(23, 72, 126, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.75);
  color-scheme: light;
  font-family: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background-color: #8fc8ee;
  background-image:
    linear-gradient(90deg, rgba(239, 248, 255, 0.58) 0%, rgba(255, 255, 255, 0.18) 35%, rgba(43, 121, 199, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 46%, rgba(43, 113, 185, 0.13) 100%),
    url("assets/cloud-sky.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea,
select,
.proposal-modal,
.proposal-modal *,
.proposal-preview,
.proposal-preview *,
.requisites-panel,
.requisites-panel *,
.modal-actions,
.modal-actions * {
  -webkit-user-select: text;
  user-select: text;
}

[hidden] {
  display: none !important;
}

body::before,
body::after {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

input,
textarea,
select,
button {
  max-width: 100%;
}

.site-shell {
  width: min(1418px, calc(100% - 128px));
  min-height: 100vh;
  margin: 20px auto 42px;
}

#top,
#services,
#fresh,
#its,
#calculator,
#freshGuide,
#freshPrice,
#freshSupportPlans,
#itsServices,
#supportRegulation,
#reviews,
#faq,
#contacts {
  scroll-margin-top: 106px;
}

.topbar {
  position: sticky;
  top: 20px;
  z-index: 20;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  height: 66px;
  padding: 0 28px 0 26px;
  border: 1px solid var(--stroke);
  border-radius: 21px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.56), rgba(217, 234, 250, 0.45));
  box-shadow: 0 18px 55px rgba(30, 91, 154, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(142%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  filter: drop-shadow(0 7px 12px rgba(10, 66, 134, 0.22));
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 21px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  height: 58px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 18px;
  background: rgba(235, 244, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(29, 96, 166, 0.11);
  backdrop-filter: blur(17px);
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  display: inline-grid;
  flex: 0 0 auto;
  min-width: max-content;
  height: 49px;
  padding: 0 12px;
  place-items: center;
  border-radius: 14px;
  color: #111923;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-links a.is-active,
.nav-links a.soft-active {
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 43px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(250, 252, 255, 0.57);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.84), 0 9px 20px rgba(35, 93, 155, 0.14);
  backdrop-filter: blur(14px);
}

.language-switch button {
  min-height: 33px;
  padding: 0 11px;
  border: 0;
  border-radius: 10px;
  color: #24415f;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #1476d9, #0750b8);
  box-shadow: 0 8px 18px rgba(11, 83, 179, 0.18);
}

.phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #14213a;
  font-size: 15px;
  font-weight: 500;
}

.phone svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #155b9e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ghost-button,
.secondary-button,
.download-button {
  display: inline-grid;
  min-height: 43px;
  padding: 0 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  color: #112038;
  background: rgba(250, 252, 255, 0.57);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.84), 0 9px 20px rgba(35, 93, 155, 0.14);
  font-weight: 650;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, 620px) minmax(390px, 1fr);
  gap: 28px;
  min-height: 365px;
  padding: 70px 48px 0;
}

.hero-copy {
  padding-top: 7px;
}

.hero h1 {
  max-width: 610px;
  margin: 0;
  color: #111820;
  font-size: clamp(34px, 3vw, 43px);
  font-weight: 860;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero h1 span {
  color: #075fd2;
}

.hero p {
  max-width: 585px;
  margin: 24px 0 0;
  color: #26333f;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.52;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}

.hero-why {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(220, 239, 255, 0.44));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.88), 0 14px 34px rgba(25, 80, 137, 0.12);
  backdrop-filter: blur(16px);
}

.hero-why strong {
  color: #0b55bd;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-why ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-why li {
  position: relative;
  padding-left: 22px;
  color: #243444;
  font-size: 14px;
  line-height: 1.35;
}

.hero-why li::before {
  position: absolute;
  left: 0;
  top: 0.16em;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #fff 0 22%, #35b56e 24% 100%);
  box-shadow: 0 6px 12px rgba(33, 147, 87, 0.22);
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 244px;
  min-height: 45px;
  padding: 0 26px;
  border: 1px solid rgba(49, 136, 226, 0.54);
  border-radius: 10px;
  color: white;
  background: linear-gradient(135deg, #1476d9, #0750b8);
  box-shadow: 0 15px 25px rgba(11, 83, 179, 0.26), inset 0 1px 1px rgba(255, 255, 255, 0.24);
  font-size: 15px;
  font-weight: 720;
  cursor: pointer;
}

.primary-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.secondary-button {
  min-width: 175px;
  color: #0a2b5a;
}

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 220px;
  align-items: center;
  gap: 18px;
  min-height: 335px;
}

@keyframes freshFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(8deg) skew(-5deg);
  }

  50% {
    transform: translate3d(0, -16px, 0) rotate(6deg) skew(-5deg);
  }
}

@keyframes freshInnerGlow {
  0%,
  100% {
    opacity: 0.72;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
  }

  50% {
    opacity: 1;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.75),
      0 0 28px rgba(255, 232, 118, 0.35);
  }
}

@keyframes promoJump {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  45% {
    transform: translate3d(0, -10px, 0) rotate(1deg);
  }
}

@keyframes promoShine {
  0% {
    transform: translateX(-135%) skewX(-18deg);
  }

  45%,
  100% {
    transform: translateX(145%) skewX(-18deg);
  }
}

@keyframes promoSlideFresh {
  0%,
  42% {
    opacity: 1;
    transform: translateY(0);
  }

  49%,
  92% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes promoSlideWebkassa {
  0%,
  42% {
    opacity: 0;
    transform: translateY(12px);
  }

  50%,
  92% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}

.fresh-cube {
  position: relative;
  top: auto;
  left: auto;
  width: 250px;
  height: 198px;
  justify-self: center;
  border-radius: 45px;
  background: linear-gradient(145deg, #fff3a3 0%, #ffd256 52%, #f2a928 100%);
  box-shadow:
    30px 20px 0 rgba(222, 146, 29, 0.64),
    35px 26px 32px rgba(149, 91, 14, 0.16),
    0 20px 40px rgba(121, 96, 55, 0.12),
    inset 0 7px 10px rgba(255, 255, 255, 0.68),
    inset 0 -8px 12px rgba(207, 123, 13, 0.2);
  transform: rotate(8deg) skew(-5deg);
  animation: freshFloat 4.4s ease-in-out infinite;
  will-change: transform;
}

.fresh-cube::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 37px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
  animation: freshInnerGlow 3.4s ease-in-out infinite;
}

.fresh-cube::after {
  position: absolute;
  right: -35px;
  bottom: -19px;
  width: 78%;
  height: 69%;
  border-radius: 34px;
  content: "";
  background: linear-gradient(155deg, rgba(252, 197, 66, 0.95), rgba(212, 131, 25, 0.82));
  box-shadow: inset -8px -11px 18px rgba(179, 98, 6, 0.2);
  transform: skewY(22deg);
  transform-origin: top left;
  z-index: -1;
}

.cube-face {
  position: absolute;
  inset: 36px 23px;
  display: grid;
  justify-items: center;
  color: #ed4a21;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.18);
}

.one-c {
  align-self: end;
  font-size: 70px;
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
}

.fresh-label {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.fresh-promo-badge {
  position: absolute;
  top: 18px;
  left: 35%;
  z-index: 4;
  display: grid;
  gap: 3px;
  width: min(270px, 44%);
  min-width: 210px;
  min-height: 98px;
  padding: 13px 17px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 197, 0.9);
  border-radius: 18px;
  color: #5f2c00;
  background: linear-gradient(135deg, rgba(255, 239, 135, 0.96), rgba(255, 174, 35, 0.92));
  box-shadow:
    0 18px 38px rgba(188, 105, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.74);
  animation: promoJump 3.2s ease-in-out infinite;
  backdrop-filter: blur(14px) saturate(125%);
}

.promo-track {
  position: relative;
  min-height: 69px;
}

.promo-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 3px;
  opacity: 0;
  animation: promoSlideFresh 7.2s ease-in-out infinite;
}

.promo-slide.is-webkassa {
  animation-name: promoSlideWebkassa;
}

.fresh-promo-badge::after {
  position: absolute;
  inset: -35% auto -35% 0;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  animation: promoShine 3.6s ease-in-out infinite;
  pointer-events: none;
}

.fresh-promo-badge span,
.fresh-promo-badge strong,
.fresh-promo-badge small {
  position: relative;
  z-index: 2;
}

.fresh-promo-badge span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a00, #ef3f16);
  box-shadow: 0 8px 16px rgba(221, 76, 12, 0.2);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.fresh-promo-badge strong {
  color: #1b2530;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

.fresh-promo-badge small {
  color: rgba(68, 42, 9, 0.78);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.25;
}

.site-credit {
  margin: 24px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  color: rgba(20, 35, 53, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(223, 239, 255, 0.42));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86), 0 14px 34px rgba(25, 80, 137, 0.11);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  backdrop-filter: blur(14px) saturate(130%);
}

.status-card {
  position: relative;
  top: auto;
  right: auto;
  display: grid;
  grid-template-columns: 12px 1fr 52px;
  align-items: center;
  gap: 12px;
  width: 220px;
  min-height: 110px;
  justify-self: end;
  padding: 18px 20px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 17px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.58), rgba(220, 235, 253, 0.36));
  box-shadow: 0 18px 45px rgba(27, 78, 128, 0.13), inset 0 1px 1px rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(135%);
}

.status-dot {
  align-self: start;
  width: 11px;
  height: 11px;
  margin-top: 8px;
  border-radius: 999px;
  background: #6ed765;
  box-shadow: 0 0 0 4px rgba(110, 215, 101, 0.13);
}

.status-card b {
  display: block;
  margin-bottom: 11px;
  font-size: 15px;
}

.status-card p {
  margin: 0;
  color: #2b3641;
  font-size: 14px;
  line-height: 1.34;
}

.cloud-mini {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.85), 0 10px 20px rgba(24, 82, 151, 0.13);
}

.cloud-mini svg {
  width: 35px;
  height: 35px;
  fill: #fff;
  filter: drop-shadow(0 3px 8px rgba(73, 126, 182, 0.25));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 24px;
  padding: 0 30px;
}

.service-card {
  position: relative;
  min-height: 194px;
  padding: 27px 28px 23px 34px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(246, 250, 255, 0.62), rgba(226, 239, 254, 0.44));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(135%);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-5px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(221, 237, 255, 0.5));
  box-shadow: 0 24px 72px rgba(22, 75, 132, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.84);
}

.service-card:focus-visible {
  outline: 2px solid rgba(13, 102, 215, 0.62);
  outline-offset: 4px;
}

.service-card::before {
  position: absolute;
  top: -10px;
  left: 18px;
  width: 88px;
  height: 28px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.48), rgba(226, 239, 255, 0.28));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.card-tab {
  position: absolute;
  top: -1px;
  left: 120px;
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.76);
}

.icon-box {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.88), 0 10px 22px rgba(29, 83, 144, 0.12);
}

.icon-box svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-box.yellow {
  color: #ffca37;
  background: linear-gradient(145deg, rgba(255, 251, 210, 0.78), rgba(238, 246, 255, 0.36));
}

.icon-box.yellow svg {
  filter: drop-shadow(0 5px 8px rgba(226, 154, 8, 0.22));
  stroke: #f9c831;
}

.icon-box.blue {
  color: #2c77dc;
  background: linear-gradient(145deg, rgba(219, 236, 255, 0.8), rgba(236, 247, 255, 0.4));
}

.icon-box.blue svg {
  stroke: #276fd6;
  fill: rgba(72, 142, 230, 0.15);
}

.icon-box.purple {
  color: #7559de;
  background: linear-gradient(145deg, rgba(228, 221, 255, 0.82), rgba(241, 248, 255, 0.38));
}

.icon-box.purple svg {
  stroke: #765ee4;
  fill: rgba(117, 89, 222, 0.12);
}

.icon-box.green {
  color: #63d26a;
  background: linear-gradient(145deg, rgba(222, 255, 224, 0.78), rgba(240, 249, 255, 0.36));
}

.icon-box.green svg {
  stroke: #61cb67;
}

.icon-box.orange {
  color: #ff9442;
  background: linear-gradient(145deg, rgba(255, 231, 211, 0.8), rgba(246, 250, 255, 0.38));
}

.icon-box.orange svg {
  stroke: #f18a36;
}

.icon-box.cyan {
  color: #277fe6;
  background: linear-gradient(145deg, rgba(218, 237, 255, 0.8), rgba(244, 250, 255, 0.42));
}

.icon-box.cyan svg {
  stroke: #2476df;
  fill: rgba(36, 118, 223, 0.09);
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 780;
  letter-spacing: 0;
}

.service-card p {
  margin: 0;
  color: #1b2630;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.35;
}

.service-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-top: 14px;
  padding: 0 10px;
  border: 1px solid rgba(13, 102, 215, 0.24);
  border-radius: 999px;
  color: #0b55bd;
  background: rgba(231, 242, 255, 0.72);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.mobile-service-grid .service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px 12px !important;
  padding: 0 8px !important;
}

.mobile-service-grid .service-card {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.mobile-service-grid .service-card::before,
.mobile-service-grid .card-tab,
.mobile-service-grid .service-card p,
.mobile-service-grid .service-card-badge {
  display: none !important;
}

.mobile-service-grid .icon-box {
  width: 62px !important;
  height: 62px !important;
  margin: 0 0 8px !important;
  border-radius: 17px !important;
}

.mobile-service-grid .service-card h3 {
  margin: 0 !important;
  max-width: 76px !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
}

.fresh-guide-panel {
  display: grid;
  gap: 20px;
  margin-top: 18px;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(249, 252, 255, 0.74), rgba(225, 239, 255, 0.52));
  box-shadow: 0 24px 70px rgba(27, 79, 132, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.fresh-guide-header {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.fresh-guide-header span {
  color: #0b55bd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fresh-guide-header h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 850;
  letter-spacing: 0;
}

.fresh-guide-header p {
  max-width: 660px;
  margin: 0;
  color: #304052;
  font-size: 15px;
  line-height: 1.45;
}

.fresh-guide-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.fresh-guide-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 170px;
  padding: 28px 26px;
  border-radius: 30px;
  background: rgba(222, 239, 255, 0.82);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.92), 0 16px 42px rgba(25, 80, 137, 0.12);
}

.fresh-guide-steps article:not(:last-child)::after {
  position: absolute;
  right: -41px;
  top: 50%;
  content: "››";
  color: rgba(13, 102, 215, 0.22);
  font-size: 78px;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
}

.fresh-guide-steps strong {
  color: rgba(255, 255, 255, 0.98);
  font-size: 108px;
  font-weight: 950;
  line-height: 0.84;
}

.fresh-guide-steps p {
  margin: 0;
  color: #132235;
  font-size: 16px;
  line-height: 1.45;
}

.fresh-guide-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fresh-guide-links a {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(116, 157, 205, 0.26);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.fresh-guide-links span {
  color: #526171;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fresh-guide-links strong {
  color: #0b55bd;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.fresh-guide-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.fresh-guide-page {
  position: fixed;
  inset: 0;
  z-index: 86;
  display: none;
  align-items: center;
  justify-items: center;
  padding: 22px;
}

.fresh-guide-page.is-open {
  display: grid;
}

.fresh-guide-page-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 45, 75, 0.32);
  backdrop-filter: blur(18px) saturate(135%);
}

.fresh-guide-page-sheet {
  position: relative;
  display: grid;
  gap: 20px;
  width: min(1120px, calc(100vw - 34px));
  max-height: min(850px, calc(100vh - 38px));
  padding: 30px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(249, 252, 255, 0.97), rgba(225, 240, 255, 0.94));
  box-shadow: 0 38px 100px rgba(19, 62, 110, 0.34), inset 0 1px 1px rgba(255, 255, 255, 0.92);
}

.fresh-guide-page-hero {
  display: grid;
  gap: 8px;
  padding-right: 44px;
}

.fresh-guide-page-hero span {
  color: #0b55bd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fresh-guide-page-hero h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(28px, 3.3vw, 44px);
  font-weight: 900;
}

.fresh-guide-page-hero p {
  max-width: 790px;
  margin: 0;
  color: #304052;
  font-size: 15px;
  line-height: 1.48;
}

.fresh-guide-page-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fresh-guide-page-steps article,
.fresh-guide-page-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(116, 157, 205, 0.26);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(25, 80, 137, 0.1);
}

.fresh-guide-page-steps strong {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #0d66d7;
  font-size: 17px;
  font-weight: 950;
}

.fresh-guide-page-steps h3,
.fresh-guide-page-grid h3 {
  margin: 0 0 8px;
  color: #132235;
  font-size: 17px;
  font-weight: 900;
}

.fresh-guide-page-steps p,
.fresh-guide-page-grid p {
  margin: 0;
  color: #304052;
  font-size: 13px;
  line-height: 1.45;
}

.fresh-guide-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fresh-guide-page-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
}

.fresh-guide-page-grid a {
  align-self: end;
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  border: 1px solid rgba(13, 102, 215, 0.28);
  border-radius: 12px;
  color: #0b397c;
  background: rgba(231, 242, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 74;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.service-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 62, 96, 0.24);
  backdrop-filter: blur(18px) saturate(135%);
}

.service-sheet {
  position: relative;
  display: grid;
  gap: 20px;
  width: min(760px, calc(100vw - 32px));
  max-height: min(780px, calc(100vh - 38px));
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(249, 252, 255, 0.96), rgba(229, 242, 255, 0.9));
  box-shadow: 0 38px 100px rgba(19, 62, 110, 0.34), inset 0 1px 1px rgba(255, 255, 255, 0.92);
  transform: translateY(26px) scale(0.98);
  transition: transform 0.34s cubic-bezier(0.18, 0.9, 0.24, 1), opacity 0.22s ease;
  opacity: 0;
}

.service-modal.is-open .service-sheet {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.sheet-grabber {
  display: none;
}

.sheet-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(119, 158, 205, 0.28);
  border-radius: 999px;
  color: #223246;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.sheet-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.sheet-hero {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding-right: 42px;
}

.sheet-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.92), 0 15px 28px rgba(25, 81, 148, 0.14);
}

.sheet-icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sheet-icon.yellow svg {
  stroke: #f9c831;
}

.sheet-icon.blue svg {
  stroke: #276fd6;
  fill: rgba(72, 142, 230, 0.15);
}

.sheet-icon.purple svg {
  stroke: #765ee4;
  fill: rgba(117, 89, 222, 0.12);
}

.sheet-icon.green svg {
  stroke: #61cb67;
}

.sheet-icon.orange svg {
  stroke: #f18a36;
}

.sheet-icon.cyan svg {
  stroke: #2476df;
  fill: rgba(36, 118, 223, 0.09);
}

#serviceSheetEyebrow {
  margin: 0 0 6px;
  color: #0d5dbd;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.sheet-hero h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.sheet-hero p:last-child {
  margin: 8px 0 0;
  color: #37475b;
  font-size: 16px;
  line-height: 1.45;
}

.sheet-body {
  display: grid;
  gap: 14px;
}

.sheet-section {
  padding: 18px;
  border: 1px solid rgba(215, 230, 247, 0.88);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
}

.sheet-section h3 {
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 880;
}

.sheet-section ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 19px;
  color: #263649;
  font-size: 14px;
  line-height: 1.45;
}

.sheet-price-list,
.sheet-info-list {
  display: grid;
  gap: 10px;
}

.sheet-price-row,
.sheet-info-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 12px 13px;
  border-radius: 14px;
  background: rgba(231, 242, 255, 0.62);
}

.sheet-price-row b,
.sheet-info-row b {
  display: block;
  margin-bottom: 4px;
  color: #132235;
  font-size: 14px;
}

.sheet-price-row span,
.sheet-info-row span {
  color: #536174;
  font-size: 12px;
  line-height: 1.35;
}

.sheet-price-row strong,
.sheet-info-row strong {
  color: #0b55bd;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.sheet-note {
  margin: 0;
  padding: 13px 15px;
  border-radius: 16px;
  color: #26405f;
  background: rgba(216, 237, 255, 0.6);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.sheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sheet-actions a,
.sheet-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 16px;
  border: 1px solid rgba(64, 126, 197, 0.28);
  border-radius: 12px;
  color: #0b397c;
  background: rgba(255, 255, 255, 0.7);
  font: inherit;
  font-size: 14px;
  font-weight: 830;
  cursor: pointer;
}

.sheet-actions .is-primary {
  color: #ffffff;
  border-color: rgba(9, 84, 188, 0.62);
  background: linear-gradient(135deg, #0f73e2, #0a54b8);
}

.youtube-action-icon {
  display: inline-grid;
  width: 24px;
  height: 17px;
  place-items: center;
  border-radius: 5px;
  color: #ffffff;
  background: #ff0033;
  font-size: 10px;
  line-height: 1;
}

body.service-open {
  overflow: hidden;
}

.calculator-panel {
  display: grid;
  grid-template-columns: minmax(680px, 820px) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
  min-height: 355px;
  margin-top: 18px;
  padding: 27px 39px 29px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(247, 251, 255, 0.62), rgba(225, 239, 255, 0.42));
  box-shadow: 0 30px 80px rgba(27, 79, 132, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.calculator-controls {
  min-width: 0;
}

.calculator-panel h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 820;
  letter-spacing: 0;
}

.product-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 142px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.67);
  border-radius: 10px;
  color: #122238;
  background: rgba(249, 252, 255, 0.48);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86);
  font-weight: 700;
  cursor: pointer;
}

.product-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-button.is-selected {
  border-color: rgba(13, 102, 215, 0.7);
  color: #075fd2;
  background: linear-gradient(180deg, rgba(241, 248, 255, 0.82), rgba(211, 231, 255, 0.58));
  box-shadow: inset 0 1px 1px #fff, 0 8px 18px rgba(14, 102, 215, 0.13);
}

.product-button:disabled,
.segmented button:disabled {
  color: rgba(40, 51, 66, 0.42);
  cursor: not-allowed;
  opacity: 0.68;
}

.field-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 1fr);
  gap: 31px;
  margin-top: 18px;
}

.field-label {
  display: block;
  margin-bottom: 9px;
  color: #0f1720;
  font-size: 14px;
  font-weight: 700;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 49px;
  padding: 4px;
  border-radius: 10px;
  background: rgba(249, 252, 255, 0.52);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86);
}

.segmented[data-group="tariff"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.segmented[data-group="period"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.segmented button {
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #283342;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.segmented button.is-selected {
  border-color: rgba(13, 102, 215, 0.72);
  color: #0a2c65;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 7px 15px rgba(14, 102, 215, 0.11), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.consultation-alert {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(219, 72, 72, 0.28);
  border-radius: 15px;
  color: #391b1b;
  background: linear-gradient(135deg, rgba(255, 247, 232, 0.94), rgba(255, 229, 229, 0.78));
  box-shadow: 0 12px 30px rgba(179, 56, 56, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.consultation-alert-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d93636;
  font-size: 21px;
  font-weight: 950;
  box-shadow: 0 9px 18px rgba(217, 54, 54, 0.2);
}

.consultation-alert strong {
  display: block;
  color: #171820;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.consultation-alert p {
  margin: 4px 0 0;
  color: #5b3030;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
}

.fresh-trial-note {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(239, 143, 9, 0.34);
  border-radius: 16px;
  color: #3d2600;
  background: linear-gradient(135deg, rgba(255, 246, 215, 0.94), rgba(255, 226, 155, 0.72));
  box-shadow: 0 12px 30px rgba(203, 127, 12, 0.13), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.fresh-trial-note strong {
  color: #c45300;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.fresh-trial-note p {
  margin: 0;
  color: #4b3520;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.42;
}

.options-row {
  display: grid;
  grid-template-columns: 150px 210px;
  gap: 42px;
  margin-top: 27px;
}

.counter {
  display: grid;
  grid-template-columns: 39px 1fr 39px;
  align-items: center;
  width: 142px;
  height: 47px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(221, 238, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.counter button {
  height: 100%;
  border: 0;
  color: #1e354c;
  background: rgba(255, 255, 255, 0.18);
  font-size: 22px;
  cursor: pointer;
}

.counter strong {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.counter input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  color: #111820;
  background: rgba(221, 238, 255, 0.38);
  font: inherit;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  outline: none;
  appearance: textfield;
}

.counter input::-webkit-outer-spin-button,
.counter input::-webkit-inner-spin-button,
.addon-hour-counter input::-webkit-outer-spin-button,
.addon-hour-counter input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  column-gap: 36px;
  row-gap: 12px;
  align-items: center;
}

.checkbox-grid .field-label {
  grid-column: 1 / -1;
  margin-bottom: -2px;
}

.checkbox-grid label {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  gap: 8px;
  color: #151e28;
  font-size: 13px;
  line-height: 1.1;
}

.checkbox-grid input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #0d66d7;
  cursor: pointer;
}

.addon-services-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.addon-service {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid rgba(116, 157, 205, 0.26);
  border-radius: 14px;
  color: #172332;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.88);
  cursor: pointer;
}

.addon-service input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #0d66d7;
}

.addon-service strong {
  display: block;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.18;
}

.addon-service span {
  display: block;
  margin-top: 4px;
  color: #0b55bd;
  font-size: 12px;
  font-weight: 850;
}

.addon-service small {
  display: none;
  margin-top: 4px;
  overflow: hidden;
  color: #536173;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.linked-services select,
.linked-services input[type="number"] {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(116, 157, 205, 0.34);
  border-radius: 10px;
  color: #111820;
  background: rgba(255, 255, 255, 0.62);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  outline: none;
}

.linked-services select {
  padding: 0 10px;
}

.linked-services input[type="number"] {
  padding: 0 12px;
}

.linked-services .field-label {
  margin-bottom: 7px;
}

.summary-card {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  width: 100%;
  min-height: 267px;
  padding: 24px 21px 19px;
  border: 1px solid rgba(255, 255, 255, 0.67);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(247, 251, 255, 0.58), rgba(224, 238, 254, 0.35));
  box-shadow: 0 18px 44px rgba(33, 86, 145, 0.13), inset 0 1px 1px rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.summary-card h2 {
  margin-bottom: 18px;
  font-size: 15px;
}

.summary-card dl {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.summary-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #0f1822;
  font-size: 13px;
}

.summary-card dt,
.summary-card dd {
  margin: 0;
}

.summary-card dd {
  font-weight: 500;
  text-align: right;
}

.summary-warning {
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid rgba(219, 72, 72, 0.24);
  border-radius: 12px;
  color: #331b1b;
  background: rgba(255, 239, 239, 0.78);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.35;
}

.summary-theme {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(118, 169, 227, 0.42);
  border-radius: 15px;
  color: #18314e;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(222, 239, 255, 0.54));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86);
}

.service-theme {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: start;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(118, 169, 227, 0.42);
  border-radius: 15px;
  color: #18314e;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(222, 239, 255, 0.54));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86);
}

.summary-theme[hidden],
.service-theme[hidden],
.proposal-theme-preview[hidden] {
  display: none !important;
}

.summary-theme span,
.service-theme span,
.proposal-theme-preview span {
  color: #0b55bd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.summary-theme strong,
.service-theme strong,
.proposal-theme-preview strong {
  color: #111820;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.summary-theme p,
.service-theme p,
.proposal-theme-preview p {
  margin: 0;
  color: #344154;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.summary-theme ul,
.service-theme ul,
.proposal-theme-preview ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 16px;
  color: #263649;
  font-size: 11px;
  line-height: 1.35;
}

.summary-theme.is-fresh,
.service-theme.is-fresh,
.proposal-theme-preview.is-fresh {
  border-color: rgba(13, 102, 215, 0.28);
  background: linear-gradient(135deg, rgba(247, 252, 255, 0.86), rgba(210, 235, 255, 0.66));
}

.summary-theme.is-its,
.service-theme.is-its,
.proposal-theme-preview.is-its {
  border-color: rgba(8, 123, 63, 0.28);
  background: linear-gradient(135deg, rgba(248, 255, 251, 0.9), rgba(220, 239, 228, 0.68));
}

.summary-theme.is-licenses,
.service-theme.is-licenses,
.proposal-theme-preview.is-licenses {
  border-color: rgba(13, 51, 112, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 242, 255, 0.74));
}

.summary-theme.is-webkassa,
.service-theme.is-webkassa,
.proposal-theme-preview.is-webkassa {
  border-color: rgba(227, 17, 22, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 241, 85, 0.48));
}

.service-theme.is-webkassa,
.proposal-theme-preview.is-webkassa {
  display: block;
  padding: 10px;
  overflow: hidden;
}

.service-theme strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.service-theme p {
  margin-top: 6px;
  font-size: 13px;
}

.proposal-theme-preview {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  padding: 12px 13px;
  border: 1px solid rgba(215, 230, 247, 0.78);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.48);
}

.proposal-theme-preview strong {
  font-size: 14px;
}

.proposal-theme-preview span {
  font-size: 10px;
}

.webkassa-banner {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 62px;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 118px;
  padding: 18px 16px;
  border: 1px solid rgba(31, 38, 48, 0.1);
  border-radius: 12px;
  color: #282b30;
  background: #fff;
}

.webkassa-icon {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #263039;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.webkassa-cart circle {
  fill: #263039;
  stroke: #263039;
}

.webkassa-cart path:last-child {
  stroke: #fff;
}

.webkassa-title {
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.webkassa-title strong {
  color: #292b2f;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.webkassa-title span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  color: #292b2f;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
  font-size: clamp(17px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.webkassa-title b {
  color: #e10e16;
  font-size: 1.12em;
  font-weight: 950;
}

@media (max-width: 720px) {
  .service-theme {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .service-theme.is-webkassa,
  .proposal-theme-preview.is-webkassa {
    padding: 8px;
  }

  .webkassa-banner {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
    min-height: 92px;
    padding: 14px 10px;
  }

  .webkassa-icon {
    width: 40px;
    height: 40px;
  }

  .webkassa-title span {
    white-space: normal;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .webkassa-banner {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    min-height: 82px;
  }

  .webkassa-icon {
    width: 32px;
    height: 32px;
  }

  .webkassa-title strong {
    font-size: clamp(22px, 9vw, 38px);
  }

  .webkassa-title span {
    font-size: clamp(14px, 5vw, 24px);
  }
}

.summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}

.summary-total span {
  font-size: 18px;
  font-weight: 820;
}

.summary-total strong {
  font-size: 31px;
  font-weight: 860;
  letter-spacing: 0;
}

.summary-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
}

.primary-button.compact {
  min-width: 143px;
  min-height: 43px;
  padding: 0 17px;
  border-radius: 9px;
  font-size: 14px;
}

.download-button {
  display: inline-flex;
  gap: 9px;
  min-width: 172px;
  min-height: 43px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
}

.download-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #155b9e;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-button:disabled,
.download-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.proposal-paper {
  display: none;
  position: relative;
  width: 248px;
  height: 312px;
  padding: 28px 24px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fff, #edf6ff);
  box-shadow: 0 20px 45px rgba(25, 73, 126, 0.16);
}

.paper-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-mark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: conic-gradient(from 30deg, #f7c537, #fff, #2d7edb, #f7c537);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.65);
}

.paper-brand b {
  display: block;
  color: #153b78;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.paper-brand small {
  display: block;
  margin-top: 3px;
  font-size: 7px;
  font-weight: 850;
}

.proposal-paper p {
  margin: 28px 0 15px;
  color: #134d9f;
  font-size: 11px;
  font-weight: 550;
}

.line {
  display: block;
  width: 124px;
  height: 6px;
  margin-top: 9px;
  border-radius: 999px;
  background: #c6ced9;
}

.line.short {
  width: 57px;
}

.line.mid {
  width: 100px;
}

.line.long {
  width: 150px;
}

.paper-separator {
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0 13px;
  background: #d9e1ec;
}

.paper-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #174275;
}

.paper-total span {
  font-size: 12px;
}

.paper-total b {
  font-size: 17px;
}

.line.bottom {
  position: absolute;
  bottom: 38px;
  left: 24px;
}

.line.bottom-2 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 70px;
}

.stamp {
  position: absolute;
  right: 22px;
  bottom: 18px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px double rgba(40, 124, 210, 0.52);
  border-radius: 999px;
  color: rgba(30, 113, 200, 0.62);
  font-size: 15px;
  font-weight: 900;
  transform: rotate(-14deg);
}

.reviews-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(244, 250, 255, 0.72), rgba(224, 240, 255, 0.5));
  box-shadow: 0 24px 70px rgba(27, 79, 132, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.reviews-header {
  min-width: 0;
}

.reviews-badge {
  display: inline-flex;
  align-items: center;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid rgba(58, 170, 98, 0.24);
  border-radius: 999px;
  color: #167a3b;
  background: rgba(226, 249, 233, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.reviews-panel h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 850;
}

.reviews-panel p {
  max-width: 560px;
  margin: 9px 0 0;
  color: #304052;
  font-size: 14px;
  line-height: 1.45;
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.reviews-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(64, 126, 197, 0.28);
  border-radius: 12px;
  color: #0b397c;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 830;
}

.reviews-actions .reviews-primary {
  color: #ffffff;
  border-color: rgba(31, 148, 79, 0.54);
  background: linear-gradient(135deg, #28b45f, #168c43);
}

.reviews-list {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(25, 80, 137, 0.11);
}

.review-stars {
  margin-bottom: 12px;
  color: #f7b91d;
  font-size: 15px;
  letter-spacing: 1px;
}

.review-card p {
  max-width: none;
  margin: 0;
  color: #172333;
  font-size: 14px;
  line-height: 1.5;
}

.review-card span {
  align-self: end;
  margin-top: 16px;
  color: #526171;
  font-size: 12px;
  font-weight: 800;
}

.faq-panel {
  display: grid;
  gap: 22px;
  margin-top: 18px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(248, 252, 255, 0.72), rgba(225, 239, 255, 0.5));
  box-shadow: 0 24px 70px rgba(27, 79, 132, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.faq-header h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 850;
}

.faq-header p {
  max-width: 680px;
  margin: 9px 0 0;
  color: #304052;
  font-size: 14px;
  line-height: 1.45;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-category {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(25, 80, 137, 0.1);
}

.faq-category h3 {
  margin: 0 0 13px;
  color: #132235;
  font-size: 17px;
  font-weight: 880;
}

.faq-list {
  display: grid;
  gap: 9px;
}

.faq-list details {
  border: 1px solid rgba(190, 213, 239, 0.76);
  border-radius: 15px;
  background: rgba(239, 247, 255, 0.65);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  min-height: 48px;
  padding: 14px 44px 14px 14px;
  color: #152437;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  content: "+";
  border-radius: 999px;
  color: #0b55bd;
  background: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 14px 15px;
  color: #334256;
  font-size: 13px;
  line-height: 1.48;
}

.fresh-price-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 252, 248, 0.78), rgba(229, 241, 255, 0.58));
  box-shadow: 0 24px 70px rgba(27, 79, 132, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.fresh-price-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.fresh-price-header span {
  color: #0b55bd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fresh-price-header h2 {
  margin: 4px 0 6px;
  color: #111820;
  font-size: 26px;
  font-weight: 950;
}

.fresh-price-header p {
  max-width: 680px;
  margin: 0;
  color: #304052;
  font-size: 14px;
  line-height: 1.45;
}

.fresh-price-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(13, 102, 215, 0.28);
  border-radius: 13px;
  color: #0b397c;
  background: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 850;
}

.fresh-price-warning {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(226, 72, 72, 0.28);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 245, 245, 0.8), rgba(255, 255, 255, 0.54));
}

.fresh-price-warning strong {
  color: #d71920;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.fresh-price-warning ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #253446;
  font-size: 13px;
  line-height: 1.42;
}

.fresh-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fresh-tariff-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(25, 80, 137, 0.1);
}

.fresh-tariff-card.is-starter,
.fresh-tariff-card.is-plus {
  border-color: rgba(255, 114, 38, 0.3);
}

.fresh-tariff-card.is-optimal {
  border-color: rgba(38, 150, 72, 0.28);
}

.fresh-tariff-card.is-extended {
  border-color: rgba(37, 86, 207, 0.28);
}

.fresh-tariff-title {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.fresh-tariff-title > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #ff6d1b;
  font-size: 14px;
  font-weight: 950;
}

.is-optimal .fresh-tariff-title > span {
  background: #08732d;
}

.is-extended .fresh-tariff-title > span {
  background: #0d42bd;
}

.fresh-tariff-title small {
  display: block;
  color: #152437;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.fresh-tariff-title h3 {
  margin: 2px 0 0;
  color: #f25a16;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.is-optimal .fresh-tariff-title h3 {
  color: #08732d;
}

.is-extended .fresh-tariff-title h3 {
  color: #0d42bd;
}

.fresh-tariff-meta {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: #253446;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  list-style: none;
}

.fresh-tariff-meta li::before {
  content: "• ";
  color: #0b55bd;
  font-weight: 950;
}

.fresh-tariff-card table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  color: #152437;
  font-size: 12px;
}

.fresh-tariff-card th,
.fresh-tariff-card td {
  padding: 7px 8px;
  border: 1px solid rgba(119, 158, 201, 0.24);
  text-align: left;
}

.fresh-tariff-card th {
  background: rgba(255, 255, 255, 0.55);
  font-weight: 900;
}

.fresh-tariff-card td:last-child {
  color: #0b397c;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.fresh-tariff-price {
  display: grid;
  align-content: center;
  min-height: 102px;
  padding: 16px;
  border: 1px solid rgba(255, 119, 41, 0.28);
  border-radius: 16px;
  background: rgba(255, 248, 240, 0.72);
  text-align: center;
}

.fresh-tariff-price span,
.fresh-tariff-price small {
  color: #334256;
  font-size: 12px;
  font-weight: 760;
}

.fresh-tariff-price strong {
  margin-top: 4px;
  color: #f25a16;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.fresh-tariff-note {
  align-self: end;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  color: #0d3370;
  background: rgba(231, 242, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.fresh-tariff-note.is-no {
  color: #b21f2d;
  background: rgba(255, 239, 239, 0.74);
}

.fresh-price-extra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fresh-price-extra article {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(116, 157, 205, 0.26);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.fresh-price-extra span {
  color: #253446;
  font-size: 13px;
  font-weight: 830;
  line-height: 1.35;
}

.fresh-price-extra strong {
  align-self: end;
  color: #0b55bd;
  font-size: 21px;
  font-weight: 950;
}

.service-info-panel {
  background: linear-gradient(145deg, rgba(246, 251, 255, 0.78), rgba(224, 240, 255, 0.58));
}

.service-info-grid,
.service-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-info-card,
.service-plan-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(25, 80, 137, 0.1);
}

.service-info-card h3,
.service-plan-card h3 {
  margin: 0;
  color: #0b55bd;
  font-size: 17px;
  font-weight: 920;
  line-height: 1.2;
}

.service-info-card p,
.service-plan-card p {
  margin: 0;
  color: #304052;
  font-size: 13px;
  line-height: 1.45;
}

.service-info-card span,
.service-plan-card span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0a4ca8;
  background: rgba(218, 236, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-plan-note {
  display: grid;
  gap: 8px;
  padding: 17px 18px;
  border: 1px solid rgba(13, 102, 215, 0.22);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(230, 243, 255, 0.88), rgba(255, 255, 255, 0.58));
}

.service-plan-note strong {
  color: #0b55bd;
  font-size: 18px;
  font-weight: 950;
}

.service-plan-note p {
  margin: 0;
  color: #253446;
  font-size: 14px;
  line-height: 1.46;
}

.support-regulation {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(249, 252, 255, 0.74), rgba(225, 239, 255, 0.52));
  box-shadow: 0 24px 70px rgba(27, 79, 132, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.support-regulation-header {
  display: grid;
  gap: 8px;
}

.support-regulation-header span {
  color: #0b55bd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-regulation-header h2 {
  margin: 0;
  color: #111820;
  font-size: 24px;
  font-weight: 900;
}

.support-regulation-header p {
  max-width: 920px;
  margin: 0;
  color: #304052;
  font-size: 14px;
  line-height: 1.5;
}

.support-regulation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-regulation-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(25, 80, 137, 0.1);
}

.support-regulation-card.is-included {
  border-color: rgba(44, 155, 82, 0.24);
}

.support-regulation-card.is-excluded {
  border-color: rgba(210, 73, 73, 0.24);
}

.support-regulation-card h3,
.support-regulation-paid h3 {
  margin: 0 0 12px;
  color: #132235;
  font-size: 17px;
  font-weight: 900;
}

.support-regulation-card.is-included h3 {
  color: #08732d;
}

.support-regulation-card.is-excluded h3 {
  color: #b21f2d;
}

.support-regulation-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
  color: #263649;
  font-size: 13px;
  line-height: 1.42;
}

.support-regulation-card p {
  margin: 14px 0 0;
  padding: 12px 13px;
  border-radius: 14px;
  color: #183c25;
  background: rgba(225, 249, 233, 0.72);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.support-regulation-paid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(116, 157, 205, 0.26);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.support-regulation-paid h3 {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #0d3370;
}

.support-regulation-paid div {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 13px;
  border-radius: 15px;
  background: rgba(231, 242, 255, 0.68);
}

.support-regulation-paid span {
  color: #334256;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.support-regulation-paid strong {
  align-self: end;
  color: #0b55bd;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

.support-regulation-note {
  display: grid;
  grid-template-columns: minmax(136px, max-content) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(236, 149, 31, 0.25);
  border-radius: 20px;
  background: rgba(255, 246, 232, 0.74);
}

.support-regulation-note strong {
  min-width: 0;
  color: #e16b00;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.support-regulation-note p {
  min-width: 0;
  margin: 0;
  color: #3d3428;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.requisites-panel {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  margin-top: 18px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(247, 251, 255, 0.68), rgba(225, 239, 255, 0.48));
  box-shadow: 0 24px 70px rgba(27, 79, 132, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(138%);
}

.requisites-panel h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 850;
}

.requisites-panel p {
  margin: 10px 0 0;
  color: #304052;
  font-size: 14px;
  line-height: 1.45;
}

.requisites-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
}

.requisites-panel dl div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.requisites-panel dt {
  color: #526171;
  font-size: 12px;
  font-weight: 750;
}

.requisites-panel dd {
  min-width: 0;
  margin: 0;
  color: #111820;
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.proposal-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.proposal-modal.is-open {
  display: flex;
}

.proposal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 31, 49, 0.32);
  backdrop-filter: blur(10px);
}

.proposal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) 360px;
  gap: 24px;
  width: min(900px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(246, 251, 255, 0.88), rgba(220, 238, 255, 0.72));
  box-shadow: 0 34px 90px rgba(17, 61, 113, 0.32), inset 0 1px 1px rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(26px) saturate(140%);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 10px;
  color: #16345c;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}

.modal-close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
}

.proposal-form h2 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 850;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.proposal-form label {
  display: grid;
  gap: 7px;
  color: #172332;
  font-size: 13px;
  font-weight: 700;
}

.proposal-form input,
.proposal-form textarea {
  width: 100%;
  border: 1px solid rgba(116, 157, 205, 0.34);
  border-radius: 10px;
  color: #111820;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  font: inherit;
  font-weight: 500;
  outline: none;
}

.proposal-form input {
  height: 44px;
  padding: 0 13px;
}

.proposal-form textarea {
  min-height: 90px;
  padding: 12px 13px;
  resize: vertical;
}

.proposal-comment {
  margin-top: 14px;
}

.proposal-preview {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.proposal-preview .proposal-theme-preview.is-webkassa {
  padding: 6px;
}

.proposal-preview .webkassa-banner {
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 7px;
  min-height: 96px;
  padding: 12px 9px;
  border-radius: 12px;
}

.proposal-preview .webkassa-icon {
  width: 34px;
  height: 34px;
}

.proposal-preview .webkassa-title {
  overflow: hidden;
}

.proposal-preview .webkassa-title strong {
  font-size: clamp(22px, 2.45vw, 31px);
}

.proposal-preview .webkassa-title span {
  gap: 6px;
  margin-top: 8px;
  font-size: clamp(14px, 1.65vw, 19px);
  line-height: 1.12;
  white-space: normal;
}

.preview-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.preview-brand b {
  display: block;
  color: #153b78;
  font-size: 15px;
  line-height: 1;
}

.preview-brand small {
  display: block;
  margin-top: 3px;
  font-size: 8px;
  font-weight: 850;
}

.proposal-preview dl {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(159, 181, 209, 0.44);
}

.proposal-preview dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
  line-height: 1.35;
}

.proposal-preview dt,
.proposal-preview dd {
  margin: 0;
}

.proposal-preview dt {
  color: #314155;
}

.proposal-preview dd {
  color: #111820;
  font-weight: 750;
  text-align: right;
}

.preview-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.preview-total span {
  font-size: 15px;
  font-weight: 800;
}

.preview-total strong {
  font-size: 26px;
  font-weight: 900;
}

.preview-requisites {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(159, 181, 209, 0.44);
}

.preview-requisites h3 {
  margin: 0 0 10px;
  color: #0f1a28;
  font-size: 15px;
  font-weight: 850;
}

.preview-requisites dl {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.preview-requisites dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  line-height: 1.25;
}

.preview-requisites dt,
.preview-requisites dd {
  margin: 0;
}

.preview-requisites dt {
  color: #526171;
}

.preview-requisites dd {
  max-width: 190px;
  color: #111820;
  font-weight: 750;
  text-align: right;
  overflow-wrap: anywhere;
}

.proposal-status {
  min-height: 18px;
  margin: 11px 0 0;
  color: #0d5dbd;
  font-size: 13px;
  font-weight: 700;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
}

.modal-actions .primary-button,
.modal-actions .download-button {
  min-width: 0;
  width: 100%;
  padding: 0 12px;
}

.download-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  gap: 12px;
  width: min(380px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  color: #122033;
  background: rgba(246, 251, 255, 0.94);
  box-shadow: 0 22px 56px rgba(20, 72, 124, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.92);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.download-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.download-notice strong {
  font-size: 17px;
  font-weight: 850;
}

.download-notice span {
  color: #3c4a5d;
  font-size: 13px;
  line-height: 1.45;
}

.download-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.download-notice a,
.download-notice button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(64, 126, 197, 0.28);
  border-radius: 10px;
  color: #0b387c;
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.download-notice a:first-child {
  color: #ffffff;
  border-color: rgba(9, 84, 188, 0.62);
  background: linear-gradient(135deg, #0f73e2, #0a54b8);
}

@media (max-width: 1280px) {
  .site-shell {
    width: min(1110px, calc(100% - 48px));
  }

  .topbar {
    grid-template-columns: auto 1fr;
    height: auto;
    min-height: 70px;
    padding: 12px 18px;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
  }

  .header-actions {
    gap: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 54px 26px 0;
  }

  .hero-visual {
    grid-template-columns: minmax(280px, 360px) 278px;
    justify-content: center;
    row-gap: 32px;
    min-height: 320px;
  }

  .fresh-cube {
    transform: rotate(8deg) skew(-5deg);
  }

  .fresh-promo-badge {
    position: relative;
    top: auto;
    left: auto;
    order: -1;
    grid-column: 1 / -1;
    width: min(360px, 100%);
    min-width: 0;
    justify-self: center;
  }

  .status-card {
    justify-self: center;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }

  .calculator-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  }

  .requisites-panel {
    grid-template-columns: 1fr;
  }

  .reviews-panel {
    grid-template-columns: 1fr;
  }

  .reviews-actions {
    justify-content: flex-start;
  }

  .proposal-paper {
    display: none;
  }
}

@media (max-width: 980px) {
  .calculator-panel {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: 20px !important;
  }

  .summary-card {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 1100px) {
  .calculator-panel {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  .summary-card {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 820px) {
  body {
    background-attachment: scroll;
  }

  .site-shell {
    width: min(100% - 24px, 680px);
    margin-top: 12px;
  }

  .topbar {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 18px;
  }

  .brand {
    justify-self: center;
  }

  .header-actions {
    justify-self: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .phone {
    font-size: 14px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    padding: 6px;
    justify-content: stretch;
    overflow: visible;
  }

  .nav-links a {
    min-width: 0;
    height: 38px;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero {
    padding: 42px 12px 0;
  }

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

  .hero p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .secondary-button,
  .primary-button {
    width: 100%;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    min-height: auto;
    padding-bottom: 6px;
  }

  .fresh-promo-badge {
    width: min(100%, 300px);
    padding: 11px 13px 12px;
  }

  .fresh-cube {
    width: 230px;
    height: 182px;
    border-radius: 36px;
    transform: rotate(8deg) skew(-5deg);
  }

  .one-c {
    font-size: 58px;
  }

  .fresh-label {
    font-size: 22px;
  }

  .status-card {
    width: 246px;
    min-height: 92px;
    justify-self: center;
    padding: 14px 16px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 12px;
  }

  .service-card {
    min-height: 178px;
    padding: 24px 20px 20px;
  }

  .calculator-panel {
    grid-template-columns: 1fr !important;
    padding: 24px 16px;
    border-radius: 22px;
    gap: 20px;
  }

  .calculator-controls {
    padding-bottom: 0;
  }

  .field-row,
  .options-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .field-row {
    margin-top: 20px;
  }

  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .addon-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .summary-card {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: auto;
  }

  .requisites-panel {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .reviews-panel {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-panel {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .requisites-panel dl {
    grid-template-columns: 1fr;
  }

  .proposal-dialog {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    width: min(680px, 100%);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-modal {
    align-items: end;
    padding: 10px;
  }

  .service-sheet {
    width: min(680px, 100%);
    max-height: 88vh;
    padding: 24px 18px 18px;
    border-radius: 28px 28px 16px 16px;
    transform: translateY(100%);
  }

  .service-modal.is-open .service-sheet {
    transform: translateY(0);
  }

  .sheet-grabber {
    display: block;
    justify-self: center;
    width: 46px;
    height: 5px;
    margin-top: -8px;
    border-radius: 999px;
    background: rgba(58, 84, 111, 0.26);
  }

  .sheet-hero {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding-right: 36px;
  }

  .sheet-icon {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .sheet-icon svg {
    width: 40px;
    height: 40px;
  }

  .sheet-hero h2 {
    font-size: 24px;
  }

  .sheet-price-row,
  .sheet-info-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sheet-price-row strong,
  .sheet-info-row strong {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .service-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
    padding: 0 8px !important;
  }

  .service-card {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .service-card::before,
  .card-tab,
  .service-card p {
    display: none !important;
  }

  .icon-box {
    width: 62px !important;
    height: 62px !important;
    margin: 0 0 8px !important;
    border-radius: 17px !important;
  }

  .icon-box svg {
    width: 40px !important;
    height: 40px !important;
  }

  .service-card h3 {
    margin: 0 !important;
    max-width: 76px !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: 1.18 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 820px) {
  .fresh-guide-panel {
    padding: 24px 18px;
  }

  .fresh-guide-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fresh-guide-steps article {
    grid-template-columns: 72px 1fr;
    min-height: 124px;
    padding: 20px 18px;
    border-radius: 24px;
  }

  .fresh-guide-steps article:not(:last-child)::after {
    display: none;
  }

  .fresh-guide-steps strong {
    font-size: 78px;
  }

  .fresh-guide-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fresh-guide-page {
    align-items: end;
    padding: 10px;
  }

  .fresh-guide-page-sheet {
    width: min(760px, calc(100vw - 20px));
    max-height: calc(100vh - 20px);
    padding: 24px 16px;
    border-radius: 26px;
  }

  .fresh-guide-page-steps,
  .fresh-guide-page-grid {
    grid-template-columns: 1fr;
  }

  .fresh-price-panel {
    padding: 22px 18px;
  }

  .fresh-price-header {
    display: grid;
  }

  .fresh-price-action {
    justify-self: start;
  }

  .fresh-price-warning {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .fresh-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-info-grid,
  .service-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fresh-price-extra {
    grid-template-columns: 1fr;
  }

  .support-regulation {
    padding: 22px 18px;
  }

  .support-regulation-grid,
  .support-regulation-paid {
    grid-template-columns: 1fr;
  }

  .support-regulation-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .support-regulation-note strong {
    font-size: 18px;
  }

  .support-regulation-note p {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 430px) {
  .fresh-promo-badge {
    width: 100%;
    border-radius: 16px;
  }

  .fresh-promo-badge strong {
    font-size: 15px;
  }

  .fresh-promo-badge small {
    font-size: 11px;
  }

  .fresh-guide-panel {
    padding: 20px 12px;
  }

  .fresh-guide-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .fresh-guide-steps article {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 8px;
    min-height: 178px;
    padding: 13px 8px;
    border-radius: 18px;
    text-align: center;
  }

  .fresh-guide-steps strong {
    font-size: 58px;
  }

  .fresh-guide-steps p {
    font-size: 11px;
    line-height: 1.32;
  }

  .fresh-guide-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .fresh-guide-links a {
    min-height: 80px;
    padding: 12px 10px;
  }

  .fresh-guide-links strong {
    font-size: 12px;
  }

  .fresh-guide-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fresh-guide-cta .primary-button,
  .fresh-guide-cta .download-button {
    width: 100%;
    min-width: 0;
  }

  .fresh-guide-page-sheet {
    padding: 22px 12px;
    border-radius: 22px;
  }

  .fresh-guide-page-hero {
    padding-right: 42px;
  }

  .fresh-guide-page-grid a {
    min-height: 38px;
  }

  .fresh-price-panel {
    padding: 18px 12px;
  }

  .fresh-price-grid {
    gap: 8px;
  }

  .service-info-grid,
  .service-plan-grid {
    gap: 8px;
  }

  .service-info-card,
  .service-plan-card {
    padding: 12px 10px;
    border-radius: 16px;
  }

  .service-info-card h3,
  .service-plan-card h3 {
    font-size: 14px;
  }

  .service-info-card p,
  .service-plan-card p {
    font-size: 11px;
    line-height: 1.36;
  }

  .fresh-tariff-card {
    gap: 9px;
    padding: 12px 10px;
    border-radius: 16px;
  }

  .fresh-tariff-title {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }

  .fresh-tariff-title > span {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .fresh-tariff-title h3 {
    font-size: 15px;
  }

  .fresh-tariff-card table {
    font-size: 10px;
  }

  .fresh-tariff-card th,
  .fresh-tariff-card td {
    padding: 6px 5px;
  }

  .fresh-tariff-price {
    min-height: 86px;
    padding: 12px 8px;
  }

  .fresh-tariff-price strong {
    font-size: 21px;
  }

  .fresh-tariff-note,
  .fresh-tariff-meta,
  .fresh-price-warning ul,
  .fresh-price-extra span {
    font-size: 11px;
  }

  .fresh-price-extra strong {
    font-size: 18px;
  }
}

@media (hover: none), (pointer: coarse), screen and (max-device-width: 932px) {
  .service-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
    margin-top: 18px !important;
    padding: 0 8px !important;
  }

  .service-card {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }

  .service-card:hover,
  .service-card:focus-visible {
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .service-card::before,
  .card-tab,
  .service-card p {
    display: none !important;
  }

  .icon-box {
    width: 62px !important;
    height: 62px !important;
    margin: 0 0 8px !important;
    border-radius: 17px !important;
  }

  .icon-box svg {
    width: 40px !important;
    height: 40px !important;
  }

  .service-card h3 {
    margin: 0 !important;
    max-width: 76px !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: 1.18 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 520px) {
  .site-shell {
    width: calc(100% - 16px);
    margin-top: 8px;
  }

  .topbar {
    gap: 10px;
    padding: 12px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .header-actions {
    align-items: stretch;
  }

  .phone,
  .ghost-button {
    justify-content: center;
    width: 100%;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-buttons {
    gap: 12px;
  }

  .fresh-cube {
    width: 202px;
    height: 162px;
  }

  .status-card {
    width: 220px;
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 12px;
    padding: 0 8px;
  }

  .service-card {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .service-card:hover,
  .service-card:focus-visible {
    transform: none;
    background: transparent;
    box-shadow: none;
  }

  .service-card::before,
  .card-tab,
  .service-card p {
    display: none;
  }

  .icon-box {
    width: 62px;
    height: 62px;
    margin: 0 0 8px;
    border-radius: 17px;
  }

  .icon-box svg {
    width: 40px;
    height: 40px;
  }

  .service-card h3 {
    margin: 0;
    max-width: 76px;
    font-size: 12px;
    font-weight: 760;
    line-height: 1.18;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .reviews-actions {
    flex-direction: column;
  }

  .reviews-actions a {
    width: 100%;
  }

  .reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .review-card {
    min-height: 150px !important;
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .review-stars {
    margin-bottom: 8px !important;
    font-size: 12px !important;
  }

  .review-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .review-card span {
    margin-top: 9px !important;
    font-size: 10px !important;
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .faq-category {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .faq-category h3 {
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }

  .faq-list {
    gap: 6px !important;
  }

  .faq-list summary {
    min-height: 0 !important;
    padding: 9px 24px 9px 9px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .faq-list summary::after {
    top: 8px !important;
    right: 7px !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .faq-list details p {
    padding: 0 9px 10px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .requisites-panel {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .requisites-panel dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .requisites-panel dl div {
    padding: 10px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.46) !important;
  }

  .requisites-panel dt {
    font-size: 10px !important;
  }

  .requisites-panel dd {
    font-size: 11px !important;
  }

  .product-switch {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .product-button {
    width: 100%;
    min-width: 0;
    height: 58px;
    padding: 6px 4px;
    flex-direction: column;
    gap: 3px;
    font-size: 10px;
    line-height: 1.08;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .product-button svg {
    width: 20px;
    height: 20px;
  }

  .segmented {
    height: auto;
    gap: 4px;
  }

  .segmented button {
    min-height: 38px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .segmented[data-group="tariff"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .segmented[data-group="period"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .options-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .field-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .counter-group {
    min-width: 0;
  }

  .counter {
    width: 100% !important;
    max-width: 150px;
  }

  .calculator-description {
    padding: 14px !important;
  }

  .addon-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .addon-service {
    min-height: 0 !important;
    padding: 8px !important;
    gap: 6px !important;
    grid-template-columns: 16px 1fr !important;
  }

  .addon-service strong,
  .addon-service span {
    font-size: 10px !important;
    line-height: 1.12 !important;
  }

  .addon-hour-counter {
    width: 100% !important;
    max-width: 112px !important;
  }

  .summary-card dl div,
  .proposal-preview dl div,
  .preview-requisites dl div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .summary-card dd,
  .proposal-preview dd,
  .preview-requisites dd {
    max-width: none;
    text-align: left;
  }

  .summary-actions {
    flex-direction: column;
  }

  .primary-button.compact,
  .download-button {
    width: 100%;
  }

  .summary-total strong {
    font-size: 27px;
  }

  .proposal-modal {
    align-items: flex-start;
    overflow: auto;
    padding: 8px;
  }

  .proposal-dialog {
    width: 100%;
    max-height: none;
    padding: 20px 12px 14px;
    border-radius: 20px;
  }

  .proposal-preview {
    min-width: 0;
    padding: 16px 12px;
  }

  .proposal-preview .proposal-theme-preview.is-webkassa {
    padding: 6px;
  }

  .proposal-preview .webkassa-banner {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 6px;
    min-height: 86px;
    padding: 12px 7px;
    border-radius: 12px;
  }

  .proposal-preview .webkassa-icon {
    width: 30px;
    height: 30px;
    stroke-width: 3;
  }

  .proposal-preview .webkassa-title {
    overflow: hidden;
  }

  .proposal-preview .webkassa-title strong {
    font-size: clamp(20px, 7vw, 28px);
  }

  .proposal-preview .webkassa-title span {
    gap: 5px;
    margin-top: 7px;
    font-size: clamp(13px, 4.2vw, 17px);
    line-height: 1.12;
    white-space: normal;
  }

  .modal-actions {
    grid-template-columns: 1fr;
  }

  .download-notice {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 520px) {
  .phone-compact-ui .service-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 8px !important;
    padding: 0 2px !important;
  }

  .phone-compact-ui .icon-box {
    width: 52px !important;
    height: 52px !important;
    border-radius: 15px !important;
  }

  .phone-compact-ui .icon-box svg {
    width: 34px !important;
    height: 34px !important;
  }

  .phone-compact-ui .service-card h3 {
    max-width: 68px !important;
    font-size: 10px !important;
  }

  .phone-compact-ui .reviews-list,
  .phone-compact-ui .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .phone-compact-ui .requisites-panel dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .phone-compact-ui .review-card {
    min-height: 128px !important;
    padding: 10px !important;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-inline: 0;
  }

  .hero h1 {
    font-size: 26px;
  }

  .service-card {
    min-height: auto;
    padding: 0;
  }

  .calculator-panel,
  .reviews-panel,
  .faq-panel,
  .requisites-panel {
    padding-inline: 12px;
  }

  .segmented[data-group="tariff"],
  .segmented[data-group="period"] {
    grid-template-columns: 1fr;
  }

  .counter {
    width: 100%;
    max-width: 180px;
  }

  .proposal-preview .webkassa-banner {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 4px;
    padding: 10px 5px;
  }

  .proposal-preview .webkassa-icon {
    width: 24px;
    height: 24px;
  }

  .proposal-preview .webkassa-title strong {
    font-size: clamp(18px, 6.4vw, 23px);
  }

  .proposal-preview .webkassa-title span {
    font-size: clamp(12px, 3.8vw, 15px);
  }

  .reviews-list,
  .faq-grid,
  .requisites-panel dl,
  .addon-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-switch {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .summary-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .preview-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fresh-cube,
  .fresh-cube::before,
  .fresh-promo-badge,
  .fresh-promo-badge::after,
  .promo-slide {
    animation: none;
  }

  .promo-slide.is-fresh {
    opacity: 1;
  }

  .promo-slide.is-webkassa {
    opacity: 0;
  }
}
