@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02ff, U+1e00-1eff, U+20a0-20cf;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+20ac;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/rubik-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02ff, U+1e00-1eff, U+20a0-20cf;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/rubik-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+20ac;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02ff, U+1e00-1eff, U+20a0-20cf;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+20ac;
}

@font-face {
  font-family: "FlaticonSatnet";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/flaticon-satnet.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/roboto-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02ff, U+1e00-1eff, U+20a0-20cf;
}

@font-face {
  font-family: "Linearicons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/linearicons-free.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+20ac;
}

@font-face {
  font-family: "FlaticonBusiness";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/flaticon-business.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/fontawesome-brands.woff2") format("woff2");
}

[class^="flaticon-satnet-"]::before,
[class*=" flaticon-satnet-"]::before {
  font-family: "FlaticonSatnet";
  font-style: normal;
  font-weight: 400;
}

.flaticon-satnet-internet::before { content: "\f105"; }
.flaticon-satnet-wireless-internet::before { content: "\f10b"; }
.flaticon-satnet-services::before { content: "\f10c"; }
.flaticon-satnet-globe-grid::before { content: "\f114"; }
.flaticon-satnet-streaming::before { content: "\f115"; }
.flaticon-satnet-speedometer::before { content: "\f11d"; }
.flaticon-satnet-high-speed::before { content: "\f121"; }
.flaticon-business-telephone::before,
.flaticon-business-pencil::before {
  font-family: "FlaticonBusiness";
  font-style: normal;
  font-weight: 400;
}
.flaticon-business-telephone::before { content: "\f125"; }
.flaticon-business-pencil::before { content: "\f119"; }
.fab-facebook::before,
.fab-instagram::before {
  font-family: "Font Awesome Brands";
  font-style: normal;
  font-weight: 400;
}
.fab-facebook::before { content: "\f39e"; }
.fab-instagram::before { content: "\f16d"; }
.lnr-icon-live-support::before,
.lnr-icon-rocket::before {
  font-family: "Linearicons";
  font-style: normal;
  font-weight: 400;
}
.lnr-icon-live-support::before { content: "\e012"; }
.lnr-icon-rocket::before { content: "\e84b"; }

:root {
  --brand: #a70e2a;
  --brand-bright: #f40024;
  --magenta: #a600a8;
  --ink: #18191c;
  --muted: #6f7174;
  --paper: #fdfdfd;
  --soft: #f5f5f6;
  --radius: 10px;
  --container: 1230px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}


body {
  margin: 0;
  color: var(--muted);
  background: var(--paper);
  font-family: "Rubik", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  line-height: 1.08;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 3.75vw, 3.375rem);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

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

.section-space {
  padding-block: 105px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow,
.contact-kicker {
  margin-bottom: 12px;
  color: #fa0006;
  font-size: 14px;
  font-weight: 700;
}

.eyebrow {
  margin-bottom: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.4px;
}

.about .eyebrow,
.plans .eyebrow,
.benefits .eyebrow,
.business .eyebrow {
  color: var(--brand);
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 36px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: none;
}

.button:active {
  transform: scale(.98);
}

.button-primary {
  color: #fff;
  background: var(--brand);
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #8b008a;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 500ms cubic-bezier(.16, 1, .3, 1);
}

.button-primary:hover::before,
.button-primary:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #fff;
  background: var(--brand);
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--brand);
}

.menu-backdrop[hidden] {
  display: none !important;
}

