/*
 * HomeInternetPlans.ca design system
 * Authoritative stylesheet loaded after the legacy theme stylesheet.
 * Version 3.5.0
 */

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/webfont/DMSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/webfont/DMSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/webfont/DMSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/webfont/DMSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --plans-purple: #5b2ee0;
  --plans-purple-dark: #4a22b8;
  --plans-purple-deep: #3a1a92;
  --plans-text: #17151f;
  --plans-copy: #3f3c52;
  --plans-muted: #5d5a70;
  --plans-muted-light: #6b6880;
  --plans-border: #ebe8f6;
  --plans-soft: #f8f6fe;
  --plans-green: #177a45;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--plans-text);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body #page.site { overflow: clip; }
body #page *, body #page *::before, body #page *::after { box-sizing: border-box; }
body #page img { max-width: 100%; }
body #page a { text-decoration: none; }
body #page .flexible-page-content,
body #page #masthead,
body #page #colophon { font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif; }
body #page .flexible-page-content { min-height: 30vh; color: var(--plans-text); }
body #page .section-container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
  position: relative;
}
body #page .flexible-page-content svg,
body #page #masthead svg,
body #page #colophon svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body #page .flexible-page-content .last-updated-icon svg {
	fill: currentColor;
}

body #page .homepage-hero__eyebrow svg,
body #page .canadian-maple-icon svg,
body #page .about-site-section__badge svg,
body #page .footer-maple-icon svg { fill: currentColor; stroke: none; }

/* --------------------------------------------------------------------------
   Header — explicitly neutralizes the original green #masthead rules
   -------------------------------------------------------------------------- */
body #page #masthead.site-header {
  display: block !important;
  position: sticky !important;
  top: 0;
  z-index: 1000 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #f0eef8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--plans-text);
}
body #page #masthead .site-header__inner {
  display: flex;
  align-items: center;
  width: min(1240px, calc(100% - 96px));
  max-width: 1240px;
  gap: 28px;
  margin: 0 auto;
  padding: 16px 0;
}
body #page #masthead .site-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  color: var(--plans-text);
}
body #page #masthead .site-logo img,
body #page #masthead .site-logo .custom-logo {
  display: block;
  width: auto !important;
  max-width: 210px !important;
  height: 42px !important;
  margin: 0 !important;
  object-fit: contain;
}
body #page #masthead .site-logo__text { font-size: 20px; font-weight: 800; color: var(--plans-text); }
body #page #masthead .site-companion-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid #e8e5f5;
}
body #page #masthead a.site-companion-note { color: inherit; text-decoration: none; }
body #page #masthead .site-companion-note__image {
  display: block;
  width: auto;
  max-width: 34px;
  height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 2px;
}
body #page #masthead .site-companion-note span {
  max-width: 120px;
  color: var(--plans-muted-light);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
body #page #masthead .primary-navigation { margin-left: auto; }
body #page #masthead .primary-navigation ul,
body #page #masthead #primary-menu {
  position: static;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  gap: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
body #page #masthead .primary-navigation li,
body #page #masthead #primary-menu li {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
}
body #page #masthead .primary-navigation a,
body #page #masthead #primary-menu li a,
body:not(.home) #page #masthead #primary-menu li a {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--plans-text) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
body #page #masthead .primary-navigation a:hover,
body #page #masthead #primary-menu li a:hover { color: var(--plans-purple) !important; }
body #page #masthead .current_page_item > a::after { display: none !important; }
body #page #masthead .header-trust-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  background: #f5f3fc;
  color: var(--plans-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  box-shadow: none;
}
body #page #masthead .header-trust-link:hover { background: #ece7fa; color: var(--plans-text); }
body #page #masthead .header-trust-link svg { width: 16px; height: 16px; color: var(--plans-purple); }
body #page #masthead .menu-toggle {
  position: static;
  display: none;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  padding: 7px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body #page #masthead .menu-toggle > span:not(.screen-reader-text) {
  position: static !important;
  display: block;
  width: 24px !important;
  height: 2px !important;
  margin: 5px 0 !important;
  border-radius: 2px;
  background: var(--plans-text) !important;
  transform: none !important;
}

/* --------------------------------------------------------------------------
   Homepage shared typography
   -------------------------------------------------------------------------- */
body #page .homepage-hero-section h1,
body #page .homepage-how-it-works-section h2,
body #page .recommended-plans-section h2,
body #page .internet-guide-cards-section h2,
body #page .cheapest-plans-section h2,
body #page .provider-logos-section h2,
body #page .about-site-section h2,
body #page .home-internet-simplified-section h2,
body #page .faq-section h2,
body #page .recommended-plans-section h3,
body #page .internet-guide-cards-section h3,
body #page .home-internet-simplified-section h3 {
  font-family: inherit;
  text-transform: none;
}
body #page .section-heading {
  margin: 0;
  color: var(--plans-text);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
}
body #page .section-heading--center { text-align: center; }
body #page .section-heading span { color: var(--plans-purple); }
body #page .section-intro {
  max-width: 640px;
  margin: 16px auto 0;
  color: var(--plans-muted);
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}
body #page .section-intro > :first-child { margin-top: 0; }
body #page .section-intro > :last-child { margin-bottom: 0; }
body #page .canadian-maple-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  color: #d63a3a;
  vertical-align: -3px;
}
body #page .canadian-maple-icon svg { width: 26px; height: 26px; }

/* Hero */
body #page .homepage-hero-section {
  position: relative;
  padding: 0 !important;
  background: linear-gradient(180deg, #fff 0%, #f7f5fe 100%);
}
body #page .homepage-hero__art {
  position: absolute;
  inset: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 52%;
  overflow: hidden;
  pointer-events: none;
}
body #page .homepage-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
}
body #page .homepage-hero__inner {
  position: relative;
  width: min(1240px, 100%);
  min-height: 560px;
  margin: 0 auto;
  padding: 64px 48px 96px;
}
body #page .homepage-hero__content { position: relative; z-index: 2; }
body #page .homepage-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 18px;
  border-radius: 999px;
  background: #efeafc;
  color: #4a24bd;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
}
body #page .homepage-hero__eyebrow svg { width: 14px; height: 14px; }
body #page .homepage-hero__title {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--plans-text);
  font-size: 64px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.02em;
}
body #page .homepage-hero__title span { display: block; color: var(--plans-purple); }
body #page .homepage-hero__description {
  max-width: 470px;
  margin: 24px 0 0;
  color: var(--plans-muted);
  font-size: 19px;
  line-height: 1.55;
}
body #page .homepage-hero__description p { margin: 0; color: inherit; font: inherit; }
body #page .homepage-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}
body #page .province-selector {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 250px;
  height: 56px;
  margin: 0;
  padding: 0 16px 0 18px;
  border: 1px solid #e6e2f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(60,30,150,.07);
}
body #page .province-selector > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--plans-purple);
}
body #page .province-selector__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 195px;
  height: 54px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--plans-text);
  font: 700 15.5px/1.2 "DM Sans", sans-serif;
  text-align: left;
  cursor: pointer;
}
body #page .province-selector__button:focus-visible {
  outline: 3px solid rgba(91,46,224,.2);
  outline-offset: 5px;
  border-radius: 8px;
}
body #page .province-selector__arrow {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-left: 18px;
  border-right: 2px solid #77728d;
  border-bottom: 2px solid #77728d;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
