:root {
  --purple: #6f3fa0;
  --purple-dark: #4b167b;
  --magenta: #d11967;
  --magenta-dark: #b71358;
  --bg-light: #f3f3f3;
  --bg-soft: #f8f8f8;
  --text: #151a24;
  --text-soft: #5f6673;
  --border: #d9d9d9;
  --white: #ffffff;
  --whatsapp: #25d366;
  --success-bg: #eefbf3;
  --success-text: #157347;
  --error-text: #b4234d;
  --shadow: 0 12px 30px rgba(21, 26, 36, 0.08);
  --shadow-strong: 0 18px 48px rgba(21, 26, 36, 0.14);
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: var(--text);
  background: var(--white);
}

body.modal-active {
  overflow: hidden;
}

a {
  color: var(--purple);
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg,
img,
video {
  display: block;
  max-width: 100%;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.section-hidden {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.header-content {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--purple);
  font-weight: 700;
}

.brand--logo {
  flex: 0 0 auto;
}

.brand__logo {
  display: block;
  width: auto;
  height: auto;
}

.brand__logo--main {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(111, 63, 160, 0.2);
  opacity: 0.78;
  mix-blend-mode: multiply;
  filter: saturate(0.9) brightness(1.08);
}

.brand__text {
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #5d1b93 0%, #6f3fa0 38%, #8e4bd1 68%, #b34dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(111, 63, 160, 0.14);
}

.site-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: 12px;
  margin-right: auto;
}

.site-nav a {
  color: var(--text-soft);
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--purple);
}

.partner-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 168px;
  padding: 10px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(50, 0, 88, 0.98), rgba(21, 4, 53, 0.98));
  box-shadow: 0 10px 24px rgba(31, 13, 61, 0.16);
}

.partner-badge strong {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #caa3ff 0%, #b77dff 42%, #9a56da 68%, #f4e9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.partner-badge span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  text-align: center;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.hero-section {
  padding: 30px 0 18px;
  background: #f3f3f3;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(460px, 1.08fr);
  gap: 20px;
  align-items: center;
  min-height: 540px;
}

.hero-copy {
  padding: 28px 0;
}

.hero-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(209, 25, 103, 0.1);
  color: var(--magenta);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-label {
  margin: 0 0 12px;
  color: var(--purple);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.2rem, 4.3vw, 3.4rem);
  line-height: 1.02;
}

.hero-subtitle {
  max-width: 520px;
  margin: 14px 0 20px;
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.5;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}

.hero-benefits li {
  position: relative;
  padding-left: 30px;
  font-size: 1.06rem;
  line-height: 1.42;
}

.hero-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  box-shadow: 0 0 0 5px rgba(111, 63, 160, 0.1);
}

.hero-button {
  width: min(395px, 100%);
  min-height: 58px;
}

