:root {
  --ink: #102147;
  --muted: #5c6b8a;
  --blue: #0047ff;
  --blue-dark: #071b55;
  --green: #00b86b;
  --line: #d7e5ff;
  --page: #eef4ff;
  --soft: #f8fbff;
  --white: #ffffff;
  --danger: #b42318;
  --ok: #027a48;
  --shadow: 0 18px 44px rgba(29, 79, 177, .12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(215, 229, 255, .86);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.site-footer__inner,
.page-shell {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(154px, 1fr) auto minmax(154px, 1fr);
  align-items: center;
  gap: 16px;
}

.header-menu {
  position: relative;
  justify-self: start;
  z-index: 3;
}

.header-menu summary {
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(29, 79, 177, .09);
  cursor: pointer;
  list-style: none;
}

.header-menu summary::-webkit-details-marker {
  display: none;
}

.header-menu summary span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.header-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 230px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(16, 33, 71, .16);
}

.header-menu__panel a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.header-menu__panel a:hover,
.header-menu__panel a:focus {
  background: var(--soft);
  color: var(--blue);
}

.brand-lockup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(430px, calc(100vw - 120px));
  height: 92px;
  max-width: 100%;
  min-width: 0;
  text-decoration: none;
  justify-self: center;
  align-self: stretch;
}

.brand-lockup__image {
  display: block;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  transform: translateY(7px);
}

.brand-lockup__row {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  max-width: none;
  transform: translate(-50%, -50%) translateY(0);
}

.brand-lockup__lowi {
  width: 112px;
  height: 47px;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: translateY(-2.5px);
}

.brand-lockup__dot {
  color: #1d2130;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.brand-lockup__fm-text {
  display: block;
  flex: 0 0 auto;
  color: var(--blue);
  background: linear-gradient(135deg, #06163d 0%, #0047ff 48%, #00b86b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(0);
}

.brand-lockup__line {
  position: absolute;
  left: 50%;
  right: auto;
  top: 70px;
  bottom: auto;
  width: 390px;
  max-width: 100%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 52%, var(--green) 100%);
}

.brand-lockup__dist {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  bottom: auto;
  color: #202739;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .2em;
  text-align: center;
}

.top-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
}

.top-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a:focus {
  background: #fff;
  color: var(--blue);
}

.call-pill {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  justify-self: end;
  min-width: 154px;
  min-height: 46px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 71, 255, .22);
}

