.plans-page {
  --navy: #163f49;
  --ink: #173e47;
  --muted: #62777d;
  --bg: #fffdf9;
  --white: #fff;
  --line: #dfebe8;
  --coral: #f17770;
  --teal: #198d7e;
  --mint: #dff4eb;
  --mint-deep: #127258;
}
.plans-page * { box-sizing: border-box; }
.plans-page { margin: 0; background: var(--bg); color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
.plans-page a { color: inherit; }
.plans-page .wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.plans-page .site-header { background: #fffdf9; border-bottom: 1px solid #e9efec; position: relative; z-index: 4; }
.plans-page .bar { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.plans-page .main-nav { display: flex; align-items: center; gap: 24px; }
.plans-page .main-nav a { font-size: .91rem; font-weight: 650; text-decoration: none; }
.plans-page .main-nav a:not(.btn):hover { text-decoration: underline; }
.plans-page .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; background: var(--mint-deep); padding: 12px 18px; color: #fff; text-decoration: none; font-size: .92rem; font-weight: 800; box-shadow: 0 7px 15px #12634c20; transition: transform .18s, box-shadow .18s; cursor: pointer; }
.plans-page .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px #12634c2b; background: var(--mint-deep); }
.plans-page .nav-cta { padding: 10px 15px; }
.plans-page .plans-hero { position: relative; overflow: hidden; padding: 76px 0 70px; background: linear-gradient(116deg, #eefaf5 0%, #f7f4e5 55%, #fbf0e7 100%); }
.plans-page .plans-hero::after { position: absolute; right: -10%; bottom: -70px; width: 55%; height: 150px; border-radius: 50% 50% 0 0; background: #fffdf9; content: ""; transform: rotate(-5deg); }
.plans-page .hero-orb { position: absolute; border-radius: 50%; opacity: .75; }
.plans-page .orb-one { top: -82px; right: 13%; width: 230px; height: 230px; background: #c4f1de; }
.plans-page .orb-two { right: 4%; bottom: 35px; width: 110px; height: 110px; background: #f9d7a7; }
.plans-page .plans-head { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; text-align: center; }
.plans-page .eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: 1.25px; text-transform: uppercase; }
.plans-page h1, .plans-page .plans-title { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.15rem); letter-spacing: -2.6px; line-height: 1.04; }
.plans-page h1 em, .plans-page .plans-title em { color: var(--coral); font-style: normal; }
.plans-page .lead { max-width: 640px; margin: 20px auto 0; color: #4f6870; font-size: 18px; }
.plans-page .plans-content { position: relative; z-index: 1; padding-bottom: 78px; }
.plans-page .billing-choice { max-width: 710px; margin: -24px auto 48px; padding: 15px 17px 15px 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; background: #fff; border: 1px solid #e2ece9; border-radius: 17px; box-shadow: 0 15px 32px rgba(23, 62, 71, .08); }
.plans-page .billing-copy { display: grid; gap: 1px; }
.plans-page .billing-copy strong { color: var(--navy); font-size: 15px; }
.plans-page .billing-copy span { color: var(--muted); font-size: 13px; }
.plans-page .billing-toggle { display: flex; gap: 3px; padding: 4px; border-radius: 12px; background: #edf5f1; white-space: nowrap; }
.plans-page .billing-toggle button { padding: 9px 12px; color: #587078; border: 0; border-radius: 9px; background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; }
.plans-page .billing-toggle button.active { color: var(--navy); background: #fff; box-shadow: 0 2px 7px rgba(22, 63, 73, .13); }
.plans-page .billing-toggle span { margin-left: 3px; padding: 2px 6px; border-radius: 999px; background: #d6f1df; color: #187050; font-size: 10px; }
.plans-page .plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); gap: 20px; align-items: stretch; }
.plans-page .plan-card { position: relative; display: flex; flex-direction: column; gap: 7px; min-height: 420px; padding: 30px; overflow: hidden; border: 1px solid #e0ebe8; border-radius: 20px; background: #fff; box-shadow: 0 6px 16px rgba(22, 63, 73, .035); transition: transform .2s ease, box-shadow .2s ease; }
.plans-page .plan-card:hover { box-shadow: 0 18px 35px rgba(22, 63, 73, .1); transform: translateY(-4px); }
.plans-page .plan-card.featured { border: 2px solid var(--teal); box-shadow: 0 16px 37px rgba(25, 141, 126, .15); }
.plans-page .plan-card.featured::before { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--teal), #70c9ae); content: ""; }
.plans-page .plan-card .tag { position: absolute; top: 20px; right: 20px; padding: 5px 10px; border-radius: 999px; background: var(--mint); color: #14705f; font-size: 11px; font-weight: 850; }
.plans-page .plan-cycle { color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.plans-page .plan-card h2, .plans-page .plan-card h3 { margin: 1px 0 0; color: var(--navy); font-size: 24px; letter-spacing: -1px; }
.plans-page .plan-card .plan-desc { min-height: 48px; margin: 0; color: var(--muted); font-size: 14px; }
.plans-page .plan-price { margin: 16px 0 1px; }
.plans-page .plan-price strong { color: var(--navy); font-size: 39px; letter-spacing: -2px; line-height: 1; }
.plans-page .plan-price span { color: var(--muted); font-size: 14px; font-weight: 650; }
.plans-page .plan-yearly { min-height: 22px; margin: 0; color: #59727a; font-size: 13px; }
.plans-page .plan-benefits { display: grid; gap: 10px; margin: 15px 0 24px; padding: 17px 0 0; border-top: 1px solid #edf2f0; list-style: none; }
.plans-page .plan-benefits li { display: flex; gap: 9px; align-items: flex-start; color: #4f6870; font-size: 14px; }
.plans-page .plan-benefits li::before { display: inline-grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 50%; background: #e1f4eb; color: #16826e; content: "✓"; font-size: 11px; font-weight: 900; }
.plans-page .plan-card .btn { width: 100%; margin-top: auto; padding: 13px 16px; }
.plans-page .plan-card .btn.ghost { border: 1px solid #b8d6cf; background: #fff; color: var(--teal); }
.plans-page .plan-card .btn.ghost:hover { border-color: var(--teal); background: #f1faf6; }
.plans-page .loading { grid-column: 1 / -1; padding: 48px 0; color: var(--muted); text-align: center; }
.plans-page .notice { margin-bottom: 24px; padding: 14px 18px; border: 1px solid #f0d48a; border-radius: 12px; background: #fff8e6; color: #7a5b13; font-size: 15px; }
.plans-page .plans-assurance { max-width: 670px; margin: 33px auto 0; color: #698087; font-size: 13px; text-align: center; }
.plans-page footer { padding: 31px 0; border-top: 1px solid #e6efec; background: #fff; color: #687e84; font-size: 13px; }
.plans-page .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.plans-page .footer-brand { font-size: 16px; }
.plans-page .footer-brand img { width: 31px; height: 31px; }
.plans-page footer nav { display: flex; gap: 18px; }
.plans-page footer nav a { color: #587078; text-decoration: none; }
.plans-page footer nav a:hover { color: var(--teal); }
.plans-page footer p { margin: 0; }
@media (max-width: 760px) {
  .plans-page .wrap { width: min(100% - 32px, 560px); }
  .plans-page .bar { min-height: 67px; }
  .plans-page .main-nav { gap: 10px; }
  .plans-page .main-nav .nav-cta { padding: 9px 11px; font-size: .78rem; }
  .plans-page .brand { font-size: .9rem; }
  .plans-page .brand img { width: 34px; height: 34px; }
  .plans-page .plans-hero { padding: 61px 0 62px; }
  .plans-page h1, .plans-page .plans-title { font-size: clamp(2.35rem, 11vw, 3.25rem); letter-spacing: -1.7px; }
  .plans-page .lead { font-size: 16px; }
  .plans-page .billing-choice { margin-bottom: 34px; align-items: stretch; flex-direction: column; }
  .plans-page .billing-toggle button { flex: 1; }
  .plans-page .plans-grid { grid-template-columns: 1fr; }
  .plans-page .plan-card { min-height: auto; padding: 27px; }
  .plans-page .footer-inner { flex-direction: column; text-align: center; }
}

.plans-page { min-height: 100vh; }
.plans-page main { padding: 0; margin: 0; max-width: none; width: 100%; }
.plans-page p { line-height: 1.55; }
.plans-page .wrap { flex-wrap: nowrap; }
.plans-page .btn { min-height: 44px; font-family: inherit; }
.plans-page .btn:hover { filter: none; }
.plans-page .loading { min-height: 0; display: block; }
.plans-page .plan-card { min-width: 0; overflow-wrap: anywhere; }
.plans-page .plan-card.featured .plan-cycle { padding-right: 105px; }
.plans-page .plan-card .tag { display: block; line-height: 1.55; }
.plans-page .plan-tools { max-width: 710px; margin: 32px auto 0; }
.plans-page .plan-tools nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 22px; }
.plans-page .plan-tools nav a, .plans-page .plan-tools nav button { border: 0; padding: 4px 0; background: none; color: var(--teal); font: inherit; font-size: 13px; text-decoration: underline; cursor: pointer; }
.plans-page .plan-tools .field { margin-bottom: 24px; }
.plans-page .error { color: #a43d4e; }
@media (max-width: 380px) {
  .plans-page .bar { gap: 12px; flex-wrap: wrap; padding: 12px 0; }
  .plans-page .plan-card { padding: 24px; }
}

.plans-page.home-plans { min-height: 0; scroll-margin-top: 20px; }