body #page .province-selector.is-open .province-selector__arrow {
  transform: rotate(225deg) translate(-2px,-2px);
}
body #page .province-selector__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1100;
  width: 100%;
  min-width: 270px;
  max-height: 330px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #e6e2f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(42,22,101,.16);
}
body #page .province-selector__menu[hidden] { display: none !important; }
body #page .province-selector__menu button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--plans-text);
  font: 600 14px/1.35 "DM Sans", sans-serif;
  text-align: left;
  cursor: pointer;
}
body #page .province-selector__menu button:hover,
body #page .province-selector__menu button:focus-visible,
body #page .province-selector__menu button[aria-selected="true"] {
  outline: 0;
  background: #f1edfd;
  color: var(--plans-purple-dark);
}
body #page [data-province-item][hidden] { display: none !important; }
body #page .province-results-empty {
  margin: 20px 0 0;
  padding: 13px 16px;
  border-radius: 10px;
  background: #f7f5fe;
  color: var(--plans-muted);
  font-size: 14px;
  text-align: center;
}
body #page .primary-button,
body #page .btn.primary-btn,
body #page .btn.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  height: 56px;
  min-height: 56px;
  margin: 0;
  padding: 0 28px;
  border: 0;
  border-radius: 14px;
  background: var(--plans-purple);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(91,46,224,.35);
  transition: background-color .2s ease, transform .2s ease;
}
body #page .primary-button:hover,
body #page .btn.primary-btn:hover,
body #page .btn.secondary-btn:hover { background: #4a24bd; color: #fff !important; transform: translateY(-1px); }
body #page .homepage-hero__highlights {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
body #page .homepage-hero__highlights span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--plans-copy);
  font-size: 14.5px;
  font-weight: 600;
}
body #page .homepage-hero__highlights svg { width: 16px; height: 16px; color: var(--plans-purple); }
body #page .homepage-review-card {
  position: absolute;
  right: 48px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 22px 26px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(50,25,130,.14);
}
body #page .review-avatars { display: flex; }
body #page .review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: -12px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
body #page .review-avatar:first-child { margin-left: 0; }
body #page .review-avatar--1 { background: linear-gradient(135deg,#c9b8f5,#8f6ae8); }
body #page .review-avatar--2 { background: linear-gradient(135deg,#f5b8d0,#e86a9c); }
body #page .review-avatar--3 { background: linear-gradient(135deg,#b8d4f5,#5a8fe0); }
body #page .review-avatar--4 { background: linear-gradient(135deg,#f5d6b8,#e0985a); }
body #page .review-avatar--5 { background: linear-gradient(135deg,#b8f5d9,#3fb583); }
body #page .review-stars { color: var(--plans-purple); font-size: 15px; line-height: 1; letter-spacing: 2px; }
body #page .homepage-review-card strong { display: block; margin-top: 4px; font-size: 15px; font-weight: 800; line-height: 1.25; }
body #page .homepage-review-card small { display: block; margin-top: 3px; color: var(--plans-muted-light); font-size: 13px; line-height: 1.25; }

/* Trust bar */
body #page .homepage-trust-section {
  padding: 26px 48px !important;
  background: linear-gradient(90deg,#4a22b8 0%,#5b2ee0 55%,#3a1a92 100%);
}
body #page .homepage-trust-section .section-container { width: min(1240px, 100%); }
body #page .trust-items-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
body #page .trust-item {
  display: flex;
  gap: 12px;
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(255,255,255,.18);
}
body #page .trust-item:last-child { border-right: 0; }
body #page .trust-item > svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; color: #fff; }
body #page .trust-item:last-child > svg { fill: #fff; stroke: none; }
body #page .trust-item strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
body #page .trust-item p { margin: 4px 0 0; color: rgba(255,255,255,.75); font-size: 12.5px; line-height: 1.4; }

/* How it works */
body #page .homepage-how-it-works-section { padding: 72px 48px 56px !important; background: #fff; }
body #page .homepage-how-it-works__inner { width: 100%; max-width: 1100px; }
body #page .homepage-how-it-works-section h2 { margin: 0; font-size: 32px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; text-align: center; }
body #page .how-it-works-steps { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 36px; margin-top: 44px; }
body #page .how-it-works-step { display: flex; align-items: center; gap: 18px; }
body #page .how-it-works-step__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  border-radius: 50%;
  background: #f2edfd;
}
body #page .how-it-works-step__icon > svg { width: 32px; height: 32px; color: var(--plans-purple); }
body #page .how-it-works-step__icon span {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--plans-purple);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
body #page .how-it-works-step h3 { margin: 0; color: var(--plans-text); font-size: 16.5px; font-weight: 700; line-height: 1.35; }
body #page .step-connector { color: #b6a8ec; font-size: 20px; line-height: 1; letter-spacing: 3px; }

/* Recommended plans */
body #page .recommended-plans-section { padding: 24px 48px 72px !important; background: #fff; }
body #page .recommended-plans-section > .section-container { width: min(1240px,100%); }
body #page .recommended-plan-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin-top: 44px; }
body #page .recommended-plan-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--plans-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(50,25,130,.05);
  transition: box-shadow .2s ease, transform .2s ease;
}
body #page .recommended-plan-card:hover { box-shadow: 0 12px 32px rgba(50,25,130,.12); transform: translateY(-2px); }
body #page .recommended-plan-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .06em;
}
body #page .recommended-plan-badge svg { width: 13px; height: 13px; }
body #page .recommended-plan-card--green .recommended-plan-badge,
body #page .recommended-plan-card--green .recommended-plan-offer { background:#e9f8ef; color:#177a45; }
body #page .recommended-plan-card--blue .recommended-plan-badge,
body #page .recommended-plan-card--blue .recommended-plan-offer { background:#eaf1fd; color:#1e56b8; }
body #page .recommended-plan-card--purple .recommended-plan-badge,
body #page .recommended-plan-card--purple .recommended-plan-offer { background:#f2edfd; color:#4a24bd; }
body #page .recommended-plan-card--orange .recommended-plan-badge,
body #page .recommended-plan-card--orange .recommended-plan-offer { background:#fdf1e6; color:#b8641e; }
body #page .recommended-plan-logo { display: flex; align-items: center; min-height: 44px; margin-top: 20px; }
body #page .recommended-plan-logo img { display: block; width: auto; max-width: 170px; max-height: 36px; margin: 0; object-fit: contain; object-position: left center; }
body #page .recommended-plan-name { margin: 12px 0 0; color: var(--plans-muted); font-size: 14.5px; font-weight: 600; line-height: 1.3; }
body #page .recommended-plan-price { margin-top: 8px; color: var(--plans-text); white-space: nowrap; }
body #page .recommended-plan-price sup { font-size: 22px; font-weight: 800; vertical-align: 14px; }
body #page .recommended-plan-price strong { font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.02em; }
body #page .recommended-plan-price span { color: var(--plans-muted-light); font-size: 15px; font-weight: 600; }
body #page .recommended-plan-card ul { display: flex; flex-direction: column; gap: 10px; margin: 16px 0 20px; padding: 0; list-style: none; }
body #page .recommended-plan-card li { display: flex; gap: 9px; margin: 0; color: var(--plans-copy); font-size: 14px; line-height: 1.35; }
body #page .recommended-plan-card li svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; color: #177a45; stroke-width: 3; }
body #page .recommended-plan-offer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding: 13px 16px; border-radius: 12px; font-size: 13.5px; font-weight: 800; line-height: 1.3; }
body #page .recommended-plans-reason {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 48px;
  margin-top: 64px;
  padding: 44px 48px;
  border-radius: 22px;
  background: #f8f6fe;
}
body #page .recommended-plans-reason h3 { margin: 0; color: var(--plans-text); font-size: 28px; font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
body #page .recommended-plans-reason p { margin: 0; color: var(--plans-copy); font-size: 16px; line-height: 1.65; }
body #page .recommended-plans-reason p + p { margin-top: 16px; }

