:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29c03d1 */.sheat-see-result-page,
    .sheat-see-result-page *{
      box-sizing:border-box;
    }

    .sheat-see-result-page{
      width:100%;
      padding:28px 14px 42px;
      background:#fff;
      font-family:Arial,sans-serif;
      color:#17243a;
      overflow:hidden;
    }

    .sheat-see-result-wrap{
      width:min(1120px,100%);
      margin:0 auto;
    }

    .sheat-see-hero{
      position:relative;
      overflow:hidden;
      border-radius:26px;
      padding:42px 34px;
      background:linear-gradient(135deg,#3a0f5f 0%,#4f1e78 58%,#7a126e 100%);
      color:#fff;
      box-shadow:0 20px 50px rgba(58,15,95,.18);
    }

    .sheat-see-hero:after{
      content:"";
      position:absolute;
      right:-110px;
      bottom:-130px;
      width:310px;
      height:310px;
      border-radius:50%;
      background:rgba(227,0,127,.46);
      pointer-events:none;
    }

    .sheat-see-hero-content{
      position:relative;
      z-index:1;
      width:min(780px,100%);
    }

    .sheat-see-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:11px 22px;
      border-radius:999px;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.22);
      color:#fff;
      font-size:14px;
      font-weight:800;
      letter-spacing:.2px;
      margin:0 0 20px;
    }

    .sheat-see-hero h1{
      color:#fff;
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      font-weight:900;
      margin:0 0 18px;
      letter-spacing:0;
    }

    .sheat-see-hero p{
      color:#f7edff;
      font-size:18px;
      line-height:1.7;
      margin:0 0 26px;
      max-width:720px;
    }

    .sheat-see-actions{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:12px;
    }

    .sheat-see-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:48px;
      padding:13px 24px;
      border-radius:999px;
      text-decoration:none;
      font-size:15px;
      font-weight:800;
      line-height:1.2;
      transition:.22s ease;
    }

    .sheat-see-btn-primary{
      color:#fff;
      background:linear-gradient(135deg,#e3007f,#c9006a);
      box-shadow:0 12px 28px rgba(227,0,127,.26);
    }

    .sheat-see-btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.24);
    }

    .sheat-see-btn:hover{
      transform:translateY(-2px);
    }

    .sheat-see-info-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin:18px 0;
    }

    .sheat-see-info-card{
      padding:20px;
      border-radius:18px;
      background:#fbf7ff;
      border:1px solid #eadcf5;
    }

    .sheat-see-info-card span{
      display:block;
      color:#c9006a;
      font-size:13px;
      font-weight:900;
      margin:0 0 7px;
    }

    .sheat-see-info-card strong{
      display:block;
      color:#3a0f5f;
      font-size:19px;
      line-height:1.3;
      font-weight:900;
    }

    .sheat-see-section{
      margin:18px 0 0;
      padding:28px;
      border-radius:24px;
      background:#fff;
      border:1px solid #eadcf5;
      box-shadow:0 14px 38px rgba(58,15,95,.08);
    }

    .sheat-see-section h2{
      color:#3a0f5f;
      font-size:30px;
      line-height:1.25;
      font-weight:900;
      margin:0 0 12px;
    }

    .sheat-see-section p{
      color:#5f5a6f;
      font-size:16px;
      line-height:1.75;
      margin:0 0 18px;
    }

    .sheat-see-result-frame{
      width:min(760px,100%);
      margin:24px auto 0;
      padding:16px;
      border-radius:22px;
      background:linear-gradient(180deg,#fbf7ff,#fff);
      border:1px solid #eadcf5;
      box-shadow:0 18px 44px rgba(58,15,95,.10);
    }

    .sheat-see-result-frame figure{
      margin:0;
    }

    .sheat-see-result-frame img{
      width:100%;
      height:auto;
      display:block;
      border-radius:14px;
      border:1px solid #eadcf5;
      background:#fff;
      aspect-ratio:210/297;
      object-fit:contain;
    }

    .sheat-see-result-frame figcaption{
      color:#5f5a6f;
      font-size:14px;
      line-height:1.55;
      text-align:center;
      margin:12px 0 0;
    }

    .sheat-see-note{
      margin:20px 0 0;
      padding:18px 20px;
      border-radius:18px;
      background:#fff6fb;
      border:1px solid #f3cfe4;
      color:#4b3d56;
      font-size:15px;
      line-height:1.7;
    }

    .sheat-see-steps{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin:20px 0 0;
      counter-reset:seeSteps;
    }

    .sheat-see-step{
      position:relative;
      padding:22px 18px 20px;
      border-radius:18px;
      background:#fbf7ff;
      border:1px solid #eadcf5;
      counter-increment:seeSteps;
    }

    .sheat-see-step:before{
      content:counter(seeSteps);
      width:34px;
      height:34px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:linear-gradient(135deg,#e3007f,#c9006a);
      color:#fff;
      font-size:15px;
      font-weight:900;
      margin:0 0 12px;
    }

    .sheat-see-step h3{
      color:#17243a;
      font-size:18px;
      line-height:1.3;
      font-weight:900;
      margin:0 0 8px;
    }

    .sheat-see-step p{
      font-size:14.5px;
      line-height:1.65;
      margin:0;
    }

    .sheat-see-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:20px 0 0;
    }

    .sheat-see-link-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:11px 16px;
      border-radius:999px;
      background:#fbf7ff;
      border:1px solid #eadcf5;
      color:#3a0f5f;
      font-size:14px;
      font-weight:800;
      text-decoration:none;
    }

    @media(max-width:900px){
      .sheat-see-info-grid,
      .sheat-see-steps{
        grid-template-columns:1fr;
      }
    }

    @media(max-width:600px){
      .sheat-see-result-page{
        padding:18px 10px 30px;
      }

      .sheat-see-hero{
        padding:30px 20px;
        border-radius:22px;
      }

      .sheat-see-hero h1{
        font-size:34px;
      }

      .sheat-see-hero p{
        font-size:16px;
      }

      .sheat-see-actions{
        display:grid;
        grid-template-columns:1fr;
      }

      .sheat-see-btn{
        width:100%;
      }

      .sheat-see-section{
        padding:22px 16px;
        border-radius:20px;
      }

      .sheat-see-section h2{
        font-size:25px;
      }

      .sheat-see-result-frame{
        padding:10px;
        border-radius:18px;
      }
    }/* End custom CSS */