.call-pill__icon {
  display: none;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.call-pill span {
  font-size: 10px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.call-pill strong {
  font-size: 18px;
  line-height: 1.1;
}

.page-shell {
  padding: 28px 0 44px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
  padding: 28px 0 18px;
}

.hero h1 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  font-weight: 900;
}

.hero p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button--green {
  background: linear-gradient(135deg, #08b66d, #008e54);
}

.button--ghost {
  background: #fff;
  color: var(--blue);
  border: 1.5px solid var(--line);
}

.trust-box {
  border: 1.5px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.trust-box strong {
  display: block;
  color: var(--blue);
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.trust-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.section-title {
  margin: 28px 0 16px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--ink);
}

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

.tariff-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.tariff-card__tag {
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.tariff-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.tariff-card__price {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.tariff-card__price span {
  color: var(--muted);
  font-size: 15px;
}

.tariff-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.company-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.tariff-card .button {
  margin-top: auto;
}

.home-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--shadow);
}

.home-band h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.12;
}

.home-band p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.compare-box {
  margin-top: 28px;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}

.compare-box summary {
  cursor: pointer;
  color: var(--blue);
  font-weight: 900;
}

.compare-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.contract-shell {
  width: min(650px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.contract-card {
  border-radius: 26px;
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
  padding: 14px;
}

.contract-inner {
  border: 2px solid var(--line);
  border-radius: 24px;
  background: #fff;
  padding: 20px;
}

.contract-title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
  line-height: 1.18;
}

.contract-title > span:not(.contract-title__icons) {
  display: block;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  max-width: 980px;
  margin: 0 auto;
}

.contract-title__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 10px auto 0;
}

.contract-title__icons:empty {
  display: none;
}

.contract-title__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  background: #ffffff;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0, 71, 255, .1);
}

.contract-title__plus {
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.contract-title__icon--text {
  width: auto;
  min-width: 92px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #e50914;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(229, 9, 20, .18);
}

.price-line {
  margin: 0 0 16px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.contract-price {
  margin: 2px 0 18px;
  text-align: center;
  color: var(--ink);
}

.contract-price strong {
  display: block;
  color: var(--ink);
  font-size: clamp(38px, 8vw, 58px);
  font-weight: 900;
  line-height: .98;
}

.contract-price span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.contract-breakdown {
  display: grid;
  gap: 4px;
  margin: -9px auto 18px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
}

.contract-breakdown span {
  display: block;
}

.contract-breakdown strong {
  color: var(--ink);
  font-weight: 900;
}

.form-box {
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
  padding: 14px;
  margin-bottom: 14px;
}

.contract-picker {
  position: relative;
}

.contract-picker summary {
  list-style: none;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--blue);
  padding: 12px 42px 12px 16px;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 71, 255, .06);
}

.contract-picker summary::-webkit-details-marker {
  display: none;
}

.contract-picker summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 11px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.contract-picker[open] summary {
  border-radius: 18px 18px 0 0;
}

.contract-picker[open] summary::after {
  content: "-";
}

.contract-picker__menu {
  border: 1.5px solid var(--line);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  padding: 10px 12px 12px;
  box-shadow: 0 16px 30px rgba(0, 71, 255, .08);
}

.picked-text {
  margin: 7px 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.picker-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.picker-close-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.picker-close {
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.form-label {
  display: block;
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.contract-form select,
.contract-form input,
.contract-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1.5px solid #d0d5dd;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.contract-form textarea {
  min-height: 96px;
  resize: vertical;
}

.contract-form > .button {
  width: min(360px, 100%);
  margin: 24px auto 0;
  display: flex;
}

.contract-form select:focus,
.contract-form input:focus,
.contract-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 71, 255, .1);
}

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

.field {
  grid-column: 1 / -1;
}

.field--half {
  grid-column: span 3;
}

.field--third {
  grid-column: span 2;
}

.choice-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  font-weight: 800;
}

.choice-row[data-extra-row] {
  grid-template-columns: 34px 28px 34px minmax(92px, 1fr) 68px;
  column-gap: 0;
  row-gap: 7px;
}

.choice-row[data-extra-row] .button {
  width: 34px;
  min-height: 34px;
  height: 34px;
  padding: 0;
  border-radius: 0;
  border-color: var(--line);
  box-shadow: none;
}

.choice-row[data-extra-row] > span:first-child {
  grid-column: 4;
  grid-row: 1;
  padding-left: 10px;
}

.choice-row[data-extra-row] [data-extra-minus] {
  grid-column: 1;
  grid-row: 1;
  border-radius: 999px 0 0 999px;
}

.choice-row[data-extra-row] [data-extra-count] {
  grid-column: 2;
  grid-row: 1;
  width: 28px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
  background: var(--soft);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.choice-row[data-extra-row] [data-extra-plus] {
  grid-column: 3;
  grid-row: 1;
  border-radius: 0 999px 999px 0;
}

.choice-row[data-extra-row] .choice-price {
  grid-column: 5;
  grid-row: 1;
}

.choice-row input {
  min-height: auto;
  width: 20px;
  height: 20px;
  accent-color: var(--blue);
}

.choice-price {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

.line-list {
  display: grid;
  gap: 10px;
}

.line-entry {
  border: 1.5px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 12px;
}

.line-entry strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
}

.line-entry__grid {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 10px;
}

.privacy-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.privacy-row input {
  width: 18px;
  height: 18px;
  min-height: auto;
  flex: 0 0 18px;
  accent-color: var(--blue);
}

.form-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.form-status.is-error {
  color: var(--danger);
}

.success-panel {
  display: none;
  margin-top: 16px;
  border: 1.5px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  padding: 18px;
  box-shadow: var(--shadow);
}

.success-panel.is-visible {
  display: block;
}

.success-badge {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ecfdf3;
  color: var(--ok);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.summary-card {
  margin-top: 14px;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
  padding: 14px;
}

.summary-card h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.2;
}

.summary-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 14px;
}

