@charset "UTF-8";
.plans-redesign {
  background: linear-gradient(180deg, #0a0a0c 0%, #0f1419 100%);
  border-radius: 16px;
  color: #ffffff;
  margin: 0 0 32px;
  padding: 40px 22px 48px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }
  .plans-redesign *, .plans-redesign *::before, .plans-redesign *::after {
    box-sizing: border-box; }
  .plans-redesign [class*="span"] {
    width: auto;
    margin-left: 0;
    float: none;
    min-height: 0;
    display: block; }
  .plans-redesign a {
    color: #ff8a00;
    text-decoration: none; }
  .plans-redesign a:hover {
    color: #ffa63d; }
  .plans-redesign .plans-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 26px; }
  .plans-redesign .eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 14px; }
  .plans-redesign h1, .plans-redesign .plans-title {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 12px;
    color: #ffffff; }
  .plans-redesign .plans-sub {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin: 0; }
  .plans-redesign .plans-congrats {
    max-width: 860px;
    margin: 0 auto 26px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(43, 217, 166, 0.1);
    border: 1px solid rgba(43, 217, 166, 0.4);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.55;
    position: relative; }
    .plans-redesign .plans-congrats strong {
      color: #2bd9a6; }
    .plans-redesign .plans-congrats .close {
      position: absolute;
      top: 10px;
      right: 14px;
      background: none;
      border: none;
      color: rgba(255, 255, 255, 0.55);
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .plans-redesign .plans-congrats .close:hover {
      color: #ffffff; }
  .plans-redesign .browsing {
    margin: 0 auto 26px;
    max-width: 620px; }
    .plans-redesign .browsing ul {
      list-style: none;
      margin: 0;
      padding: 5px;
      display: flex;
      gap: 4px;
      justify-content: center;
      flex-wrap: wrap;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 999px; }
    .plans-redesign .browsing li {
      margin: 0; }
    .plans-redesign .browsing li a {
      display: inline-block;
      padding: 9px 18px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.72);
      white-space: nowrap;
      transition: background 0.15s ease, color 0.15s ease; }
    .plans-redesign .browsing li a:hover {
      color: #ffffff;
      background: rgba(255, 255, 255, 0.06); }
    .plans-redesign .browsing li.active a {
      color: #1a1108;
      background: #ff6b00;
      box-shadow: 0 4px 14px rgba(255, 107, 0, 0.3); }
  .plans-redesign .plans-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 20px;
    margin: 0 auto 8px; }
  .plans-redesign .country-select {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55); }
    .plans-redesign .country-select select {
      appearance: none;
      -webkit-appearance: none;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 10px;
      color: #ffffff;
      padding: 9px 34px 9px 12px;
      font-size: 14px;
      max-width: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' fill-opacity='0.6' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center; }
    .plans-redesign .country-select select option {
      color: #111; }
  .plans-redesign .coupon-link a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #ff8a00;
    border: 1px dashed rgba(255, 138, 0, 0.55);
    border-radius: 10px;
    padding: 8px 14px;
    line-height: 1.2;
    text-align: center; }
  .plans-redesign .coupon-link a:hover {
    background: rgba(255, 138, 0, 0.1); }
  .plans-redesign .billing-toggle {
    display: inline-flex;
    align-items: stretch;
    padding: 4px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    position: relative; }
    .plans-redesign .billing-toggle .billing-radio {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      width: 1px;
      height: 1px; }
    .plans-redesign .billing-toggle .billing-seg {
      margin: 0;
      cursor: pointer;
      padding: 8px 22px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.72);
      transition: background 0.15s ease, color 0.15s ease;
      user-select: none; }
    .plans-redesign .billing-toggle .billing-radio:checked + .billing-seg {
      color: #1a1108;
      background: #ff6b00;
      box-shadow: 0 3px 12px rgba(255, 107, 0, 0.3); }
    .plans-redesign .billing-toggle .billing-seg .seg-note {
      font-size: 11px;
      font-weight: 600;
      opacity: 0.8; }
  .plans-redesign .coupon-active {
    text-align: center;
    color: #2bd9a6;
    font-size: 13px;
    margin: 14px 0 0; }
    .plans-redesign .coupon-active b {
      color: #ffffff; }
  .plans-redesign .plans-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin: 28px auto 0;
    max-width: 1120px; }
  .plans-redesign .plan-card {
    flex: 1 1 300px;
    max-width: 360px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 26px 22px 24px;
    position: relative;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
    .plans-redesign .plan-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: rgba(255, 255, 255, 0.22);
      border-radius: 16px 16px 0 0; }
    .plans-redesign .plan-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 255, 255, 0.24);
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45); }
    .plans-redesign .plan-card.is-featured {
      border-color: rgba(43, 217, 166, 0.55);
      box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5); }
      .plans-redesign .plan-card.is-featured::before {
        background: #2bd9a6; }
  .plans-redesign .plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #2bd9a6;
    color: #062a20;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(43, 217, 166, 0.35); }
  .plans-redesign .plan-name {
    font-size: 21px;
    font-weight: 800;
    margin: 4px 0 6px;
    color: #ffffff; }
  .plans-redesign .plan-desc {
    font-size: 13.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 16px;
    min-height: 40px; }
  .plans-redesign .plan-price {
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .plans-redesign .plan-price .price-slot {
      display: block; }
    .plans-redesign .plan-price span:not(.cents):not(.muted) {
      font-size: 34px;
      font-weight: 800;
      color: #ffffff;
      line-height: 1; }
    .plans-redesign .plan-price .cents {
      font-size: 15px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.55); }
    .plans-redesign .plan-price .cents.muted {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      font-weight: 500; }
    .plans-redesign .plan-price .text-info {
      color: #2bd9a6 !important; }
  .plans-redesign .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    flex-grow: 1; }
    .plans-redesign .plan-features li {
      position: relative;
      padding: 0 0 0 26px;
      margin: 0 0 10px;
      font-size: 14px;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.88); }
      .plans-redesign .plan-features li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        color: #ff8a00;
        font-weight: 700; }
  .plans-redesign .is-featured .plan-features li::before {
    color: #2bd9a6; }
  .plans-redesign .plan-cta {
    margin-top: auto; }
    .plans-redesign .plan-cta button, .plans-redesign .plan-cta .btn {
      display: block;
      width: 100%;
      border: none;
      cursor: pointer;
      background: #ff6b00;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      padding: 13px 18px;
      border-radius: 999px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(255, 107, 0, 0.28);
      transition: background 0.15s ease, transform 0.15s ease;
      text-shadow: none; }
    .plans-redesign .plan-cta button:hover, .plans-redesign .plan-cta .btn:hover {
      background: #ff8533;
      transform: translateY(-1px); }
    .plans-redesign .plan-cta .signed-in-note {
      text-align: center;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.55);
      padding: 12px 0; }
  .plans-redesign .is-featured .plan-cta button {
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.36); }
  .plans-redesign .free-forecast-row {
    margin: 30px auto 0;
    max-width: 1120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 22px 26px;
    border-radius: 16px;
    background: rgba(255, 138, 0, 0.07);
    border: 1px solid rgba(255, 138, 0, 0.3); }
    .plans-redesign .free-forecast-row .ff-copy {
      flex: 1 1 320px;
      min-width: 0; }
    .plans-redesign .free-forecast-row .ff-eyebrow {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #ff8a00;
      margin: 0 0 4px; }
    .plans-redesign .free-forecast-row .ff-title {
      font-size: 18px;
      font-weight: 800;
      color: #ffffff;
      margin: 0 0 4px; }
    .plans-redesign .free-forecast-row .ff-sub {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.72);
      margin: 0; }
    .plans-redesign .free-forecast-row .ff-cta {
      flex: 0 0 auto; }
      .plans-redesign .free-forecast-row .ff-cta a {
        display: inline-block;
        background: transparent;
        color: #ff8a00;
        border: 1px solid rgba(255, 138, 0, 0.65);
        border-radius: 999px;
        font-size: 15px;
        font-weight: 700;
        padding: 12px 24px;
        white-space: nowrap;
        transition: background 0.15s ease, color 0.15s ease; }
      .plans-redesign .free-forecast-row .ff-cta a:hover {
        background: #ff8a00;
        color: #1a1108; }
  .plans-redesign .plans-details {
    max-width: 860px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86); }
    .plans-redesign .plans-details h3 {
      font-size: 24px;
      font-weight: 800;
      color: #ffffff;
      margin: 34px 0 14px;
      padding-top: 8px; }
    .plans-redesign .plans-details h4 {
      font-size: 16px;
      font-weight: 700;
      color: #ff8a00;
      margin: 20px 0 8px; }
    .plans-redesign .plans-details p {
      font-size: 15px;
      line-height: 1.65;
      margin: 0 0 14px; }
    .plans-redesign .plans-details .boldtxt {
      color: #2bd9a6;
      font-weight: 600; }
    .plans-redesign .plans-details img.long_images, .plans-redesign .plans-details img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      margin: 6px 0 10px;
      display: block; }
  .plans-redesign .compare-plans {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    max-width: 1000px; }
    .plans-redesign .compare-plans table {
      width: 100%;
      min-width: 620px;
      border-collapse: collapse;
      color: rgba(255, 255, 255, 0.88);
      font-size: 14px; }
    .plans-redesign .compare-plans thead th {
      background: rgba(255, 255, 255, 0.06);
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      padding: 14px 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .plans-redesign .compare-plans thead th:first-child {
        text-align: left; }
    .plans-redesign .compare-plans thead th.highlight {
      color: #ff6b00; }
    .plans-redesign .compare-plans thead th.hightligh2 {
      color: #2bd9a6; }
    .plans-redesign .compare-plans tbody td {
      padding: 11px 10px;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
      .plans-redesign .compare-plans tbody td:first-child {
        text-align: left;
        color: rgba(255, 255, 255, 0.8); }
    .plans-redesign .compare-plans tbody tr.description td {
      font-weight: 800;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 12px;
      padding-top: 22px; }
    .plans-redesign .compare-plans tbody tr.separator td {
      border: none;
      padding: 6px 0; }
    .plans-redesign .compare-plans td.check::before {
      content: "✓";
      color: #2bd9a6;
      font-weight: 800;
      font-size: 16px; }
    .plans-redesign .compare-plans .muted {
      color: rgba(255, 255, 255, 0.55);
      font-size: 12px; }
    .plans-redesign .compare-plans col.highlight, .plans-redesign .compare-plans col.highlight2 {
      background: rgba(255, 255, 255, 0.03); }
  .plans-redesign .join {
    max-width: 860px;
    margin: 34px auto 0;
    text-align: center;
    padding: 26px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.12); }
    .plans-redesign .join h4 {
      font-size: 20px;
      font-weight: 800;
      color: #ffffff;
      margin: 0 0 10px; }
    .plans-redesign .join p {
      font-size: 15px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.72);
      margin: 0 0 18px; }
    .plans-redesign .join a {
      display: inline-block;
      background: #ff6b00;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      padding: 13px 28px;
      border-radius: 999px;
      box-shadow: 0 4px 15px rgba(255, 107, 0, 0.28); }
    .plans-redesign .join a:hover {
      background: #ff8533;
      color: #fff; }
  @media (max-width: 780px) {
    .plans-redesign {
      padding: 30px 14px 38px; }
      .plans-redesign h1, .plans-redesign .plans-title {
        font-size: 27px; }
      .plans-redesign .plan-card {
        flex: 1 1 100%;
        max-width: 460px; }
      .plans-redesign .plans-toolbar {
        flex-direction: column;
        align-items: stretch;
        text-align: center; }
      .plans-redesign .country-select {
        justify-content: center; }
      .plans-redesign .billing-toggle {
        align-self: center; }
      .plans-redesign .free-forecast-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: left; }
      .plans-redesign .free-forecast-row .ff-cta {
        align-self: stretch; }
      .plans-redesign .free-forecast-row .ff-cta a {
        display: block;
        text-align: center; } }
