
  .fpr-wrap{
    position:relative;
    max-width:1180px;
    margin:0 auto;
    padding:16px 14px 34px;
  }

  .fpr-hero,
  .fpr-section{
    margin-bottom:18px;
  }

  .fpr-hero-inner,
  .fpr-section-inner{
    border-radius:26px;
    padding:26px 24px;
    border:1px solid rgba(0,0,0,.06);
    background:rgba(255,255,255,.70);
    backdrop-filter:blur(8px);
    box-shadow:0 16px 36px rgba(0,0,0,.08);
  }

  .fpr-hero-inner{
    text-align:center;
    background:
      radial-gradient(circle at top left, rgba(255,210,235,.34), transparent 35%),
      radial-gradient(circle at top right, rgba(210,235,255,.34), transparent 35%),
      linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,247,251,.92), rgba(243,249,255,.92));
  }

  .fpr-logo{
    width:min(220px, 70%);
    height:auto;
    display:block;
    margin:0 auto 14px;
  }

  .fpr-kicker{
    margin:0 0 8px;
    font-size:12px;
    line-height:1.3;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-weight:800;
    color:#2e84c7;
  }

  .fpr-h1{
    margin:0 0 10px;
    font-size:40px;
    line-height:1.08;
    letter-spacing:-0.02em;
    color:rgba(0,0,0,.90);
    font-family:inherit;
    font-style:normal;
    font-weight:800;
  }

  .fpr-h2{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.2;
    color:rgba(0,0,0,.89);
    font-family:inherit;
    font-style:normal;
    font-weight:800;
    text-align:center;
  }

  .fpr-h3{
    margin:0 0 4px;
    font-size:26px;
    line-height:1.2;
    color:rgba(0,0,0,.90);
    font-family:inherit;
    font-style:normal;
    font-weight:800;
  }

  .fpr-lead{
    max-width:760px;
    margin:0 auto;
    font-size:17px;
    line-height:1.65;
    color:rgba(0,0,0,.78);
    font-family:inherit;
    font-style:normal;
    font-weight:500;
  }

  .fpr-title{
    text-align:center;
    margin-bottom:18px;
  }

  .fpr-sub{
    margin:0 auto;
    max-width:760px;
    font-size:14.5px;
    line-height:1.7;
    color:rgba(0,0,0,.76);
    font-family:inherit;
    font-style:normal;
    font-weight:500;
  }

  .fpr-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
    align-items:stretch;
  }

  .fpr-card{
    border-radius:22px;
    padding:22px 20px 18px;
    background:rgba(255,255,255,.95);
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 14px 28px rgba(0,0,0,.07);
    display:flex;
    flex-direction:column;
    min-height:100%;
    text-align:left;
  }

  .fpr-card-pink{
    background:linear-gradient(145deg, rgba(255,242,248,.96), rgba(255,255,255,.90));
  }

  .fpr-card-blue{
    background:linear-gradient(145deg, rgba(239,247,255,.96), rgba(255,255,255,.90));
  }

  .fpr-card-mint{
    background:linear-gradient(145deg, rgba(241,255,246,.96), rgba(255,255,255,.90));
  }

  .fpr-card-lilac{
    background:linear-gradient(145deg, rgba(247,242,255,.96), rgba(255,255,255,.90));
  }

  .fpr-card-peach{
    background:linear-gradient(145deg, rgba(255,245,238,.96), rgba(255,255,255,.90));
  }

  .fpr-card-sky{
    background:linear-gradient(145deg, rgba(238,248,255,.96), rgba(255,255,255,.90));
  }

  .fpr-card-top{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:12px;
  }

  .fpr-card-heading{
    min-width:0;
  }

  .fpr-icon{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 8px 16px rgba(0,0,0,.05);
    font-size:20px;
  }

  .fpr-label{
    margin:0;
    font-size:12px;
    line-height:1.45;
    color:rgba(0,0,0,.62);
    font-family:inherit;
    font-style:normal;
    font-weight:700;
  }

  .fpr-copy{
    margin:0 0 14px;
    font-size:14.5px;
    line-height:1.7;
    color:rgba(0,0,0,.82);
    font-family:inherit;
    font-style:normal;
    font-weight:500;
  }

  .fpr-list{
    margin:0 0 18px 0;
    padding-left:22px;
    color:rgba(0,0,0,.82);
  }

  .fpr-list li{
    margin:0 0 8px;
    font-size:14px;
    line-height:1.55;
    font-family:inherit;
    font-style:normal;
    font-weight:500;
  }

  .fpr-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:52px;
    margin-top:auto;
    padding:12px 16px;
    border-radius:16px;
    text-decoration:none !important;
    text-align:center;
    font-size:15px;
    line-height:1.3;
    font-family:inherit;
    font-style:normal;
    font-weight:800;
    color:#111;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 10px 18px rgba(0,0,0,.06);
    transition:transform .16s ease, box-shadow .16s ease;
  }

  .fpr-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 26px rgba(0,0,0,.10);
  }

  .fpr-btn-primary{
    background:linear-gradient(145deg, #f7cfe1, #f2ddec);
  }

  .fpr-btn-secondary{
    background:linear-gradient(145deg, #d9edff, #eaf5ff);
  }

  .fpr-btn-soft{
    background:linear-gradient(145deg, #dff4df, #edf9ed);
  }

  .fpr-note,
  .fpr-final{
    border-radius:22px;
    padding:24px 20px;
    text-align:center;
    background:linear-gradient(145deg, rgba(255,255,255,.95), rgba(247,250,255,.90));
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 14px 28px rgba(0,0,0,.07);
  }

  .fpr-buttons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:18px;
  }

  .fpr-btn-inline{
    width:auto;
    min-width:180px;
  }

  @media (max-width: 980px){
    .fpr-grid{
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .fpr-h1{
      font-size:34px;
    }

    .fpr-h3{
      font-size:23px;
    }
  }

  @media (max-width: 680px){
    .fpr-wrap{
      padding:12px 10px 26px;
    }

    .fpr-hero-inner,
    .fpr-section-inner{
      padding:20px 16px;
      border-radius:20px;
    }

    .fpr-grid{
      grid-template-columns:1fr;
    }

    .fpr-h1{
      font-size:29px;
    }

    .fpr-h2{
      font-size:23px;
    }

    .fpr-h3{
      font-size:21px;
    }

    .fpr-btn-inline{
      width:100%;
      min-width:0;
    }
  }
