.package-fit {
  min-height: 66px;
  margin: 0 0 18px;
  color: #56647b;
  font-size: 14px;
}

.package-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 17px;
}

.package-pricing span {
  display: grid;
  gap: 3px;
  padding: 11px;
  border-radius: 9px;
  background: #f1f6fd;
}

.package-pricing small {
  color: #66748b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.package-pricing strong {
  color: #153e80;
  font-size: 17px;
}

.package-first {
  margin: 0;
  color: #243a60;
  font-size: 13px;
}

.package-grid-detailed {
  align-items: start;
}

.package-grid-detailed .package.featured {
  overflow: hidden;
  border: 2px solid #e5b72e;
  box-shadow: 0 16px 38px rgba(229, 183, 46, 0.18), 0 10px 26px rgba(40, 123, 239, 0.1);
}

.package-grid-detailed .package.featured::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #b9820d, #f3d66d, #d9a51d);
}

.package-grid-detailed .package.featured .flag {
  top: 20px;
  background: #fff3c8;
  color: #75510a;
  box-shadow: inset 0 0 0 1px rgba(185, 130, 13, 0.22);
}

.package-grid-detailed .package.featured > .package-highlights li::before,
.package-grid-detailed .package.featured .package-detail li::before {
  color: #b9820d;
}

.package-highlights {
  min-height: 126px;
  margin-bottom: 18px !important;
}

.package-detail-list {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
}

.package-detail {
  overflow: hidden;
  border: 1px solid #d9e4f3;
  border-radius: 9px;
  background: #f8fbff;
}

.package-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  color: #17365f;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.package-detail summary::-webkit-details-marker {
  display: none;
}

.package-detail summary span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e4efff;
  color: #1458b8;
  font-size: 17px;
  line-height: 1;
  transition: transform 160ms ease;
}

.package-detail[open] summary span {
  transform: rotate(45deg);
}

.package-detail ul {
  margin: 0 !important;
  padding: 0 14px 13px !important;
  color: #53627a;
  font-size: 12px;
}

.package-detail li {
  margin: 7px 0 !important;
}

.package-scope-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #d7e3f2;
  border-radius: 12px;
  background: #f5f9ff;
  color: #53627a;
  font-size: 13px;
}

.package-scope-note strong {
  color: #153e80;
}

@media (max-width: 560px) {
  .package.featured {
    order: -1;
  }

  .package-fit {
    min-height: 0;
  }

  .package-highlights {
    min-height: 0;
  }

  .package-scope-note {
    grid-template-columns: 1fr;
  }
}

.package-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.package-preview article {
  padding: 23px;
  border: 1px solid #dce5f1;
  border-radius: 13px;
  background: #fff;
}

.package-preview article.recommended {
  border-color: #75aef8;
  background: #f3f8ff;
  box-shadow: 0 10px 30px rgba(40, 123, 239, 0.09);
}

.package-preview span {
  display: block;
  margin-bottom: 10px;
  color: #1770d6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-preview h3 {
  margin: 0 0 13px;
  font-size: 20px;
}

.package-preview p {
  margin: 0;
  color: #34445f;
}

.package-preview p strong {
  color: #0d4f9e;
  font-size: 23px;
}

.package-preview small {
  display: block;
  margin-top: 5px;
  color: #68768a;
}

.package-preview-action,
.section-action {
  margin-top: 24px;
}

.section-action .button.secondary {
  background: #fff;
}

@media (max-width: 700px) {
  .package-preview {
    grid-template-columns: 1fr;
  }

  .package-preview-action .button {
    width: 100%;
  }
}

.website-levels {
  background:
    radial-gradient(circle at 92% 4%, rgba(43, 126, 239, 0.11), transparent 28%),
    #fff;
}

.website-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.website-tier-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #d7e2f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 49, 88, 0.07);
}

.website-tier-card.recommended {
  overflow: hidden;
  border: 2px solid #e5b72e;
  box-shadow: 0 18px 48px rgba(229, 183, 46, 0.17), 0 12px 30px rgba(40, 123, 239, 0.1);
}

.website-tier-card.recommended::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #b9820d, #f3d66d, #d9a51d);
}

