/*
Theme Name: VibeTel Website V2
Theme URI: https://vibetel.co.za/
Author: VibeTel
Author URI: https://vibetel.co.za/
Description: The official VibeTel home fibre website theme. Sales-led fibre packages, WhatsApp coverage enquiries, customer help and policy centre.
Version: 2.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vibetel-v2
License: Proprietary
*/

:root {
  --navy: #112f74;
  --navy-deep: #071d53;
  --blue: #145ee8;
  --cyan: #14c9df;
  --orange: #ff8a1f;
  --yellow: #ffc43d;
  --ink: #13213c;
  --muted: #63708a;
  --line: #dde6f2;
  --paper: #ffffff;
  --cloud: #f4f8fc;
  --green: #21bd67;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

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

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgb(221 230 242 / 80%);
  background: rgb(255 255 255 / 88%);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 245px;
  max-width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #536179;
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a {
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.desktop-nav a:hover {
  color: var(--blue);
  transform: translateY(-1px);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 20px;
  height: 20px;
}

.button-small {
  min-height: 45px;
  padding-inline: 18px;
}

.button-whatsapp {
  background: #effcf4;
  color: #14854a;
}

.button-whatsapp:hover {
  box-shadow: 0 10px 30px rgb(33 189 103 / 18%);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), #0c45c6);
  box-shadow: 0 14px 32px rgb(20 94 232 / 24%);
  color: white;
}

.button-secondary {
  border-color: #cddbec;
  background: rgb(255 255 255 / 70%);
  color: var(--navy);
}

.button-secondary svg {
  color: var(--green);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background:
    radial-gradient(circle at 15% 65%, rgb(20 201 223 / 8%), transparent 35%),
    linear-gradient(150deg, #f9fcff 0%, #f5faff 47%, #eef7ff 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#93b9df 0.7px, transparent 0.7px);
  background-size: 26px 26px;
  content: "";
  opacity: 0.2;
  mask-image: linear-gradient(90deg, black, transparent 65%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
}

.hero-glow-one {
  top: 8%;
  right: 5%;
  width: 440px;
  height: 440px;
  background: rgb(20 201 223 / 14%);
}

.hero-glow-two {
  right: 31%;
  bottom: -240px;
  width: 500px;
  height: 500px;
  background: rgb(255 138 31 / 9%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 690px;
  align-items: center;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  padding-block: 78px 88px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 19px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
}

.eyebrow-blue {
  color: var(--blue);
}

.hero h1,
.section-heading h2,
.center-heading h2,
.coverage h2,
.help-section h2,
.policy-heading h2 {
  margin: 0;
  color: var(--navy-deep);
  font-weight: 870;
  letter-spacing: -0.052em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(64px, 6.4vw, 94px);
  line-height: 0.95;
}

.hero h1 span {
  background: linear-gradient(
    92deg,
    var(--blue) 5%,
    var(--cyan) 58%,
    var(--orange) 100%
  );
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #53627d;
  font-size: 19px;
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
  color: #55647d;
  font-size: 12px;
  font-weight: 750;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-proof i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #e7f8ef;
  color: #16a75a;
  font-size: 11px;
  font-style: normal;
}

.hero-visual {
  position: relative;
  min-height: 510px;
}

.hero-orb {
  position: absolute;
  top: 46%;
  left: 50%;
  display: grid;
  width: 322px;
  height: 322px;
  overflow: hidden;
  place-items: center;
  border: 12px solid rgb(255 255 255 / 65%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 26%, rgb(255 255 255 / 85%), transparent 19%),
    linear-gradient(145deg, #39e4e8 4%, #178cf0 48%, #1142b7 78%);
  box-shadow:
    0 50px 100px rgb(16 70 175 / 27%),
    inset 0 -36px 70px rgb(6 32 112 / 28%);
  transform: translate(-50%, -50%);
}

.orb-shine {
  position: absolute;
  top: -55px;
  left: -10px;
  width: 220px;
  height: 150px;
  border-radius: 50%;
  background: rgb(255 255 255 / 24%);
  filter: blur(16px);
  transform: rotate(-30deg);
}

.orb-wifi {
  position: relative;
  width: 160px;
  height: 145px;
}

.orb-wifi span {
  position: absolute;
  top: 0;
  left: 50%;
  border: 12px solid white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 7px 12px rgb(0 27 95 / 15%));
  transform: translateX(-50%) rotate(45deg);
}

.orb-wifi span:nth-child(1) {
  width: 160px;
  height: 160px;
}

.orb-wifi span:nth-child(2) {
  top: 37px;
  width: 104px;
  height: 104px;
}

.orb-wifi span:nth-child(3) {
  top: 75px;
  width: 49px;
  height: 49px;
}

.orb-wifi i {
  position: absolute;
  right: 50%;
  bottom: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 7px 12px rgb(0 27 95 / 15%);
  transform: translateX(50%);
}

.signal-orbit {
  position: absolute;
  top: 46%;
  left: 50%;
  border: 1px solid rgb(26 120 214 / 18%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.signal-orbit::after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgb(255 138 31 / 11%);
  content: "";
}

.orbit-one {
  width: 415px;
  height: 415px;
}

.orbit-two {
  width: 500px;
  height: 500px;
}

.orbit-two::after {
  top: 15%;
  right: 37px;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgb(20 201 223 / 11%);
}

.orbit-three {
  width: 580px;
  height: 580px;
}

.orbit-three::after {
  top: auto;
  right: auto;
  bottom: 58px;
  left: 63px;
  width: 6px;
  height: 6px;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgb(20 94 232 / 10%);
}

.float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 222px;
  padding: 15px 17px;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 17px;
  background: rgb(255 255 255 / 85%);
  box-shadow: 0 20px 48px rgb(27 74 132 / 17%);
  backdrop-filter: blur(10px);
}

.float-card strong,
.float-card small {
  display: block;
}

.float-card strong {
  color: var(--navy-deep);
  font-size: 13px;
}

.float-card small {
  margin-top: 3px;
  color: #78849a;
  font-size: 10px;
}

.float-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: #eaf4ff;
  color: var(--blue);
  font-size: 19px;
  font-weight: 800;
}

.float-icon-orange {
  background: #fff3e8;
  color: var(--orange);
}

.float-speed {
  top: 7%;
  left: -2%;
}

.float-home {
  right: -4%;
  bottom: 7%;
}

.section {
  padding-block: 104px;
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  margin-bottom: 48px;
}

.section-heading h2,
.center-heading h2,
.coverage h2,
.help-section h2,
.policy-heading h2 {
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1.04;
}

.section-heading > p {
  max-width: 500px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.package-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.package-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px 23px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 12px 38px rgb(28 67 113 / 5%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.package-card:hover {
  border-color: #9abdeb;
  box-shadow: 0 22px 50px rgb(28 67 113 / 11%);
  transform: translateY(-5px);
}

.package-card.featured {
  border: 2px solid var(--blue);
  background:
    linear-gradient(180deg, rgb(235 246 255 / 80%), transparent 40%), white;
  box-shadow: 0 20px 55px rgb(20 94 232 / 15%);
}

.popular-pill {
  position: absolute;
  top: -13px;
  left: 50%;
  padding: 7px 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
  box-shadow: 0 7px 18px rgb(255 138 31 / 21%);
  color: #513001;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.package-name {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
}

.speed {
  display: flex;
  align-items: center;
  gap: 9px;
}

.speed > strong {
  color: var(--navy-deep);
  font-size: 52px;
  font-weight: 880;
  letter-spacing: -0.06em;
  line-height: 1;
}

.speed > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.speed small {
  display: block;
  margin-top: 3px;
  color: #8995a9;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.package-description {
  min-height: 78px;
  margin: 22px 0 10px;
  color: #68758c;
  font-size: 12px;
  line-height: 1.58;
}

.price {
  display: flex;
  align-items: flex-start;
  margin: 13px 0 22px;
  color: var(--navy-deep);
}

.price > span {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 850;
}

.price > strong {
  margin-left: 2px;
  font-size: 31px;
  font-weight: 880;
  letter-spacing: -0.04em;
}

.price > small {
  align-self: flex-end;
  margin: 0 0 5px 4px;
  color: #7e8ba1;
  font-size: 10px;
}

.package-cta {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-inline: 15px;
  border-radius: 11px;
  background: #f1f6fc;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
}

.featured .package-cta {
  background: var(--blue);
  color: white;
}

.package-notes {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
  margin-top: 22px;
  padding: 20px 24px;
  border: 1px solid #deebf7;
  border-radius: 17px;
  background: #f7fbff;
}

.package-notes p {
  margin: 0;
  color: #65738a;
  font-size: 12px;
  line-height: 1.65;
}

.package-notes strong {
  color: var(--navy);
}

.benefits {
  padding-block: 0 104px;
}

.benefit-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}

.benefit-grid article {
  padding: 36px;
  background: white;
}

.benefit-number {
  display: block;
  margin-bottom: 28px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.benefit-grid h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 20px;
}

.benefit-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.coverage {
  padding-block: 0 104px;
}

.coverage-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 480px;
  align-items: center;
  grid-template-columns: 1fr 0.85fr;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 15%, rgb(20 201 223 / 33%), transparent 32%),
    linear-gradient(135deg, #07235e, #0b4cb6 55%, #117bd0);
  box-shadow: 0 34px 80px rgb(11 57 137 / 23%);
  color: white;
}

.coverage-copy {
  position: relative;
  z-index: 2;
  padding: 64px;
}

.eyebrow-light {
  color: #8debf3;
}

.coverage h2 {
  max-width: 570px;
  color: white;
}

.coverage-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 24px 0 32px;
  color: #d4e7ff;
  font-size: 16px;
  line-height: 1.72;
}

.button-white {
  background: white;
  box-shadow: 0 16px 35px rgb(0 24 79 / 20%);
  color: var(--navy);
}

.button-white svg {
  color: var(--green);
}

.coverage-graphic {
  position: relative;
  align-self: stretch;
  min-height: 460px;
}

.map-line {
  position: absolute;
  border: 1px dashed rgb(255 255 255 / 23%);
  border-radius: 50%;
}

.map-line-one {
  top: 60px;
  right: -90px;
  width: 450px;
  height: 350px;
  transform: rotate(23deg);
}

.map-line-two {
  right: 90px;
  bottom: -120px;
  width: 340px;
  height: 420px;
  transform: rotate(-31deg);
}

.map-pin {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 70%);
  border-radius: 50% 50% 50% 8px;
  background: rgb(255 255 255 / 13%);
  box-shadow: 0 15px 35px rgb(0 26 87 / 25%);
  transform: rotate(-45deg);
  backdrop-filter: blur(7px);
}

.map-pin i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  transform: rotate(45deg);
}

