.ptt-plan-offer {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #f7faff;
  box-shadow: 0 3px 12px rgba(30, 54, 86, 0.08);
}

.ptt-plan-offer h3 {
  margin: 0 0 6px;
  color: #1f2e43;
  font-size: 20px;
  line-height: 1.25;
}

.ptt-plan-eyebrow {
  margin: 0 0 5px;
  color: #2e6bd8;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ptt-plan-offer fieldset {
  margin: 12px 0;
  padding: 0;
  border: 0;
}

.ptt-plan-offer legend {
  margin-bottom: 8px;
  font-weight: bold;
}

.ptt-plan-choice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.ptt-plan-choice:hover,
.ptt-plan-choice:focus-within {
  border-color: #2e6bd8;
  box-shadow: 0 0 0 2px rgba(46, 107, 216, 0.12);
}

.ptt-plan-choice.is-selected {
  border-color: #2e6bd8;
  background: #edf4ff;
}

.ptt-plan-recommended {
  border-color: #86aef0;
}

.ptt-plan-badge {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #2e6bd8;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.ptt-plan-choice input {
  flex: 0 0 auto;
}

.ptt-plan-price {
  margin-left: auto;
  font-weight: bold;
}

.ptt-plan-summary,
.ptt-plan-intro {
  margin: 8px 0;
  line-height: 1.45;
}

.ptt-plan-error {
  min-height: 1.2em;
  margin: 6px 0 0;
  color: #b00020;
  font-weight: bold;
}

.ptt-plan-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  overflow: auto;
  background: rgba(20, 31, 46, 0.62);
}

.ptt-plan-modal-panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 6vh auto;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(20, 31, 46, 0.28);
}

.ptt-plan-modal-panel h3 {
  margin: 0 36px 8px 0;
  color: #1f2e43;
  font-size: 24px;
  line-height: 1.25;
}

.ptt-plan-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: #415168;
  font-size: 28px;
  cursor: pointer;
}