.tier-flag {
  position: absolute;
  top: 19px;
  right: 19px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff3c8;
  color: #75510a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tier-number {
  color: #1e70da;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.tier-visual {
  position: relative;
  min-height: 260px;
  margin: 22px -10px 4px;
  overflow: hidden;
  border-radius: 12px;
  background: #10233f;
  box-shadow: 0 15px 32px rgba(16, 38, 69, 0.18);
}

.tier-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.tier-visual > a {
  position: absolute;
  z-index: 4;
  inset: 0;
}

.tier-visual:hover > img {
  transform: scale(1.035);
}

.tier-browser-bar {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 11px;
  background: rgba(7, 17, 32, 0.86);
  color: #fff;
  backdrop-filter: blur(10px);
}

.tier-browser-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
}

.tier-browser-bar span {
  margin-left: auto;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 1.2px;
}

.tier-visual-copy {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  gap: 7px;
  padding: 48px 20px 20px;
  color: #fff;
}

.tier-visual-copy small {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tier-visual-copy strong {
  max-width: 245px;
  font-size: 24px;
  line-height: 1.03;
}

.tier-visual-copy span {
  font-size: 10px;
  font-weight: 800;
}

.tier-launch .tier-visual > img {
  filter: saturate(0.75) contrast(0.9) brightness(0.75);
}

.tier-launch .tier-visual-copy {
  background: linear-gradient(0deg, rgba(44, 35, 28, 0.97), rgba(44, 35, 28, 0.05));
}

.tier-launch .tier-visual-copy strong {
  font-size: 21px;
  letter-spacing: -0.4px;
}

.tier-growth .tier-visual {
  border-radius: 72px 12px 12px 12px;
  background: #f1e1d1;
}

.tier-growth .tier-visual > img {
  object-position: 64% center;
  filter: sepia(0.08) saturate(0.86) brightness(0.83);
}

.tier-growth .tier-browser-bar {
  background: rgba(77, 45, 33, 0.9);
}

.tier-growth .tier-visual-copy {
  background: linear-gradient(0deg, rgba(76, 43, 32, 0.98), rgba(76, 43, 32, 0.02));
}

.tier-growth .tier-visual-copy strong {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}

.tier-authority .tier-visual {
  min-height: 290px;
  border: 1px solid #9e824f;
  border-radius: 0;
  background: #11110f;
}

.tier-authority .tier-visual > img {
  filter: saturate(0.55) contrast(1.08) brightness(0.55);
}

.tier-authority .tier-browser-bar {
  border-bottom: 1px solid rgba(202, 174, 119, 0.42);
  background: rgba(8, 8, 7, 0.94);
  color: #e1cea8;
}

.tier-authority .tier-visual-copy {
  background: linear-gradient(0deg, rgba(9, 9, 8, 0.99), rgba(9, 9, 8, 0.03));
}

.tier-authority .tier-visual-copy small,
.tier-authority .tier-visual-copy span {
  color: #d3b77f;
}

.tier-authority .tier-visual-copy strong {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.tier-level {
  margin: 26px 0 8px;
  color: #65748a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.website-tier-card h3 {
  margin: 0 0 8px;
  color: #122d53;
  font-size: 27px;
  line-height: 1.08;
}

.tier-price {
  color: #0d57b8;
  font-size: 25px;
}

.tier-fit {
  min-height: 84px;
  margin: 20px 0 14px;
  color: #56647b;
  font-size: 14px;
  line-height: 1.55;
}

.tier-meta {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 10px;
  background: #f1f6fd;
  color: #29456d;
  font-size: 12px;
  font-weight: 750;
}

.website-tier-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 25px;
  padding: 0;
  color: #4f5f75;
  font-size: 14px;
  list-style: none;
}

.website-tier-card li {
  position: relative;
  padding-left: 20px;
}

.website-tier-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1c6ed8;
  font-weight: 900;
}

.website-tier-card.recommended li::before {
  color: #a87508;
}

.tier-actions {
  display: grid;
  gap: 13px;
  margin-top: auto;
}

.tier-actions .button {
  width: 100%;
  padding-inline: 13px;
  text-align: center;
}

