.pack-shell {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 42px 0 84px;
}

.pack-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 28px;
}

.pack-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pack-title-row h1 {
  max-width: 720px;
  margin: 15px 0 0;
  font-size: clamp(36px, 5.8vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

.pack-lead {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.pack-trust-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #e3ebf5;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
  white-space: nowrap;
}

.pack-trust-strip b {
  color: var(--text);
}

.pack-trust-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
}

.pack-decision-grid {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: stretch;
}

.try-panel,
.paid-panel {
  border: 1px solid #e3ebf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.try-panel {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 42%);
  border-color: #bbf7d0;
}

.pack-panel-head {
  padding: 24px 24px 18px;
  border-bottom: 1px solid #edf2f7;
}

.pack-panel-head small {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.paid-panel .pack-panel-head small {
  color: var(--blue-strong);
}

.pack-panel-head h2 {
  margin: 8px 0 0;
  font-size: clamp(25px, 3.4vw, 36px);
  line-height: 1.15;
  letter-spacing: 0;
}

.pack-panel-head p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.try-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  padding: 22px 24px 24px;
}

.free-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.free-price strong {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}

.free-price span {
  color: var(--muted);
  font-size: 14px;
}

.limit-list,
.pack-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.limit-list li,
.pack-feature {
  display: flex;
  gap: 10px;
  color: #334155;
  font-size: 14px;
  line-height: 1.48;
}

.limit-list li::before,
.pack-feature::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 0 45%, #fff 46% 55%, transparent 56%),
    var(--green);
}

.pack-feature::before {
  background:
    linear-gradient(135deg, transparent 0 45%, #fff 46% 55%, transparent 56%),
    var(--blue);
}

.pack-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.pack-btn-free {
  width: 100%;
  margin-top: auto;
  background: #fff;
  border-color: #059669;
  color: #059669;
}

.pack-btn-primary {
  background: linear-gradient(135deg, var(--blue), #4f8cff);
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.18);
}

.paid-body {
  padding: 20px;
}

.pack-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, .98fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 144px;
  padding: 20px 42px 20px 20px;
  border: 1px solid #e3ebf5;
  border-radius: 8px;
  background: #f8fbff;
}

.pack-row + .pack-row {
  margin-top: 14px;
}

.pack-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.pack-row .corner-ribbon {
  top: 10px;
  right: -32px;
  width: 118px;
  padding: 5px 0;
  font-size: 11px;
  box-shadow: 0 4px 10px rgba(5, 150, 105, .24);
}

.pack-title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 850;
}

.pack-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 7px;
}

.pack-price strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.pack-price span {
  color: var(--muted);
  font-size: 13px;
}

.pack-list {
  gap: 8px;
}

.pack-feature {
  font-size: 13px;
}

.pack-row .pack-btn {
  min-width: 112px;
}

.comparison-section {
  margin-top: 28px;
}

.comparison-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.comparison-head h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
}

.comparison-head p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.comparison-card {
  overflow-x: auto;
  border: 1px solid #e3ebf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  border-top: 1px solid #edf2f7;
  border-left: 1px solid #edf2f7;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
  vertical-align: middle;
}

.comparison-table tr:first-child th {
  border-top: 0;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  border-left: 0;
  color: var(--text);
  font-weight: 850;
}

.comparison-table th {
  background: #f8fafc;
  color: var(--text);
  font-weight: 850;
}

.yes,
.no {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.yes {
  background: var(--blue-soft);
  color: var(--blue-strong);
}

.no {
  background: #f1f5f9;
  color: #64748b;
}

.pack-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.pack-note {
  padding: 18px;
  border: 1px solid #e3ebf5;
  border-radius: 8px;
  background: #fff;
}

.pack-note strong {
  display: block;
  font-size: 15px;
}

.pack-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.pack-return-message {
  text-align: center;
  padding: 80px 20px;
}

.pack-return-message h2 {
  margin: 0 0 12px;
}

.pack-return-message p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .pack-title-row,
  .pack-decision-grid,
  .pack-notes {
    grid-template-columns: 1fr;
  }

  .pack-title-row {
    align-items: start;
  }

  .pack-trust-strip {
    justify-self: start;
  }

  .comparison-head {
    display: block;
  }

  .comparison-head p {
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  .pack-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pack-row .pack-btn {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .pack-shell {
    width: min(100% - 24px, 1120px);
    padding-top: 18px;
  }

  .pack-title-row h1 {
    font-size: clamp(36px, 12vw, 52px);
  }
}
