main#top {
      --ink: #12222d;
      --muted: #5d6c76;
      --line: #dbe5ea;
      --teal: #087f8c;
      --teal-dark: #035c67;
      --cyan: #00a7c4;
      --yellow: #ffca3a;
      --coral: #ff6b4a;
      --cream: #f7f4ec;
      --white: #ffffff;
      --shadow: 0 18px 48px rgba(10, 43, 55, .14);
      --radius: 8px;
      font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

main#top * {
      box-sizing: border-box;
    }

main#top {
      scroll-behavior: smooth;
    }

main#top {
      margin: 0;
      color: var(--ink);
      background: var(--white);
      line-height: 1.6;
    }

main#top a {
      color: inherit;
      text-decoration: none;
    }

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

main#top .container {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

main#top .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      border-bottom: 1px solid rgba(219, 229, 234, .76);
      background: rgba(255, 255, 255, .93);
      backdrop-filter: blur(14px);
    }

main#top .nav {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

main#top .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      color: var(--teal-dark);
    }

main#top .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: var(--white);
      background: linear-gradient(135deg, var(--teal), var(--cyan));
      box-shadow: 0 10px 22px rgba(0, 167, 196, .25);
    }

main#top .brand-mark svg,
main#top .icon svg,
main#top .button svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2.1;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      flex: 0 0 auto;
    }

main#top .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      color: #314651;
      font-size: 15px;
      font-weight: 700;
    }

main#top .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 18px;
      border: 1px solid transparent;
      border-radius: 8px;
      font-weight: 800;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
      white-space: nowrap;
    }

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

main#top .button-primary {
      color: var(--white);
      background: var(--teal);
      box-shadow: 0 14px 26px rgba(8, 127, 140, .24);
    }

main#top .button-primary:hover {
      background: var(--teal-dark);
    }

main#top .button-secondary {
      color: var(--teal-dark);
      background: var(--white);
      border-color: rgba(8, 127, 140, .25);
    }

main#top .hero {
      position: relative;
      min-height: 690px;
      overflow: hidden;
      color: var(--white);
      background: #052934;
    }

main#top .hero-media {
      position: absolute;
      inset: 0;
    }

main#top .hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

main#top .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(4, 31, 41, .94) 0%, rgba(4, 31, 41, .75) 38%, rgba(4, 31, 41, .18) 76%),
        linear-gradient(0deg, rgba(4, 31, 41, .72) 0%, rgba(4, 31, 41, 0) 45%);
      z-index: 1;
    }

main#top .hero-content {
      position: relative;
      z-index: 2;
      min-height: 690px;
      display: grid;
      align-content: center;
      justify-items: start;
      text-align: left;
      padding: 92px 0 116px;
    }

main#top .hero .container.hero-content {
      width: 100%;
      max-width: none;
      margin: 0;
      padding-left: clamp(24px, 5vw, 80px);
      padding-right: clamp(24px, 5vw, 80px);
    }

main#top .hero-content h1,
main#top .hero-content .hero-lead {
      max-width: 690px;
    }

main#top .eyebrow {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      gap: 8px;
      padding: 7px 12px;
      border: 1px solid rgba(255, 255, 255, .24);
      border-radius: 999px;
      color: #d8fbff;
      background: rgba(255, 255, 255, .1);
      font-size: 14px;
      font-weight: 800;
    }

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

main#top h1 {
      margin: 22px 0 20px;
      font-size: clamp(42px, 7vw, 82px);
      line-height: 1.04;
      letter-spacing: 0;
    }

main#top .hero-lead {
      max-width: 630px;
      margin-bottom: 28px;
      color: rgba(255, 255, 255, .88);
      font-size: clamp(18px, 2vw, 22px);
    }

main#top .price-strip {
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap;
      gap: 12px 18px;
      margin: 0 0 30px;
    }

main#top .price-strip strong {
      color: var(--yellow);
      font-size: clamp(48px, 8vw, 84px);
      line-height: .9;
    }

main#top .price-strip span {
      padding-bottom: 9px;
      color: rgba(255, 255, 255, .82);
      font-weight: 800;
    }

main#top .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

main#top .marquee {
      position: relative;
      overflow: hidden;
      background: linear-gradient(90deg, var(--teal-dark), var(--teal) 50%, var(--teal-dark));
      border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