.pin-one {
  top: 103px;
  right: 115px;
}

.pin-two {
  top: 245px;
  left: 50px;
  transform: rotate(-45deg) scale(0.8);
}

.pin-three {
  right: 18px;
  bottom: 75px;
  transform: rotate(-45deg) scale(0.7);
}

.coverage-wave {
  position: absolute;
  top: 215px;
  left: 47%;
  border: 2px solid rgb(104 237 241 / 63%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.wave-a {
  width: 120px;
  height: 120px;
}

.wave-b {
  width: 190px;
  height: 190px;
  opacity: 0.65;
}

.wave-c {
  width: 270px;
  height: 270px;
  opacity: 0.35;
}

.steps {
  background: var(--cloud);
}

.center-heading {
  max-width: 650px;
  margin: 0 auto 55px;
  text-align: center;
}

.center-heading .eyebrow {
  justify-content: center;
}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.steps-grid::before {
  position: absolute;
  top: 33px;
  right: 19%;
  left: 19%;
  height: 1px;
  background: linear-gradient(90deg, #a8cdf3, #8cdce6, #a8cdf3);
  content: "";
}

.steps-grid article {
  position: relative;
  z-index: 2;
  text-align: center;
}

.steps-grid article > span {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 25px;
  place-items: center;
  border: 8px solid var(--cloud);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  box-shadow: 0 10px 28px rgb(20 94 232 / 20%);
  color: white;
  font-size: 19px;
  font-weight: 900;
}

.steps-grid h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 20px;
}

.steps-grid p {
  max-width: 290px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.help-card {
  display: grid;
  align-items: center;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  padding: 54px 58px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 89% 15%, rgb(20 201 223 / 9%), transparent 28%),
    white;
  box-shadow: 0 22px 60px rgb(34 73 120 / 8%);
}

.help-card h2 {
  font-size: clamp(34px, 3.5vw, 49px);
}

.help-card p:not(.eyebrow) {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.help-actions {
  display: grid;
  justify-items: start;
  gap: 17px;
}

.help-email {
  color: var(--blue);
  font-size: 14px;
  font-weight: 750;
}

.policy-section {
  padding-block: 95px;
  border-top: 1px solid #e4ebf4;
  background: #f7f9fc;
}

.policy-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 75px;
}

.policy-heading {
  position: sticky;
  top: 120px;
}

.policy-heading h2 {
  font-size: 45px;
}

.policy-heading > p:not(.eyebrow) {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.policy-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.policy-quick-links a {
  padding: 8px 11px;
  border: 1px solid #cddbec;
  border-radius: 999px;
  background: white;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.policy-quick-links a:hover {
  border-color: var(--blue);
}

.policy-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}

.policy-item {
  scroll-margin-top: 115px;
  border-bottom: 1px solid var(--line);
}

.policy-item:last-child {
  border-bottom: 0;
}

.policy-item summary {
  display: flex;
  min-height: 67px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 24px;
  color: var(--navy-deep);
  font-size: 14px;
  font-weight: 800;
}

.policy-item summary::-webkit-details-marker {
  display: none;
}

.policy-plus {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  transition: transform 180ms ease;
}

.policy-item[open] .policy-plus {
  transform: rotate(45deg);
}

.policy-copy {
  padding: 0 24px 24px;
  color: #647188;
  font-size: 13px;
  line-height: 1.72;
}

.policy-copy p {
  margin: 0;
}

.policy-copy p + p {
  margin-top: 14px;
}

.policy-copy a {
  color: var(--blue);
  font-weight: 700;
}

.policy-copy-table {
  padding-right: 20px;
  padding-left: 20px;
}

.policy-copy-table > p:first-child {
  margin-bottom: 18px;
}

.policy-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
}

.policy-fup-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.policy-fup-notes p {
  padding: 12px;
  border-radius: 12px;
  background: #f4f8fc;
}

.vt-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.vt-policy-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #506079;
  font-size: 12px;
}

.vt-policy-table th,
.vt-policy-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.vt-policy-table th {
  background: var(--navy-deep);
  color: white;
}

.vt-policy-table tr:last-child td {
  border-bottom: 0;
}

.vt-policy-table tr:nth-child(even) td {
  background: #f7f9fc;
}

.policy-page {
  min-height: 60vh;
  background: #f7f9fc;
}

.vt-content-wrap {
  width: min(1060px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: 64px 92px;
}

.vt-policy {
  width: min(100%, 980px);
  margin-inline: auto;
  color: #45536c;
  line-height: 1.72;
}

.vt-policy-header {
  margin-bottom: 34px;
  padding: 38px;
  border-radius: 25px;
  background: linear-gradient(135deg, #0b5e9f, #14395f);
  box-shadow: 0 22px 55px rgb(7 29 83 / 14%);
  color: white;
}

.vt-policy-header .vt-eyebrow {
  margin: 0;
  color: #9ce6ea;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vt-policy-header h1 {
  margin: 8px 0 13px;
  color: white;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.vt-policy-header > p {
  max-width: 760px;
  margin: 0;
  color: rgb(255 255 255 / 82%);
  font-size: 17px;
}

.vt-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.vt-policy-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
  font-size: 11px;
  font-weight: 800;
}

.vt-policy section {
  margin-bottom: 18px;
  padding: 27px 29px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.vt-policy h2 {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-size: 24px;
  letter-spacing: -0.025em;
}

.vt-policy p {
  margin: 0 0 12px;
}

.vt-policy p:last-child {
  margin-bottom: 0;
}

.vt-policy li {
  margin-bottom: 7px;
}

.vt-policy .vt-table-wrap {
  margin-block: 16px;
}

.vt-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
  padding-inline: 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.vt-button-whatsapp {
  background: var(--green);
  color: white;
}

.vt-button-primary {
  background: var(--blue);
  color: white;
}

.vt-button-primary:hover {
  background: #0c45c6;
}

.vt-button-whatsapp:hover {
  background: #159d51;
}

.vt-policy a {
  color: var(--blue);
  font-weight: 700;
}

.vt-policy .vt-button {
  color: white;
}

.vt-whatsapp-icon {
  width: 21px;
  height: 21px;
}

.generic-page-header {
  padding-block: 76px 44px;
  background: white;
  border-bottom: 1px solid var(--line);
}

.generic-page-header h1 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(40px, 5vw, 62px);
  letter-spacing: -0.045em;
}

.generic-page-content {
  padding-block: 55px 85px;
  line-height: 1.75;
}

.site-footer {
  background: var(--navy-deep);
  color: white;
}

.site-footer .brand-logo {
  width: 220px;
  padding: 4px;
  border-radius: 8px;
  background: white;
}

.footer-top {
  display: grid;
  min-height: 170px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 55px;
}

.footer-top > p {
  max-width: 470px;
  margin: 0;
  color: #b7c9ec;
  font-size: 14px;
  line-height: 1.6;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9bf0be;
  font-size: 13px;
  font-weight: 800;
}

.footer-whatsapp svg {
  width: 22px;
  height: 22px;
}

.footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: #8fa6d0;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom a:hover {
  color: white;
}

.floating-whatsapp {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 16px 38px rgb(11 83 43 / 30%);
  color: white;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  box-shadow: 0 20px 44px rgb(11 83 43 / 38%);
  transform: translateY(-3px) scale(1.03);
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
}

:focus-visible {
  outline: 3px solid rgb(20 201 223 / 75%);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.82fr;
    gap: 15px;
  }

  .hero h1 {
    font-size: clamp(58px, 7vw, 78px);
  }

  .hero-visual {
    transform: scale(0.82);
  }

  .package-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .package-card {
    grid-column: span 2;
  }

  .package-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .package-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 820px) {
  .section {
    padding-block: 76px;
  }

  .header-inner {
    min-height: 74px;
  }

  .button-small span {
    display: none;
  }

  .button-small {
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 72px 40px;
  }

  .hero h1 {
    font-size: clamp(52px, 13vw, 76px);
  }

  .hero-visual {
    min-height: 440px;
    transform: scale(0.82);
    transform-origin: center top;
  }

  .section-heading,
  .policy-layout,
  .coverage-card,
  .help-card {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
  }

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

  .package-card,
  .package-card:nth-child(4),
  .package-card:nth-child(5) {
    grid-column: auto;
  }

  .package-card:last-child {
    grid-column: 1 / -1;
  }

  .package-notes,
  .benefit-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .coverage-copy {
    padding: 50px 38px 0;
  }

  .coverage-graphic {
    min-height: 300px;
  }

  .steps-grid {
    gap: 45px;
  }

  .steps-grid::before {
    display: none;
  }

  .help-card {
    gap: 34px;
    padding: 42px 36px;
  }

  .policy-layout {
    gap: 38px;
  }

  .policy-heading {
    position: static;
  }

  .policy-fup-notes {
    grid-template-columns: 1fr;
  }

  .vt-content-wrap {
    padding-block: 48px 72px;
  }

  .vt-policy-header {
    padding: 30px 25px;
  }

  .vt-policy section {
    padding: 24px 22px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 45px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .brand-logo {
    width: 195px;
  }

  .hero-grid {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 10px;
  }

  .hero-visual {
    min-height: 355px;
    margin: 0 -55px -25px;
    transform: scale(0.66);
  }

  .section-heading h2,
  .center-heading h2,
  .coverage h2,
  .help-section h2 {
    font-size: 37px;
  }

  .package-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .package-card:last-child {
    grid-column: auto;
  }

  .package-description {
    min-height: auto;
  }

  .package-notes {
    padding: 18px;
  }

  .coverage-card {
    border-radius: 25px;
  }

  .coverage-copy {
    padding: 40px 27px 0;
  }

  .coverage-graphic {
    min-height: 260px;
  }

  .help-card {
    padding: 36px 25px;
  }

  .help-actions .button {
    width: 100%;
  }

  .help-email {
    font-size: 12px;
  }

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

  .policy-item summary,
  .policy-copy {
    padding-inline: 18px;
  }

  .policy-copy-table {
    padding-inline: 14px;
  }

  .policy-quick-links {
    margin-top: 18px;
  }

  .vt-content-wrap {
    width: min(100% - 28px, 1060px);
    padding-block: 34px 58px;
  }

  .vt-policy-header {
    margin-bottom: 24px;
    padding: 27px 21px;
    border-radius: 20px;
  }

  .vt-policy-header > p {
    font-size: 15px;
  }

  .vt-policy section {
    padding: 21px 18px;
  }

  .vt-policy h2 {
    font-size: 21px;
  }

  .site-footer .brand-logo {
    width: 195px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 25px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