/* Learn before you choose */
body #page .internet-guide-cards-section { padding: 72px 48px !important; background: linear-gradient(180deg,#fff 0%,#f7f5fe 100%); }
body #page .internet-guide-cards-section > .section-container { width: min(1240px,100%); }
body #page .internet-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 48px; }
body #page .internet-guide-card {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--plans-border);
  border-radius: 18px;
  background: #fff;
  color: var(--plans-text);
  box-shadow: none;
}
body #page .internet-guide-card__icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: #f2edfd; }
body #page .internet-guide-card__icon svg { width: 26px; height: 26px; color: var(--plans-purple); }
body #page .internet-guide-card h3 { margin: 18px 0 0; color: var(--plans-text); font-size: 19px; font-weight: 800; line-height: 1.3; }
body #page .internet-guide-card__content { margin-top: 10px; color: var(--plans-muted); font-size: 14.5px; line-height: 1.6; }
body #page .internet-guide-card__content p { margin: 0; color: inherit; font: inherit; }
body #page .internet-guide-card.internet-guide-card--featured {
  border: 0;
  background: linear-gradient(135deg,#5b2ee0,#4a22b8);
  color: #fff;
}
body #page .internet-guide-card.internet-guide-card--featured .internet-guide-card__icon { background: rgba(255,255,255,.16); }
body #page .internet-guide-card.internet-guide-card--featured svg,
body #page .internet-guide-card.internet-guide-card--featured h3 { color: #fff; }
body #page .internet-guide-card.internet-guide-card--featured .internet-guide-card__content,
body #page .internet-guide-card.internet-guide-card--featured .internet-guide-card__content p { color: rgba(255,255,255,.82); }
body #page .internet-guide-card.internet-guide-card--featured > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 18px; border-radius: 10px; background: #fff; color: #4a24bd; font-size: 13.5px; font-weight: 800; }

/* Cheapest plans */
body #page .cheapest-plans-section { padding: 72px 48px !important; background: #fff; }
body #page .cheapest-plans-section > .section-container { width: min(1240px,100%); }
body #page .cheapest-plans-header { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
body #page .cheapest-plans-header > div { max-width: 680px; }
body #page .cheapest-plans-header h2 { margin: 0; font-size: 34px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
body #page .cheapest-plans-header h2 svg { display: inline-block; width: 26px; height: 26px; color: var(--plans-purple); vertical-align: -3px; }
body #page .cheapest-plans-header .section-intro { max-width: none; margin: 14px 0 0; color: var(--plans-muted); font-size: 16px; line-height: 1.6; text-align: left; }
body #page .cheapest-plans-header > a { color: var(--plans-purple); font-size: 15px; font-weight: 800; white-space: nowrap; }
body #page .plans-comparison-table { margin-top: 36px; overflow: hidden; border: 1px solid var(--plans-border); border-radius: 18px; background:#fff; box-shadow: 0 2px 12px rgba(50,25,130,.05); }
body #page .plans-comparison-table__head,
body #page .plans-comparison-table__row { display: grid; grid-template-columns: 2fr 1.2fr 1.2fr 1fr 1fr; align-items: center; }
body #page .plans-comparison-table__head { padding: 14px 28px; background: #f8f6fe; color: var(--plans-muted-light); font-size: 12.5px; font-weight: 800; line-height: 1.3; letter-spacing: .05em; }
body #page .plans-comparison-table__head span:last-child { text-align: right; }
body #page .plans-comparison-table__row { min-height: 62px; padding: 18px 28px; border-top: 1px solid #f0eef8; color: var(--plans-text); font-size: 15px; line-height: 1.35; }
body #page .plans-comparison-table__row img { display: block; width: auto !important; max-width: 150px !important; height: auto !important; max-height: 28px !important; margin: 0; object-fit: contain; object-position: left center; }
body #page .plans-comparison-table__row span:nth-child(2) { font-weight: 600; }
body #page .plans-comparison-table__row span:nth-child(3) { color: var(--plans-muted); font-size: 14.5px; }
body #page .plans-comparison-table__row span:nth-child(4) { color: var(--plans-green); font-weight: 800; }
body #page .plans-comparison-table__row span:last-child { text-align: right; }
body #page .plans-comparison-table__row a { color: var(--plans-purple); font-size: 14.5px; font-weight: 800; }
body #page .cheapest-plans-supporting-content { max-width: 960px; margin-top: 48px; color: var(--plans-copy); font-size: 15px; line-height: 1.8; }
body #page .cheapest-plans-supporting-content p { margin: 0; }

/* Provider logos */
body #page .provider-logos-section { padding: 72px 48px !important; background: #f8f7fb; }
body #page .provider-logos-section__inner { width: 100%; max-width: 1100px; text-align: center; }
body #page .provider-logos-section .section-kicker { margin: 0; color: var(--plans-purple); font-size: 13.5px; font-weight: 800; line-height: 1.3; letter-spacing: .12em; text-align: center; }
body #page .provider-logos-section h2 { margin: 16px 0 0; color: var(--plans-text); font-size: 40px; font-weight: 800; line-height: 1.2; letter-spacing: -.015em; }
body #page .provider-logo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: 52px; }
body #page .provider-logo-card { display: flex; align-items: center; justify-content: center; height: 110px; overflow: hidden; border: 1px solid #eceaf3; border-radius: 16px; background: #fff; }
body #page .provider-logo-card a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
body #page .provider-logo-card img { display: block; width: auto !important; max-width: 80% !important; height: auto !important; max-height: 44px !important; margin: 0; object-fit: contain; }

/* About */
body #page .about-site-section { padding: 80px 48px !important; background: linear-gradient(135deg,#4a22b8 0%,#5b2ee0 60%,#3a1a92 100%); }
body #page .about-site-section__inner { max-width: 900px; margin: 0 auto; text-align: center; }
body #page .about-site-section__badge { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 8px 18px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 12.5px; font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
body #page .about-site-section__badge svg { width: 14px; height: 14px; }
body #page .about-site-section h2 { margin: 22px 0 0; color: #fff; font-size: 36px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
body #page .about-site-section__content { margin-top: 22px; }
body #page .about-site-section__content p { max-width: 760px; margin: 0 auto 16px; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.7; }
body #page .about-site-section__content p:last-child { margin-bottom: 0; }

/* Home Internet, Simplified */
body #page .home-internet-simplified-section { padding: 80px 48px !important; background: #fff; }
body #page .home-internet-simplified__inner { max-width: 1100px; margin: 0 auto; }
body #page .home-internet-simplified-section h2 { margin: 0; color: var(--plans-text); font-size: 34px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
body #page .home-internet-simplified-section .section-intro { max-width: 780px; margin: 16px 0 0; color: var(--plans-muted); font-size: 16.5px; line-height: 1.65; text-align: left; }
body #page .information-blocks { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 860px; margin-top: 52px; }
body #page .information-block { margin: 0; }
body #page .information-block h3 { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--plans-text); font-size: 20px; font-weight: 800; line-height: 1.3; }
body #page .information-block h3 span { display: inline-block; width: 6px; height: 24px; flex: 0 0 6px; border-radius: 3px; background: var(--plans-purple); }
body #page .information-block > div { margin-top: 14px; color: var(--plans-copy); font-size: 15px; line-height: 1.75; }
body #page .information-block > div p { margin: 0; color: inherit; font: inherit; }

/* FAQ */
body #page .faq-section { padding: 72px 48px 88px !important; background: #f8f6fe; }
body #page .faq-section__inner { max-width: 820px; margin: 0 auto; }
body #page .faq-section .section-kicker { margin: 0 0 12px; color: var(--plans-purple); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-align: center; }
body #page .faq-section h2 { margin: 0; color: var(--plans-text); font-size: 34px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; text-align: center; }
body #page .faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 44px; }
body #page .faq-item { margin: 0; overflow: hidden; border: 1px solid var(--plans-border); border-radius: 16px; background: #fff; }
body #page .faq-item > button { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; margin: 0; padding: 22px 26px; border: 0; background: transparent; color: var(--plans-text); font: 800 16.5px/1.35 "DM Sans",sans-serif; text-align: left; cursor: pointer; }
body #page .faq-item > button i { color: var(--plans-purple); font-size: 20px; font-style: normal; font-weight: 500; }
body #page .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
body #page .faq-answer > div { overflow: hidden; padding: 0 26px; color: var(--plans-copy); font-size: 15px; line-height: 1.7; }
body #page .faq-answer p { margin: 0; color: inherit; font: inherit; }
body #page .faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
body #page .faq-item.is-open .faq-answer > div { padding-bottom: 22px; }

/* --------------------------------------------------------------------------
   Subpage components using the same visual system
   -------------------------------------------------------------------------- */