.summary-row strong {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
}

.summary-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #08b66d 0%, #008e54 100%);
  font-weight: 900;
}

.summary-price span:first-child {
  font-size: 14px;
}

.summary-price span:last-child {
  font-size: 26px;
}

.summary-note {
  margin: 10px 0 0;
  text-align: center;
  color: var(--muted);
  font-weight: 900;
}

.text-page {
  width: min(840px, calc(100% - 28px));
  margin: 0 auto;
  padding: 34px 0 50px;
}

.text-page h1 {
  margin: 0 0 16px;
  font-size: 34px;
}

.text-page p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.site-footer {
  width: 100%;
  background: linear-gradient(135deg, #06163d 0%, #0047ff 58%, #052a78 100%);
  border-top: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 -12px 34px rgba(0, 27, 77, .18);
  color: #ffffff;
}

.site-footer__inner {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 34px 0 28px;
  text-align: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  max-width: min(100%, 470px);
  color: inherit;
  text-decoration: none;
}

.footer-brand__image {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand__row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: none;
}

.footer-brand__lowi-mark {
  position: relative;
  display: block;
  width: 132px;
  height: 55px;
  flex: 0 0 auto;
}

.footer-brand__lowi {
  width: 132px;
  height: 55px;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: translateY(-3px);
}

.footer-brand__dot {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.footer-brand__fm {
  width: 240px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: translateY(-2px);
}

.footer-brand__fm-text {
  display: block;
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(0);
}

.footer-brand__line {
  width: 410px;
  max-width: 100%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
}

.footer-brand__dist {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
}

.footer-links a {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 15, 55, .18);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

@keyframes letterDrop {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shine {
  from {
    opacity: 0;
    transform: translateX(-135%);
  }
  18% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(170%);
  }
}

@keyframes lineIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 840px) {
  .site-header__inner {
    grid-template-columns: minmax(48px, 1fr) auto minmax(48px, 1fr);
    min-height: 78px;
    gap: 8px;
  }

  .top-nav {
    display: none;
  }

  .brand-lockup__lowi {
    width: 96px;
    height: 40px;
    transform: translateY(-2px);
  }

  .brand-lockup {
    width: min(390px, calc(100vw - 120px));
    height: 78px;
  }

  .brand-lockup__image {
    transform: translateY(6.6px);
  }

  .brand-lockup__row {
    transform: translate(-50%, -50%) translateY(0);
    gap: 7px;
  }

  .brand-lockup__fm-text {
    font-size: 32px;
    transform: translateY(0);
  }

  .brand-lockup__line {
    top: 60px;
    bottom: auto;
    width: 318px;
  }

  .brand-lockup__dist {
    top: 67px;
    bottom: auto;
    font-size: 10px;
    letter-spacing: .15em;
  }

  .call-pill {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    align-items: center;
    padding: 0;
  }

  .call-pill span {
    display: none;
  }

  .call-pill strong {
    display: none;
  }

  .call-pill__icon {
    display: block;
  }

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

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

  .home-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 760px) and (max-width: 840px) {
  .brand-lockup {
    height: 92px;
  }

  .brand-lockup__line {
    top: 62px;
    bottom: auto;
  }

  .brand-lockup__dist {
    top: 74px;
    bottom: auto;
  }
}

@media (min-width: 760px) {
  .site-header__inner {
    min-height: 92px;
  }

  .page-shell {
    padding-top: 34px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
    gap: 34px;
    align-items: center;
    min-height: 268px;
  }

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

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

  .tariff-card {
    padding: 20px;
  }

  .contract-shell {
    width: min(1040px, calc(100% - 36px));
    padding-top: 34px;
  }

  .contract-card {
    padding: 16px;
  }

  .contract-inner {
    padding: 28px;
  }

  .contract-form {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }

  .contract-form > .form-box,
  .contract-form > .field-grid,
  .contract-form > .privacy-row,
  .contract-form > .form-status,
  .contract-form > .button {
    grid-column: 1 / -1;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--tariff {
    grid-column: 1 / 7;
    order: 1;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--extras {
    grid-column: 7 / -1;
    order: 2;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--header-lines {
    grid-column: 1 / 7;
    order: 3;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--extra-detail {
    grid-column: 7 / -1;
    order: 4;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--tv {
    grid-column: 1 / 7;
    order: 5;
  }

  .contract-form > .field-grid {
    order: 6;
  }

  .contract-form > .privacy-row {
    order: 7;
  }

  .contract-form > .form-status {
    order: 8;
  }

  .contract-form > .button {
    order: 9;
  }

  .contract-form > .button {
    justify-self: center;
  }

  .line-entry__grid {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .choice-row[data-extra-row] {
    grid-template-columns: 34px 28px 34px minmax(98px, 1fr) 66px;
  }
}

@media (min-width: 1080px) {
  .site-header__inner,
  .site-footer__inner,
  .page-shell {
    width: min(1200px, calc(100% - 56px));
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    padding: 42px 0 24px;
  }

  .hero h1 {
    max-width: 760px;
  }

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

  #solo-fibra .tariff-grid {
    grid-template-columns: repeat(2, minmax(280px, 360px));
  }

  .contract-shell {
    width: min(1120px, calc(100% - 56px));
  }

  .contract-title {
    font-size: 24px;
  }

  .contract-title > span:not(.contract-title__icons) {
    font-size: 26px;
  }

  .contract-form[data-contract-form="fibra"] {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--tariff,
  .contract-form[data-contract-form="fibra-movil"] > .form-box--header-lines,
  .contract-form[data-contract-form="fibra-movil"] > .form-box--tv {
    grid-column: 1 / 7;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--extras,
  .contract-form[data-contract-form="fibra-movil"] > .form-box--extra-detail {
    grid-column: 7 / -1;
  }
}

@media (min-width: 760px) and (max-width: 899px) {
  .tariff-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  #solo-fibra .tariff-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  }

  .contract-shell {
    width: min(740px, calc(100% - 36px));
  }

  .contract-form {
    display: block;
  }

  .contact-form {
    display: block;
  }

  .contract-form[data-contract-form="fibra"] {
    width: 100%;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box,
  .contract-form[data-contract-form="fibra-movil"] > .field-grid,
  .contract-form[data-contract-form="fibra-movil"] > .privacy-row,
  .contract-form[data-contract-form="fibra-movil"] > .form-status,
  .contract-form[data-contract-form="fibra-movil"] > .button {
    grid-column: auto;
    order: initial;
  }
}

@media (min-width: 900px) {
  .tariff-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  #solo-fibra .tariff-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  }

  .contract-shell {
    width: min(1180px, calc(100% - 56px));
  }

  .contract-title,
  .contract-price,
  .contract-breakdown {
    text-align: center;
  }

  .contract-form[data-contract-form="fibra"] {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .contract-form[data-contract-form="fibra-movil"] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "tariff fields"
      "extras fields"
      "header fields"
      "extra fields"
      "tv privacy"
      "status status"
      "button button";
    gap: 14px 18px;
    align-items: start;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box {
    margin-bottom: 0;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--tariff {
    grid-area: tariff;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--extras {
    grid-area: extras;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--header-lines {
    grid-area: header;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--extra-detail {
    grid-area: extra;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-box--tv {
    grid-area: tv;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .field-grid {
    grid-area: fields;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .privacy-row {
    grid-area: privacy;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .form-status {
    grid-area: status;
    order: initial;
  }

  .contract-form[data-contract-form="fibra-movil"] > .button {
    grid-area: button;
    order: initial;
    justify-self: center;
    width: min(360px, 100%);
  }
}

@media (max-width: 620px) {
  .site-header__inner,
  .site-footer__inner,
  .page-shell {
    width: min(100% - 24px, 520px);
  }

  .site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header__inner .header-menu {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header__inner .call-pill {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .contract-shell,
  .text-page {
    width: min(100% - 32px, 520px);
  }

  .brand-lockup__lowi {
    width: 78px;
    height: 33px;
    transform: translateY(-1.5px);
  }

  .brand-lockup {
    width: min(270px, calc(100vw - 120px));
    height: 78px;
  }

  .brand-lockup__image {
    transform: translateY(4.6px);
  }

  .brand-lockup__dot {
    font-size: 12px;
  }

  .brand-lockup__row {
    gap: 2px;
    transform: translate(-50%, -50%) translateY(0);
  }

  .brand-lockup__fm-text {
    font-size: 26px;
    transform: translateY(0);
  }

  .brand-lockup__line {
    top: 56px;
    bottom: auto;
    width: 244px;
  }

  .brand-lockup__dist {
    top: 65px;
    bottom: auto;
    font-size: 8.6px;
    letter-spacing: .11em;
  }

  .header-menu summary {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .header-menu__panel {
    width: min(230px, calc(100vw - 28px));
  }

  .choice-row[data-extra-row] {
    grid-template-columns: 30px 22px 30px minmax(82px, 1fr) 60px;
    column-gap: 0;
    row-gap: 7px;
    font-size: 13px;
  }

  .choice-row[data-extra-row] .button {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }

  .choice-row[data-extra-row] [data-extra-count] {
    width: 22px;
    height: 30px;
  }

  .contract-inner {
    padding: 16px 12px;
  }

  .field-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
  }

  .field {
    min-width: 0;
  }

  .field--half {
    grid-column: span 3;
  }

  .field--third {
    grid-column: span 2;
  }

  .field--third .form-label {
    font-size: 12px;
    white-space: nowrap;
  }

  .field--third input {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .line-entry__grid,
  .summary-row {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    padding: 28px 0 24px;
  }

  .footer-brand__lowi {
    width: 104px;
    height: 44px;
    transform: translateY(-2.5px);
  }

  .footer-brand__lowi-mark {
    width: 104px;
    height: 44px;
  }

  .footer-brand {
    width: 336px;
  }

  .footer-brand__dot {
    font-size: 20px;
  }

  .footer-brand__fm-text {
    font-size: 38px;
    transform: translateY(1px);
  }

  .footer-brand__dist {
    font-size: 9.6px;
    letter-spacing: .12em;
  }

  .footer-links {
    gap: 12px 16px;
  }
}

.lowi-sticky-actions {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lowi-sticky-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 27, 77, .26), 0 4px 12px rgba(0, 91, 255, .18), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.lowi-sticky-action:hover,
.lowi-sticky-action:focus,
.lowi-sticky-action:visited {
  color: #ffffff;
  text-decoration: none;
}

.lowi-sticky-action svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.lowi-sticky-action--call {
  background: linear-gradient(135deg, #123a7a 0%, #005bff 55%, #001b4d 100%);
}

.lowi-sticky-action--whatsapp {
  background: linear-gradient(135deg, #0b7f3a 0%, #25d366 55%, #075e54 100%);
}

@media (max-width: 620px) {
  .lowi-sticky-actions {
    display: flex;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
  }

  .lowi-sticky-action {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 360px) {
  .brand-lockup {
    width: min(230px, calc(100vw - 120px));
  }

  .brand-lockup__lowi {
    width: 66px;
    height: 29px;
    transform: translateY(-1.5px);
  }

  .brand-lockup__fm-text {
    font-size: 24px;
  }

  .brand-lockup__line {
    top: 56px;
    bottom: auto;
    width: 220px;
  }

  .brand-lockup__row {
    gap: 2px;
    transform: translate(-50%, -50%) translateY(0);
  }

  .brand-lockup__dist {
    font-size: 7.4px;
    letter-spacing: .09em;
  }

  .footer-brand {
    width: 288px;
  }

  .footer-brand__lowi,
  .footer-brand__lowi-mark {
    width: 90px;
    height: 38px;
  }

  .footer-brand__fm-text {
    font-size: 30px;
  }
}
