@font-face {
  font-family: "PEPSI";
  src: url("assets/fonts/NewUnicodeFont/PEPSI_pl.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f1f4f9;
  --text: #17253b;
  --muted: #61718a;
  --primary: #0e74e2;
  --primary-dark: #0a5cb5;
  --line: #d9e1ec;
  --success: #1a9d68;
  --danger: #c23f4d;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

a {
  color: inherit;
}

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

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  position: relative;
  background-image: linear-gradient(rgba(2, 15, 36, 0.62), rgba(2, 15, 36, 0.62)),
    url("assets/header/header_background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px 0 14px;
  min-height: 64vh;
  max-height: 640px;
}

.site-header-mask {
  background: rgba(8, 20, 42, 0.38);
  padding: 4px 0 8px;
}

.header-shell {
  display: grid;
  gap: 10px;
  align-content: start;
}

.header-bar {
  border-radius: 999px;
  border: 1px solid rgba(155, 203, 255, 0.5);
  background: rgba(31, 54, 85, 0.7);
  backdrop-filter: blur(2px);
}

.header-bar-top {
  min-height: 36px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e6f2ff;
  font-size: 0.88rem;
}

.header-top-left,
.header-top-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.header-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.header-contact-item img {
  width: 15px;
  height: 15px;
}

.header-top-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}

.header-top-right img {
  width: 16px;
  height: 16px;
}

.header-bar-main {
  min-height: 66px;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-logo {
  flex: 0 0 auto;
  margin-right: 6px;
}

.header-logo img {
  width: 150px;
}

.header-menu {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.header-menu a {
  color: #f8fbff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 6px 2px;
}

.header-menu a.active {
  color: #12afff;
}

.header-whatsapp {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  background: #21b647;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 0.92rem;
}

.header-whatsapp img {
  width: 16px;
  height: 16px;
}

.header-color-strip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  display: grid;
  grid-template-columns: 24% 36% 40%;
}

.header-color-strip span {
  display: block;
  height: 100%;
}

.strip-cyan {
  background: #17b6ff;
}

.strip-purple {
  background: #6e4cff;
}

.strip-yellow {
  background: #ffd600;
}

.brand-row {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: 1.4rem;
}

.brand-image {
  width: 208px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn {
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
}

.btn-outline:hover {
  background: #f6f9ff;
}

.page-main {
  padding: 0;
}

.who-we-are-section {
  background: #ffffff;
  padding: 56px 0 64px;
}

.who-we-are-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 44px;
}

.who-we-are-copy p {
  margin: 0;
  color: #514C59;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0;
}

.who-we-are-media {
  display: flex;
  justify-content: center;
}

.who-we-are-media img {
  width: min(640px, 100%);
  height: auto;
  display: block;
}

.who-choose-solisur-section {
  background: #ffffff;
}

.who-choose-solisur-section img {
  width: 100%;
  height: auto;
  display: block;
}

.payment-methods-section {
  background: #ffffff;
  padding: 36px 0 44px;
}

.payment-methods-header {
  text-align: center;
  margin-bottom: 18px;
}

.payment-methods-header h1 {
  margin: 0 0 10px;
  font-family: "PEPSI", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #10228C;
}

.payment-methods-header p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}

.payment-banner-shell {
  position: relative;
  width: min(1600px, 100%);
  margin: 0 auto;
}

.payment-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.payment-store-hotspot {
  position: absolute;
  display: block;
  border-radius: 8px;
}

.hotspot-google-play {
  left: 8.6%;
  top: 75.8%;
  width: 14.9%;
  height: 6.3%;
}

.hotspot-app-store {
  left: 25%;
  top: 75.8%;
  width: 14.9%;
  height: 6.3%;
}

.contact-page-section {
  background: #ffffff;
  padding: 150px 0;
}

.contact-page-stack {
  position: relative;
  min-height: 620px;
}

.form-component-card {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  padding: 30px 34px 26px;
  width: min(520px, 100%);
  box-shadow: 0 12px 24px rgba(22, 36, 72, 0.14);
}

.form-component-kicker {
  margin: 0 0 6px;
  color: #10228C;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.form-component-card h2 {
  margin: 0 0 20px;
  color: #0f1014;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1.44px;
}

.form-component-form {
  display: grid;
  gap: 12px;
}

.form-component-form input,
.form-component-form textarea {
  width: 100%;
  border: 1px solid #bcc3d4;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1d2b45;
}

.form-component-form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-component-form button {
  border: 0;
  border-radius: 0;
  background: #009BDB;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 14px;
  letter-spacing: 0;
  cursor: pointer;
}

.contact-page-banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

#formComponentRoot {
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.contact-page-banner-wrap {
  width: min(1120px, 86%);
  margin-left: auto;
  margin-right: 0;
  transform: translateX(32px);
}

.coverage-page-section {
  background: #0f9fdd;
  padding: 38px 0 54px;
}

.coverage-page-section .container {
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 32px;
}

.coverage-page-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.coverage-page-header > img {
  width: 82px;
  height: 82px;
}

.coverage-page-heading-copy h1 {
  margin: 0;
  font-family: "PEPSI", "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.02;
  color: #ffffff;
}

.coverage-page-heading-copy p {
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: #d6eefc;
}

.coverage-page-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.coverage-page-map-wrap {
  flex: 0 0 auto;
  min-width: 0;
}

.coverage-page-map-wrap img {
  width: min(58vw, 920px);
  max-width: 100%;
  height: auto;
  display: block;
}

#coverageHelpCardRoot {
  flex: 0 0 auto;
  width: min(448px, 100%);
  max-width: 448px;
  min-width: 0;
  margin-left: 32px;
}