body #page .hero-section,
body #page .check-availability-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 48px !important;
  background: linear-gradient(135deg,var(--plans-purple-dark),var(--plans-purple) 62%,var(--plans-purple-deep));
  color: #fff;
}
body #page .hero-section .container,
body #page .check-availability-hero .container,
body #page .general-section .container,
body #page .general-content-section .container,
body #page .general-section-title-left .container,
body #page .how-it-works-section .container,
body #page .why-choose-us-section .container,
body #page .internet-providers-section .container,
body #page .internet-providers-cards-section .container,
body #page .about-us-stats-section .container,
body #page .team-members-section .container,
body #page .contact-form-section .container,
body #page .blog-listing-section .container,
body #page .location-search-cta-section .container {
  width: min(1210px, calc(100% - 96px));
  max-width: 1210px;
  margin-inline: auto;
}
body #page .hero-section .breadcrumbs,
body #page .check-availability-hero .breadcrumbs { margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 14px; }
body #page .hero-section .breadcrumbs a,
body #page .check-availability-hero .breadcrumbs a { color: #fff; }
body #page .hero-section .section-sub-heading,
body #page .check-availability-hero .section-sub-heading {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body #page .hero-section .section-title,
body #page .check-availability-hero .section-title { max-width: 760px; margin: 0; color: #fff; font-size: clamp(40px,6vw,64px); font-weight: 800; line-height: 1.06; letter-spacing: -.025em; }
body #page .hero-section .section-intro,
body #page .check-availability-hero .section-intro { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.65; text-align: left; }
body #page .hero-section .section-buttons,
body #page .check-availability-hero .section-buttons { justify-content: flex-start; }
body #page .hero-section-media { margin-top: 38px; }
body #page .hero-section-img { display: block; width: 100%; max-height: 520px; border-radius: 24px; object-fit: cover; box-shadow: 0 20px 60px rgba(25,10,70,.28); }
body #page .last-updated { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
body #page .section-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
body #page .text-link { color: var(--plans-purple); font-weight: 800; }

body #page .general-section,
body #page .general-content-section,
body #page .general-section-title-left,
body #page .how-it-works-section,
body #page .why-choose-us-section,
body #page .internet-providers-section,
body #page .internet-providers-cards-section,
body #page .about-us-stats-section,
body #page .team-members-section,
body #page .contact-form-section,
body #page .blog-listing-section,
body #page .location-search-cta-section { padding: 80px 48px !important; background: #fff; }
body #page .how-it-works-section,
body #page .about-us-stats-section,
body #page .blog-listing-section { background: var(--plans-soft); }
body #page .columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: 64px; }
body #page .section-sub-heading { margin: 0 0 14px; color: var(--plans-purple); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body #page .section-title { margin: 0; color: var(--plans-text); font-size: clamp(32px,4vw,44px); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
body #page .general-section .section-intro,
body #page .general-content-section .section-intro,
body #page .general-section-title-left .section-intro,
body #page .how-it-works-section .section-intro,
body #page .why-choose-us-section .section-intro,
body #page .about-us-stats-section .section-intro,
body #page .team-members-section .section-intro,
body #page .contact-form-section .section-intro { max-width: none; margin: 16px 0 0; text-align: left; }
body #page .general-section .section-buttons,
body #page .general-content-section .section-buttons,
body #page .general-section-title-left .section-buttons,
body #page .why-choose-us-section .section-buttons { justify-content: flex-start; }
body #page .general-section-media img,
body #page .column-media img { display: block; width: 100%; height: auto; border-radius: 22px; }
body #page .general-section-image-left .column-media { order: -1; }
body #page .columns-icons { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 20px; }
body #page .icon-grid-item { padding: 26px; border: 1px solid var(--plans-border); border-radius: 18px; background: #fff; box-shadow: 0 3px 14px rgba(50,25,130,.05); }
body #page .icon-grid-media img { width: 52px; height: 52px; border-radius: 0; object-fit: contain; }
body #page .icon-grid-title { margin: 18px 0 0; font-size: 19px; }
body #page .icon-grid-content { margin-top: 10px; color: var(--plans-muted); font-size: 14.5px; line-height: 1.65; }
body #page .provider-card,
body #page .team-member,
body #page .blog-card-content,
body #page .contact-form-section form { border: 1px solid var(--plans-border); border-radius: 18px; background: #fff; box-shadow: 0 3px 14px rgba(50,25,130,.05); }
body #page .providers-list,
body #page .team-members-list { display: grid; gap: 20px; margin-top: 38px; }
body #page .provider-card,
body #page .team-member { padding: 26px; }
body #page .provider-row { display:grid; grid-template-columns: 180px 1fr auto; gap: 32px; }
body #page .provider-logo-img { width: auto; max-width: 150px; max-height: 54px; }
body #page .provider-title,
body #page .tm-name { font-size: 20px; font-weight: 800; }
body #page .provider-specs,
body #page .tm-bio { margin-top: 10px; color: var(--plans-muted); line-height: 1.6; }
body #page .provider-price-value { display: block; color: var(--plans-green); font-size: 24px; font-weight: 800; }
body #page .provider-price-label { color: var(--plans-muted-light); font-size: 12px; }
body #page .contact-form-section form { padding: 28px; }
body #page .contact-form-section input,
body #page .contact-form-section textarea,
body #page .contact-form-section select { width: 100%; padding: 14px 16px; border: 1px solid var(--plans-border); border-radius: 12px; font: inherit; }
body #page .contact-form-section input:focus,
body #page .contact-form-section textarea:focus,
body #page .contact-form-section select:focus { border-color: var(--plans-purple); outline: 2px solid rgba(91,46,224,.18); }
body #page .location-search-cta-section { background: linear-gradient(135deg,var(--plans-purple-dark),var(--plans-purple)); color: #fff; }
body #page .location-search-cta-section .section-title,
body #page .location-search-cta-section .section-sub-heading,
body #page .location-search-cta-section .section-intro { color: #fff; }
body #page .zip-search-bar,
body #page .address-search { display: flex; gap: 12px; max-width: 760px; margin-top: 28px; }
body #page .zip-input { flex: 1; min-height: 54px; padding: 0 18px; border: 0; border-radius: 14px; font: inherit; }
body #page .zip-btn { min-height: 54px; padding: 0 24px; border: 0; border-radius: 14px; background: #fff; color: var(--plans-purple); font-weight: 800; }
body #page .custom-cta-section { padding: 72px 48px !important; }
body #page .custom-cta-section--light { background: var(--plans-soft); }
body #page .custom-cta-section--purple { background: linear-gradient(135deg,var(--plans-purple-dark),var(--plans-purple)); color: #fff; }
body #page .custom-cta-section--purple .section-heading,
body #page .custom-cta-section--purple .section-intro,
body #page .custom-cta-section--purple .section-kicker { color: #fff; }
body #page .custom-cta-section__inner { text-align: center; }

/* --------------------------------------------------------------------------
   Footer — explicitly neutralizes old footer selectors and rounded corners
   -------------------------------------------------------------------------- */
body #page #colophon.site-footer {
  display: block;
  margin: 0;
  padding: 56px 48px 36px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #1b1430 !important;
  color: #fff;
}
body #page #colophon .site-footer__inner { max-width: 1240px; margin: 0 auto; }
body #page #colophon .site-footer__top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 48px; padding: 0; }
body #page #colophon .footer-brand { display: block; max-width: 340px; margin: 0; }
body #page #colophon .footer-logo { display: flex; align-items: center; gap: 10px; max-width: 250px; color: #fff; }
body #page #colophon .footer-logo img { display: block; width: auto; max-width: 190px; height: 36px; margin: 0; filter: none; object-fit: contain; object-position: left center; }
body #page #colophon .footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: 13.5px; line-height: 1.65; }
body #page #colophon .footer-maple-icon { display: inline-block; width: 12px; height: 12px; color: #d63a3a; vertical-align: -1px; }
body #page #colophon .footer-maple-icon svg { width: 12px; height: 12px; }
body #page #colophon .footer-menu-columns { display: flex; flex-wrap: wrap; gap: 72px; }
body #page #colophon .footer-menu-column { display: flex; flex-direction: column; gap: 12px; }
body #page #colophon .footer-menu-column h2 { margin: 0; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.3; letter-spacing: .08em; }
body #page #colophon .footer-menu-column ul,
body #page #colophon .footer-menu { display: flex !important; flex-direction: column !important; justify-content: flex-start !important; gap: 12px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
body #page #colophon .footer-menu-column li { margin: 0; padding: 0; }
body #page #colophon .footer-menu-column a { color: rgba(255,255,255,.65) !important; font-size: 14px !important; font-weight: 400 !important; }
body #page #colophon .footer-menu-column a:hover { color: #fff !important; }
body #page #colophon .site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 44px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 12.5px; line-height: 1.5; }
body #page #colophon .footer-legal-menu ul { display: flex !important; flex-direction: row !important; gap: 22px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
body #page #colophon .footer-legal-menu a { color: rgba(255,255,255,.48) !important; font-size: 12.5px !important; }