main#top .marquee-track {
      display: flex;
      width: max-content;
      animation: marqueeScroll 34s linear infinite;
    }

main#top .marquee:hover .marquee-track {
      animation-play-state: paused;
    }

main#top .marquee-group {
      display: flex;
      flex: 0 0 auto;
    }

main#top .marquee-item {
      display: inline-flex;
      align-items: center;
      padding: 13px 0;
      color: #ffeab5;
      font-size: 15px;
      font-weight: 800;
      white-space: nowrap;
    }

main#top .marquee-item::after {
      content: "";
      width: 8px;
      height: 8px;
      flex: 0 0 auto;
      margin: 0 26px;
      transform: rotate(45deg);
      background: var(--yellow);
    }

@keyframes marqueeScroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

@media (prefers-reduced-motion: reduce) {
main#top .marquee-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
      }

}

main#top .quick-facts {
      padding: 26px 0;
      background: #f5fbfc;
      border-bottom: 1px solid var(--line);
    }

main#top .quick-facts-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

main#top .quick-fact {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 14px;
      min-height: 86px;
      padding: 18px;
      border: 1px solid rgba(8, 127, 140, .14);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 10px 24px rgba(18, 34, 45, .05);
    }

main#top .quick-fact-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: var(--teal-dark);
      background: #dff7f6;
    }

main#top .quick-fact-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2.1;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

main#top .quick-fact b {
      display: block;
      color: var(--teal-dark);
      font-size: 24px;
      line-height: 1.1;
      margin-bottom: 3px;
    }

main#top .quick-fact span {
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

main#top section {
      padding: 94px 0;
    }

main#top section[id] {
      scroll-margin-top: 76px;
    }

main#top .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
      align-items: end;
      gap: 32px;
      margin-bottom: 34px;
    }

main#top .kicker {
      margin-bottom: 10px;
      color: var(--teal);
      font-size: 14px;
      font-weight: 900;
    }

main#top h2 {
      margin-bottom: 0;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.15;
      letter-spacing: 0;
    }

main#top .section-head p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 17px;
    }

main#top .plan-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }

main#top .plan-card {
      position: relative;
      display: grid;
      align-content: space-between;
      min-height: 410px;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 12px 30px rgba(18, 34, 45, .06);
    }

main#top .plan-card.featured {
      border-color: rgba(8, 127, 140, .36);
      box-shadow: var(--shadow);
    }

main#top .badge {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      color: var(--teal-dark);
      background: #dff7f6;
      font-size: 13px;
      font-weight: 900;
    }

main#top .plan-speed {
      margin: 18px 0 4px;
      font-size: 38px;
      line-height: 1;
      font-weight: 900;
      color: var(--ink);
    }

main#top .plan-upload {
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
    }

main#top .plan-price {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 4px;
      margin: 22px 0 20px;
      color: var(--teal-dark);
    }

main#top .plan-price small {
      font-size: 14px;
      font-weight: 800;
    }

main#top .plan-price b {
      font-size: 38px;
      line-height: 1;
    }

main#top .check-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #314651;
      font-size: 15px;
    }

main#top .check-list li {
      display: flex;
      gap: 9px;
    }

main#top .check-list li::before {
      content: "";
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
      margin-top: 3px;
      border-radius: 50%;
      background: var(--teal);
      mask: radial-gradient(circle at 50% 50%, transparent 0 38%, #000 40%);
    }

main#top .note {
      margin-top: 18px;
      color: var(--muted);
      font-size: 13px;
    }

main#top .benefits {
      background: var(--cream);
    }

main#top .benefit-layout {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 34px;
      align-items: stretch;
    }

main#top .feature-panel {
      padding: 34px;
      border-radius: var(--radius);
      color: var(--white);
      background: #06313d;
    }

main#top .feature-panel h2 {
      margin-bottom: 18px;
    }

main#top .feature-panel p {
      color: rgba(255, 255, 255, .78);
    }

main#top .feature-panel .button {
      margin-top: 18px;
    }

main#top .benefit-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

main#top .benefit-card {
      overflow: hidden;
      border: 1px solid rgba(8, 127, 140, .14);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .9);
      transition: transform .3s ease, box-shadow .3s ease;
    }

main#top .benefit-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow);
    }

main#top .benefit-media {
      height: 150px;
      overflow: hidden;
      background: #06313d;
    }