.hero-microcopy {
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.availability-chip {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(111, 63, 160, 0.08);
  color: var(--purple-dark);
  font-size: 0.94rem;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-visual__glow {
  display: none;
}

.hero-visual__glow--one {
  width: 390px;
  height: 390px;
  top: 24px;
  right: 12px;
  background: rgba(111, 63, 160, 0.16);
}

.hero-visual__glow--two {
  width: 240px;
  height: 240px;
  left: 22px;
  bottom: 18px;
  background: rgba(209, 25, 103, 0.08);
}

.hero-visual__panel {
  position: absolute;
  box-shadow: none;
}

.hero-visual__panel--main {
  width: 320px;
  height: 415px;
  right: 118px;
  bottom: 0;
  border-radius: 180px 180px 28px 28px;
  background: linear-gradient(160deg, rgba(111, 63, 160, 0.94), rgba(136, 73, 194, 0.82));
}

.hero-visual__panel--secondary {
  display: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.hero-media__image,
.hero-media__video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(620px, 100%);
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.hero-price-card {
  z-index: 2;
  width: 210px;
  padding: 18px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(21, 26, 36, 0.12);
  position: absolute;
  left: 18px;
  top: 168px;
}

.hero-price-card__badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(209, 25, 103, 0.1);
  color: var(--magenta);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-price-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.55rem;
}

.hero-price-card span {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 700;
}

.hero-price-card small {
  display: block;
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.4;
}

.hero-visual__floating {
  display: none;
}

.hero-visual__floating span {
  display: block;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.hero-visual__floating strong {
  display: block;
  margin-top: 4px;
}

.trust-section,
.plans-section,
.awards-section,
.benefits-section,
.combos-section {
  padding: 56px 0;
}

.trust-grid,
.plans-grid,
.benefits-grid--catalog {
  display: grid;
  gap: 20px;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card,
.benefit-catalog-card {
  padding: 24px 20px;
  border: 1px solid rgba(111, 63, 160, 0.1);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-card__icon,
.benefit-catalog-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(111, 63, 160, 0.08);
  color: var(--purple);
}

.trust-card__title,
.benefit-catalog-card__title {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.trust-card__description,
.benefit-catalog-card__description {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.section-kicker {
  margin: 0 0 10px;
  color: #69707a;
  font-size: 0.92rem;
}

.section-title,
.section-subtitle {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 300;
  line-height: 1.15;
}

.section-description {
  max-width: 800px;
  margin: 10px 0 30px;
  color: var(--text-soft);
  line-height: 1.6;
}

.section-tab {
  display: inline-block;
  margin: 10px 0 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--purple);
  color: var(--purple);
  font-weight: 500;
}

.plans-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 16px;
  border: 1px solid #dadada;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.plan-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-strong);
}

.plan-card--featured {
  border: 2px solid rgba(111, 63, 160, 0.42);
  box-shadow: 0 10px 28px rgba(111, 63, 160, 0.16);
  background:
    linear-gradient(180deg, rgba(111, 63, 160, 0.04), rgba(255, 255, 255, 0)),
    var(--white);
}

.featured-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--magenta), #ef4aa8);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
}

.plan-card__brand {
  margin: 0;
  color: var(--purple);
  font-weight: 700;
}

.plan-card__speed {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.icon--wifi {
  width: 28px;
  color: var(--text);
}

.plan-card__speed-text {
  font-size: 1.95rem;
  font-weight: 700;
}

.plan-card__prices {
  margin-top: 34px;
}

.plan-card__price-from {
  min-height: 22px;
  margin: 0 0 2px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.plan-card__price-from del {
  color: inherit;
}

.plan-card__price {
  margin: 0;
  font-size: 1.85rem;
  font-weight: 300;
}

.plan-card__supporting {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--magenta);
  font-size: 0.92rem;
  font-weight: 700;
}

.plan-card__divider {
  margin: 22px 0 16px;
  border-top: 1px solid #e2e2e2;
}

.plan-card__benefits {
  display: grid;
  gap: 10px;
}

.benefit-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  background: #f6f6f6;
}

.benefit-pill--text {
  background: transparent;
  padding: 0 0 6px;
  border-radius: 0;
  color: var(--text);
  font-weight: 400;
}

.benefit-pill__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.benefit-pill__icon--prime {
  background: linear-gradient(135deg, #2763fe, #52a2ff);
  color: var(--white);
  font-size: 0.58rem;
  font-weight: 700;
  text-align: center;
}

.benefit-pill__icon--service {
  background: rgba(209, 25, 103, 0.1);
  color: var(--magenta);
}

.benefit-pill__icon--wifi {
  background: rgba(111, 63, 160, 0.1);
  color: var(--purple);
}

.plan-card__highlight {
  margin: auto 0 10px;
  line-height: 1.55;
}

.plan-card__microcopy {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.primary-button,
.secondary-button,
.footer-whatsapp,
.details-toggle,
.mobile-sticky-cta__button,
.combo-button,
.filter-button {
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.primary-button {
  min-height: 56px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--purple);
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(111, 63, 160, 0.18);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--purple-dark);
  transform: translateY(-1px);
}

.primary-button--full {
  width: 100%;
  margin-top: 18px;
}

.secondary-button,
.combo-button {
  width: 100%;
  min-height: 45px;
  padding: 0 18px;
  border-radius: 2px;
  background: var(--magenta);
  color: var(--white);
  font-weight: 700;
}

.secondary-button:hover,
.secondary-button:focus-visible,
.combo-button:hover,
.combo-button:focus-visible,
.footer-whatsapp:hover,
.footer-whatsapp:focus-visible,
.mobile-sticky-cta__button:hover,
.mobile-sticky-cta__button:focus-visible {
  background: var(--magenta-dark);
  transform: translateY(-1px);
}

.details-toggle {
  margin-top: 18px;
  align-self: center;
  background: transparent;
  color: var(--text);
}

.details-panel {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #ededed;
  border-radius: 14px;
  background: #fbfbfb;
}

.details-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
  line-height: 1.6;
}

.legal-notes {
  margin-top: 30px;
  color: var(--text-soft);
  font-size: 0.78rem;
}

.legal-notes__highlight {
  font-style: italic;
  font-weight: 700;
}

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

.award-card {
  display: flex;
  flex-direction: column;
}

.award-card p {
  margin: 14px 0 0;
  line-height: 1.5;
}

.award-visual {
  width: 100%;
  aspect-ratio: 920 / 610;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.benefits-filters,
.combos-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(111, 63, 160, 0.08);
  color: var(--purple);
  font-weight: 500;
}

.filter-button.is-active {
  background: var(--purple);
  color: var(--white);
}

.benefits-grid--catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-catalog-card {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.benefit-catalog-card__content {
  flex: 1;
}

.benefit-catalog-card__meta {
  display: none;
}

.benefit-catalog-card__icon {
  width: 150px;
  height: 150px;
  margin-bottom: 14px;
  padding: 0;
  place-items: start;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.benefit-catalog-card__icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.benefit-catalog-card__title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 400;
}

.benefit-catalog-card__description {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.benefit-catalog-card__link {
  display: inline-block;
  margin-top: 12px;
  color: var(--purple);
  text-decoration: underline;
}

#benefitsFilters {
  display: none;
}

.combos-table-wrap {
  overflow-x: auto;
}

.combos-table {
  min-width: 760px;
  border: 1px solid rgba(111, 63, 160, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.combos-table__head,
.combos-table__row {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr 0.8fr 1fr;
  gap: 16px;
  align-items: center;
}

.combos-table__head {
  padding: 18px 22px;
  background: rgba(111, 63, 160, 0.06);
  font-size: 0.92rem;
  font-weight: 700;
}

.combos-table__row {
  padding: 18px 22px;
  border-top: 1px solid rgba(111, 63, 160, 0.08);
}

.site-footer {
  padding: 40px 0 120px;
  background: var(--bg-soft);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-content p {
  margin: 8px 0 0;
  color: var(--text-soft);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--magenta);
  color: var(--white);
  font-weight: 700;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  min-width: 194px;
  border-radius: 16px;
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28);
  animation: floatingPulse 2.8s ease-in-out infinite;
}

.floating-whatsapp__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.floating-whatsapp__icon svg {
  width: 24px;
  height: 24px;
}

.floating-whatsapp__content strong,
.floating-whatsapp__content small {
  display: block;
}

.floating-whatsapp__content strong {
  font-size: 1rem;
  line-height: 1.05;
}

.floating-whatsapp__content small {
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 1;
}

.mobile-sticky-cta {
  display: none;
}

.whatsapp-prompt {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}

.whatsapp-prompt.is-open {
  display: block;
}

.whatsapp-prompt__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.whatsapp-prompt__dialog {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: min(calc(100% - 24px), 420px);
  padding: 20px 16px 16px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 42px rgba(21, 26, 36, 0.2);
}

.whatsapp-prompt__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #6b7280;
  font-size: 1.5rem;
  cursor: pointer;
}

.whatsapp-prompt__eyebrow {
  margin: 0 0 8px;
  color: var(--magenta);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.whatsapp-prompt__dialog h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.14;
}

.whatsapp-prompt__text {
  margin: 10px 0 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.whatsapp-prompt__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.ghost-button--popup,
.primary-button--popup {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
}

.ghost-button--popup {
  border: 1px solid rgba(111, 63, 160, 0.18);
  background: #fff;
  color: var(--purple);
  font-weight: 700;
}

.primary-button--popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--whatsapp);
}

.footer-whatsapp::before,
.mobile-sticky-cta__button::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.8 11.8 0 0 0 12.07 0C5.55 0 .24 5.3.24 11.82c0 2.08.54 4.1 1.57 5.89L0 24l6.47-1.7a11.8 11.8 0 0 0 5.6 1.43h.01c6.52 0 11.83-5.3 11.83-11.82a11.74 11.74 0 0 0-3.39-8.43Zm-8.45 18.25h-.01a9.82 9.82 0 0 1-5-1.37l-.36-.21-3.84 1 1.03-3.74-.23-.38a9.77 9.77 0 0 1-1.5-5.2c0-5.4 4.4-9.8 9.81-9.8 2.62 0 5.09 1.02 6.94 2.88a9.75 9.75 0 0 1 2.87 6.94c0 5.4-4.4 9.8-9.8 9.8Zm5.38-7.35c-.29-.14-1.72-.85-1.99-.95-.27-.1-.46-.14-.66.14-.19.29-.76.95-.93 1.15-.17.19-.34.22-.63.07-.29-.14-1.21-.45-2.31-1.44-.85-.76-1.43-1.71-1.59-2-.17-.29-.02-.45.13-.6.13-.13.29-.34.43-.51.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.5-.07-.14-.66-1.59-.9-2.18-.24-.57-.49-.49-.66-.5h-.56c-.19 0-.5.07-.76.36-.26.29-.99.97-.99 2.36s1.01 2.73 1.15 2.92c.14.19 1.96 2.99 4.75 4.19.66.29 1.18.46 1.58.59.66.21 1.27.18 1.74.11.53-.08 1.72-.7 1.96-1.38.24-.68.24-1.26.17-1.38-.07-.12-.26-.19-.55-.34Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.8 11.8 0 0 0 12.07 0C5.55 0 .24 5.3.24 11.82c0 2.08.54 4.1 1.57 5.89L0 24l6.47-1.7a11.8 11.8 0 0 0 5.6 1.43h.01c6.52 0 11.83-5.3 11.83-11.82a11.74 11.74 0 0 0-3.39-8.43Zm-8.45 18.25h-.01a9.82 9.82 0 0 1-5-1.37l-.36-.21-3.84 1 1.03-3.74-.23-.38a9.77 9.77 0 0 1-1.5-5.2c0-5.4 4.4-9.8 9.81-9.8 2.62 0 5.09 1.02 6.94 2.88a9.75 9.75 0 0 1 2.87 6.94c0 5.4-4.4 9.8-9.8 9.8Zm5.38-7.35c-.29-.14-1.72-.85-1.99-.95-.27-.1-.46-.14-.66.14-.19.29-.76.95-.93 1.15-.17.19-.34.22-.63.07-.29-.14-1.21-.45-2.31-1.44-.85-.76-1.43-1.71-1.59-2-.17-.29-.02-.45.13-.6.13-.13.29-.34.43-.51.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.5-.07-.14-.66-1.59-.9-2.18-.24-.57-.49-.49-.66-.5h-.56c-.19 0-.5.07-.76.36-.26.29-.99.97-.99 2.36s1.01 2.73 1.15 2.92c.14.19 1.96 2.99 4.75 4.19.66.29 1.18.46 1.58.59.66.21 1.27.18 1.74.11.53-.08 1.72-.7 1.96-1.38.24-.68.24-1.26.17-1.38-.07-.12-.26-.19-.55-.34Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
}

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

.availability-modal {
  width: min(1140px, 100%);
  min-height: 620px;
  max-height: calc(100dvh - 40px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
}

.availability-modal__left {
  background:
    linear-gradient(rgba(111, 63, 160, 0.93), rgba(111, 63, 160, 0.97)),
    url("assets/images/brand-wave.svg") center/90% no-repeat,
    var(--purple);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.availability-modal__left-content {
  max-width: 360px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 0.9rem;
}

.availability-modal__left h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.15rem);
  font-weight: 300;
  line-height: 1.18;
}

.availability-modal__left p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.availability-modal__right {
  position: relative;
  padding: 52px 56px;
  display: flex;
  align-items: center;
  min-height: 0;
}

.availability-modal__right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  padding-right: 4px;
}