/* Header */
.topbar {
  min-height: 60px;
  color: #fff;
  background: var(--brand);
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.sticky-sentinel {
  position: absolute;
  top: 200px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.topbar-inner,
.languages,
.socials,
.top-phones {
  display: flex;
  align-items: center;
}

.topbar-inner {
  position: relative;
  min-height: 60px;
  justify-content: space-between;
}

.languages {
  gap: 20px;
}

.site-header:not(.nav-fixed) .languages {
  margin-left: 23px;
}

.top-phones {
  display: none;
  gap: 70px;
  font-size: 14px;
  font-weight: 600;
}

.languages a {
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: .72;
  transition: opacity 180ms ease;
}

.languages a:hover,
.languages a:focus-visible,
.languages a[aria-current="page"],
.drawer-languages a:hover,
.drawer-languages a:focus-visible,
.drawer-languages a[aria-current="page"] {
  opacity: 1;
}

.languages a[aria-current="page"],
.drawer-languages a[aria-current="page"] {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.languages img {
  width: 18px;
  height: 12px;
}

.socials {
  gap: 10px;
  font-weight: 600;
}

.site-header:not(.nav-fixed) .socials {
  margin-right: 7px;
}

.socials > span {
  margin-right: 4px;
}

.socials a,
.footer-socials a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.socials a:hover,
.socials a:focus-visible,
.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: #fa0006;
  background: #fa0006;
  transform: translateY(-2px);
}

.navbar {
  position: relative;
  top: 0;
  z-index: 20;
  height: 120px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 28px rgba(23, 17, 19, .05);
  backdrop-filter: blur(10px);
  color: #222;
}

.navbar.fixed {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
}

.site-header.nav-fixed {
  padding-bottom: 160px;
}

.site-header.nav-fixed .topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 21;
}

.site-header.nav-fixed .topbar,
.site-header.nav-fixed .topbar-inner {
  min-height: 70px;
}

.site-header.nav-fixed .topbar,
.site-header.nav-fixed .navbar {
  animation: sticky-enter 300ms cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes sticky-enter {
  from { transform: translateY(-160px); }
  to { transform: translateY(0); }
}

.site-header.nav-fixed .top-phones {
  display: flex;
  position: absolute;
  left: 550px;
  gap: 80px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
}

.site-header.nav-fixed .top-phones a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.site-header.nav-fixed .top-phones a:first-child::before {
  content: "\e830";
  font-family: "Linearicons";
}

.site-header.nav-fixed .top-phones a:last-child::before {
  content: "\f232";
  font-family: "Font Awesome Brands";
}

.site-header.nav-fixed .socials > span {
  display: none;
}

.site-header.nav-fixed .navbar {
  top: 70px;
  color: #fff;
  background: #222429;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

.site-header.nav-fixed .navbar,
.site-header.nav-fixed .nav-inner {
  height: 90px;
  min-height: 90px;
}

.site-header.nav-fixed .topbar-inner,
.site-header.nav-fixed .nav-inner {
  width: min(calc(100% - 48px), 1200px);
}

.site-header.nav-fixed .nav-cta {
  display: none;
}

.site-header.nav-fixed .nav-links > a:not(.nav-cta) {
  font-family: "Rubik", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26.6px;
  letter-spacing: .125px;
  padding-right: 23px;
  padding-left: 30px;
  transform: translateY(1px);
}

.site-header.nav-fixed .socials a {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
}

.site-header.nav-fixed .brand-light {
  display: none;
}

.site-header.nav-fixed .brand-dark {
  display: block;
}

.site-header.nav-fixed .nav-links > a:not(.nav-cta) {
  color: #fff;
}

.site-header.nav-fixed .nav-links > a:hover,
.site-header.nav-fixed .nav-links > a:focus-visible,
.site-header.nav-fixed .nav-links > .active {
  color: #fa0006 !important;
}

.nav-inner {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 222px;
  height: auto;
}

.brand-light {
  width: 220px;
}

.brand-dark,
.brand-mobile,
.mobile-drawer-head,
.menu-backdrop {
  display: none;
}

.site-header.nav-fixed .brand-dark {
  width: 216px;
}

html[lang="en"] .brand-dark {
  filter: brightness(0) invert(1);
}

html[lang="en"] .brand-light {
  width: 221px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-links > a:not(.nav-cta) {
  padding: 0 16px;
  font-size: 15px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 28.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links .active {
  color: #fa0006;
}

.nav-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  flex: 0 0 132px;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 33px;
  min-height: 33px;
  margin-right: 4px;
  margin-left: 26px;
  padding: 0;
  color: #fff;
  background: var(--brand);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  white-space: nowrap;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(139, 0, 138, .2);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 500ms cubic-bezier(.86, 0, .07, 1), background-color 500ms cubic-bezier(.86, 0, .07, 1);
}

.nav-cta:hover::before,
.nav-cta:focus-visible::before {
  background: #a70e2a;
  transform: scaleX(1);
  transform-origin: left center;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  color: #fff;
  background: var(--brand);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  box-shadow: 0 1px 20px rgba(33, 37, 41, .5);
}

.nav-links .nav-cta:focus-visible {
  box-shadow: 0 0 0 5px var(--brand), 0 1px 20px rgba(33, 37, 41, .5);
}

.nav-links .nav-cta:active {
  transform: scale(.98);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.hero {
  position: relative;
  --parallax-x: 0;
  --parallax-y: 0;
  min-height: min(64.885vw, 850px);
  overflow: hidden;
  background: #f7f7f7 url("assets/images/background-bg.jpg") center top / cover no-repeat;
}

.hero-inner {
  display: grid;
  min-height: min(64.885vw, 850px);
  grid-template-columns: 45% 55%;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  padding-top: 30px;
  top: 63px;
  left: -10px;
}

.hero-copy::after {
  content: "";
  position: absolute;
  top: 249px;
  left: 7.5px;
  width: 8px;
  height: 210px;
  border-radius: 4px;
  background: var(--brand);
}

.hero h1 {
  margin-bottom: 25px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
  color: #000;
}

.hero-points {
  margin: 0 0 30px 7.5px;
  padding: 12px 0 5px 60.5px;
  list-style: none;
}

.hero-points li {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  letter-spacing: 1px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  width: 18px;
  height: 17px;
  background: url("assets/images/check.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.hero .button {
  margin-left: 40px;
  min-width: 210px;
  min-height: 64px;
  font-size: 15px;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  left: -8px;
  align-self: stretch;
}

.hero-shape {
  position: absolute;
  right: -445px;
  bottom: -4px;
  width: 986px;
  max-width: none;
}

.hero-person {
  position: absolute;
  right: -490px;
  bottom: -40px;
  width: 986px;
  height: auto;
  max-width: none;
}

.speed-card {
  position: absolute;
  z-index: 4;
  display: flex;
  width: 305px;
  height: 315px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 25px 16px;
  background: url("assets/images/Polygon-1-copy-31.png") center / 100% 100% no-repeat;
  font-family: "Space Grotesk", "Archivo", sans-serif;
  text-align: center;
  color: #000;
  filter: none;
  translate: 0 0;
}

.speed-card strong {
  margin-bottom: -2px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.speed-card > * {
  transform: translateY(-10px);
}

.speed-card .speed {
  color: var(--brand);
  font-size: 49px;
  font-weight: 400;
  line-height: 61px;
}

.speed-card .mbps {
  width: 116px;
  height: 32px;
  padding: 3px 5px;
  color: #fff;
  background: url("assets/images/Rectangle-4.png") center / 100% 100% no-repeat;
  border-radius: 999px;
  font-family: "Rubik", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.speed-card .price {
  margin-top: 2px;
  color: var(--brand);
  font-size: 30px;
  line-height: 38px;
}

.speed-card small {
  font-size: 14px;
  line-height: 14px;
}

.card-lite { left: -68.5px; top: 115.5px; }
.card-standard { left: 167.5px; top: 115.5px; }
.card-platinum { left: 49.5px; top: 308.5px; }
.card-premium20 { left: -74.5px; top: 499.5px; }
.card-premium30 { left: 171.5px; top: 499.5px; }

.hero-contact {
  position: absolute;
  z-index: 5;
  right: -339px;
  bottom: 14px;
  display: flex;
  gap: 34px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
}

.hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-contact a::before {
  content: "";
  width: 44px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-contact a:first-child::before { background-image: url("assets/images/phone2.png"); }
.hero-contact a:last-child::before { background-image: url("assets/images/phone3.png"); }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 632px 598px;
  gap: 0;
  align-items: center;
}

.about.section-space {
  padding-top: 60px;
  padding-bottom: 105px;
}

.about-copy {
  padding-inline: 10px;
}

.about h2 {
  position: relative;
  top: -3px;
}

.about .eyebrow {
  position: relative;
  top: 10px;
  margin-bottom: 21px;
  font-weight: 500;
}

.about-copy > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  line-height: 1.9;
}

.feature-row {
  display: grid;
  margin-top: 33px;
  width: 632px;
  margin-left: -10px;
  padding: 11px 15px 15px;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-row article {
  min-height: 201.2px;
  padding: 35px 30px 30px;
  border: 1px solid #edebfd;
  border-radius: 5px;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-row article:hover {
  transform: none;
  box-shadow: 10px 0 60px rgba(81, 56, 238, .1);
}

.feature-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 65px;
  margin: 0 auto 15px;
  color: #ff1737;
  font-size: 65px;
  line-height: 1;
}

.feature-icon::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -5px;
  z-index: -1;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #f3f1fe;
}

.feature-row h3 {
  margin: 0;
  font-size: 14px;
}

.about-art {
  position: relative;
  top: 6px;
  left: 72px;
  min-height: 560px;
  overflow: visible;
}

.about-art::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -120px;
  z-index: 5;
  width: 70px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.78), transparent);
  pointer-events: none;
  transform: skewX(-18deg);
}

.about-art:hover::after {
  animation: image-shine 850ms ease forwards;
}

@keyframes image-shine {
  to { left: calc(100% + 120px); }
}

.about-web,
.about-man,
.about-woman {
  position: absolute;
  border-radius: var(--radius);
}

.about-web {
  top: -39.7px;
  right: 7.5px;
  width: 373px;
}

.about-man {
  top: -67.7px;
  left: 85.5px;
  width: 240px;
}

.about-woman {
  bottom: 67.4px;
  left: 9.5px;
  width: 260px;
}

/* Plans */
.plans {
  padding-top: 70px;
  padding-bottom: 41px;
}

.plans .section-heading {
  position: relative;
  top: -5px;
  margin-bottom: 41px;
}

.plans .eyebrow {
  position: relative;
  top: 15px;
}

.section-heading {
  margin-bottom: 45px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading.centered {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

.plan-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-left: 10px;
}

.plan-tab {
  display: inline-flex;
  height: 75px;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 20px;
  border: 0;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: color 300ms ease, background-color 300ms ease;
}

.plan-tab span {
  font-size: 34px;
}

.plan-tab:nth-child(1) { width: 120px; }
.plan-tab:nth-child(2) { width: 166px; }
.plan-tab:nth-child(3) { width: 171px; }
.plan-tab:nth-child(4),
.plan-tab:nth-child(5) { width: 236px; }

.plan-tab:hover,
.plan-tab:focus-visible,
.plan-tab.active {
  color: #fff;
  background: var(--brand);
  transform: none;
}

.plan-tab:focus-visible {
  box-shadow: 0 0 0 5px var(--brand), 0 0 29px rgba(0, 0, 0, .15);
}

.plan-tab:active {
  transform: scale(.98);
}

.plan-panels {
  position: relative;
  margin-top: -29px;
}

.plan-panel {
  display: grid;
  width: calc(100vw - 18px);
  min-height: 700px;
  margin-left: calc(50% - 50vw);
  padding: 110px max(35px, calc((100vw - var(--container)) / 2 + 20px)) 60px;
  grid-template-columns: 604px 564px;
  gap: 20px;
  align-items: start;
  border-radius: 0 50px 50px 0;
  background: #f3f3f3;
}

.plan-panel.active {
  animation: panel-in 150ms ease both;
}

@keyframes panel-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.plan-panel[hidden] {
  display: none;
}

.plan-panel > img {
  width: 564px;
  height: auto;
  max-height: none;
  margin-top: 32px;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 220ms ease, filter 220ms ease;
}

.plan-panel > img:hover,
.plan-panel > img:focus-visible,
.benefit-image-button:hover,
.benefit-image-button:focus-visible {
  transform: none;
  filter: none;
}

.plan-details h3 {
  margin-bottom: 20px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.9;
}

.plan-details > ul {
  margin: 0 0 55px;
  padding: 0;
  list-style: none;
}

.plan-details > ul li {
  position: relative;
  margin: 3.5px 0;
  padding-left: 25px;
  color: #686a6d;
  font-size: 17px;
  font-weight: 500;
  line-height: 32.3px;
}

.plan-details > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 17px;
  background: url("assets/images/check.png") center / contain no-repeat;
}

.price-grid {
  display: grid;
  max-width: 604px;
  height: 133px;
  padding: 20px 16px;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 34px;
  background: #fff;
}

.price-grid > div {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 8px 0;
  border-right: 1px solid #e8e8eb;
  text-align: center;
}

.price-grid > div:last-child {
  border-right: 0;
}

.price-grid strong {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 22.4px;
  font-weight: 700;
  line-height: 22.4px;
}

.price-grid span {
  display: block;
  color: #55565e;
  font-size: 16px;
  line-height: 16px;
}

.price-grid small {
  display: block;
  color: #55565e;
  font-size: 14px;
  line-height: 14px;
}

.plan-actions {
  display: flex;
  margin-top: 53px;
  margin-left: 10px;
  align-items: center;
  gap: 69px;
}

.plan-actions .button {
  height: 61px;
  min-height: 61px;
  min-width: 225px;
}

.plan-actions > a:last-child {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #686a6d;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.plan-actions > a:last-child::before {
  content: "";
  width: 18px;
  height: 26px;
  flex: 0 0 18px;
  background: url("assets/images/phone4.png") center / contain no-repeat;
}

/* Benefits */
.benefits {
  position: relative;
  padding-top: 90px;
  padding-bottom: 144px;
  background: #fff;
}

.benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/images/faq-bg.png") center / cover no-repeat;
  opacity: .73;
  pointer-events: none;
}

.benefits > .container {
  position: relative;
  z-index: 1;
}

.benefits .section-heading {
  margin-bottom: 61px;
}

.section-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}

.section-heading.centered .eyebrow {
  margin-bottom: 4px;
  line-height: 1.4;
}

.benefit-grid {
  display: grid;
  max-width: 1172px;
  margin: 0 auto;
  grid-template-columns: 335px 461px 336px;
  gap: 20px;
  align-items: center;
  position: relative;
  left: -4px;
}

.benefit-column {
  display: grid;
  gap: 90px;
}

.benefit-card {
  position: relative;
  display: flex;
  height: 300px;
  min-height: 300px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 40px 26px 53px;
  background: none;
  text-align: left;
  transition: transform 250ms ease;
}

.benefit-column:last-child .benefit-card {
  height: 269px;
  min-height: 269px;
}

.benefit-column:last-child {
  align-self: start;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 351px;
  background: url("assets/images/service-border.png") center top / 100% 351px no-repeat;
}

.benefit-card:hover {
  transform: none;
}

.hex-icon {
  position: relative;
  top: -8px;
  display: grid;
  width: 109px;
  height: 121px;
  margin-bottom: 6px;
  place-items: center;
  color: #fff;
  background: url("assets/images/service-icon-hex-box.png") center / contain no-repeat;
  border-radius: 0;
  font-size: 55px;
  box-shadow: none;
  transition: transform 300ms ease;
}

.benefit-card:hover .hex-icon {
  transform: none;
}

.hex-icon::before {
  display: block;
  transition: transform 300ms ease;
}

.benefit-card:hover .hex-icon::before {
  transform: rotate(-360deg);
}

.benefit-card:focus-within .hex-icon::before {
  transform: rotate(-360deg);
}

.benefit-card h3 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 22.4px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 30.4px;
}

.benefit-person {
  width: 461px;
  height: auto;
  align-self: center;
}

.benefit-image-button {
  position: relative;
  top: -4px;
  align-self: center;
  width: 461px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.image-lightbox {
  width: fit-content;
  max-width: 90vw;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.image-lightbox::backdrop {
  background: rgba(10,10,12,.78);
}

.image-lightbox img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: calc(100dvh - 80px);
  margin-inline: auto;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(20, 20, 23, .72);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* Business */
.business {
  position: relative;
  padding-top: 120px;
  padding-bottom: 99px;
  background: #f3f4f5 url("assets/images/deal3-bg.jpg") center / cover no-repeat;
}

.anchor-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.business::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/images/faq-bg.png") center / cover no-repeat;
  opacity: .73;
  pointer-events: none;
}

.business > .container {
  position: relative;
  z-index: 1;
}

.business-grid {
  display: grid;
  grid-template-columns: 524px 648px;
  gap: 24px;
  align-items: stretch;
  max-width: 1200px;
  margin-inline: auto;
}

.business .section-heading {
  max-width: 1180px;
}

.corporate-card {
  display: flex;
  height: 577px;
  min-height: 577px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 48px;
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
}

.corporate-card h3 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.corporate-card > strong {
  color: var(--brand);
  font-family: "Space Grotesk", sans-serif;
  font-size: 60.8px;
  font-weight: 900;
  line-height: 79.04px;
  letter-spacing: -1.824px;
}

.corporate-card > span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.corporate-card p {
  margin: 30px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.corporate-card .button {
  min-width: 225px;
  min-height: 61px;
}

.offer-stack {
  display: grid;
  gap: 30px;
}

.offer-card {
  position: relative;
  display: grid;
  height: 274px;
  min-height: 274px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: var(--radius);
  background: #fff;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.offer-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 265px;
  height: 318px;
  border-radius: 0;
  background: url("assets/images/bac-pattern2.png") right top / 265px 318px no-repeat;
}

.offer-card:hover {
  transform: none;
  box-shadow: none;
}

.offer-card > div {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding: 35px 0 45px 45px;
}

.offer-card h3 {
  margin-bottom: 31px;
  font-size: 28.8px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.offer-card h3 a {
  color: inherit;
  font: inherit;
}

.offer-card a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.offer-card a span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  place-items: center;
  border: 4px solid #be004d;
  border-radius: 50%;
  color: #be004d;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.offer-card img {
  position: absolute;
  top: 22px;
  right: 19px;
  z-index: 1;
  width: auto;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: right bottom;
}

/* Contact */
.contact {
  position: relative;
  margin-top: -17px;
  padding: 125px 0 118px;
  color: #fff;
  background: #a0008d url("assets/images/testmonial4-bg.jpg") center / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: 479px 642px;
  gap: 88px;
}

.map-panel {
  display: grid;
  min-height: 943px;
  overflow: hidden;
  grid-template-rows: 200px 250px 250px;
  gap: 20px;
  align-content: start;
  padding: 15px;
  border-radius: 20px;
  background: #f0e6f2;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

.contact-content h2 {
  position: relative;
  top: 3px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-content > p:not(.contact-kicker) {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.9;
}

.contact-kicker {
  position: relative;
  top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.addresses {
  margin-bottom: 36px;
}

.addresses p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.9;
}

/* Footer */
.footer {
  color: #fff;
  background: linear-gradient(139deg, #88008f 0%, #f00012 93%);
}

.footer-inner {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
}

.footer p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.footer p a {
  text-decoration: underline;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.footer-inner {
  width: min(calc(100% - 48px), 1180px);
}

.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 15;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, #8d009e, #f0002b);
  box-shadow: 0 8px 24px rgba(55, 10, 20, .25);
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.back-to-top::before {
  content: "\e877";
  color: #fff;
  font-family: "Linearicons";
  font-size: 18px;
}

.back-to-top.visible {
  opacity: .4;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.back-to-top.visible:hover,
.back-to-top.visible:focus-visible {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(.16, 1, .3, 1), transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card.reveal.is-visible:hover,
.benefit-card.reveal.is-visible:focus-within,
.offer-card.reveal.is-visible:hover,
.offer-card.reveal.is-visible:focus-within {
  transform: none;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1025px) {
  .navbar {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.nav-fixed .navbar {
    background: #222429;
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
  }

  .hero-shape {
    transform: translate3d(calc(var(--parallax-x) * -4px), calc(var(--parallax-y) * -3px), 0);
    transition: transform 180ms ease-out;
  }

  .hero-person {
    transform: translate3d(calc(var(--parallax-x) * 8px), calc(var(--parallax-y) * 4px), 0);
    transition: transform 180ms ease-out;
  }

  .speed-card {
    transform: translate3d(calc(var(--parallax-x) * 6px), calc(var(--parallax-y) * 4px), 0);
    transition: transform 180ms ease-out;
  }

  .plans .section-heading {
    margin-left: 20px;
  }

  .benefits {
    margin-top: -25px;
    padding-top: 115px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: min(calc(100% - 40px), 1080px);
  }

  .nav-links > a:not(.nav-cta) {
    padding-inline: 10px;
    font-size: 12px;
  }

  .nav-cta {
    padding-inline: 17px;
  }

  .hero-inner {
    grid-template-columns: 41% 59%;
  }

  .hero-copy {
    top: 54px;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .speed-card {
    width: 165px;
    height: 170px;
    padding: 18px 21px 12px;
    translate: 0 0;
  }

  .speed-card .speed { font-size: 40px; }
  .speed-card .mbps { width: 104px; font-size: 17px; }
  .speed-card .price { font-size: 23px; }

  .card-lite { left: 2%; }
  .card-standard { left: 38%; top: 190px; }
  .card-lite { top: 190px; }
  .card-platinum { left: 22%; top: 330px; }
  .card-premium20 { left: 2%; top: 490px; }
  .card-premium30 { left: 40%; top: 490px; }

  .about-grid {
    gap: 35px;
  }

  .benefit-grid {
    max-width: 1080px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr) minmax(0, 1fr);
    gap: 30px;
  }

  .benefit-card {
    width: 100%;
    padding-right: 24px;
    padding-left: 32px;
  }

  .benefit-image-button,
  .benefit-person {
    width: 100%;
    max-width: 100%;
  }

  .business-grid {
    grid-template-columns: 44% 54%;
    gap: 2%;
  }

  .contact-grid {
    grid-template-columns: 39% 55%;
    gap: 6%;
  }
}

@media (min-width: 1025px) and (max-width: 1365px) {
  .about-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 35px;
  }

  .about-art {
    left: 0;
    width: 100%;
  }

  .plan-panel {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
    gap: 20px;
  }

  .plan-panel > img {
    width: 100%;
    max-width: 564px;
    height: auto;
  }

  .benefit-grid {
    max-width: 100%;
    grid-template-columns: minmax(0, 335fr) minmax(0, 461fr) minmax(0, 336fr);
    gap: 20px;
  }

  .benefit-card,
  .benefit-image-button,
  .benefit-person {
    width: 100%;
    max-width: 100%;
  }

  .business-grid {
    grid-template-columns: 44% 54%;
    gap: 2%;
  }

  .contact-grid {
    grid-template-columns: 39% 55%;
    gap: 6%;
  }
}

@media (min-width: 1025px) and (max-width: 1099px) {
  .nav-cta {
    display: inline-flex;
    flex-basis: 92px;
    width: 92px;
    height: 50px;
    margin-right: 0;
    margin-left: 10px;
    padding-inline: 8px;
    line-height: 1.2;
    white-space: normal;
  }

  .nav-links > a:not(.nav-cta) {
    padding-inline: 7px;
    font-size: 11px;
  }

  .plan-tabs {
    gap: 14px;
    margin-left: 0;
  }

  .plan-actions {
    gap: 18px;
    margin-left: 0;
  }

  .plan-actions > a:last-child {
    gap: 12px;
    font-size: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1170px) {
  .site-header.nav-fixed .brand {
    flex: 0 0 auto;
  }

  .site-header.nav-fixed .nav-links > a:not(.nav-cta) {
    padding-inline: 12px;
    font-size: 12px;
  }

  .site-header.nav-fixed .topbar-inner {
    display: grid;
    grid-template-columns: 42.7% 46.6% 10.7%;
    gap: 0;
  }

  .site-header.nav-fixed .languages {
    margin-left: 0;
  }

  .site-header.nav-fixed .top-phones {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    transform: none;
  }

  .site-header.nav-fixed .socials {
    justify-self: end;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .hero-contact {
    right: -70px;
  }

  .hero-contact a:last-child {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .hero-contact {
    right: 0;
  }
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 103px;
  }

  .site-header {
    position: relative;
    height: 103px;
  }

  .topbar {
    display: none;
  }

  .navbar {
    position: fixed;
    right: 0;
    left: 0;
    width: 100vw;
    backdrop-filter: none;
  }

  .navbar,
  .nav-inner {
    height: 103px;
    min-height: 103px;
  }

  .brand-light,
  .brand-dark {
    display: none !important;
  }

  .brand .brand-mobile {
    display: block;
    width: 221px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 32;
    display: block;
    width: min(350px, 90vw);
    max-height: 100dvh;
    overflow-y: auto;
    padding: 28px 30px 36px;
    color: var(--ink);
    background: #fff;
    box-shadow: 20px 0 45px rgba(0,0,0,.2);
    opacity: 1;
    pointer-events: none;
    transform: translateX(-105%);
    transition: transform 250ms cubic-bezier(.16, 1, .3, 1);
  }

  .nav-links.open {
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-drawer-head {
    display: block;
    margin-bottom: 25px;
  }

  .mobile-drawer-head > img {
    width: 185px;
    height: auto;
    margin: 30px 0 18px;
  }

  .drawer-languages {
    display: flex;
    gap: 18px;
    padding-right: 40px;
  }

  .drawer-languages a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    opacity: .72;
    transition: opacity 180ms ease;
  }

  .drawer-languages img {
    width: 18px;
    height: 12px;
  }

  .drawer-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    color: var(--ink);
    background: rgba(0, 0, 0, .03);
    font-size: 0;
    line-height: 1;
    cursor: pointer;
  }

  .drawer-close::before,
  .drawer-close::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 9px;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .drawer-close::before { transform: rotate(45deg); }
  .drawer-close::after { transform: rotate(-45deg); }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 31;
    display: block;
    border: 0;
    background: rgba(8, 8, 10, .63);
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease;
  }

  .menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links > a:not(.nav-cta) {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #ececef;
    color: var(--ink);
    font-size: 14px;
  }

  .site-header.nav-fixed .nav-links > a:not(.nav-cta) {
    color: var(--ink);
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 64.885vw;
  }

  .hero-inner {
    grid-template-columns: 48% 52%;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-copy {
    top: 0;
  }

  .hero-points li {
    font-size: 16px;
  }

  .hero-shape {
    right: -365px;
    width: 890px;
    height: auto;
  }

  .hero-person {
    right: -335px;
    width: 665px;
  }

  .speed-card {
    width: 130px;
    height: 135px;
    padding: 13px 18px 9px;
  }

  .speed-card strong { font-size: 13px; }
  .speed-card .speed { font-size: 31px; }
  .speed-card .mbps { width: 80px; font-size: 13px; }
  .speed-card .price { font-size: 18px; }
  .speed-card small { font-size: 9px; }

  .card-lite { left: 0; top: 10px; }
  .card-standard { left: 39%; top: 10px; }
  .card-platinum { left: 19%; top: 145px; }
  .card-premium20 { left: 0; top: 285px; }
  .card-premium30 { left: 42%; top: 285px; }

  .hero-contact {
    display: none;
  }

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

  .about-grid > * {
    min-width: 0;
  }

  .about-art {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .plan-tabs {
    flex-wrap: wrap;
  }

  .plan-panel {
    position: relative;
    min-height: 1387px;
    padding: 90px 35px 60px;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 0;
  }

  .plan-panel > img {
    position: absolute;
    right: 60px;
    bottom: 80px;
    width: 480px;
    max-width: 480px;
    height: auto;
    margin: 0;
    align-self: end;
  }

  .price-grid {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 255px;
    grid-template-columns: repeat(3, 1fr);
  }

  .plan-actions {
    gap: 18px;
  }

  .benefit-grid {
    grid-template-columns: minmax(0, .7fr) minmax(320px, 1fr) minmax(0, .7fr);
    gap: 24px;
  }

  .benefit-card {
    min-width: 0;
  }

  .business-grid {
    grid-template-columns: 44% 54%;
    gap: 2%;
  }

  .corporate-card {
    min-height: 420px;
  }

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

  .map-panel {
    min-height: 770px;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 250px 250px;
    gap: 20px;
    padding: 15px;
  }

  .map-panel iframe {
    min-height: 0;
  }
}

@media (min-width: 780px) and (max-width: 959px) {
  .hero,
  .hero-inner {
    min-height: 68.36vw;
  }
}

@media (min-width: 768px) and (max-width: 779px) {
  .hero,
  .hero-inner {
    min-height: 83.2vw;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  h2 {
    font-size: 54px;
    line-height: 1.3;
  }

  .business .section-heading {
    max-width: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .hero-inner {
    grid-template-columns: 54% 46%;
  }

  .hero h1 {
    font-size: clamp(38px, 3.83vw, 46px);
    line-height: 1.2;
    white-space: nowrap;
  }

  .speed-card {
    width: min(305px, 23.25vw);
    height: min(315px, 24.016vw);
    padding: 1.68vw 1.9vw 1.22vw;
  }

  .speed-card > * {
    transform: none;
  }

  .speed-card strong { font-size: 1.525vw; line-height: 1; }
  .speed-card .speed { font-size: 3.735vw; line-height: 4.652vw; }
  .speed-card .mbps { width: 8.844vw; height: 2.439vw; font-size: 1.6vw; }
  .speed-card .price { font-size: 2.287vw; line-height: 2.897vw; }
  .speed-card small { font-size: 1.067vw; line-height: 1.067vw; }

  .about-art {
    width: 598px;
    max-width: calc(100% - 10px);
    margin-right: auto;
    margin-left: 10px;
  }

  .corporate-card {
    height: auto;
    min-height: clamp(577px, calc(1421px - 82.4vw), 788px);
  }

  .offer-stack {
    align-content: start;
    grid-auto-rows: 274px;
    gap: 30px;
  }

  .offer-card {
    grid-template-columns: 1fr;
  }

  .offer-card img {
    width: 210px;
    height: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .card-platinum {
    top: calc(20.4345vw + 90px);
  }

  .card-premium20,
  .card-premium30 {
    top: calc(40.869vw - 10px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact {
    margin-top: 0;
    padding-bottom: 130px;
  }

  .plan-panel > img {
    right: auto;
    bottom: 100px;
    left: clamp(35px, calc(31.45vw - 248px), 74px);
    width: min(583px, calc(70vw - 55px));
    max-width: 583px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .about.section-space {
    padding-bottom: calc(105px + 394.06px - 34.343vw);
  }

  .benefits {
    padding-bottom: calc(144px + 394.06px - 34.343vw);
  }

  .business {
    padding-bottom: calc(99px + 358.56px - 34.343vw);
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .about.section-space {
    padding-bottom: calc(105px + 479.34px - 43.815vw);
  }

  .benefits {
    padding-bottom: calc(144px + 479.34px - 43.815vw);
  }

  .business {
    padding-bottom: calc(99px + 442.34px - 43.815vw);
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .about.section-space {
    padding-bottom: calc(105px + 181.6px - 12.383vw);
  }

  .benefits {
    padding-bottom: calc(144px + 181.6px - 12.383vw);
  }

  .business {
    padding-bottom: calc(99px + 181.6px - 12.383vw);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 30px), 560px);
  }

  .section-space {
    padding-block: 72px;
  }

  .about.section-space {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 132px;
  }

  h2 {
    font-size: 2.35rem;
  }

  .navbar,
  .nav-inner {
    height: 103px;
    min-height: 103px;
  }

  .site-header {
    height: 103px;
  }

  .brand .brand-mobile {
    position: relative;
    left: -4px;
    width: 221px;
  }

  .nav-links {
    top: 0;
    bottom: 0;
    height: 100dvh;
    max-height: 100dvh;
  }

  .hero,
  .hero-inner {
    min-height: max(488px, 83.2vw);
  }

  .hero-inner {
    display: block;
    width: 100%;
  }

  .hero-copy {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    text-align: center;
  }

  .hero-copy::after {
    display: none;
  }

  .hero h1 {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 28px;
  }

  .hero-points {
    width: 193px;
    margin: 0 auto 7px;
    padding: 0;
    text-align: left;
  }

  .hero-points li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
  }

  .hero-points li::before {
    left: -26px;
    top: 50%;
    width: 12px;
    height: 11px;
    transform: translateY(-50%);
  }

.hero .button {
    min-width: 120px;
    min-height: 31px;
    margin-left: 0;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 11px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
  }

  .hero-shape {
    display: none;
  }

  .hero-person {
    display: none;
  }

  .speed-card {
    width: 203px;
    height: 209px;
    padding: 18px 22px 12px;
  }

  .speed-card > * { transform: none; }
  .speed-card strong { font-size: 20px; }
  .speed-card .speed { font-size: 45px; line-height: 48px; }
  .speed-card .mbps { width: 57px; height: 16px; padding: 0 2px; font-size: 10px; }
  .speed-card .price { font-size: 28px; line-height: 31px; }
  .speed-card small { font-size: 10px; line-height: 10px; }

  .card-lite { left: calc(50% - 101px); top: 8px; }
  .card-standard { left: -2px; top: 99px; }
  .card-platinum { left: calc(50% - 7px); top: 99px; }
  .card-premium20,
  .card-premium30 { display: none; }

  .card-lite strong {
    width: 33px;
    line-height: 20px;
  }

  .about {
    text-align: center;
  }

  .about-copy {
    padding-inline: 0;
  }

  .about-grid {
    gap: 87px;
  }

  .about-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .feature-row {
    width: 100%;
    margin-left: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 53px;
  }

  .feature-row article {
    min-height: 180px;
  }

  .feature-row h3 br {
    display: none;
  }

  .about-art {
    left: 0;
    width: 100%;
    min-height: 557px;
  }

  .about-web {
    top: 0;
    right: auto;
    left: -5px;
    width: min(calc(100% + 10px), 373px);
    max-width: none;
    height: 557px;
  }

  .about-man {
    top: -28px;
    left: clamp(50px, calc(100vw - 290px), 100px);
    width: 240px;
    max-width: none;
    height: 241px;
  }

  .about-woman {
    top: 253px;
    bottom: auto;
    left: 24px;
    width: 260px;
    max-width: none;
    height: 279px;
  }

  .plans {
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 0;
  }

  .plan-tabs {
    width: calc(100% + 10px);
    margin-left: -5px;
    gap: 10px 30px;
  }

  .plan-tab {
    height: 75px;
    min-height: 75px;
    padding: 20px;
    font-size: 18px;
  }

  .plan-tab span {
    font-size: 34px;
  }

  .plan-panel {
    position: relative;
    width: 100vw;
    min-height: 1518px;
    margin-top: 42px;
    padding: 90px 52px 60px;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 0;
  }

  .plan-details h3 {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 1.9;
  }

  .plan-details > ul {
    margin-bottom: 65px;
  }

  .price-grid {
    width: 100%;
    height: 469px;
    grid-template-columns: 1fr;
    padding: 18px 30px;
    border-radius: 26px;
  }

  .price-grid > div {
    min-height: 100px;
    justify-content: center;
    padding: 8px;
    border-right: 0;
    border-bottom: 0;
  }

  .price-grid > div:last-child {
    border-bottom: 0;
  }

  .price-grid strong {
    font-size: 21.056px;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .price-grid span,
  .price-grid small {
    font-size: 15.04px;
    line-height: 1;
  }

  .plan-actions {
    margin-top: 38px;
    margin-left: 0;
    flex-direction: column;
    gap: 124px;
  }

  .plan-actions .button {
    height: 58.5px;
    min-width: 219px;
    min-height: 58.5px;
    font-size: 16px;
    font-weight: 500;
  }

  .plan-panel > img {
    position: absolute;
    bottom: 150px;
    left: 50px;
    display: block;
    width: calc(100% - 100px);
    height: auto;
    max-height: none;
    margin: 0;
  }

  .plan-actions > a:last-child::before {
    display: none;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 85px;
    min-width: 0;
  }

  .benefits {
    padding-top: 142px;
    padding-bottom: 158px;
    margin-top: 0;
  }

  .section-mark {
    visibility: visible;
  }

  .benefits .section-heading {
    margin-bottom: 12px;
  }

  .benefits .section-heading h2 {
    top: -34px;
    max-width: none;
    margin-inline: auto;
  }

  .benefit-column {
    gap: 90px;
  }

  .benefit-person {
    width: calc(100vw - 150px);
    height: auto;
    margin-inline: auto;
    visibility: visible;
  }

  .benefit-image-button {
    width: calc(100vw - 150px);
    height: auto;
    margin-inline: auto;
    visibility: visible;
  }

  .benefit-column:first-child .benefit-card,
  .benefit-column:last-child .benefit-card {
    width: min(340px, 100%);
    height: 269px;
    min-height: 269px;
    max-width: 100%;
    margin-inline: auto;
    padding: 5px 25px;
    background: none;
    align-items: center;
    text-align: center;
  }

  .benefit-card::before {
    display: none;
  }

  .benefit-column {
    min-width: 0;
  }

  .benefit-card h3 {
    margin-bottom: 8px;
    font-size: 21.056px;
    line-height: 1.4;
  }

  .benefit-card p {
    font-size: 15px;
    line-height: 1.9;
  }

  .benefit-card .hex-icon {
    margin-bottom: 12px;
  }

  .business-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .corporate-card {
    min-height: 639px;
    padding: 40px;
  }

  .corporate-card > strong {
    font-size: 45.12px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .corporate-card h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .corporate-card p {
    font-size: 15px;
    line-height: 1.9;
  }

  .corporate-card .button {
    min-width: 218px;
    min-height: 58px;
  }

  .offer-stack {
    gap: 30px;
  }

  .offer-card {
    height: 267px;
    min-height: 267px;
    grid-template-columns: 1fr;
  }

  .offer-card > div {
    padding: 34px 45px;
  }

  .offer-card h3 {
    font-size: 27.07px;
    line-height: 1.3;
  }

  .offer-card img {
    display: none;
  }

  .offer-card::after {
    display: none;
  }

  .business {
    padding-top: 128px;
    padding-bottom: 66px;
  }

  .business-grid {
    position: relative;
    top: -8px;
    gap: 0;
  }

  .offer-stack {
    position: relative;
    top: -10px;
  }

  .contact {
    margin-top: -17px;
    padding: 125px 0 44px;
  }

  .contact-grid {
    gap: 76px;
  }

  .map-panel {
    width: 100%;
    min-height: 770px;
    margin-inline: 0;
    padding: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 250px 250px;
    gap: 20px;
  }

  .map-panel iframe {
    min-height: 0;
  }

  .contact-content {
    margin-inline: 15px;
  }

  .contact-content h2 {
    font-size: 60px;
    line-height: 84px;
  }

  .footer-inner {
    min-height: 191px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
}

.hero .button {
  position: relative;
  top: 2px;
}

@media (max-width: 430px) {
  .about-art {
    min-height: 557px;
  }

}

@media (max-width: 479px) {
  .hero {
    height: 125.128205vw;
    min-height: 0;
  }

  .hero-inner {
    width: 390px;
    min-height: 488px;
    margin-inline: 0;
    transform: scale(calc(100vw / 390px));
    transform-origin: left top;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hero,
  .hero-inner {
    height: auto;
    min-height: 83.225vw;
  }

  .hero-inner {
    position: relative;
    display: block;
    width: 100%;
    margin-inline: 0;
    transform: none;
  }

  .hero-copy {
    position: absolute;
    top: 17.333vw;
    right: 0;
    left: 6.5vw;
    width: auto;
    padding: 0;
    text-align: left;
  }

  .hero-copy::after {
    top: 25.5vw;
    left: 1.833vw;
    display: block;
    width: max(2px, .417vw);
    height: 16.875vw;
    border-radius: 0;
  }

  .hero h1 {
    margin-bottom: 4.25vw;
    font-size: 6.458vw;
    font-weight: 700;
    line-height: 7.083vw;
    text-align: left;
  }

  .hero-points {
    width: auto;
    margin: 0 0 4.667vw;
    padding: 0 0 0 9.23vw;
  }

  .hero-points li {
    font-size: 2.5vw;
    line-height: 3.958vw;
  }

  .hero-points li::before {
    top: 50%;
    left: -5.417vw;
    width: 2.5vw;
    height: 2.292vw;
    transform: translateY(-50%);
  }

  .hero .button {
    width: 20.354vw;
    min-width: 0;
    height: 5.833vw;
    min-height: 0;
    margin-left: 3.896vw;
    padding: 0;
    font-size: 1.875vw;
    line-height: 2.917vw;
  }

  .hero-visual {
    display: none;
  }
}

@media (max-width: 340px) {
  .corporate-card {
    width: 100%;
    height: auto;
    min-height: 803px;
    min-width: 0;
    padding-inline: 36px;
  }

  .corporate-card .button {
    max-width: 100%;
  }

  .offer-card {
    width: 100%;
    height: 337px;
    min-height: 337px;
    min-width: 0;
  }

  .offer-card h3 {
    font-size: 25px;
  }

  .business {
    padding-bottom: 164px;
  }
}

@media (min-width: 411px) and (max-width: 480px) {
  .contact {
    height: auto;
    min-height: 2353px;
    margin-top: -26px;
    overflow: visible;
  }
}

@media (max-width: 410px) {
  .about.section-space {
    padding-bottom: 142px;
  }

  .benefits .section-heading h2 {
    max-width: 300px;
  }
}

@media (max-width: 390px) {
  .contact {
    padding-bottom: 57px;
  }
}

/* Preserve the source site's narrow-mobile reflow without hard resize jumps. */
@media (min-width: 321px) and (max-width: 340px) {
  .contact { padding-bottom: calc(393px - 105vw); }
}

@media (min-width: 341px) and (max-width: 360px) {
  .about.section-space { padding-bottom: 128px; }
  .plans { padding-bottom: 14px; }
  .plan-panel { min-height: 1660px; }
  .benefits { padding-bottom: 213px; }
  .business { padding-bottom: 128px; }
  .contact { padding-bottom: 20px; }
}

@media (min-width: 341px) and (max-width: 350px) {
  .corporate-card { min-height: calc(2343.333px - 466.6667vw); }

  .business { padding-bottom: calc(266.6667vw - 840.333px); }

  .offer-card:first-child {
    height: 302px;
    min-height: 302px;
  }

  .offer-card:last-child {
    height: calc(1663.111px - 388.8889vw);
    min-height: calc(1663.111px - 388.8889vw);
  }
}

@media (min-width: 351px) and (max-width: 360px) {
  .corporate-card { min-height: calc(3195px - 710vw); }

  .business { padding-bottom: 93px; }

  .offer-card:first-child {
    height: 302px;
    min-height: 302px;
  }

  .offer-card:last-child {
    height: calc(1527px - 350vw);
    min-height: calc(1527px - 350vw);
  }
}

@media (min-width: 361px) and (max-width: 374px) {
  .about.section-space { padding-bottom: calc(93.3333vw - 208px); }
  .plans { padding-bottom: calc(350px - 93.3333vw); }
  .plan-panel { min-height: calc(5068px - 946.6667vw); }
  .benefits { padding-bottom: calc(1533px - 366.6667vw); }
  .business { padding-bottom: calc(1616px - 413.3333vw); }
  .contact { padding-bottom: calc(246.6667vw - 868px); }
}

@media (min-width: 375px) and (max-width: 389px) {
  .contact { padding-bottom: calc(278.286px - 57.1429vw); }
}

@media (min-width: 391px) and (max-width: 410px) {
  .contact {
    margin-top: -17px;
    padding-bottom: calc(80vw - 287px);
  }
}

@media (min-width: 411px) and (max-width: 430px) {
  .about.section-space {
    padding-bottom: 128px;
  }

  .plans {
    padding-bottom: calc(78.9474vw - 318.4737px);
  }

  .benefits {
    padding-bottom: calc(1889.9474px - 407.8947vw);
  }

  .business {
    padding-bottom: 64px;
  }

  .contact {
    min-height: clamp(0px, calc(12384.2105vw - 50899.1053px), 2353px);
    margin-top: -17px;
    padding-bottom: calc(331.2105px - 68.4211vw);
  }
}

@media (min-width: 411px) and (max-width: 418px) {
  .contact {
    min-height: 0;
    padding-bottom: calc(1328.353px - 311.2782vw);
  }
}

@media (min-width: 419px) and (max-width: 421px) {
  .contact {
    min-height: 0;
    padding-bottom: calc(431.579vw - 1776.789px);
  }
}

@media (min-width: 422px) and (max-width: 430px) {
  .contact {
    min-height: calc(425vw + 525.5px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hero-points {
    margin-bottom: calc(4.667vw - 4px);
  }

  .plan-panel > img {
    right: auto;
    bottom: 145px;
    left: 50%;
    width: min(calc(100% - 100px), 583px);
    max-width: 583px;
    translate: -50% 0;
  }

  .benefit-grid {
    left: 0;
  }

  .benefit-image-button,
  .benefit-person {
    width: min(calc(100vw - 150px), 506px);
    max-width: 506px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .about.section-space { padding-bottom: 128px; }
  .plans { padding-bottom: 14px; }
  .plan-panel { min-height: 1651.5px; }
  .benefits { padding-bottom: 107.5px; }
  .business { padding-bottom: 42.3px; }

  .contact {
    min-height: 0;
    margin-top: -17px;
    padding-bottom: 66px;
  }
}

@media (min-width: 480px) and (max-width: 540px) {
  .benefits { padding-bottom: calc(595.5px - 101.6667vw); }
  .business { padding-bottom: calc(250.3px - 43.3333vw); }
}

@media (min-width: 541px) and (max-width: 575px) {
  .benefits { padding-bottom: calc(211.586px - 30.5714vw); }
  .business { padding-bottom: calc(267.786px - 46.5714vw); }
}

@media (min-width: 576px) and (max-width: 767px) {
  .about-grid,
  .plans > .container,
  .benefits > .container,
  .business > .container,
  .contact > .container {
    width: calc(100% - 30px);
    max-width: none;
  }

  .about.section-space { padding-bottom: 134px; }

  .plans {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .plan-tab:last-child {
    height: 89px;
    min-height: 89px;
  }

  .plan-panel {
    min-height: 1827px;
    margin-top: 10px;
  }

  .plan-tabs,
  .plan-panels {
    position: relative;
    top: -12px;
  }

  .benefit-column:first-child .benefit-card,
  .benefit-column:last-child .benefit-card {
    width: 100%;
    height: 236px;
    min-height: 236px;
  }

  .benefits { padding-bottom: 165.5px; }

  .business {
    padding-top: 105px;
    padding-bottom: 121px;
  }

  .corporate-card {
    height: 504px;
    min-height: 504px;
  }

  .offer-card img {
    display: block;
    width: 210px;
  }

  .offer-card::after {
    display: block;
  }

  .contact { padding-bottom: 47px; }
  .footer-inner { min-height: 160px; }
}

@media (min-width: 576px) and (max-width: 600px) {
  .contact { padding-bottom: calc(294px - 37.5vw); }
}

@media (min-width: 601px) and (max-width: 640px) {
  .contact { padding-bottom: calc(80vw - 411px); }
}

@media (min-width: 641px) and (max-width: 700px) {
  .contact { padding-bottom: calc(45vw - 187px); }
}

@media (min-width: 701px) and (max-width: 720px) {
  .contact { padding-bottom: calc(1178px - 150vw); }
}

@media (min-width: 721px) and (max-width: 767px) {
  .contact { padding-bottom: calc(863.957px - 106.383vw); }
}

/* Map-first contact layout. This final block supersedes the former form layout. */
.contact {
  height: auto;
  min-height: 0;
  margin-top: -17px;
  overflow: hidden;
  padding: 110px 0 96px;
}

.contact-grid {
  display: grid;
  width: min(calc(100% - 48px), var(--container));
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.contact-content {
  max-width: 920px;
  margin: 0;
}

.contact-kicker {
  top: 0;
  margin-bottom: 10px;
}

.contact-content h2 {
  top: 0;
  margin-bottom: 10px;
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 1.15;
}

.contact-content > p:not(.contact-kicker) {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
}

.contact .addresses {
  display: grid;
  max-width: 900px;
  margin: 26px 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.contact .addresses p {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
}

.map-panel {
  display: grid;
  width: 100%;
  height: 410px;
  min-height: 0;
  padding: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: 14px;
  align-content: stretch;
  border-radius: 20px;
  background: #f0e6f2;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 10px;
}

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

.contact-method {
  display: grid;
  min-width: 0;
  min-height: 108px;
  padding: 20px 28px 20px 104px;
  grid-template-rows: auto auto;
  align-content: center;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 34px rgba(63, 3, 47, .14);
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.contact-method::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.contact-method-phone::before { background-image: url("assets/images/phone2.png"); }
.contact-method-email::before { background-image: url("assets/images/phone3.png"); }

.contact-method span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-method strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
}

.contact-method:hover,
.contact-method:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(63, 3, 47, .22);
}

@media (max-width: 1024px) {
  .contact {
    margin-top: 0;
    padding: 88px 0 78px;
  }

  .contact-grid {
    width: min(calc(100% - 40px), 984px);
    gap: 28px;
  }

  .map-panel {
    height: 330px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .contact {
    margin-top: -17px;
    padding: 72px 0 64px;
  }

  .contact-grid {
    width: min(calc(100% - 30px), 560px);
    gap: 24px;
  }

  .contact-content h2 {
    font-size: clamp(36px, 8.2vw, 52px);
    line-height: 1.15;
  }

  .contact-content > p:not(.contact-kicker) {
    font-size: 16px;
  }

  .contact .addresses {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .map-panel {
    height: auto;
    padding: 10px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(3, 220px);
    gap: 10px;
    border-radius: 16px;
  }

  .contact-methods {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .contact-method {
    min-height: 94px;
  }
}

@media (max-width: 430px) {
  .map-panel {
    grid-template-rows: repeat(3, 190px);
  }

  .contact-method {
    min-height: 88px;
    padding: 16px 18px 16px 82px;
  }

  .contact-method::before {
    left: 18px;
    width: 50px;
    height: 50px;
  }

  .contact-method strong {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  html[lang="en"] .benefit-card,
  html[lang="en"] .benefit-column:last-child .benefit-card {
    height: auto;
    min-height: clamp(320px, calc(560px - 23.4375vw), 380px);
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  html[lang="en"] .nav-cta {
    padding-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .navbar {
    background: #fff;
    backdrop-filter: none;
  }
}

@media (min-width: 1025px) {
  .site-header:not(.nav-fixed) .navbar {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media print {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .back-to-top,
  .menu-toggle,
  .menu-backdrop {
    display: none !important;
  }
}
