

@font-face{
  font-family:"Manrope";
  src:url("/static/fonts/Manrope.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Noto Sans";
  src:url("/static/fonts/NotoSans.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

body{
  margin:0;
  font-family:"Manrope","Noto Sans",system-ui,sans-serif;
  background:
    radial-gradient(circle at 72% 20%, rgba(14,196,205,.18), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(14,196,205,.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #eefcff 100%);
  background-repeat:no-repeat;
  background-attachment:fixed;
  color:#071b4d;
  min-height:100vh;
}

.wrap{
  width:1180px;
  max-width:94vw;
  margin:0 auto;
  padding:24px 0 60px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:start;
}

.payment-tip{
  margin:12px auto 22px;
  color:#64748b;
  font-size:13px;
  line-height:1.55;
  text-align:center;
}

.payment-tip b{
  color:#334155;
  font-weight:700;
}

.title{
  text-align:center;
  margin-bottom:22px;
}

.title p{
  margin:0;
  color:#475569;
  line-height:1.6;
}

.pay-methods{
    display:inline-block;
    margin-top:14px;
    padding:9px 18px;
    border-radius:999px;
    border:1px solid rgba(20,217,229,.28);
    background:rgba(255,255,255,.82);
    color:#0f172a;
    font-size:14px;
    font-weight:700;
}

.pro90-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:8px;
}

.pro90-head h2{
    margin:0;
}

.card{
  background:rgba(255,255,255,.90);
  border:1px solid rgba(20,217,229,.22);
  border-radius:20px;
  padding:20px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  backdrop-filter:blur(12px);
}

.card.pro{border-color:#38bdf8}

.title h1{
  margin:0 0 8px;
  font-size:34px;
}

.badge{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#e7fbff,#ccf7ff);
  color:#0796ad;
  border:1px solid rgba(20,217,229,.28);
  font-size:12px;
  font-weight:600;
  margin-bottom:14px;
}
h2{margin:0 0 8px;font-size:24px;color:#119fbd}
.price{font-size:32px;font-weight:800;margin:10px 0;color:#16324f}
.old-price{
  color:#dc2626;
  text-decoration:line-through;
  font-size:18px;
  font-weight:700;
}
.save-price{
  color:#16a34a;
  font-size:18px;
  font-weight:800;
  margin-left:12px;
}
.discount-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
}
.desc{
  color:#475569;
  line-height:1.6;
  min-height:58px;
}
ul{
  padding-left:18px;
  color:#334155;
  line-height:1.65;
}

input,button{
  width:100%;
  box-sizing:border-box;
  padding:13px;
  border-radius:10px;
  border:1px solid #475569;
  margin-top:12px;
  font-size:15px;
}

input{
  background:white;
  color:#071b4d;
  border:1px solid #d7e3e7;
}

button{
  background:linear-gradient(135deg,#38bdf8,#2563eb);
  color:white;
  font-weight:600;
  cursor:pointer;
  border:none;
}

button.trial{background:linear-gradient(135deg,#11d4e3,#2f7df4)}
.small{font-size:13px;color:#64748b;line-height:1.6}

.login-page,
.result-page{
  display:flex;
  align-items:center;
  justify-content:center;
}

.login-wrap{width:100%;max-width:460px;padding:24px}
.login-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(20,217,229,.22);
  border-radius:18px;
  padding:36px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  backdrop-filter:blur(12px);
}
.ftb-brand{
    margin-bottom:18px;

    font-family:"Manrope","Noto Sans",sans-serif;
    font-size:22px;
    font-weight:800;
    letter-spacing:-0.3px;
    line-height:1.1;
}

.ftb-brand{
    color:#071b4d;
}

.pay-brand{
    margin:0 0 8px;
    font-size:34px;
    text-align:center;
}

.ftb-brand span{
    color:#14D9E5;
}

.login-card h1{
  margin:0 0 14px;
  font-size:34px;
  line-height:1.1;
  color:#071b4d;
}
.sub{
  margin:0 0 22px;
  color:#475569;
  line-height:1.7;
  font-size:15px;
}
.login-card input{
  height:46px;
  padding:0 14px;
  border-radius:8px;
  outline:none;
  transition:.18s;
}
.login-card input:focus{
  border-color:#11d4e3;
  box-shadow:0 0 0 4px rgba(17,212,227,.12);
}
.login-card button{
  height:46px;
  margin-top:14px;
  border-radius:8px;
  background:linear-gradient(135deg,#11d4e3,#2f7df4);
  transition:.18s;
}
.login-card button:hover{transform:translateY(-1px)}
.buy-link{
  display:inline-block;
  margin-top:20px;
  color:#11b8ca;
  text-decoration:none;
  font-weight:700;
}
.buy-link:hover{color:#11d4e3}


.simple-page{
  font-family:"Manrope","Noto Sans",system-ui,sans-serif;
  padding:30px;
  line-height:1.7;
}

.blocked-page{
  margin:0;
  font-family:"Manrope","Noto Sans",system-ui,sans-serif;
  background:linear-gradient(135deg,#020617,#0f172a);
  color:#e5e7eb;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.blocked-page .box{
  width:520px;
  max-width:92vw;
  background:#0f172a;
  border:1px solid #334155;
  border-radius:18px;
  padding:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  text-align:center;
}

.blocked-page h1{
  margin:0 0 10px;
  font-size:26px;
  font-weight:800;
}

.blocked-page p{
  color:#cbd5e1;
  line-height:1.7;
  font-size:15px;
}

.result-wrap{
  width:100%;
  max-width:560px;
  padding:24px;
}

.result-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(20,217,229,.24);
  border-radius:22px;
  padding:34px;
  box-shadow:0 24px 70px rgba(15,23,42,.12);
  text-align:center;
}

.result-icon{
  width:58px;
  height:58px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  font-size:28px;
  background:#e7fbff;
  color:#0796ad;
}

.result-icon.cancel{
  background:#fee2e2;
  color:#dc2626;
}

.result-card h1{
  margin:0 0 12px;
  font-size:30px;
  color:#071b4d;
}

.result-card p{
  margin:10px 0;
  color:#475569;
  line-height:1.7;
  font-size:15px;
}

.order-box{
  margin:22px 0;
  padding:14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  word-break:break-all;
  text-align:left;
}

.order-label{
  font-size:12px;
  color:#64748b;
  margin-bottom:6px;
  font-weight:700;
}

.order-id{
  color:#071b4d;
  font-weight:800;
  font-size:14px;
}

.result-btn{
  display:inline-block;
  margin-top:20px;
  padding:13px 22px;
  border-radius:12px;
  background:linear-gradient(135deg,#11d4e3,#2f7df4);
  color:white;
  text-decoration:none;
  font-weight:800;
}

.result-note{
  margin-top:18px;
  font-size:13px;
  color:#64748b;
}

.pay-guide{
  margin:34px auto 0;
  padding:0;
  background:none;
  border:none;
  box-shadow:none;
}

.pay-guide h2{
  margin:0 0 28px;
  text-align:center;
  color:#139fbd;
}

.pay-guide h3{
  margin:18px 0 8px;
  color:#071b4d;
  font-size:18px;
}

.pay-guide p,
.pay-guide li{
  color:#475569;
  line-height:1.75;
  font-size:16px;
}

.pay-guide ul{
  margin:8px 0 0;
}

.simple-page.center{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.top-home{
    position:absolute;
    top:24px;
    right:42px;
    z-index:10;
}

.top-home a{
    color:#0891b2;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
}

.top-home a:hover{
    color:#06b6d4;
    text-decoration: none;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

/* Điện thoại xoay ngang và tablet nhỏ */
@media(max-width:1100px){

  .wrap{
    width:100%;
    max-width:100%;
    margin:0;
    padding-left:18px;
    padding-right:18px;
  }

  .grid{
    grid-template-columns:minmax(0, 1fr);
  }

  .top-home{
    position:absolute;
    top:18px;
    right:18px;
  }
}

@media(max-width:760px){

  body{
    background-attachment:scroll;
  }

  /* ================= PAYMENT ================= */

  .wrap{
    width:100%;
    max-width:100%;

    margin:0;

    padding:64px 16px 48px;
  }

  .title{
    margin-bottom:24px;
  }

  .title h1{
    font-size:30px;
    line-height:1.15;
  }

  .title p{
    font-size:14px;
    line-height:1.55;
  }

  .pay-methods{
    display:block;

    width:100%;

    margin:14px 0 0;

    padding:10px 12px;

    border-radius:14px;

    font-size:12px;
    line-height:1.5;
  }

  .grid{
    display:grid;
    grid-template-columns:minmax(0, 1fr);

    gap:18px;
  }

  .card{
    width:100%;
    min-width:0;

    padding:22px 18px;

    border-radius:18px;
  }

  .badge{
    margin-bottom:12px;

    font-size:11px;
  }

  h2{
    font-size:24px;
  }

  .price{
    font-size:29px;
  }

  .old-price{
    font-size:16px;
  }

  .save-price{
    font-size:15px;
  }

  .pro90-head{
    gap:12px;
  }

  .desc{
    min-height:0;

    font-size:14px;
    line-height:1.65;
  }

  .card ul{
    margin:16px 0;

    padding-left:20px;

    font-size:14px;
  }

  input,
  button{
    min-height:48px;

    padding:12px 14px;

    font-size:16px;
  }

  .cf-turnstile{
    width:100%;

    margin-top:12px;

    overflow:hidden;
  }

  .small{
    font-size:12.5px;
  }

  /* ================= PAYMENT GUIDE ================= */

  .pay-guide{
    width:100%;

    margin-top:38px;
  }

  .pay-guide h2{
    margin-bottom:24px;

    font-size:27px;
  }

  .pay-guide h3{
    margin-top:24px;

    font-size:17px;
    line-height:1.4;
  }

  .pay-guide p,
  .pay-guide li{
    font-size:14px;
    line-height:1.7;
  }

  /* ================= LOGIN ================= */

  .login-page{
    min-height:100svh;

    align-items:flex-start;

    padding:90px 0 50px;
  }

  .login-wrap{
    width:100%;
    max-width:100%;

    padding:0 16px;
  }

  .login-card{
    width:100%;

    padding:28px 20px;

    border-radius:18px;
  }

  .logo{
    margin-bottom:14px;

    font-size:20px;
  }

  .login-card h1{
    font-size:31px;
  }

  .sub{
    margin-bottom:20px;

    font-size:14px;
    line-height:1.65;
  }

  .login-card input{
    height:50px;

    font-size:16px;
  }

  .login-card button{
    height:50px;

    font-size:15px;
  }

  .buy-link{
    margin-top:18px;

    font-size:14px;
    line-height:1.5;
  }

  /* ================= HOME LINK ================= */

  .top-home{
    position:absolute;

    top:18px;
    right:16px;
  }

  .top-home a{
    font-size:14px;
  }

  /* ================= RESULT PAGES ================= */

  .result-wrap{
    max-width:100%;

    padding:18px;
  }

  .result-card{
    padding:28px 20px;
  }
}

@media(max-width:380px){

  .cf-turnstile{
    transform:scale(.92);
    transform-origin:left top;

    width:109%;
    margin-bottom:-6px;
  }
}


