.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4876 .elementor-element.elementor-element-7ad4561{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4876 .elementor-element.elementor-element-95a4998{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4876 .elementor-element.elementor-element-0b44846{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4876 .elementor-element.elementor-element-76ca9d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4876 .elementor-element.elementor-element-c04230e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4876 .elementor-element.elementor-element-a703a69{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */.page-content {
    --primary: #0b5cff;
    --primary-dark: #063a9f;
    --navy: #071b3a;
    --dark: #102033;
    --muted: #5f6b7a;
    --light: #f5f8ff;
    --card: #ffffff;
    --border: #dce6f5;
    --success: #13b981;
    --warning: #ff7a45;
    --danger: #f04461;
    --radius: 22px;
    --shadow: 0 16px 40px rgba(15, 42, 80, 0.09);
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--dark);
    background: #ffffff;
  }

  .fut-home * {
    box-sizing: border-box;
  }

  .fut-section {
    padding: 80px 20px;
  }

  .fut-section-sm {
    padding: 55px 20px;
  }

  .fut-container {
    width: min(1180px, 100%);
    margin: 0 auto;
  }

  .fut-grid {
    display: grid;
    gap: 28px;
  }

  .fut-two-col {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }

  .fut-three-col {
    grid-template-columns: repeat(3, 1fr);
  }

  .fut-four-col {
    grid-template-columns: repeat(4, 1fr);
  }

  .fut-center {
    text-align: center;
  }

  .fut-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(11, 92, 255, 0.18);
    border-radius: 999px;
    background: rgba(11, 92, 255, 0.08);
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .fut-title {
    margin: 0;
    color: var(--navy);
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.05;
    letter-spacing: -1.8px;
    font-weight: 900;
  }

  .fut-title span,
  .fut-section-title span {
    color: var(--primary);
  }

  .fut-subtitle {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    margin: 22px 0 0;
    max-width: 680px;
  }

  .fut-center .fut-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .fut-section-title {
    margin: 0;
    color: var(--navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -1px;
    font-weight: 900;
  }

  .fut-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .fut-center .fut-buttons {
    justify-content: center;
  }

  .fut-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
    border: 2px solid transparent;
    line-height: 1;
  }

  .fut-btn-primary {
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(11, 92, 255, 0.24);
  }

  .fut-btn-primary:hover {
    background: var(--primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
  }

  .fut-btn-outline {
    background: #ffffff;
    color: var(--primary);
    border-color: rgba(11, 92, 255, 0.35);
  }

  .fut-btn-outline:hover {
    border-color: var(--primary);
    background: rgba(11, 92, 255, 0.06);
    color: var(--primary);
    transform: translateY(-2px);
  }

  .fut-hero {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 85% 20%, rgba(11, 92, 255, 0.14), transparent 32%),
      linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
    padding-top: 90px;
  }

  .fut-hero::before {
    content: "";
    position: absolute;
    inset: auto -120px -180px auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(11, 92, 255, 0.08);
  }

  .fut-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  .fut-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 10px 20px rgba(15, 42, 80, 0.06);
    font-size: 14px;
    font-weight: 800;
    color: var(--dark);
  }

  .fut-badge-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 92, 255, 0.1);
    color: var(--primary);
    font-weight: 900;
    font-size: 14px;
  }

  .fut-dashboard-wrap {
    position: relative;
    z-index: 1;
  }

  .fut-dashboard {
    background: #081a34;
    border-radius: 26px;
    padding: 16px;
    box-shadow: 0 30px 70px rgba(7, 27, 58, 0.24);
    border: 8px solid #13294a;
  }

  .fut-dashboard-screen {
    background: #f8fbff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 150px 1fr;
    overflow: hidden;
    min-height: 420px;
  }

  .fut-sidebar {
    background: #071b3a;
    color: #ffffff;
    padding: 24px 16px;
  }

  .fut-sidebar-logo {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 24px;
  }

  .fut-sidebar-logo span {
    color: #5da2ff;
  }

  .fut-side-item {
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
  }

  .fut-side-item.active {
    background: var(--primary);
    color: #ffffff;
  }

  .fut-dashboard-main {
    padding: 24px;
  }

  .fut-dashboard-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
  }

  .fut-dashboard-top h3 {
    margin: 0;
    color: var(--navy);
    font-size: 20px;
  }

  .fut-healthy {
    color: var(--success);
    font-size: 13px;
    font-weight: 800;
  }

  .fut-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 14px;
  }

  .fut-stat,
  .fut-ui-card {
    background: #ffffff;
    border: 1px solid #e6eef8;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 18px rgba(15, 42, 80, 0.05);
  }

  .fut-stat small {
    display: block;
    color: var(--muted);
    font-weight: 700;
    margin-bottom: 8px;
  }

  .fut-stat strong {
    color: var(--navy);
    font-size: 24px;
  }

  .fut-stat em {
    display: block;
    color: var(--success);
    font-style: normal;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 800;
  }

  .fut-ui-row {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 14px;
    margin-bottom: 14px;
  }

  .fut-health-icon {
    width: 54px;
    height: 54px;
    background: rgba(19, 185, 129, 0.13);
    color: var(--success);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 12px;
  }

  .fut-progress {
    height: 10px;
    border-radius: 999px;
    background: #e8eef7;
    overflow: hidden;
    margin-top: 14px;
  }

  .fut-progress span {
    display: block;
    width: 96%;
    height: 100%;
    background: var(--success);
  }

  .fut-score {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 10px solid #d7f5e8;
    border-top-color: var(--success);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 25px;
    font-weight: 900;
    margin: 4px auto 10px;
  }

  .fut-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
    height: 100%;
  }

  .fut-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .fut-icon.blue {
    background: rgba(11, 92, 255, 0.1);
    color: var(--primary);
  }

  .fut-icon.green {
    background: rgba(19, 185, 129, 0.12);
    color: var(--success);
  }

  .fut-icon.orange {
    background: rgba(255, 122, 69, 0.12);
    color: var(--warning);
  }

  .fut-icon.red {
    background: rgba(240, 68, 97, 0.12);
    color: var(--danger);
  }

  .fut-icon.purple {
    background: rgba(127, 86, 217, 0.12);
    color: #7f56d9;
  }

  .fut-card h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.25;
  }

  .fut-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 15px;
  }

  .fut-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 900;
  }

  .fut-soft-bg {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  }

  .fut-plans-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    gap: 24px;
    align-items: stretch;
    margin-top: 36px;
  }

  .fut-price-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
  }

  .fut-price-card.popular {
    border: 2px solid var(--primary);
    transform: translateY(-8px);
  }

  .fut-popular-badge {
    position: absolute;
    top: -15px;
    right: 24px;
    background: var(--primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 14px;
    border-radius: 999px;
  }

  .fut-plan-name {
    color: var(--navy);
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 900;
  }

  .fut-price {
    color: var(--navy);
    font-size: 42px;
    font-weight: 950;
    letter-spacing: -1px;
    margin-bottom: 4px;
  }

  .fut-price span {
    color: var(--muted);
    font-size: 17px;
    font-weight: 700;
  }

  .fut-yearly {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 18px;
  }

  .fut-plan-desc {
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 15px;
  }

  .fut-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
  }

  .fut-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
    color: var(--dark);
    font-size: 15px;
    line-height: 1.5;
  }

  .fut-checklist li::before {
    content: "✓";
    color: var(--primary);
    font-weight: 950;
    flex: 0 0 auto;
  }

  .fut-website-offer {
    background:
      radial-gradient(circle at 85% 20%, rgba(11, 92, 255, 0.14), transparent 34%),
      linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
  }

  .fut-price-box {
    display: inline-block;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px 24px;
    margin: 20px 0;
    box-shadow: 0 14px 30px rgba(15, 42, 80, 0.08);
  }

  .fut-price-box small {
    color: var(--muted);
    font-weight: 800;
  }

  .fut-price-box strong {
    display: block;
    color: var(--primary);
    font-size: 42px;
    line-height: 1;
    margin-top: 6px;
  }

  .fut-mini-site {
    margin-top: 22px;
    background: #ffffff;
    border: 8px solid #102033;
    border-radius: 20px;
    padding: 16px;
    transform: rotate(2deg);
    box-shadow: 0 20px 42px rgba(7, 27, 58, 0.18);
  }

  .fut-mini-browser {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
  }

  .fut-mini-browser span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d8e2f0;
  }

  .fut-mini-hero {
    background: #f0f5ff;
    border-radius: 14px;
    padding: 18px;
  }

  .fut-mini-hero strong {
    display: block;
    color: var(--navy);
    font-size: 18px;
    margin-bottom: 8px;
  }

  .fut-mini-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .fut-mini-products span {
    height: 46px;
    background: #e7edf7;
    border-radius: 10px;
  }

  .fut-why-card {
    padding: 24px;
  }

  .fut-process {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    position: relative;
  }

  .fut-step {
    text-align: center;
    position: relative;
  }

  .fut-step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    margin-bottom: 14px;
    box-shadow: 0 10px 22px rgba(11, 92, 255, 0.25);
  }

  .fut-step-icon {
    color: var(--primary);
    font-size: 35px;
    margin-bottom: 12px;
  }

  .fut-step h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 17px;
  }

  .fut-step p {
    color: var(--muted);
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .fut-faq-cta {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 28px;
    align-items: stretch;
  }

  .fut-faq {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
  }

  .fut-faq h2 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: 28px;
  }

  .fut-faq details {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .fut-faq summary {
    cursor: pointer;
    padding: 18px;
    font-weight: 900;
    color: var(--navy);
    list-style: none;
  }

  .fut-faq summary::-webkit-details-marker {
    display: none;
  }

  .fut-faq summary::after {
    content: "+";
    float: right;
    color: var(--primary);
    font-weight: 950;
  }

  .fut-faq details[open] summary::after {
    content: "–";
  }

  .fut-faq details p {
    padding: 0 18px 18px;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
  }

  .fut-final-cta {
    background:
      radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.26), transparent 28%),
      linear-gradient(135deg, #074de8 0%, #061d59 100%);
    color: #ffffff;
    border-radius: 28px;
    padding: 42px;
    min-height: 100%;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 24px;
    align-items: center;
    box-shadow: 0 22px 55px rgba(11, 92, 255, 0.28);
    overflow: hidden;
  }

  .fut-final-cta h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .fut-final-cta p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0 0 26px;
    line-height: 1.7;
    font-size: 17px;
  }

  .fut-btn-white {
    background: #ffffff;
    color: var(--primary);
  }

  .fut-rocket-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    padding: 24px;
    text-align: center;
    font-size: 90px;
  }

  .fut-notice {
    background: #eef6ff;
    border: 1px solid #cfe2ff;
    border-radius: var(--radius);
    padding: 34px;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 24px;
    align-items: start;
    margin-top: 40px;
  }

  .fut-notice-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
    background: var(--primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
  }

  .fut-notice h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 25px;
  }

  .fut-notice p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
  }

  @media (max-width: 1024px) {
    .fut-two-col,
    .fut-faq-cta {
      grid-template-columns: 1fr;
    }

    .fut-three-col,
    .fut-four-col,
    .fut-plans-layout {
      grid-template-columns: repeat(2, 1fr);
    }

    .fut-website-offer {
      grid-column: 1 / -1;
    }

    .fut-process {
      grid-template-columns: repeat(3, 1fr);
    }

    .fut-dashboard-screen {
      grid-template-columns: 1fr;
    }

    .fut-sidebar {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .fut-section,
    .fut-section-sm,
    .fut-hero {
      padding: 55px 16px;
    }

    .fut-title {
      letter-spacing: -1px;
    }

    .fut-buttons,
    .fut-badges {
      flex-direction: column;
      align-items: stretch;
    }

    .fut-btn {
      width: 100%;
    }

    .fut-three-col,
    .fut-four-col,
    .fut-plans-layout,
    .fut-process,
    .fut-stat-grid,
    .fut-ui-row,
    .fut-final-cta,
    .fut-notice {
      grid-template-columns: 1fr;
    }

    .fut-price-card.popular {
      transform: none;
    }

    .fut-final-cta {
      padding: 32px 24px;
    }

    .fut-rocket-card {
      font-size: 70px;
    }

    .fut-dashboard {
      padding: 10px;
      border-width: 5px;
    }

    .fut-dashboard-main {
      padding: 16px;
    }
  }
  /* FIXED WEBSITE MAINTENANCE PLANS SECTION */
  .fut-plans-section {
    padding: 80px 20px;
    background: #ffffff;
  }

  .fut-plans-section .fut-container {
    width: min(1180px, 100%);
    margin: 0 auto;
  }

  .fut-plans-header {
    text-align: center;
    margin-bottom: 42px;
  }

  .fut-plans-header h2 {
    margin: 0;
    color: #071b3a;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -1px;
    font-weight: 900;
  }

  .fut-plans-header p {
    color: #5f6b7a;
    font-size: 18px;
    line-height: 1.7;
    margin: 16px auto 0;
    max-width: 650px;
  }

  .fut-pricing-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.75fr);
    gap: 28px;
    align-items: stretch;
  }

  .fut-price-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .fut-plan-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #dce6f5;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 40px rgba(15, 42, 80, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .fut-plan-card.featured {
    border: 2px solid #0b5cff;
  }

  .fut-plan-badge {
    position: absolute;
    top: -14px;
    right: 24px;
    background: #0b5cff;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 14px;
    border-radius: 999px;
  }

  .fut-plan-card h3,
  .fut-website-panel h3 {
    margin: 0 0 16px;
    color: #071b3a;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
  }

  .fut-plan-price {
    color: #071b3a;
    font-size: 44px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }

  .fut-plan-price span {
    color: #5f6b7a;
    font-size: 17px;
    font-weight: 700;
  }

  .fut-plan-yearly {
    color: #5f6b7a;
    font-size: 16px;
    margin-bottom: 22px;
  }

  .fut-plan-desc,
  .fut-website-panel p {
    color: #5f6b7a;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0 0 24px;
  }

  .fut-plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
  }

  .fut-plan-list li {
    display: flex;
    gap: 10px;
    color: #102033;
    font-size: 15.5px;
    line-height: 1.55;
    margin-bottom: 13px;
  }

  .fut-plan-list li::before {
    content: "✓";
    color: #0b5cff;
    font-weight: 950;
    flex: 0 0 auto;
  }

  .fut-plan-card .fut-btn,
  .fut-website-panel .fut-btn {
    margin-top: auto;
  }

  .fut-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
    border: 2px solid transparent;
    line-height: 1;
  }

  .fut-btn-primary {
    background: #0b5cff;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(11, 92, 255, 0.24);
  }

  .fut-btn-primary:hover {
    background: #063a9f;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .fut-website-panel {
    background:
      radial-gradient(circle at 90% 5%, rgba(11, 92, 255, 0.16), transparent 32%),
      linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    border: 1px solid #dce6f5;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 40px rgba(15, 42, 80, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
  }

  .fut-start-price {
    display: inline-block;
    width: fit-content;
    background: #ffffff;
    border: 1px solid #dce6f5;
    border-radius: 20px;
    padding: 18px 24px;
    margin-bottom: 24px;
    box-shadow: 0 14px 30px rgba(15, 42, 80, 0.08);
  }

  .fut-start-price small {
    display: block;
    color: #5f6b7a;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 6px;
  }

  .fut-start-price strong {
    display: block;
    color: #0b5cff;
    font-size: 44px;
    line-height: 1;
    font-weight: 950;
  }

  .fut-site-preview {
    margin-top: 24px;
    background: #ffffff;
    border: 6px solid #071b3a;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 18px 36px rgba(7, 27, 58, 0.16);
  }

  .fut-preview-dots {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
  }

  .fut-preview-dots span {
    width: 10px;
    height: 10px;
    background: #d8e2f0;
    border-radius: 50%;
  }

  .fut-preview-box {
    background: #f0f5ff;
    border-radius: 16px;
    padding: 18px;
  }

  .fut-preview-box strong {
    display: block;
    color: #071b3a;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .fut-preview-box p {
    color: #5f6b7a;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
  }

  .fut-preview-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
  }

  .fut-preview-products span {
    height: 48px;
    background: #dfe8f6;
    border-radius: 12px;
  }

  .fut-notice {
    background: #eef6ff;
    border: 1px solid #cfe2ff;
    border-radius: 24px;
    padding: 30px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 22px;
    align-items: start;
    margin-top: 32px;
  }

  .fut-notice-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: #0b5cff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
  }

  .fut-notice h3 {
    margin: 0 0 10px;
    color: #071b3a;
    font-size: 24px;
    font-weight: 900;
  }

  .fut-notice p {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.7;
    font-size: 15.5px;
  }

  @media (max-width: 1024px) {
    .fut-pricing-wrapper {
      grid-template-columns: 1fr;
    }

    .fut-website-panel {
      display: grid;
      grid-template-columns: 1fr 0.9fr;
      gap: 24px;
      align-items: center;
    }

    .fut-website-panel .fut-btn {
      margin-top: 0;
    }

    .fut-site-preview {
      margin-top: 0;
    }
  }

  @media (max-width: 767px) {
    .fut-plans-section {
      padding: 60px 16px;
    }

    .fut-price-cards,
    .fut-website-panel,
    .fut-notice {
      grid-template-columns: 1fr;
    }

    .fut-plan-card,
    .fut-website-panel,
    .fut-notice {
      padding: 26px;
    }

    .fut-plan-price,
    .fut-start-price strong {
      font-size: 38px;
    }

    .fut-btn {
      width: 100%;
    }

    .fut-site-preview {
      margin-top: 20px;
    }
  }/* End custom CSS */