main#top .benefit-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .6s ease;
    }

main#top .benefit-card:hover .benefit-media img {
      transform: scale(1.06);
    }

main#top .benefit-body {
      position: relative;
      padding: 0 24px 26px;
    }

main#top .benefit-body .icon {
      position: relative;
      z-index: 2;
      margin: -24px 0 14px;
      border: 3px solid var(--white);
      background: linear-gradient(135deg, var(--teal), var(--cyan));
      color: var(--white);
      box-shadow: 0 10px 22px rgba(8, 127, 140, .28);
    }

main#top .icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      border-radius: 8px;
      color: var(--teal-dark);
      background: #dff7f6;
    }

main#top .benefit-card h3 {
      margin-bottom: 8px;
      font-size: 20px;
    }

main#top .benefit-card p {
      margin-bottom: 0;
      color: var(--muted);
    }

main#top .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      counter-reset: step;
    }

main#top .step {
      min-height: 230px;
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      counter-increment: step;
    }

main#top .step::before {
      content: "0" counter(step);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-bottom: 22px;
      border-radius: 50%;
      color: var(--ink);
      background: var(--yellow);
      font-weight: 900;
    }

main#top .step h3 {
      margin-bottom: 8px;
      font-size: 22px;
    }

main#top .step p {
      margin-bottom: 0;
      color: var(--muted);
    }

main#top .area {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(223, 247, 246, .92), rgba(255, 255, 255, .8)),
        #eef8fa;
    }

main#top .area::before {
      content: "";
      position: absolute;
      inset: 44px 0 auto 0;
      height: 180px;
      opacity: .18;
      background:
        linear-gradient(90deg, transparent 0 8%, rgba(8, 127, 140, .18) 8% 8.4%, transparent 8.4% 100%),
        repeating-linear-gradient(18deg, transparent 0 34px, rgba(8, 127, 140, .12) 35px, transparent 36px);
      pointer-events: none;
    }

main#top .area-content {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 42px;
      align-items: center;
    }

main#top .area-copy {
      padding: 10px 0;
    }

main#top .area-lead {
      max-width: 620px;
      color: #314651;
      font-size: 17px;
    }

main#top .area-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

main#top .area-card {
      position: relative;
      display: grid;
      min-height: 210px;
      padding: 24px;
      border: 1px solid rgba(8, 127, 140, .16);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 18px 38px rgba(8, 127, 140, .1);
    }

main#top .area-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 5px;
      border-radius: 8px 8px 0 0;
      background: linear-gradient(90deg, var(--teal), var(--cyan), var(--yellow));
    }

main#top .area-card h3 {
      margin: 18px 0 6px;
      color: var(--teal-dark);
      font-size: 28px;
    }

main#top .area-card p {
      margin-bottom: 16px;
      color: var(--muted);
    }

main#top .area-list {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

main#top .area-list li {
      padding: 5px 9px;
      border-radius: 999px;
      color: #314651;
      background: #eef8fa;
      font-size: 13px;
      font-weight: 800;
    }

main#top .area-note {
      margin-top: 20px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

main#top .form-section {
      background: #07313d;
      color: var(--white);
    }

main#top .form-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 34px;
      align-items: start;
    }

main#top .form-copy p {
      color: rgba(255, 255, 255, .78);
      font-size: 17px;
    }

main#top .contact-box {
      display: grid;
      gap: 12px;
      margin-top: 28px;
    }

main#top .contact-box div {
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255, 255, 255, .86);
      font-weight: 800;
    }

main#top .lead-form {
      display: grid;
      gap: 16px;
      padding: 28px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .1);
    }

main#top .field-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

main#top label {
      display: grid;
      gap: 7px;
      color: rgba(255, 255, 255, .84);
      font-size: 14px;
      font-weight: 800;
    }

main#top input,
main#top select,
main#top textarea {
      width: 100%;
      min-height: 48px;
      padding: 11px 13px;
      border: 1px solid rgba(255, 255, 255, .28);
      border-radius: 8px;
      color: var(--white);
      background: rgba(2, 20, 26, .46);
      font: inherit;
      outline: none;
    }

main#top textarea {
      min-height: 108px;
      resize: vertical;
    }