.availability-form__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.availability-form__footer {
  flex: 0 0 auto;
  margin-top: 14px;
  padding-top: 12px;
  background: var(--white);
}

.availability-modal__right h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 400;
}

.modal-subtitle {
  margin: 12px 0 26px;
  color: var(--text-soft);
  line-height: 1.55;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #9096a0;
  font-size: 2rem;
  cursor: pointer;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5b616c;
}

.radio-option input {
  accent-color: var(--purple);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: #49515d;
  font-size: 0.92rem;
}

.form-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #cdd3da;
  border-radius: 12px;
  color: var(--text);
}

.form-field--full {
  margin-top: 16px;
}

.form-help {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 0.83rem;
  line-height: 1.45;
}

.form-field input:focus,
.modal-close:focus-visible,
.details-toggle:focus-visible,
.site-nav a:focus-visible,
.floating-whatsapp:focus-visible,
.footer-whatsapp:focus-visible,
.menu-toggle:focus-visible,
.checkbox-row input:focus-visible,
.radio-option input:focus-visible,
.filter-button:focus-visible,
.primary-button:focus-visible,
.secondary-button:focus-visible {
  outline: 3px solid rgba(111, 63, 160, 0.2);
  outline-offset: 2px;
}

.checkbox-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #6b7280;
}