body #page .recommended-plan-note {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8f6fd;
  color: var(--plans-muted);
  font-size: 12.5px;
  line-height: 1.45;
}
body #page .plans-comparison-table__row small {
  display: block;
  margin-top: 4px;
  color: #177a45;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
}
body #page #colophon .footer-description { margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: 13.5px; line-height: 1.65; }
body #page #colophon .footer-description p { margin: 0; color: inherit; font: inherit; }
body #page #colophon .footer-description p + p { margin-top: 10px; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  body #page #masthead .site-header__inner { width: calc(100% - 56px); gap: 18px; padding: 14px 0; }
  body #page #masthead .site-companion-note { display: none; }
  body #page #masthead .primary-navigation ul,
  body #page #masthead #primary-menu { gap: 20px; }
  body #page #masthead .header-trust-link { padding: 10px 14px; }
  body #page .homepage-hero__art { opacity: .5; }
  body #page .trust-items-grid { grid-template-columns: repeat(3,1fr); row-gap: 24px; }
  body #page .trust-item:nth-child(3) { border-right: 0; }
  body #page .recommended-plan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body #page .provider-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  body #page .section-container,
  body #page .hero-section .container,
  body #page .check-availability-hero .container,
  body #page .general-section .container,
  body #page .general-content-section .container,
  body #page .general-section-title-left .container,
  body #page .how-it-works-section .container,
  body #page .why-choose-us-section .container,
  body #page .internet-providers-section .container,
  body #page .internet-providers-cards-section .container,
  body #page .about-us-stats-section .container,
  body #page .team-members-section .container,
  body #page .contact-form-section .container,
  body #page .blog-listing-section .container,
  body #page .location-search-cta-section .container { width: min(100% - 40px,1240px); }
  body #page .columns { grid-template-columns: 1fr; gap: 36px; }
  body #page .columns-icons { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body #page .provider-row { grid-template-columns: 1fr; }
  body #page .general-section-image-left .column-media { order: initial; }
}

@media (max-width: 820px) {
  body #page #masthead .site-header__inner { width: calc(100% - 40px); padding: 12px 0; }
  body #page #masthead .site-logo img,
  body #page #masthead .site-logo .custom-logo { height: 36px !important; max-width: 180px !important; }
  body #page #masthead .menu-toggle { display: block; }
  body #page #masthead .primary-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--plans-border);
    background: #fff;
    box-shadow: 0 16px 30px rgba(23,21,31,.08);
  }
  body #page #masthead .primary-navigation.is-open { display: block; }
  body #page #masthead .primary-navigation ul,
  body #page #masthead #primary-menu { position: static; display: flex; flex-direction: column; align-items: flex-start; width: 100%; height: auto; gap: 12px; padding: 0; background: transparent; }
  body #page #masthead .primary-navigation a,
  body #page #masthead #primary-menu li a { padding: 8px 0; color: var(--plans-text) !important; }
  body #page #masthead .header-trust-link { display: none; }

  body #page .homepage-hero__art { width: 100%; opacity: .18; }
  body #page .homepage-hero__inner { min-height: 0; padding: 52px 20px 72px; }
  body #page .homepage-hero__title { max-width: 620px; font-size: 48px; }
  body #page .homepage-review-card { position: relative; right: auto; bottom: auto; width: max-content; max-width: 100%; margin-top: 36px; }
  body #page .homepage-trust-section { padding-inline: 20px !important; }
  body #page .trust-items-grid { grid-template-columns: 1fr 1fr; }
  body #page .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
  body #page .trust-item:nth-child(even) { border-right: 0; }
  body #page .homepage-how-it-works-section,
  body #page .recommended-plans-section,
  body #page .internet-guide-cards-section,
  body #page .cheapest-plans-section,
  body #page .provider-logos-section { padding-left: 20px !important; padding-right: 20px !important; }
  body #page .how-it-works-steps { flex-direction: column; align-items: flex-start; width: max-content; max-width: 100%; margin-inline: auto; }
  body #page .step-connector { margin-left: 26px; transform: rotate(90deg); }
  body #page .recommended-plan-grid { grid-template-columns: 1fr 1fr; }
  body #page .recommended-plans-reason { grid-template-columns: 1fr; }
  body #page .internet-guide-grid { grid-template-columns: 1fr 1fr; }
  body #page .plans-comparison-table__head { display: none; }
  body #page .plans-comparison-table__row { grid-template-columns: 1.5fr 1fr 1fr; gap: 14px; }
  body #page .plans-comparison-table__row span:nth-child(3) { display: none; }
  body #page .plans-comparison-table__row span:last-child { text-align: left; }
  body #page .provider-logo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body #page .about-site-section,
  body #page .home-internet-simplified-section,
  body #page .faq-section { padding-left: 20px !important; padding-right: 20px !important; }
  body #page .hero-section,
  body #page .check-availability-hero,
  body #page .general-section,
  body #page .general-content-section,
  body #page .general-section-title-left,
  body #page .how-it-works-section,
  body #page .why-choose-us-section,
  body #page .internet-providers-section,
  body #page .internet-providers-cards-section,
  body #page .about-us-stats-section,
  body #page .team-members-section,
  body #page .contact-form-section,
  body #page .blog-listing-section,
  body #page .location-search-cta-section,
  body #page .custom-cta-section { padding-left: 20px !important; padding-right: 20px !important; }
}

@media (max-width: 600px) {
  body #page .homepage-hero__title { font-size: 40px; }
  body #page .homepage-hero__description { font-size: 17px; }
  body #page .homepage-hero__actions { align-items: stretch; }
  body #page .province-selector,
  body #page .primary-button { width: 100%; }
  body #page .province-selector__button { width: 100%; min-width: 0; }
  body #page .homepage-hero__highlights { flex-direction: column; align-items: flex-start; gap: 14px; }
  body #page .homepage-review-card { align-items: flex-start; padding: 18px; }
  body #page .review-avatars { display: none; }
  body #page .trust-items-grid { grid-template-columns: 1fr; }
  body #page .trust-item,
  body #page .trust-item:nth-child(odd) { border-right: 0; }
  body #page .recommended-plan-grid,
  body #page .internet-guide-grid { grid-template-columns: 1fr; }
  body #page .recommended-plans-reason { padding: 28px; }
  body #page .plans-comparison-table__row { grid-template-columns: 1fr 1fr; }
  body #page .plans-comparison-table__row span:first-child { grid-column: 1 / 3; }
  body #page .plans-comparison-table__row span:nth-child(2) { display: none; }
  body #page .provider-logo-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  body #page .provider-logo-card { height: 90px; }
  body #page .section-heading,
  body #page .cheapest-plans-header h2,
  body #page .home-internet-simplified-section h2,
  body #page .faq-section h2 { font-size: 30px; }
  body #page .provider-logos-section h2 { font-size: 34px; }
  body #page .zip-search-bar,
  body #page .address-search { flex-direction: column; }
  body #page .zip-btn { width: 100%; }
  body #page #colophon.site-footer { padding: 48px 20px 28px !important; }
  body #page #colophon .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  body #page #colophon .footer-menu-columns { gap: 40px; }
}

/* ==========================================================================
   Version 3.4.0 — card refinement and subpage layout corrections
   ========================================================================== */