main#top input:focus,
main#top select:focus,
main#top textarea:focus {
      border-color: var(--yellow);
      box-shadow: 0 0 0 3px rgba(255, 202, 58, .18);
    }

main#top option {
      color: var(--ink);
      background: var(--white);
    }

main#top .hint {
      margin: 0;
      color: rgba(255, 255, 255, .62);
      font-size: 12.5px;
      font-weight: 600;
      line-height: 1.6;
    }

main#top .radio-group {
      display: flex;
      gap: 12px;
    }

main#top .radio-group .radio {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      border: 1px solid rgba(255, 255, 255, .28);
      border-radius: 8px;
      background: rgba(2, 20, 26, .46);
      color: rgba(255, 255, 255, .82);
      font-size: 15px;
      font-weight: 800;
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease;
    }

main#top .radio-group .radio input {
      display: none;
    }

main#top .radio-group .radio:has(input:checked) {
      border-color: var(--yellow);
      background: rgba(255, 202, 58, .16);
      color: var(--white);
    }

main#top .summary-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 18px;
      border-radius: 8px;
      background: linear-gradient(135deg, var(--teal), var(--cyan));
      font-weight: 800;
    }

main#top .summary-bar .val {
      color: var(--yellow);
      font-size: 24px;
      line-height: 1;
    }

main#top .gift-note {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 13px 16px;
      border: 1px dashed var(--yellow);
      border-radius: 8px;
      background: rgba(255, 202, 58, .1);
      color: #ffeab5;
      font-size: 14.5px;
      font-weight: 800;
    }

main#top .gift-note svg {
      width: 22px;
      height: 22px;
      flex: 0 0 auto;
      stroke: var(--yellow);
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

main#top .consent {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255, 255, 255, .78);
      font-size: 13.5px;
      font-weight: 600;
    }

main#top .consent input {
      width: 18px;
      min-height: 18px;
      height: 18px;
      margin-top: 3px;
      flex: 0 0 auto;
      accent-color: var(--yellow);
      padding: 0;
    }

main#top .consent a {
      color: var(--yellow);
      text-decoration: underline;
    }

main#top .notes {
      padding: 54px 0;
      color: rgba(255, 255, 255, .74);
      background: #052934;
    }

main#top .notes h2 {
      margin-bottom: 16px;
      color: var(--yellow);
      font-size: 20px;
    }

main#top .notes ul {
      display: grid;
      gap: 9px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 14px;
    }

main#top .notes li {
      display: flex;
      gap: 10px;
    }

main#top .notes li::before {
      content: "";
      width: 6px;
      height: 6px;
      flex: 0 0 auto;
      margin-top: 10px;
      border-radius: 50%;
      background: var(--yellow);
    }

main#top .plan-swipe-hint {
      display: none;
      margin: 0 0 14px;
      color: var(--teal);
      font-size: 14px;
      font-weight: 800;
      text-align: center;
    }

main#top .form-message {
      min-height: 24px;
      margin: 0;
      color: #bff5d0;
      font-weight: 800;
    }

main#top .faq-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }

main#top details {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

main#top details[open] {
      border-color: rgba(8, 127, 140, .32);
      box-shadow: 0 12px 28px rgba(8, 127, 140, .08);
    }

main#top summary {
      padding: 20px 22px;
      cursor: pointer;
      font-weight: 900;
      list-style: none;
    }

main#top summary::-webkit-details-marker {
      display: none;
    }

main#top summary::after {
      content: "+";
      float: right;
      color: var(--teal);
      font-size: 22px;
      line-height: 1;
    }

main#top details[open] summary::after {
      content: "-";
    }

main#top details p {
      margin: 0;
      padding: 0 22px 22px;
      color: var(--muted);
    }

main#top .site-footer {
      padding: 36px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      background: #fbfcfd;
    }

main#top .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-size: 14px;
    }

@media (max-width: 980px) {
main#top .nav-links {
        display: none;
      }

main#top .hero,
main#top .hero-content {
        min-height: 640px;
      }

main#top .quick-facts-grid,
main#top .plan-grid,
main#top .steps {
        grid-template-columns: repeat(2, 1fr);
      }

main#top .section-head,
main#top .benefit-layout,
main#top .area-content,
main#top .form-layout {
        grid-template-columns: 1fr;
      }

}

@media (max-width: 680px) {
main#top .container {
        width: min(100% - 28px, 1120px);
      }