.address-preview {
  display: none;
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(21, 115, 71, 0.18);
  background: var(--success-bg);
  color: var(--success-text);
}

.address-preview.is-visible {
  display: block;
}

.address-preview strong,
.address-preview span {
  display: block;
}

.address-preview strong {
  margin-bottom: 8px;
}

.form-feedback {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--text-soft);
}

.form-feedback.is-error {
  color: var(--error-text);
}

.form-feedback.is-success {
  color: var(--success-text);
}

.is-loading {
  opacity: 0.86;
  pointer-events: none;
}

@keyframes floatingPulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .plans-grid,
  .awards-grid,
  .benefits-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 18px;
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .partner-badge {
    min-width: auto;
    padding: 8px 10px;
  }

  .availability-modal {
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: calc(100dvh - 24px);
  }

  .availability-modal__left {
    min-height: 124px;
    padding: 22px 20px;
  }

  .availability-modal__right {
    padding: 22px 18px 18px;
    align-items: stretch;
  }

  .availability-modal__right form {
    padding-right: 0;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .header-content {
    min-height: 68px;
    gap: 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand__logo--main {
    width: 46px;
    height: 46px;
  }

  .brand__text {
    font-size: 1.05rem;
    letter-spacing: 0.02em;
  }

  .hero-section {
    padding: 18px 0 8px;
  }

  .hero-grid {
    gap: 8px;
  }

  .hero-title {
    font-size: 2.05rem;
    line-height: 1.04;
  }

  .hero-subtitle {
    margin: 12px 0 16px;
    font-size: 0.97rem;
  }

  .hero-copy {
    padding: 10px 0 0;
  }

  .hero-benefits {
    gap: 10px;
    margin-bottom: 18px;
  }

  .hero-benefits li {
    padding-left: 24px;
    font-size: 0.96rem;
  }

  .hero-button {
    width: 100%;
    min-height: 56px;
    border-radius: 16px;
  }

  .hero-microcopy {
    font-size: 0.88rem;
  }

  .availability-chip {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.88rem;
  }

  .hero-visual {
    min-height: 230px;
  }

  .hero-visual__panel--main {
    width: 170px;
    height: 205px;
    right: 10px;
    bottom: 0;
  }

  .hero-visual__panel--secondary {
    width: 150px;
    height: 180px;
    left: 12px;
    top: 22px;
  }

  .hero-media__image,
  .hero-media__video {
    width: min(245px, 88%);
    right: 0;
    bottom: 0;
  }

  .hero-price-card {
    display: none;
  }

  .trust-grid,
  .plans-grid,
  .awards-grid,
  .benefits-grid--catalog {
    grid-template-columns: 1fr;
  }

  .plans-section,
  .awards-section,
  .benefits-section {
    padding: 34px 0;
  }

  .section-title,
  .section-subtitle {
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .section-description {
    margin-bottom: 20px;
    font-size: 0.94rem;
  }

  .plan-card {
    min-height: auto;
    padding: 16px 14px;
  }

  .plan-card__speed-text {
    font-size: 1.78rem;
  }

  .plan-card__prices {
    margin-top: 24px;
  }

  .secondary-button,
  .combo-button,
  .footer-whatsapp {
    min-height: 50px;
    border-radius: 14px;
  }

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

  .modal-overlay {
    padding: 8px;
    align-items: flex-end;
  }

  .availability-modal {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    max-height: min(100dvh - 8px, 760px);
    border-radius: 20px 20px 0 0;
  }

  .availability-modal__left {
    display: none;
  }

  .availability-modal__right {
    padding: 18px 14px calc(12px + env(safe-area-inset-bottom));
  }

  .availability-modal__right form {
    gap: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .availability-form__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .availability-form__footer {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: calc(4px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 18px rgba(255, 255, 255, 0.96);
  }

  .availability-modal__right h1 {
    font-size: 1.4rem;
    line-height: 1.12;
    padding-right: 30px;
  }

  .modal-subtitle {
    margin: 10px 0 18px;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .radio-group {
    gap: 10px;
    margin-bottom: 16px;
  }

  .radio-group__label {
    width: 100%;
    color: var(--text-soft);
    font-size: 0.88rem;
  }

  .form-field input {
    height: 50px;
    border-radius: 14px;
  }

  .form-field--full {
    margin-top: 14px;
  }

  .form-help {
    font-size: 0.8rem;
  }

  .checkbox-row {
    margin-top: 10px;
    font-size: 0.9rem;
  }

  .address-preview {
    margin-top: 14px;
    padding: 14px;
    font-size: 0.9rem;
  }

  .form-feedback {
    min-height: 20px;
    margin-top: 10px;
    font-size: 0.88rem;
  }

  .primary-button--full {
    position: static;
    display: block;
    width: 100%;
    z-index: 1;
    margin-top: 0;
    min-height: 54px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(111, 63, 160, 0.18);
  }

  .modal-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 38;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(111, 63, 160, 0.12);
    box-shadow: 0 -10px 24px rgba(21, 26, 36, 0.08);
  }

  .mobile-sticky-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    border-radius: 16px;
    background: var(--magenta);
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
  }

  .mobile-sticky-cta span {
    text-align: center;
    color: var(--text-soft);
    font-size: 0.86rem;
  }

  .site-footer {
    padding: 34px 0 142px;
  }

  .whatsapp-prompt__dialog {
    bottom: 10px;
    width: calc(100% - 16px);
    padding: 18px 14px calc(14px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 18px 18px;
  }
}