.ptt-plan-modal-continue,
.ptt-plan-modal-back {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.ptt-plan-modal-continue {
  border: 1px solid #2e6bd8;
  background: #2e6bd8;
  color: #fff;
}

.ptt-plan-modal-back {
  border: 1px solid #c8d1dc;
  background: #fff;
  color: #25364d;
}

.ptt-plan-modal-open {
  overflow: hidden;
}

@media (max-width: 520px) {
  .ptt-plan-choice {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ptt-plan-price {
    width: 100%;
    margin-left: 25px;
  }
}
.ptt-plan-offer{position:relative;margin:22px 0;padding:24px 24px 20px;border:1px solid #c9d8e8;border-radius:16px;background:linear-gradient(145deg,#f8fbff 0%,#eef7f8 100%);box-shadow:0 10px 26px rgba(16,37,61,.1);overflow:hidden}.ptt-plan-offer:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(#20a88d,#f4b942)}.ptt-plan-offer h3{margin:0 0 7px;color:#10253d;font-size:21px;line-height:1.2;letter-spacing:-.02em}.ptt-plan-eyebrow{margin:0 0 7px;color:#118a76;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.ptt-plan-intro{max-width:560px;margin:0;color:#53708c;font-size:14px;line-height:1.55}.ptt-plan-offer fieldset{margin:18px 0 12px;padding:0;border:0}.ptt-plan-offer legend{margin-bottom:9px;color:#10253d;font-size:13px;font-weight:800}.ptt-plan-choice{display:flex;align-items:center;gap:11px;min-height:54px;margin:8px 0;padding:11px 13px;border:1px solid #d5e1ed;border-radius:11px;background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;box-sizing:border-box}.ptt-plan-choice:hover,.ptt-plan-choice:focus-within{border-color:#20a88d;box-shadow:0 4px 12px rgba(32,168,141,.12);transform:translateY(-1px)}.ptt-plan-choice.is-selected{border-color:#20a88d;background:#effbf8;box-shadow:0 0 0 2px rgba(32,168,141,.1)}.ptt-plan-recommended{border-color:#8ccfc2}.ptt-plan-choice input{flex:0 0 auto;width:17px;height:17px;accent-color:#118a76}.ptt-plan-choice>span:nth-child(2){min-width:0;color:#10253d;font-size:14px;line-height:1.35}.ptt-plan-price{margin-left:auto;white-space:nowrap;color:#10253d;font-size:15px;font-weight:800}.ptt-plan-badge{display:inline-block;margin-right:7px;padding:3px 7px;border-radius:5px;background:#118a76;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;vertical-align:1px}.ptt-plan-summary{margin:13px 0 0;color:#53708c;font-size:12px;line-height:1.55}.ptt-plan-summary a{color:#118a76;font-weight:700}.ptt-plan-error{min-height:1.2em;margin:8px 0 0;color:#a32929;font-size:12px;font-weight:700}.ptt-plan-modal{display:none;position:fixed;z-index:100000;inset:0;padding:20px;overflow:auto;background:rgba(2,12,27,.72);backdrop-filter:blur(5px)}.ptt-plan-modal-panel{position:relative;width:100%;max-width:540px;margin:6vh auto;padding:27px;border:1px solid #c9d8e8;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(2,12,27,.3)}.ptt-plan-modal-panel h3{margin:0 40px 8px 0;color:#10253d;font-size:25px;line-height:1.18}.ptt-plan-modal-close{position:absolute;top:10px;right:12px;width:38px;height:38px;padding:0;border:0;background:transparent;color:#53708c;font-size:28px;cursor:pointer}.ptt-plan-modal-continue,.ptt-plan-modal-back{box-sizing:border-box;width:100%;min-height:44px;margin-top:9px;padding:11px 16px;border-radius:8px;font-weight:800;cursor:pointer}.ptt-plan-modal-continue{border:1px solid #118a76;background:#118a76;color:#fff}.ptt-plan-modal-back{border:1px solid #c9d8e8;background:#fff;color:#10253d}.ptt-plan-modal-open{overflow:hidden}@media(max-width:520px){.ptt-plan-offer{padding:21px 17px 17px}.ptt-plan-offer h3{font-size:19px}.ptt-plan-choice{align-items:flex-start;flex-wrap:wrap}.ptt-plan-price{margin-left:28px}.ptt-plan-modal-panel{padding:23px 17px}}

.ptt-rp-page-wrap {
  padding: 24px 0 48px;
}

.ptt-rp-page {
  max-width: 980px;
  margin: 0 auto;
  color: #25364d;
  font-size: 16px;
  line-height: 1.65;
}

.ptt-rp-page h1 {
  margin: 12px 0 16px;
  color: #14243a;
  font-size: 34px;
  line-height: 1.15;
}

.ptt-rp-page h2 {
  margin: 28px 0 10px;
  color: #1f2e43;
  font-size: 24px;
}

.ptt-rp-page h3,
.ptt-rp-page h4 {
  margin: 22px 0 8px;
  color: #25364d;
}

.ptt-rp-lead {
  max-width: 820px;
  margin: 0 0 22px;
  color: #344b68;
  font-size: 21px;
  line-height: 1.45;
}

.ptt-rp-grid,
.ptt-rp-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.ptt-rp-grid section,
.ptt-rp-hero-grid a {
  padding: 20px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #f8fbff;
}

.ptt-rp-hero-grid a {
  color: #1f2e43;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.ptt-rp-hero-grid a:hover {
  border-color: #2e6bd8;
  box-shadow: 0 8px 24px rgba(30, 54, 86, .12);
}

.ptt-rp-hero-grid strong,
.ptt-rp-hero-grid span {
  display: block;
}

.ptt-rp-hero-grid strong {
  margin-bottom: 6px;
  font-size: 20px;
}

.ptt-rp-callout {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 5px solid #2e6bd8;
  border-radius: 8px;
  background: #edf4ff;
}

.ptt-rp-table {
  width: 100%;
  margin: 14px 0 24px;
  border-collapse: collapse;
  background: #fff;
}

.ptt-rp-table th,
.ptt-rp-table td {
  padding: 12px 14px;
  border: 1px solid #dbe5f1;
  text-align: left;
  vertical-align: top;
}

.ptt-rp-table th {
  background: #edf4ff;
  color: #1f2e43;
}

.ptt-rp-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dbe5f1;
}

.ptt-rp-links a {
  padding: 9px 13px;
  border: 1px solid #b8cae4;
  border-radius: 999px;
  color: #2459ad;
  text-decoration: none;
}

@media (max-width: 700px) {
  .ptt-rp-page h1 { font-size: 29px; }
  .ptt-rp-grid,
  .ptt-rp-hero-grid { grid-template-columns: 1fr; }
  .ptt-rp-table { display: block; overflow-x: auto; }
}

/* PTT plan offer v2: compact mobile-first selector override */
.ptt-plan-offer {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 !important;
  padding: 20px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.ptt-plan-offer fieldset {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 16px 0 12px !important;
}

.ptt-plan-offer fieldset legend {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin: 0 0 1px !important;
}

.ptt-plan-offer .ptt-plan-choice {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 12px !important;
  transform: none !important;
}

.ptt-plan-offer .ptt-plan-choice > span:nth-child(2) {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.ptt-plan-offer .ptt-plan-choice input {
  margin: 0 !important;
}

.ptt-plan-offer .ptt-plan-price {
  margin: 0 !important;
  white-space: nowrap !important;
  align-self: center !important;
}

.ptt-plan-offer .ptt-plan-badge {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 4px !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
}

.ptt-plan-offer .ptt-plan-decline {
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: flex-start !important;
  min-height: 48px !important;
  background: transparent !important;
  border-color: #d5e1ed !important;
  color: #53708c !important;
}

.ptt-plan-offer .ptt-plan-decline > span {
  color: #53708c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.ptt-plan-offer .ptt-plan-summary {
  clear: both !important;
  margin-top: 12px !important;
  font-size: 11px !important;
}

@media (max-width: 600px) {
  .ptt-plan-offer {
    margin: 16px 0 !important;
    padding: 17px 14px 15px !important;
    border-radius: 12px !important;
  }

  .ptt-plan-offer h3 {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  .ptt-plan-offer .ptt-plan-intro {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .ptt-plan-offer fieldset {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .ptt-plan-offer fieldset legend {
    margin-bottom: 2px !important;
  }

  .ptt-plan-offer .ptt-plan-choice {
    grid-template-columns: 18px minmax(0, 1fr) auto !important;
    min-height: 56px !important;
    padding: 10px !important;
  }

  .ptt-plan-offer .ptt-plan-decline {
    min-height: 45px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ptt-plan-offer .ptt-plan-choice,
  .ptt-plan-offer .ptt-plan-choice:hover {
    transition: none !important;
    transform: none !important;
  }
}