/* Recommended plan cards: visual match to the approved reference. */
body #page .recommended-plans-section {
  padding-top: 36px !important;
}
body #page .recommended-plan-grid {
  align-items: stretch;
  gap: 24px;
  margin-top: 42px;
}
body #page .recommended-plan-card {
  min-height: 490px;
  padding: 28px;
  border: 1px solid #e7e2f2;
  border-radius: 24px;
  box-shadow: 0 8px 26px rgba(50, 25, 130, .055);
  transform: none;
}
body #page .recommended-plan-card:hover {
  box-shadow: 0 14px 34px rgba(50, 25, 130, .10);
  transform: translateY(-2px);
}
body #page .recommended-plan-card--green {
  border: 2px solid #16884b;
  box-shadow: 0 12px 34px rgba(22, 136, 75, .08);
}
body #page .recommended-plan-card__top {
  display: flex;
  flex-direction: column;
  min-height: 220px;
}
body #page .recommended-plan-badge {
  min-height: 34px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .07em;
  text-transform: uppercase;
}
body #page .recommended-plan-card--green .recommended-plan-badge {
  background: #16884b;
  color: #fff;
}
body #page .recommended-plan-card--blue .recommended-plan-badge {
  background: #eaf1fd;
  color: #1859b8;
}
body #page .recommended-plan-card--purple .recommended-plan-badge {
  background: #f1eafd;
  color: #5122cc;
}
body #page .recommended-plan-card--orange .recommended-plan-badge {
  background: #fdf0e4;
  color: #c16216;
}
body #page .recommended-plan-logo {
  min-height: 44px;
  margin-top: 28px;
}
body #page .recommended-plan-logo img {
  max-width: 160px !important;
  max-height: 38px !important;
}
body #page .recommended-plan-name {
  margin-top: 20px;
  color: #5e5a75;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.3;
  text-transform: uppercase;
}
body #page .recommended-plan-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-top: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9e5f2;
}
body #page .recommended-plan-price sup {
  align-self: baseline;
  font-size: 21px;
  font-weight: 800;
  vertical-align: 0;
}
body #page .recommended-plan-price strong {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .96;
}
body #page .recommended-plan-price span {
  color: #625d78;
  font-size: 16px;
  font-weight: 700;
}
body #page .recommended-plan-card__details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 130px;
  padding-top: 22px;
}
body #page .recommended-plan-promo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 13px 16px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
body #page .recommended-plan-promo > span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: currentColor;
}
body #page .recommended-plan-card--green .recommended-plan-promo {
  background: #e4f6ec;
  color: #16884b;
}
body #page .recommended-plan-card--blue .recommended-plan-promo {
  background: #eaf1fd;
  color: #1859b8;
}
body #page .recommended-plan-card--purple .recommended-plan-promo {
  background: #f0eafd;
  color: #5122cc;
}
body #page .recommended-plan-card--orange .recommended-plan-promo {
  background: #fdf0e4;
  color: #c16216;
}
body #page .recommended-plan-note {
  margin: 14px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #625d78;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
}
body #page .recommended-plan-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  margin-top: 4px !important;
  padding: 14px 20px;
  border-radius: 14px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
body #page .recommended-plan-card--green .recommended-plan-button { background: #16884b; }
body #page .recommended-plan-card--blue .recommended-plan-button { background: #285fc5; }
body #page .recommended-plan-card--purple .recommended-plan-button { background: #5126cc; }
body #page .recommended-plan-card--orange .recommended-plan-button { background: #c86a1c; }
body #page .recommended-plan-button:hover {
  color: #fff !important;
  filter: brightness(.94);
}

/* One content width and alignment system for every subpage section. */
body #page .hero-section .container,
body #page .check-availability-hero .container,
body #page .general-section .container,
body #page .general-content-section .container,
body #page .general-section-title-left .container,
body #page .how-it-works-section .container,
body #page .why-choose-us-section .container,
body #page .internet-providers-section .container,
body #page .internet-providers-cards-section .container,
body #page .about-us-stats-section .container,
body #page .team-members-section .container,
body #page .contact-form-section .container,
body #page .blog-listing-section .container,
body #page .location-search-cta-section .container {
  width: min(1240px, 100%);
  max-width: 1240px;
}
body #page .general-section,
body #page .general-content-section,
body #page .general-section-title-left,
body #page .how-it-works-section,
body #page .why-choose-us-section,
body #page .internet-providers-section,
body #page .internet-providers-cards-section,
body #page .about-us-stats-section,
body #page .team-members-section,
body #page .contact-form-section,
body #page .blog-listing-section,
body #page .location-search-cta-section {
  padding-block: 84px !important;
}
body #page .general-content-section.full-width .section-intro {
  max-width: 1080px;
  color: var(--plans-copy);
  font-size: 16px;
  line-height: 1.75;
}
body #page .general-content-section.full-width .section-intro h2,
body #page .general-content-section.full-width .section-intro h3,
body #page .general-content-section.full-width .section-intro h4 {
  margin: 32px 0 12px;
  color: var(--plans-text);
  line-height: 1.25;
}
body #page .general-content-section.full-width .section-intro p {
  margin: 0 0 18px;
}
body #page .general-section .columns {
  align-items: start;
}
body #page .general-section .section-intro,
body #page .general-content-section .section-intro,
body #page .general-section-title-left .section-intro,
body #page .about-us-stats-section .section-intro,
body #page .team-members-section .section-intro,
body #page .contact-form-section .section-intro,
body #page .internet-providers-cards-section .section-intro {
  color: var(--plans-copy);
  font-size: 16px;
  line-height: 1.72;
}
body #page .section-intro h2,
body #page .section-intro h3,
body #page .section-intro h4 {
  color: var(--plans-text);
}

/* About page stats: four equal cards instead of a stranded fourth card. */
body #page .about-us-stats-section .columns-icons {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin-top: 38px;
}
body #page .about-us-stats-section .icon-grid-item {
  display: flex;
  flex-direction: column;
  min-height: 138px;
  padding: 26px;
}
body #page .about-us-stats-section .icon-grid-title {
  margin-top: 0;
  color: var(--plans-purple);
  font-size: 24px;
  line-height: 1.15;
}
body #page .about-us-stats-section .icon-grid-content {
  margin-top: 10px;
}

/* Contact page: top-aligned columns and a full-width, usable form. */
body #page .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: start;
  gap: 72px;
}
body #page .contact-form-section .column-content,
body #page .contact-form-section .column-form {
  min-width: 0;
}
body #page .contact-form-section .section-title {
  font-size: clamp(36px, 4vw, 48px);
}
body #page .contact-form-section .section-intro h2,
body #page .contact-form-section .section-intro h3 {
  margin: 30px 0 12px;
  color: var(--plans-text);
  font-size: 27px;
  line-height: 1.25;
}
body #page .contact-form-section .section-intro p {
  margin: 0 0 18px;
}
body #page .contact-form-section .column-form > * {
  width: 100%;
}
body #page .contact-form-section form {
  width: 100%;
  margin: 0;
  padding: 34px;
}
body #page .contact-form-section .wpcf7-form .columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}
body #page .contact-form-section .wpcf7-form .row,
body #page .contact-form-section .wpcf7-form p {
  width: 100%;
  margin: 0 0 18px;
}
body #page .contact-form-section .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
body #page .contact-form-section label {
  display: block;
  color: var(--plans-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
body #page .contact-form-section input,
body #page .contact-form-section textarea,
body #page .contact-form-section select {
  display: block;
  width: 100% !important;
  min-height: 52px;
  margin-top: 8px;
  border: 1px solid #e3dff0;
  border-radius: 12px;
  background: #f8f7fc;
}
body #page .contact-form-section textarea {
  min-height: 190px;
  resize: vertical;
}
body #page .contact-form-section input[type="submit"],
body #page .contact-form-section button[type="submit"] {
  width: auto !important;
  min-width: 160px;
  margin-top: 4px;
  padding: 14px 24px;
  border: 0;
  border-radius: 12px;
  background: var(--plans-purple);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(91, 46, 224, .22);
}