.tier-actions > a:not(.button) {
  color: #155bb9;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.tier-comparison-section {
  border-block: 1px solid #e2eaf4;
}

.comparison-shell {
  overflow: hidden;
  border: 1px solid #d9e4f1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 49, 88, 0.06);
}

.comparison-table {
  overflow-x: auto;
}

.comparison-table table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e4ebf4;
  color: #53627a;
  font-size: 13px;
}

.comparison-table thead th {
  background: #0a1b35;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.comparison-table thead th:nth-child(3) {
  background: #164f9d;
  color: #ffe59a;
}

.comparison-table tbody th {
  color: #1d365a;
  font-weight: 800;
}

.comparison-table tbody td:nth-child(3) {
  background: #f4f8ff;
  color: #164f9d;
  font-weight: 750;
}

.comparison-note {
  margin: 0;
  padding: 17px 20px;
  background: #f3f7fc;
  color: #53627a;
  font-size: 13px;
  line-height: 1.6;
}

.value-ladder {
  position: relative;
  overflow: hidden;
}

.value-ladder::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(229, 183, 46, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(229, 183, 46, 0.035), 0 0 0 96px rgba(40, 123, 239, 0.025);
  pointer-events: none;
}

.value-ladder-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.value-ladder-grid article {
  padding: 23px;
  border: 1px solid rgba(188, 215, 248, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.value-ladder-grid span {
  color: #efc95c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.value-ladder-grid h3 {
  margin: 34px 0 10px;
  color: #fff;
  font-size: 20px;
}

.value-ladder-grid p {
  margin: 0;
  color: #b9cee9;
  font-size: 13px;
  line-height: 1.6;
}

.growth-systems {
  background: #fff;
}

.package-paths {
  padding: 19px 0;
  border-bottom: 1px solid #dce5f1;
  background: #0a1b35;
}

.package-paths .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.package-paths .container > div {
  display: grid;
  gap: 3px;
}

.package-paths span {
  color: #efc95c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-paths strong {
  color: #fff;
  font-size: 15px;
}

.package-paths small {
  color: #b9cee9;
  font-size: 11px;
}

.package-paths .container > b {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(229, 183, 46, 0.55);
  border-radius: 50%;
  color: #efc95c;
  font-size: 9px;
}

.package-alternative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
  padding: 13px 16px;
  border: 1px solid rgba(185, 130, 13, 0.35);
  border-radius: 10px;
  background: #fff8df;
}

.package-alternative span {
  color: #75510a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.package-alternative strong {
  color: #5e430d;
  font-size: 13px;
}

.offer-timeline {
  display: grid;
  gap: 5px;
  margin-top: 17px;
  padding: 12px 13px;
  border-left: 3px solid #2b7eef;
  background: #f2f7fd;
}

.offer-timeline small {
  color: #1e64bf;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.offer-timeline span {
  color: #4f6079;
  font-size: 12px;
  line-height: 1.5;
}

.purchase-standards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.purchase-standards article {
  padding: 20px;
  border: 1px solid #dce5f1;
  border-radius: 12px;
  background: #f8fbff;
}

.purchase-standards span {
  color: #1d6edc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.purchase-standards h3 {
  margin: 24px 0 8px;
  color: #1c365b;
  font-size: 17px;
}

.purchase-standards p {
  margin: 0;
  color: #5a687e;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .website-tier-grid {
    grid-template-columns: 1fr;
  }

  .tier-fit {
    min-height: 0;
  }

  .value-ladder-grid,
  .purchase-standards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .website-tier-card {
    padding: 23px 20px;
  }

  .website-tier-card.recommended {
    order: -1;
  }

  .tier-flag {
    position: static;
    width: max-content;
    margin-bottom: 17px;
  }

  .tier-visual,
  .tier-authority .tier-visual {
    min-height: 250px;
  }

  .value-ladder-grid,
  .purchase-standards {
    grid-template-columns: 1fr;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 13px;
  }

  .package-paths .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .package-paths .container > b {
    width: auto;
    height: auto;
    justify-self: start;
    border: 0;
  }

  .package-alternative {
    align-items: flex-start;
    flex-direction: column;
  }
}