.coverage-help-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 22px 20px;
  display: grid;
  gap: 12px;
}

.coverage-help-card h3 {
  margin: 0;
  color: #223990;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
}

.coverage-help-card p {
  margin: 0;
  color: #243147;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.12;
}

.coverage-help-card input {
  width: 100%;
  border: 1px solid #717784;
  border-radius: 10px;
  background: #ffffff;
  color: #1e2940;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  padding: 14px 16px;
}

.coverage-help-card button {
  border: 0;
  border-radius: 10px;
  background: #1f2f9f;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding: 12px 16px;
  cursor: pointer;
}

.coverage-help-card a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  color: #20263a;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.12;
}

.coverage-help-card a img {
  width: 30px;
  height: 30px;
  margin-top: 2px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(36%) saturate(5075%) hue-rotate(355deg) brightness(100%) contrast(96%);
}

.body-marker {
  background: #ffffff;
  border: 2px dashed #17a5ff;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f7cd6;
  margin-bottom: 14px;
}

.home-plans-section {
  background: #efefef;
  padding: 44px 0 0;
}

.home-promo-section {
  background: linear-gradient(180deg, #009BDB 22.6%, #71D5FF 44.23%, #009BDB 75.48%);
  padding: 14px 0 20px;
}

.promo-carousel {
  width: min(1400px, 100%);
  margin: 0 auto;
}

.promo-track {
  position: relative;
  width: 100%;
  min-height: 220px;
}

.promo-slide {
  display: none;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #0f95ce;
}

.promo-slide.is-active {
  display: block;
}

.promo-slide img {
  width: 100%;
  height: clamp(220px, 30vw, 360px);
  object-fit: cover;
  object-position: center;
}

.promo-dots {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.promo-dot {
  border: 0;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  background: #48b7eb;
  cursor: pointer;
  padding: 0;
}

.promo-dot.is-active {
  background: #10228c;
}

.home-coverage-banner-section {
  background: #efefef;
  padding: 0;
}

.home-coverage-banner {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  display: block;
}

.home-business-banner-section {
  background: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.home-business-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 630px;
  background: #71D5FF;
  z-index: 0;
}

.home-business-banner-section .container {
  display: flow-root;
  position: relative;
  z-index: 1;
  width: min(1400px, 96%);
}

.home-business-banner {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 80px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  transform: scaleX(1.08) scaleY(0.97);
  transform-origin: center top;
}

.coverage-consultation {
  margin-top: 24px;
  margin-bottom: 36px;
}

.coverage-consultation-inner {
  background: #fbc900;
  border-radius: 34px;
  padding: 18px 22px 22px;
}

.coverage-consultation-inner h3 {
  margin: 0 0 12px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1px;
}

.coverage-consultation-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.coverage-consultation-form input {
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #1f2f47;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 12px 16px;
}

.coverage-consultation-form input:focus {
  outline: 2px solid #2aa8df;
}

.coverage-consultation-form button {
  border: 0;
  border-radius: 999px;
  background: #12b232;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 10px 16px;
  cursor: pointer;
}

.home-feedback-banner {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 48px;
  margin-bottom: 24px;
}

.home-last-blue-container {
  width: 100%;
  min-height: 360px;
  background: #71D5FF;
  margin-bottom: 0;
  padding: 60px 0 52px;
}

body[data-page="home"] .site-footer {
  margin-top: 0;
}

body[data-page="coverage"] .site-footer {
  margin-top: 0;
}

.home-app-row {
  width: min(1400px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.home-app-col-media {
  display: flex;
  justify-content: center;
}

.home-app-phone-img {
  width: min(560px, 100%);
  height: auto;
  display: block;
}

.home-app-col-content h2 {
  margin: 0;
  font-family: "PEPSI", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.08;
  color: #ffffff;
  text-transform: uppercase;
}

.home-app-text-main,
.home-app-text-secondary {
  margin: 18px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.18;
  color: #25062F;
}

.home-app-store-buttons {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  justify-content: start;
}

.home-app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: #1D2E9B;
  border: 3px solid #0e97d6;
  border-radius: 14px;
  padding: 8px 14px 8px 12px;
  min-width: 300px;
}

.home-app-store-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
}

.home-app-store-icon img {
  width: 44px;
  height: auto;
  display: block;
}

.home-app-store-copy {
  display: grid;
  line-height: 1;
}

.home-app-store-caption {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}

.home-app-store-brand {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.faq-grid-wrapper {
  width: min(1500px, 94%);
  margin: 38px auto 0;
}

.faq-grid-wrapper h3 {
  margin: 0 0 22px;
  text-align: center;
  color: #2f4d97;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.faq-grid-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.faq-grid-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.faq-grid-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 18px 22px;
}

.faq-grid-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.faq-grid-question {
  color: #2f4d97;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-grid-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #8f98ad;
  color: #8f98ad;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.faq-grid-answer {
  margin: 10px 0 0;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.faq-grid-card:not(.is-expanded) .faq-grid-answer {
  display: none;
}

.faq-item-section {
  margin: 24px 0 34px;
}

.faq-item-card {
  background: #efefef;
  border-radius: 22px;
  padding: 26px 30px 30px;
}

.faq-item-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  text-align: left;
}

.faq-item-question {
  color: #2f4d97;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
}

.faq-item-icon {
  width: 56px;
  height: 56px;
  border: 3px solid #2f4d97;
  border-radius: 50%;
  color: #2f4d97;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  flex: 0 0 56px;
}

.faq-item-answer {
  margin: 14px 0 0;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.3;
}

.faq-item-card:not(.is-expanded) .faq-item-answer {
  display: none;
}

.home-plans-section .container {
  width: min(1600px, 98%);
}

.home-plans-header {
  text-align: center;
  margin-bottom: 20px;
}

.home-plans-header h1 {
  margin: 0 0 8px;
  color: #10228c;
  font-family: "PEPSI", "Montserrat", sans-serif;
  font-size: 84px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.home-plans-header p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 49px;
  font-weight: 500;
  line-height: 1.1;
}

body[data-page="plans"] .home-plans-header h1 {
  font-size: 68px;
}

body[data-page="plans"] .home-plans-header p {
  font-size: 44px;
}

body[data-page="plans"] .home-plans-section {
  background: #ffffff;
}

body[data-page="plans"] .home-plans-blue {
  display: none;
}

.plan-cards-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  align-items: start;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 36px;
  padding-bottom: 8px;
  width: min(1309px, 100%);
  margin: 0 auto -34px;
  position: relative;
  z-index: 2;
}

.plan-card-shell {
  --plan-card-width: 340px;
  position: relative;
  flex: 0 0 431px;
  width: 431px;
  padding-right: 91px;
  overflow: visible;
}

.plan-card {
  position: relative;
  width: var(--plan-card-width);
  height: 500px;
  border-radius: 34px 0 34px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #7CD9FB 13.46%, #03A8F3 66.35%);
}

.plan-card-badge {
  position: absolute;
  top: -30px;
  left: calc(var(--plan-card-width) / 2);
  transform: translateX(-50%);
  z-index: 8;
  background: #FBCB00;
  color: #10228c;
  font-weight: 900;
  font-size: 0.92rem;
  border-radius: 8px;
  padding: 7px 22px;
  white-space: nowrap;
}

.plan-card-topbar {
  background: #06B3F8;
  color: #FBCB00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 43px;
  padding: 0 12px;
  margin-left: auto;
  width: min(322px, 100%);
  border-radius: 0 0 0 80px;
  line-height: 1.1;
}

.plan-card-body {
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 34px;
  padding: 16px 16px 18px;
  background: transparent;
  height: calc(500px - 56px);
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.plan-card-body h3 {
  margin: 0 0 10px;
  color: #10228c;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.plan-speed-number {
  font-size: 64px;
  font-weight: 900;
}

.plan-speed-unit {
  font-size: 40px;
  font-weight: 900;
}

.plan-speed-divider {
  width: 76%;
  height: 3px;
  border-radius: 4px;
  margin-bottom: 16px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.85) 0 64%,
    transparent 64% 70%,
    rgba(255, 255, 255, 0.85) 70% 83%,
    transparent 83% 89%,
    rgba(255, 255, 255, 0.85) 89% 100%
  );
}

.plan-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 64%;
}

