/* ============================================================
   planos.php — estilos da página (extraídos do HTML para cache)
   ============================================================ */

.plans-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 48px 0 84px;
    background:
      radial-gradient(720px 420px at 88% 16%, rgba(124,3,142,.09), transparent 70%),
      radial-gradient(520px 300px at 5% 100%, rgba(254,0,254,.045), transparent 72%),
      linear-gradient(180deg, #fff 0%, #fdfafd 100%);
  }
  .plans-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(124,3,142,.12) 1px, transparent 1px);
    background-size: 25px 25px;
    -webkit-mask-image: radial-gradient(520px 330px at 88% 30%, #000, transparent 76%);
            mask-image: radial-gradient(520px 330px at 88% 30%, #000, transparent 76%);
  }
  .plans-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); align-items: center; gap: 76px; max-width: 1120px; margin: 0 auto; }
  .plans-hero-copy { min-width: 0; }
  .plans-hero h1 { margin: 18px 0 0; max-width: 700px; font-size: clamp(40px, 4.7vw, 60px); line-height: 1.01; letter-spacing: -.05em; text-wrap: balance; }
  .plans-hero .sub { max-width: 660px; margin: 22px 0 0; color: var(--ink-2); font-size: 18px; line-height: 1.62; }
  .plans-hero-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; color: var(--ink-2); font-size: 12px; font-weight: 800; }
  .plans-hero-trust span { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 11px; border: 1px solid rgba(124,3,142,.12); border-radius: 999px; background: rgba(255,255,255,.76); }
  .plans-hero-trust .lu { width: 15px; height: 15px; color: var(--violeta); stroke-width: 2.6; }
  .plans-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
  .plans-hero-actions .btn { min-height: 50px; padding: 0 20px; font-size: 14px; }
  .plans-guide {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background:
      radial-gradient(320px 220px at 100% 0, rgba(254,0,254,.14), transparent 72%),
      linear-gradient(145deg, #30044c 0%, #210033 100%);
    color: #fff;
    box-shadow: 0 30px 70px -36px rgba(36,3,66,.72);
  }
  .plans-guide::after { content: ""; position: absolute; right: -46px; bottom: -58px; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.025), 0 0 0 48px rgba(255,255,255,.018); pointer-events: none; }
  .plans-guide-head { position: relative; z-index: 1; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; align-items: center; margin-bottom: 20px; }
  .plans-guide-head-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.1); color: #f5a9ff; }
  .plans-guide-head-icon .lu { width: 20px; height: 20px; }
  .plans-guide-kicker { display: block; color: #dbbde4; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
  .plans-guide-title { display: block; margin-top: 3px; color: #fff; font-family: var(--f-display); font-size: 18px; font-weight: 900; line-height: 1.25; }
  .plans-guide-list { position: relative; z-index: 1; display: grid; gap: 9px; }
  .plans-guide-item { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: center; padding: 11px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.055); }
  .plans-guide-num { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: rgba(254,0,254,.12); color: #f5a9ff; font-family: var(--f-display); font-size: 12px; font-weight: 900; }
  .plans-guide-item strong { display: block; color: #fff; font-size: 13px; }
  .plans-guide-item p { margin: 2px 0 0; color: #cfc2d9; font-size: 11px; line-height: 1.42; }
  .plans-guide-footer { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 19px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
  .plans-guide-price span { display: block; color: #cfc2d9; font-size: 10px; }
  .plans-guide-price strong { display: block; margin-top: 3px; color: #fff; font-family: var(--f-display); font-size: 19px; }
  .plans-guide-link { display: inline-flex; align-items: center; gap: 6px; color: #f4b3fb; font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
  .plans-guide-link:hover { color: #fff; }
  .plans-guide-link .lu { width: 14px; height: 14px; }

  .pricing {
    padding: 88px 0 96px;
    background:
      radial-gradient(680px 360px at 0 8%, rgba(124,3,142,.055), transparent 72%),
      var(--bg-soft);
  }
  .pricing-head { max-width: 760px; margin: 0 auto 32px; text-align: center; }
  .pricing-head h2 { margin: 14px 0 0; font-size: clamp(30px, 3.8vw, 44px); letter-spacing: -.035em; text-wrap: balance; }
  .pricing-head p { margin: 16px auto 0; color: var(--ink-2); font-size: 17px; line-height: 1.6; }
  .plans-quick-select {
    display: grid;
    grid-template-columns: minmax(230px, .82fr) minmax(0, 2fr);
    gap: 18px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto 34px;
    padding: 16px;
    border: 1px solid rgba(124,3,142,.13);
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 42px -36px rgba(36,3,66,.42);
  }
  .plans-quick-intro { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; align-items: center; padding: 2px 4px; }
  .plans-quick-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(124,3,142,.09); color: var(--violeta); }
  .plans-quick-icon .lu { width: 20px; height: 20px; }
  .plans-quick-intro strong, .plans-quick-intro span { display: block; }
  .plans-quick-intro strong { color: var(--ink); font-family: var(--f-display); font-size: 13px; line-height: 1.3; }
  .plans-quick-intro span { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.35; }
  .plans-quick-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  .plans-quick-option {
    position: relative;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    color: var(--ink);
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
  }
  .plans-quick-option span, .plans-quick-option strong { display: block; }
  .plans-quick-option span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
  .plans-quick-option strong { margin-top: 3px; color: var(--ink); font-family: var(--f-display); font-size: 13px; }
  .plans-quick-option .lu { position: absolute; top: 50%; right: 9px; width: 13px; height: 13px; color: var(--violeta); opacity: 0; transform: translate(-4px, -50%); transition: opacity .16s ease, transform .16s ease; }
  .plans-quick-option:hover, .plans-quick-option:focus-visible { border-color: rgba(124,3,142,.34); background: #fbf7fc; transform: translateY(-1px); }
  .plans-quick-option:hover .lu, .plans-quick-option:focus-visible .lu { opacity: 1; transform: translate(0, -50%); }
  .plans-quick-option.is-recommended { border-color: rgba(124,3,142,.25); background: #f8f0fa; }
  .plans-quick-option.is-recommended::after { content: "Mais escolhido"; position: absolute; top: -7px; right: 7px; padding: 3px 6px; border-radius: 999px; background: var(--violeta); color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
  .pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; max-width: 1120px; margin: 0 auto; }
  .plan {
    --plan-accent: #7c038e;
    --plan-soft: rgba(124,3,142,.065);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 31px 28px 27px;
    border: 1px solid rgba(36,3,66,.11);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 50px -42px rgba(36,3,66,.52);
    scroll-margin-top: 18px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }
  .plan::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--plan-accent); opacity: .22; }
  #plano-essentials { --plan-accent: #930baa; --plan-soft: rgba(147,11,170,.075); }
  #plano-premium { --plan-accent: #5d318e; --plan-soft: rgba(93,49,142,.07); }
  .plan:hover { border-color: rgba(124,3,142,.24); box-shadow: 0 28px 62px -42px rgba(36,3,66,.58); transform: translateY(-3px); }
  .plan.popular { border: 2px solid rgba(124,3,142,.4); background: linear-gradient(180deg, #fdf9fe 0%, #fff 45%); box-shadow: 0 28px 64px -43px rgba(92,0,113,.64); }
  .plan.popular::before { height: 5px; opacity: 1; }
  .plan:target { border-color: var(--plan-accent); box-shadow: 0 0 0 4px var(--plan-soft), 0 28px 62px -42px rgba(36,3,66,.58); }
  .plan-label-row { min-height: 29px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
  .plan-fit-label { color: var(--violeta); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
  .plan .pop-tag { display: inline-flex; align-items: center; gap: 4px; flex: none; padding: 5px 8px; border-radius: 999px; background: var(--violeta); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
  .plan .pop-tag .lu { width: 11px; height: 11px; }
  .plan h3 { margin: 0; color: var(--ink); font-family: var(--f-display); font-size: 28px; font-weight: 900; letter-spacing: -.025em; }
  .plan .plan-desc { min-height: 66px; margin: 9px 0 20px; color: var(--ink-2); font-size: 13px; line-height: 1.55; }
  .plan-capacity { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
  .plan-capacity-item { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 8px; align-items: center; min-width: 0; padding: 10px; border: 1px solid rgba(124,3,142,.09); border-radius: 11px; background: var(--plan-soft); }
  .plan-capacity-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #fff; color: var(--plan-accent); box-shadow: 0 6px 16px -12px rgba(36,3,66,.5); }
  .plan-capacity-icon .lu { width: 15px; height: 15px; }
  .plan-capacity-copy { min-width: 0; }
  .plan-capacity-copy span { display: block; margin-bottom: 2px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .plan-capacity-copy strong { display: block; overflow-wrap: anywhere; color: var(--ink); font-size: 12px; line-height: 1.25; }
  .plan-price-box { margin-bottom: 2px; padding: 16px; border: 1px solid rgba(124,3,142,.08); border-radius: 14px; background: linear-gradient(135deg, var(--plan-soft), rgba(255,255,255,.7)); }
  .plan-price-caption { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .price { display: flex; align-items: flex-end; min-height: 44px; color: var(--plan-accent); font-family: var(--f-display); font-weight: 900; line-height: 1; }
  .price .currency { margin: 0 3px 5px 0; font-size: 19px; letter-spacing: -.03em; }
  .price .num { font-size: 43px; letter-spacing: -.055em; }
  .billing { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
  .billing strong { color: var(--ink-2); }
  .plan-divider { height: 1px; margin: 21px 0 19px; background: var(--line); }
  .plan-features-title { margin: 0 0 12px; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
  .plan ul { display: grid; flex: 1; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
  .plan li { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-2); font-size: 12px; line-height: 1.45; }
  .plan-check { display: grid; place-items: center; width: 19px; height: 19px; flex: none; margin-top: 0; border-radius: 999px; background: var(--plan-soft); color: var(--plan-accent); }
  .plan-check .lu { width: 12px; height: 12px; stroke-width: 2.8; }
  .plan-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 18px; border: 1px solid rgba(124,3,142,.3); border-radius: 11px; color: var(--violeta); font-size: 13px; font-weight: 900; text-align: center; text-decoration: none; transition: background .2s, border-color .2s, color .2s, transform .2s; }
  .plan-btn:hover { border-color: var(--violeta); background: var(--violeta); color: #fff; }
  .plan.popular .plan-btn { border-color: var(--violeta); background: var(--violeta); color: #fff; }
  .plan.popular .plan-btn:hover { border-color: var(--violeta-sat); background: var(--violeta-sat); transform: translateY(-1px); }
  .plan-btn .lu { width: 17px; height: 17px; }
  .plan-whats { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; margin-top: 8px; color: var(--muted); font-size: 11.5px; font-weight: 700; text-decoration: none; transition: color .2s; }
  .plan-whats svg { width: 15px; height: 15px; color: #25d366; flex: none; }
  .plan-whats:hover { color: var(--ink); text-decoration: underline; }
  .plan-no-fee { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 7px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
  .plan-no-fee .lu { width: 13px; height: 13px; color: var(--violeta); }

  .enterprise { position: relative; overflow: hidden; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; max-width: 1120px; margin: 24px auto 0; padding: 24px 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(135deg, #31034b, var(--violeta-deep)); color: #fff; scroll-margin-top: 18px; }
  .enterprise::after { content: ""; position: absolute; right: -45px; bottom: -75px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 56px rgba(255,255,255,.016); pointer-events: none; }
  .enterprise > * { position: relative; z-index: 1; }
  .enterprise-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: rgba(255,255,255,.1); color: var(--magenta); }
  .enterprise-icon .lu { width: 23px; height: 23px; }
  .enterprise h3 { margin: 0 0 4px; color: #fff; font-size: 18px; }
  .enterprise p { margin: 0; color: #cfc2d9; font-size: 13px; line-height: 1.5; }
  .enterprise-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
  .enterprise-link { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
  .enterprise-link.primary { border-color: #fff; background: #fff; color: var(--violeta-deep); }
  .enterprise-link:hover { border-color: var(--magenta); color: var(--magenta); }
  .enterprise-link.primary:hover { border-color: var(--magenta); background: var(--magenta); color: #fff; }
  .enterprise-link .lu { width: 15px; height: 15px; }

  .included { padding: 96px 0; background: #fff; }
  .included-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 72px; align-items: start; max-width: 1080px; margin: 0 auto; }
  .included-copy { position: sticky; top: 112px; }
  .included-copy h2 { margin: 14px 0 0; font-size: clamp(30px, 3.7vw, 43px); letter-spacing: -.035em; text-wrap: balance; }
  .included-copy p { margin: 16px 0 24px; color: var(--ink-2); font-size: 16px; line-height: 1.65; }
  .included-copy a { display: inline-flex; align-items: center; gap: 7px; color: var(--violeta); font-size: 14px; font-weight: 800; text-decoration: none; }
  .included-copy a:hover { text-decoration: underline; }
  .included-copy a .lu { width: 16px; height: 16px; }
  .included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .included-item { display: grid; grid-template-columns: 40px 1fr; gap: 13px; min-height: 126px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
  .included-item:hover { border-color: rgba(124,3,142,.2); box-shadow: 0 18px 36px -32px rgba(36,3,66,.42); transform: translateY(-2px); }
  .included-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--bg-soft); color: var(--violeta); }
  .included-icon .lu { width: 20px; height: 20px; }
  .included-item h3 { margin: 2px 0 5px; color: var(--ink); font-size: 15px; }
  .included-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

  .advisor { padding: 0 0 96px; background: #fff; scroll-margin-top: 18px; }
  .advisor-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 36px; max-width: 1080px; margin: 0 auto; padding: 38px 42px; border: 1px solid rgba(111,8,135,.15); border-radius: 22px; background: #f7f1f8; }
  .advisor h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.03em; text-wrap: balance; }
  .advisor p { max-width: 670px; margin: 10px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
  .advisor-action { min-width: 250px; }
  .advisor-action .btn { width: 100%; }
  .advisor-note { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; text-align: center; }

  .faq { padding: 90px 0 96px; background: var(--bg-soft); }
  .faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
  .faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
  .faq-item[open] { border-color: var(--violeta); box-shadow: 0 12px 28px -16px rgba(36,3,66,.18); }
  .faq-item summary { padding: 22px 26px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--f-display); font-weight: 700; font-size: 17px; color: var(--ink); }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: ''; width: 12px; height: 12px; border-right: 2px solid var(--violeta); border-bottom: 2px solid var(--violeta); transform: rotate(45deg); transition: transform .25s; flex: none; margin-top: -3px; }
  .faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }
  .faq-item .faq-body { padding: 0 26px 24px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }

  @media (max-width: 1020px) {
    .plans-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 38px; }
    .plans-guide { padding: 24px; }
    .plans-quick-select { grid-template-columns: 1fr; }
    .plans-quick-intro { max-width: 400px; }
    .included-grid { gap: 40px; }
    .advisor-panel { grid-template-columns: 1fr; }
    .advisor-action { min-width: 0; max-width: 320px; }
  }
  @media (max-width: 900px) {
    .plans-hero { padding: 44px 0 64px; }
    .plans-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
    .plans-hero-grid > * { min-width: 0; max-width: 100%; }
    .plans-hero-copy { display: contents; }
    .plans-hero-copy > h1 { order: 1; }
    .plans-hero-copy > .sub { order: 2; }
    .plans-hero-copy > .plans-hero-trust { order: 3; }
    .plans-guide { order: 4; width: 100%; max-width: 620px; margin: 28px auto 0; }
    .plans-hero-copy > .plans-hero-actions { order: 5; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 620px; gap: 16px; }
    .plan .plan-desc { min-height: 0; }
    .enterprise { max-width: 720px; grid-template-columns: auto 1fr; }
    .enterprise-actions { grid-column: 2; justify-content: flex-start; }
  }
  @media (max-width: 820px) {
    .included { padding: 72px 0; }
    .included-grid { grid-template-columns: 1fr; }
    .included-copy { position: static; }
  }
  @media (max-width: 620px) {
    .plans-hero { padding: 32px 0 58px; }
    .plans-hero-grid { gap: 0; margin-top: 0; }
    .plans-hero h1 { font-size: clamp(34px, 9.4vw, 38px); }
    .plans-hero .sub { margin-top: 18px; font-size: 16px; }
    .plans-hero-trust { gap: 7px; margin-top: 21px; }
    .plans-hero-trust span { min-height: 32px; padding: 0 9px; font-size: 10px; }
    .plans-hero-actions .btn { width: 100%; }
    .plan-btn, .enterprise-link { width: 100%; }
    .enterprise-link { min-height: 50px; }
    .plans-guide { padding: 22px 18px; }
    .plans-guide-title { font-size: 16px; }
    .plans-guide-item { padding: 10px; }
    .plans-guide-footer { align-items: center; }
    .plans-guide-price strong { font-size: 17px; }
    .pricing { padding: 68px 0 72px; }
    .pricing-head { margin-bottom: 26px; text-align: left; }
    .pricing-head p { font-size: 15px; }
    .plans-quick-select { gap: 14px; margin-bottom: 24px; padding: 13px; }
    .plans-quick-options { grid-template-columns: 1fr 1fr; }
    .plans-quick-option { padding: 12px 10px; }
    .plans-quick-option .lu { display: none; }
    .plan, .plan.popular { padding: 26px 22px 24px; }
    .plan-capacity { grid-template-columns: 1fr 1fr; }
    .plan-capacity-item { grid-template-columns: 28px minmax(0, 1fr); padding: 9px 8px; }
    .plan-capacity-icon { width: 28px; height: 28px; }
    .plan-price-box { padding: 14px; }
    .price .num { font-size: 40px; }
    .enterprise { grid-template-columns: 1fr; padding: 24px 22px; }
    .enterprise-icon { width: 44px; height: 44px; }
    .enterprise-actions { grid-column: 1; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr); justify-content: stretch; }
    .included-list { grid-template-columns: 1fr; }
    .included-item { min-height: 0; }
    .advisor { padding-bottom: 72px; }
    .advisor-panel { padding: 30px 24px; }
    .advisor-action { max-width: none; }
    .faq { padding: 68px 0 72px; }
    .faq-item summary { font-size: 15px; padding: 18px 20px; }
    .faq-item .faq-body { padding: 0 20px 20px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .plan, .plans-quick-option, .included-item { transition: none; }
  }