/* Team member cards: predictable image/content proportions. */
body #page .team-members-list {
  gap: 24px;
  margin-top: 40px;
}
body #page .team-member {
  padding: 30px;
}
body #page .team-member-row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}
body #page .team-member-row .column {
  width: auto;
  min-width: 0;
}
body #page .tm-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  object-fit: cover;
}
body #page .tm-header-line {
  color: var(--plans-text);
  font-size: 18px;
  line-height: 1.4;
}
body #page .tm-position {
  color: var(--plans-muted);
  font-weight: 600;
}
body #page .tm-bio {
  max-width: none;
  margin-top: 18px;
  color: var(--plans-copy);
  font-size: 15px;
  line-height: 1.72;
}
body #page .tm-bio p {
  margin: 0 0 16px;
}

/* Provider directory: wide readable cards plus a top-aligned sticky index. */
body #page .providers-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 42px;
  margin-top: 0px;
}
body #page .providers-main,
body #page .providers-sidebar-column {
  min-width: 0;
}
body #page .internet-providers-cards-section .providers-list {
  display: grid;
  gap: 22px;
  margin: 0;
}
body #page .internet-providers-cards-section .provider-card {
  padding: 30px;
  border: 1px solid #e8e4f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(50, 25, 130, .045);
  scroll-margin-top: 22px;
}
body #page .internet-providers-cards-section .provider-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid #efecf6;
}
body #page .internet-providers-cards-section .provider-title {
  margin: 0;
  color: var(--plans-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}
body #page .internet-providers-cards-section .provider-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
body #page .internet-providers-cards-section .provider-logo-img,
body #page .internet-providers-cards-section .provider-logo img {
  display: block;
  width: auto !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain;
}
body #page .internet-providers-cards-section .provider-description {
  margin-top: 20px;
  color: var(--plans-copy);
  font-size: 15px;
  line-height: 1.72;
}
body #page .internet-providers-cards-section .provider-description p {
  margin: 0 0 16px;
}
body #page .internet-providers-cards-section .provider-actions {
  margin-top: 22px;
}
body #page .internet-providers-cards-section .provider-cta,
body #page .internet-providers-cards-section .providers-view-all-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 11px;
}
body #page .internet-providers-cards-section .provider-plans {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #efecf6;
  color: var(--plans-muted);
  font-size: 13.5px;
  line-height: 1.5;
}
body #page .providers-sidebar-column {
  position: sticky;
  top: 22px;
}
body #page .internet-providers-cards-section .providers-sticky-sidebar {
  padding: 26px;
  border: 1px solid #e8e4f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(50, 25, 130, .045);
}
body #page .internet-providers-cards-section .sidebar-title {
  margin: 0;
  color: var(--plans-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}
body #page .internet-providers-cards-section .providers-anchor-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
body #page .internet-providers-cards-section .providers-anchor-list li {
  margin: 0;
}
body #page .internet-providers-cards-section .providers-anchor-list a {
  display: block;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--plans-copy);
  font-size: 14px;
  font-weight: 600;
}
body #page .internet-providers-cards-section .providers-anchor-list a:hover {
  background: var(--plans-soft);
  color: var(--plans-purple);
}

@media (max-width: 1080px) {
  body #page .recommended-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body #page .contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  body #page .about-us-stats-section .columns-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body #page .providers-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  body #page .contact-layout,
  body #page .providers-layout,
  body #page .team-member-row {
    grid-template-columns: 1fr;
  }
  body #page .providers-sidebar-column {
    position: static;
    order: -1;
  }
  body #page .internet-providers-cards-section .providers-anchor-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body #page .tm-photo {
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  body #page .recommended-plan-grid,
  body #page .about-us-stats-section .columns-icons,
  body #page .contact-form-section .wpcf7-form .columns,
  body #page .internet-providers-cards-section .providers-anchor-list {
    grid-template-columns: 1fr;
  }
  body #page .recommended-plan-card {
    min-height: 0;
    padding: 24px;
    border-radius: 20px;
  }
  body #page .recommended-plan-card__top {
    min-height: 0;
  }
  body #page .recommended-plan-card__details {
    min-height: 112px;
  }
  body #page .contact-form-section form,
  body #page .internet-providers-cards-section .provider-card,
  body #page .team-member {
    padding: 22px;
  }
  body #page .internet-providers-cards-section .provider-card-header {
    align-items: flex-start;
    flex-direction: column;
  }
  body #page .internet-providers-cards-section .provider-logo {
    justify-content: flex-start;
  }
}

/* ========================================================================== 
   Version 3.5.0 — scale, alignment, FAQ, header and Resources refinements
   ========================================================================== */

/* Header: normal document flow and a site-wide 160px logo cap. */
body #page #masthead.site-header {
  position: relative !important;
  top: auto !important;
}
body #page #masthead .site-logo img,
body #page #masthead .site-logo .custom-logo {
  max-width: 160px !important;
}

/* Homepage hero title tracking requested by the design review. */
body #page .homepage-hero__title {
  letter-spacing: -.04em !important;
}

/* Recommended plans: match the scale and rhythm of the other homepage cards. */
body #page .recommended-plans-section {
  padding-top: 28px !important;
  padding-bottom: 68px !important;
}
body #page .recommended-plan-grid {
  gap: 20px;
  margin-top: 38px;
}
body #page .recommended-plan-card {
  min-height: 410px;
  padding: 22px;
  border: 1px solid var(--plans-border);
  border-radius: 18px;
  box-shadow: 0 3px 14px rgba(50, 25, 130, .05);
}
body #page .recommended-plan-card:hover {
  box-shadow: 0 10px 26px rgba(50, 25, 130, .09);
  transform: translateY(-2px);
}
body #page .recommended-plan-card--green {
  border: 1px solid var(--plans-border);
  box-shadow: 0 3px 14px rgba(50, 25, 130, .05);
}
body #page .recommended-plan-card__top {
  min-height: 184px;
}
body #page .recommended-plan-badge {
  min-height: 29px;
  padding: 7px 13px;
  font-size: 10.5px;
  letter-spacing: .065em;
}
body #page .recommended-plan-logo {
  min-height: 38px;
  margin-top: 18px;
}
body #page .recommended-plan-logo img {
  max-width: 145px !important;
  max-height: 32px !important;
}
body #page .recommended-plan-name {
  margin-top: 13px;
  font-size: 13.5px;
  letter-spacing: .01em;
}
body #page .recommended-plan-price {
  margin-top: 7px;
  padding-bottom: 18px;
}
body #page .recommended-plan-price sup {
  font-size: 18px;
}
body #page .recommended-plan-price strong {
  font-size: 44px;
  letter-spacing: -.03em;
}
body #page .recommended-plan-price span {
  font-size: 14px;
}
body #page .recommended-plan-card__details {
  min-height: 106px;
  padding-top: 17px;
}
body #page .recommended-plan-promo {
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 11px;
  font-size: 12.5px;
}
body #page .recommended-plan-promo > span {
  width: 7px;
  height: 7px;
  flex-basis: 7px;
}
body #page .recommended-plan-note {
  margin-top: 11px;
  font-size: 12.5px;
  line-height: 1.5;
}
body #page .recommended-plan-button,
body #page .recommended-plan-card--green .recommended-plan-button,
body #page .recommended-plan-card--blue .recommended-plan-button,
body #page .recommended-plan-card--purple .recommended-plan-button,
body #page .recommended-plan-card--orange .recommended-plan-button {
  min-height: 48px;
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--plans-purple);
  font-size: 14.5px;
}
body #page .recommended-plans-reason {
  margin-top: 52px;
}

/* Restore the centered Cheapest Plans heading, intro, link and supporting copy. */
body #page .cheapest-plans-header {
  display: block;
  text-align: center;
}
body #page .cheapest-plans-header > div {
  max-width: 780px;
  margin-inline: auto;
}
body #page .cheapest-plans-header h2 {
  text-align: center;
}
body #page .cheapest-plans-header .section-intro {
  max-width: 720px;
  margin: 14px auto 0;
  text-align: center;
}
body #page .cheapest-plans-header > a {
  display: inline-flex;
  margin-top: 18px;
}
body #page .cheapest-plans-supporting-content {
  max-width: 900px;
  margin: 44px auto 0;
  text-align: center;
}
body #page .cheapest-plans-supporting-content > :first-child {
  margin-top: 0;
}
body #page .cheapest-plans-supporting-content > :last-child {
  margin-bottom: 0;
}