.plan-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: 0 0 44px;
  background: #10228C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-wrap img {
  width: 18px;
  height: 18px;
}

.plan-router-img {
  position: absolute;
  width: 320px;
  height: 320px;
  object-fit: contain;
  z-index: 2;
  right: -50px;
  bottom: 96px;
  pointer-events: none;
}

.plan-card-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 8px;
  background: #0BAE1B;
  color: #fff;
  border-radius: 999px;
  padding: 14px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.home-plans-blue {
  min-height: 130px;
  background: linear-gradient(180deg, #009BDB 22.6%, #71D5FF 44.23%, #009BDB 75.48%);
}

.page-hero {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 34px;
  margin-bottom: 22px;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.9rem);
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 72ch;
  line-height: 1.6;
}

.content-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
}

.content-card h2 {
  margin: 0 0 12px;
}

.content-card p {
  color: var(--muted);
  line-height: 1.6;
}

.cards-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cards-grid .content-card h3 {
  margin: 0 0 10px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  display: grid;
  gap: 8px;
}

.contact-form label {
  font-size: 0.92rem;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c7d4e4;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
  color: var(--text);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #aacdf7;
  border-color: var(--primary);
}

.form-feedback {
  min-height: 24px;
  margin: 4px 0 0;
}

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

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

.site-footer {
  margin-top: 36px;
  color: #dce8fb;
}