main#top .nav {
        min-height: 62px;
        gap: 12px;
      }

main#top .brand span {
        max-width: 112px;
        line-height: 1.2;
      }

main#top .nav .button {
        min-height: 40px;
        padding: 0 12px;
        font-size: 14px;
      }

main#top .hero {
        min-height: 620px;
      }

main#top .hero-content {
        min-height: 620px;
        padding-top: 54px;
        padding-bottom: 78px;
      }

main#top .hero::before {
        background:
          linear-gradient(180deg, rgba(4, 31, 41, .97) 0%, rgba(4, 31, 41, .88) 54%, rgba(4, 31, 41, .52) 100%);
      }

main#top h1 {
        margin: 18px 0 16px;
        font-size: clamp(38px, 12vw, 54px);
      }

main#top h2 {
        font-size: 30px;
      }

main#top .hero-lead {
        margin-bottom: 22px;
        font-size: 17px;
      }

main#top .price-strip {
        margin-bottom: 22px;
      }

main#top .hero-actions .button {
        flex: 1 1 150px;
      }

main#top section {
        padding: 58px 0;
      }

main#top .quick-facts {
        padding: 18px 0;
      }

main#top .quick-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

main#top .quick-fact {
        grid-template-columns: 1fr;
        gap: 9px;
        min-height: 116px;
        padding: 14px;
      }

main#top .quick-fact-icon {
        width: 36px;
        height: 36px;
      }

main#top .quick-fact b {
        font-size: 20px;
      }

main#top .quick-fact span {
        font-size: 13px;
        line-height: 1.45;
      }

main#top .section-head {
        gap: 14px;
        margin-bottom: 22px;
      }

main#top .section-head p {
        font-size: 15px;
      }

main#top .marquee-item {
        font-size: 14px;
      }

main#top .benefit-media {
        height: 132px;
      }

main#top .plan-swipe-hint {
        display: block;
      }

main#top .plan-grid {
        display: flex;
        gap: 14px;
        grid-template-columns: none;
        margin: 0 -14px;
        padding: 4px 14px 18px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-padding-left: 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

main#top .plan-grid::-webkit-scrollbar {
        height: 6px;
      }

main#top .plan-grid::-webkit-scrollbar-track {
        background: #eef8fa;
        border-radius: 999px;
      }

main#top .plan-grid::-webkit-scrollbar-thumb {
        background: rgba(8, 127, 140, .42);
        border-radius: 999px;
      }

main#top .benefit-grid,
main#top .steps,
main#top .area-cards,
main#top .field-grid,
main#top .faq-grid {
        grid-template-columns: 1fr;
      }

main#top .plan-card {
        flex: 0 0 min(84vw, 330px);
        min-height: 430px;
        padding: 20px;
        scroll-snap-align: center;
      }

main#top .plan-card:first-child {
        scroll-snap-align: start;
      }

main#top .plan-speed {
        font-size: 34px;
      }

main#top .plan-price {
        margin: 20px 0 18px;
      }

main#top .plan-price b {
        font-size: 36px;
      }

main#top .feature-panel,
main#top .benefit-card,
main#top .step,
main#top .area-card,
main#top .lead-form {
        padding: 20px;
      }

main#top .feature-panel h2 {
        font-size: 28px;
      }

main#top .step {
        min-height: auto;
      }

main#top .area::before {
        height: 120px;
      }

main#top .area-card {
        min-height: auto;
      }

main#top .area-card h3 {
        margin-top: 12px;
        font-size: 24px;
      }

main#top .footer-inner {
        display: grid;
      }

}

main#top .hero-content h1 {
  color: #ffffff;
}

main#top .hero-content .hero-lead {
  justify-self: start;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

main#top .feature-panel h2,
main#top .form-copy h2 {
  color: #ffffff;
}

main#top #faq,
main#top #faq .faq-grid,
main#top .notes {
  overflow-anchor: none;
}

main#top .area-list {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}

main#top .area-list li {
  width: fit-content;
}

main#top #plans .plan-card {
  align-content: start;
  min-height: 0;
}

main#top #plans .plan-card .note {
  margin-top: 28px;
}

@media (max-width: 680px) {
  main#top #plans .plan-card {
    flex: 0 0 250px;
    min-height: 0;
    width: 250px;
  }
}