/* Restore centered copy throughout Home Internet, Simplified. */
body #page .home-internet-simplified__inner {
  text-align: center;
}
body #page .home-internet-simplified-section h2 {
  text-align: center;
}
body #page .home-internet-simplified-section .section-intro {
  margin: 16px auto 0;
  text-align: center;
}
body #page .home-internet-simplified-section .information-blocks {
  margin: 48px auto 0;
}
body #page .home-internet-simplified-section .information-block h3 {
  justify-content: center;
  text-align: center;
}
body #page .home-internet-simplified-section .information-block > div {
  text-align: center;
}

/* FAQ: explicitly remove inherited parent padding while collapsed. */
body #page .faq-section .faq-answer {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  animation: none !important;
}
body #page .faq-section .faq-answer > div {
  min-height: 0;
  margin: 0;
  padding: 0 26px !important;
}
body #page .faq-section .faq-item:not(.is-open) .faq-answer,
body #page .faq-section .faq-item:not(.is-open) .faq-answer > div {
  height: 0;
  min-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body #page .faq-section .faq-item.is-open .faq-answer > div {
  height: auto;
  padding-bottom: 22px !important;
}

/* Resources page: clean two-column editorial layout without nested cards. */
body #page .blog-listing-section {
  padding: 72px 48px 84px !important;
  background: var(--plans-soft);
}
body #page .blog-listing-section .blog-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start !important;
  gap: 36px;
}
body #page .blog-listing-section .blog-columns > .column,
body #page .blog-listing-section .column-left,
body #page .blog-listing-section .column-right {
  width: auto !important;
  min-width: 0;
  flex: none !important;
}
body #page .blog-listing-section .blog-posts-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
body #page .blog-listing-section .blog-posts-list article.blog-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--plans-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(50, 25, 130, .05);
}
body #page .blog-listing-section .blog-card-media {
  width: 100%;
  flex: none;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ece8f8;
}
body #page .blog-listing-section .blog-card-media a {
  display: block;
  width: 100%;
  height: 100%;
}
body #page .blog-listing-section .blog-card-media img,
body #page .blog-listing-section .blog-card-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
body #page .blog-listing-section .blog-card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body #page .blog-listing-section .blog-card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.015em;
}
body #page .blog-listing-section .blog-card-title a {
  color: var(--plans-text);
  font: inherit;
}
body #page .blog-listing-section .blog-card-meta {
  margin: 9px 0 0;
  color: var(--plans-muted-light);
  font-size: 12.5px;
  line-height: 1.4;
}
body #page .blog-listing-section .blog-card-excerpt {
  margin: 16px 0 0;
  color: var(--plans-copy);
  font-size: 14px;
  line-height: 1.65;
}
body #page .blog-listing-section .blog-card-readmore {
  align-self: flex-start;
  min-height: 46px;
  margin-top: 22px;
  padding: 12px 20px;
  border-radius: 11px;
  background: var(--plans-purple);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}
body #page .blog-listing-section .blog-sticky-sidebar {
  position: sticky;
  top: 24px;
  padding: 26px;
  border: 1px solid var(--plans-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(50, 25, 130, .05);
}
body #page .blog-listing-section .sidebar-title {
  margin: 0;
  color: var(--plans-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}
body #page .blog-listing-section .top-posts-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
body #page .blog-listing-section .top-post-item {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #efecf6;
}
body #page .blog-listing-section .top-post-item:first-child {
  padding-top: 0;
  border-top: 0;
}
body #page .blog-listing-section .top-post-link {
  color: var(--plans-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
body #page .blog-listing-section .top-post-date {
  margin-top: 5px;
  color: var(--plans-muted-light);
  font-size: 12px;
  line-height: 1.4;
}
body #page .blog-listing-section .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
body #page .blog-listing-section .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--plans-border);
  border-radius: 10px;
  background: #fff;
  color: var(--plans-text);
  font-weight: 700;
}
body #page .blog-listing-section .pagination .current,
body #page .blog-listing-section .pagination a:hover {
  border-color: var(--plans-purple);
  background: var(--plans-purple);
  color: #fff;
}

/* Consistent subpage rhythm and readable content widths. */
body #page .hero-section,
body #page .check-availability-hero {
  padding-block: 64px !important;
}
body #page .general-section,
body #page .general-content-section,
body #page .general-section-title-left,
body #page .how-it-works-section,
body #page .why-choose-us-section,
body #page .internet-providers-section,
body #page .internet-providers-cards-section,
body #page .about-us-stats-section,
body #page .team-members-section,
body #page .contact-form-section,
body #page .location-search-cta-section {
  padding-block: 76px !important;
}
body #page .general-content-section.full-width .section-intro,
body #page .general-section-title-left .section-intro {
  max-width: 1040px;
}

@media (max-width: 1080px) {
  body #page .blog-listing-section .blog-columns {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  body #page #masthead .site-logo img,
  body #page #masthead .site-logo .custom-logo {
    max-width: 150px !important;
  }
  body #page .recommended-plan-card {
    min-height: 390px;
  }
  body #page .blog-listing-section .blog-columns {
    grid-template-columns: 1fr;
  }
  body #page .blog-listing-section .column-right {
    order: -1;
  }
  body #page .blog-listing-section .blog-sticky-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  body #page #masthead .site-logo img,
  body #page #masthead .site-logo .custom-logo {
    max-width: 142px !important;
  }
  body #page .recommended-plan-card {
    min-height: 0;
    padding: 22px;
  }
  body #page .recommended-plan-card__details {
    min-height: 0;
  }
  body #page .blog-listing-section .blog-posts-list {
    grid-template-columns: 1fr;
  }
  body #page .blog-listing-section .blog-card-content,
  body #page .blog-listing-section .blog-sticky-sidebar {
    padding: 22px;
  }
}

#primary > .general-content-section:has(+ .internet-providers-cards-section) {
  padding-bottom: 0 !important;
}



.hip-contact-form {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.hip-contact-form br {
	display: none
}

.hip-contact-form .form-row {
  width: 100%;
  margin-bottom: 22px;
}

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

.hip-contact-form .form-field {
  width: 100%;
}

.hip-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #17151f;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.hip-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.hip-contact-form input[type="text"],
.hip-contact-form input[type="email"],
.hip-contact-form input[type="tel"],
.hip-contact-form textarea {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #dedbe7;
  border-radius: 10px;
  background: #fff;
  color: #17151f;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.hip-contact-form textarea {
  display: block;
  min-height: 180px;
  resize: vertical;
}

.hip-contact-form input::placeholder,
.hip-contact-form textarea::placeholder {
  color: #777381;
  opacity: 1;
}

.hip-contact-form input:focus,
.hip-contact-form textarea:focus {
  border-color: #5b2ee0;
  box-shadow: 0 0 0 3px rgba(91, 46, 224, 0.12);
}

.hip-contact-form .form-submit-row {
  margin-bottom: 0;
}

.hip-contact-form input[type="submit"] {
  min-width: 170px;
  min-height: 50px;
  padding: 13px 24px;
  border: 0;
  border-radius: 10px;
  background: #5b2ee0;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.hip-contact-form input[type="submit"]:hover {
  background: #4921c7;
  transform: translateY(-1px);
}

.hip-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #c62828;
  font-size: 13px;
}

.hip-contact-form .wpcf7-spinner {
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.wpcf7 form .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 767px) {
  .hip-contact-form .form-row-two {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hip-contact-form input[type="submit"] {
    width: 100%;
  }
}


body #page .single-post-content-section .columns.blog-columns {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: flex-start;
	gap:36px
}

body #page .single-post-content-section .navigation.post-navigation {
	margin-top : 30px
}

@media (max-width: 767px) {
    body #page .single-post-content-section .columns.blog-columns {
        grid-template-columns: minmax(0, 1fr);
    }
}