.footer-cta-band {
  background: #FBCB00;
}

.footer-cta-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  color: #0d1a2f;
  font-weight: 800;
}

.footer-cta-inner p {
  margin: 0;
  font-size: 1.05rem;
}

.footer-cta-inner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: #0d3496;
  color: #fff;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 0.86rem;
}

.footer-cta-inner a img {
  width: 14px;
  height: 14px;
}

.footer-main {
  background: #284791;
}

.footer-inner {
  padding: 46px 0 22px;
  display: grid;
  gap: 18px;
}

.footer-top {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  width: 180px;
}

.footer-pay-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  background: #FBCB00;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.84rem;
}

.footer-pay-btn img {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f0f5ff;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social img {
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(36%) saturate(5075%) hue-rotate(355deg) brightness(100%) contrast(96%);
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 26px;
}

.footer-col h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 2rem;
}

.footer-col h4::after {
  content: "";
  display: block;
  width: 112px;
  height: 3px;
  margin-top: 10px;
  background: linear-gradient(to right, #ffd600 0 22px, transparent 22px 34px, #ffffff 34px 108px);
}

.footer-col a,
.footer-col p {
  margin: 0 0 8px;
  color: #e4ecff;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.45;
}

.footer-col a {
  display: block;
}

.footer-col a[href="plans.html"],
.footer-col a[href="payment-methods.html"] {
  color: #FBCB00;
}

.footer-contact-col p {
  margin-bottom: 7px;
}

.footer-contact-col p:first-of-type {
  padding-left: 24px;
}

.contact-item-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-item-with-icon img {
  width: 16px;
  height: 16px;
}

.footer-legal {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 8px;
  padding-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer-legal a {
  text-decoration: none;
  color: #d4e1fd;
  font-size: 0.88rem;
}

.footer-copy-band {
  background: #254184;
  padding: 10px 0 14px;
}

.footer-copy {
  margin: 0;
  text-align: center;
  color: #b8caf0;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 52vh;
    max-height: none;
  }

  .header-bar-main {
    border-radius: 18px;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
  }

  .header-menu {
    justify-content: flex-start;
    gap: 10px;
  }

  .header-whatsapp {
    width: 100%;
    justify-content: center;
  }

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

  .contact-page-stack {
    min-height: 0;
    display: grid;
    gap: 16px;
  }

  .contact-page-banner-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  #formComponentRoot {
    position: static;
    transform: none;
    left: auto;
  }

  .form-component-card h2 {
    font-size: 30px;
  }

  .form-component-card > p {
    font-size: 18px;
  }

  .who-we-are-section {
    padding: 34px 0 40px;
  }

  .who-we-are-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .who-we-are-copy p {
    font-size: 26px;
  }

  .coverage-page-section {
    padding: 28px 0 34px;
  }

  .coverage-page-header {
    align-items: flex-start;
  }

  .coverage-page-header > img {
    width: 50px;
    height: 50px;
  }

  .coverage-page-heading-copy h1 {
    font-size: 36px;
  }

  .coverage-page-heading-copy p {
    font-size: 24px;
  }

  .coverage-page-content {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  #coverageHelpCardRoot {
    flex: 1 1 auto;
    max-width: none;
    margin-left: 0;
  }

  .coverage-help-card h3 {
    font-size: 34px;
  }

  .coverage-help-card p {
    font-size: 24px;
  }

  .coverage-help-card input,
  .coverage-help-card button {
    font-size: 22px;
  }

  .coverage-help-card a {
    font-size: 22px;
  }

  .plan-cards-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .plan-card-shell {
    --plan-card-width: 328px;
    flex: 0 0 420px;
    width: 420px;
    padding-right: 92px;
  }

  .home-plans-header h1 {
    font-size: 52px;
  }

  .home-promo-section {
    padding-top: 24px;
  }

  .promo-slide {
    border-radius: 20px;
  }

  .promo-slide img {
    height: clamp(180px, 40vw, 280px);
  }

  .home-plans-header p {
    font-size: 24px;
  }

  .plan-card {
    width: 328px;
    height: 470px;
  }

  .coverage-consultation-inner h3 {
    font-size: 26px;
  }

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

  .home-last-blue-container {
    padding: 36px 0;
  }

  .home-app-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-app-col-content h2 {
    font-size: 36px;
  }

  .home-app-text-main,
  .home-app-text-secondary {
    font-size: 24px;
  }

  .home-app-store-btn {
    min-width: 300px;
    padding: 10px 14px;
  }

  .home-app-store-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .home-app-store-icon img {
    width: 46px;
  }

  .home-app-store-caption {
    font-size: 18px;
  }

  .home-app-store-brand {
    font-size: 44px;
  }

  .faq-grid-wrapper h3 {
    font-size: 40px;
  }

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

  .faq-grid-column {
    gap: 12px;
  }

  .faq-grid-question {
    font-size: 20px;
  }

  .faq-grid-answer {
    font-size: 17px;
  }

  .faq-item-card {
    padding: 18px 16px 20px;
  }

  .faq-item-question {
    font-size: 24px;
  }

  .faq-item-answer {
    font-size: 20px;
    margin-top: 10px;
  }

  .faq-item-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 28px;
  }

  .plan-card-topbar {
    width: min(290px, 100%);
    font-size: 20px;
  }

  .plan-card-body {
    min-height: 0;
    height: calc(470px - 56px);
  }

  .plan-card-body h3 {
    font-size: 54px;
  }

  .plan-feature-list li {
    font-size: 13px;
  }

  .feature-icon-wrap {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .feature-icon-wrap img {
    width: 16px;
    height: 16px;
  }

  .plan-router-img {
    width: 230px;
    height: 230px;
    right: -46px;
    bottom: 84px;
  }

  .plan-card-cta {
    font-size: 15px;
  }

  .footer-cta-inner {
    flex-direction: column;
    padding: 10px 0;
    gap: 8px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-col h4 {
    font-size: 1.6rem;
  }

  .footer-legal {
    justify-content: flex-start;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 44vh;
  }
}
