:root{
  --bg:#ffffff;
  --border:rgba(0,0,0,.10);
  --text:rgba(0,0,0,.90);
  --muted:rgba(0,0,0,.65);
  --muted2:rgba(0,0,0,.45);
  --panel:rgba(0,0,0,.03);
  --panel2:rgba(0,0,0,.01);
  --shadow: 0 18px 50px rgba(0,0,0,.08);
  --r:18px;
  --btn1:#7c3aed;
  --btn2:#06b6d4;
}

*{box-sizing:border-box}
html,body{height:100%} 
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(1200px 800px at 20% 10%, rgba(124,58,237,.06), transparent 60%),
    radial-gradient(900px 700px at 85% 20%, rgba(6,182,212,.05), transparent 55%),
    var(--bg);
  color:var(--text);
}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: linear-gradient(to bottom, rgba(255,255,255,.95), rgba(255,255,255,.85));
  border-bottom:1px solid var(--border);
}
.topbar-inner{
  max-width:90%;
  margin:0 auto;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
}
.brandmark{font-size:18px}
.brandname{font-size:16px}
.pill{
  padding:6px 10px;
  border:1px solid var(--border);
  border-radius:999px;
  color:var(--muted);
  font-size:12px;
  font-weight:750;
  background: rgba(0,0,0,.03);
}
.btn{
  border:1px solid var(--border);
  background: rgba(0,0,0,.04);
  padding:12px 18px;
  border-radius:12px;
  font-weight:850;
  font-size:21px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--text);
  text-decoration:none;
}
.btn.primary{
  border:none;
  background: linear-gradient(90deg, var(--btn1), var(--btn2));
  color:#ffffff;
  box-shadow: 0 10px 26px rgba(124,58,237,.22);
}

.container{
  max-width:90%;
  margin:0 auto;
  padding:18px 18px 60px;
}

.panel{
  background: linear-gradient(180deg, var(--panel), var(--panel2));
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.hero{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}
.hero-left{
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-left img{
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 20px 55px rgba(0,0,0,.10);
  display:block;
}
.hero-right{
  padding:22px;
  background: linear-gradient(135deg, #FBBC05, #EA4335);
  color:#ffffff;
  border-radius: 0 var(--r) var(--r) 0;
}
.kicker{color:rgba(255,255,255,.85);font-weight:800;font-size:14px;margin-bottom:10px}
h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-.8px;color:#ffffff}
.sub{color:rgba(255,255,255,.90);font-size:19px;line-height:1.55;margin:0 0 16px}
.fineprint{color:rgba(255,255,255,.70);font-size:17px;margin:14px 0 0}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 18px}
.chip{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.15);
  color:rgba(255,255,255,.90);
  font-weight:800;
  font-size:17px;
}
.chip strong{color:#fff}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}

.grid3{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  padding:18px;
  border:none;
  border-radius: var(--r);
  color:#ffffff;
}
.card:nth-child(1){
  background: linear-gradient(135deg, #4285F4, #34A853);
}
.card:nth-child(2){
  background: linear-gradient(135deg, #EA4335, #FBBC05);
}
.card:nth-child(3){
  background: linear-gradient(135deg, #34A853, #4285F4);
}
.card h3{margin:0 0 8px;font-size:18px;color:rgba(255,255,255,.85);font-weight:900}
.price{font-size:38px;font-weight:950;letter-spacing:-.6px;margin:2px 0 10px;color:#ffffff}
.per{font-size:18px;color:rgba(255,255,255,.85);font-weight:900}
.card p{margin:0 0 10px;color:rgba(255,255,255,.90);line-height:1.45;font-size:17px}
.mutedline{color:rgba(255,255,255,.70);margin-top:8px;font-size:17px}
.bullets{margin:0;padding-left:16px;color:rgba(255,255,255,.90);font-size:17px}
.bullets li{margin:8px 0}
.card .price.small{color:#ffffff}

.formtitle-inline{font-size:28px;font-weight:950;margin:16px 0 4px;color:#ffffff}
.formsub-inline{margin:0 0 12px;color:rgba(255,255,255,.85);font-size:17px}

.infowrap{
  margin-top:18px;
  padding:22px;
  background: linear-gradient(135deg, #2a1b6b, #4527a0, #3949ab) !important;
  border:none !important;
  color:#ffffff;
}
.infowrap-subtitle{
  font-size:18px;
  color:#d0d0ff;
  margin:-8px 0 18px;
  font-weight:400;
}
.infowrap-heading{
  font-size:28px;
  font-weight:950;
  color:#0d2b45;
  margin:0 0 16px;
}
.chips-bottom{margin:18px 0 0}
.row{display:grid;grid-template-columns: 1fr 1fr;gap:12px}

label{display:block;font-size:17px;color:rgba(255,255,255,.85);font-weight:900;margin:10px 0 6px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.15);
  color:#ffffff;
  font-size:17px;
  outline:none;
}
input::placeholder, textarea::placeholder{color:rgba(255,255,255,.55)}
select{color:#ffffff;background:linear-gradient(135deg, #60a5fa, #8b5cf6)}
select option{background:#7c6bc4;color:#ffffff}
textarea{min-height:120px;resize:vertical}

select{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.65) 50%),
    linear-gradient(135deg, rgba(255,255,255,.65) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px;
  background-repeat:no-repeat;
}

.actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}
.actions button{
  border:none;
  cursor:pointer;
  font-weight:900;
  padding:14px 20px;
  border-radius:14px;
  font-size:21px;
  background: linear-gradient(90deg, var(--btn1), var(--btn2));
  color:#ffffff;
}
.status{margin-top:10px;color:rgba(255,255,255,.90);font-weight:900}

.microgrid{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.micro{
  padding:14px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:14px;
  background: rgba(255,255,255,.10);
}
.micro b{display:block;margin-bottom:6px;color:#ffffff;font-size:17px}
.micro span{color:rgba(255,255,255,.80);font-size:17px}

.rep-heading{
  color:#ffffff;
  font-size:32px;
}
.rep-grid{grid-template-columns: repeat(4, 1fr)}
.gbox{border:none}
.gbox b{color:#fff !important;font-size:18px}
.gbox span{color:rgba(255,255,255,.92) !important}
.gbox-blue{background:linear-gradient(135deg, #4285F4, #1a5bbf);border-left:4px solid #6ea8fe}
.gbox-red{background:linear-gradient(135deg, #DB4437, #a5281d);border-left:4px solid #f07068}
.gbox-yellow{background:linear-gradient(135deg, #F4B400, #c48f00);border-left:4px solid #ffd54f}
.gbox-green{background:linear-gradient(135deg, #0F9D58, #077a3e);border-left:4px solid #57d48a}
.includes-tag{font-size:60%;font-weight:400;color:rgba(255,255,255,.70);font-style:italic}
.rep-section{
  margin-top:12px;
  padding:20px;
  border-radius:14px;
  background:linear-gradient(135deg, #4a148c, #7b1fa2);
}
.social-section{
  margin-top:12px;
  padding:20px;
  border-radius:14px;
  background:linear-gradient(135deg, #1a237e, #283593);
}
.gbox,.micro{display:flex;flex-direction:column;height:100%}
.gbox span,.micro span{flex:1}
.buy-btn{
  display:inline-block;
  margin-top:12px;
  padding:10px 40px;
  background:linear-gradient(to bottom,#f7dfa5,#f0c14b);
  color:#111;
  font-weight:400;
  font-size:14px;
  font-family:Arial,sans-serif;
  border-radius:20px;
  text-decoration:none;
  letter-spacing:.3px;
  border:1px solid #a88734;
  box-shadow:0 1px 0 rgba(255,255,255,.4) inset;
  transition:all .15s ease;
  cursor:pointer;
  text-align:center;
  min-width:200px;
}
.buy-btn:hover{
  background:linear-gradient(to bottom,#f5d78e,#eeb933);
  border-color:#a88734;
}
.buy-btn:active{
  background:linear-gradient(to bottom,#f0c14b,#e2ad2b);
  box-shadow:0 1px 3px rgba(0,0,0,.2) inset;
}
.green-btn{
  background:linear-gradient(to bottom,#f7dfa5,#f0c14b);
  color:#111;
  padding:14px 52px;
  font-size:16px;
  font-weight:400;
  font-family:Arial,sans-serif;
  border:1px solid #a88734;
  box-shadow:0 1px 0 rgba(255,255,255,.4) inset;
  min-width:280px;
  max-width:90%;
  box-sizing:border-box;
}
.green-btn:hover{
  background:linear-gradient(to bottom,#f5d78e,#eeb933);
  border-color:#a88734;
  transform:none;
  box-shadow:0 1px 0 rgba(255,255,255,.4) inset;
}
.green-btn:active{
  background:linear-gradient(to bottom,#f0c14b,#e2ad2b);
  box-shadow:0 1px 3px rgba(0,0,0,.2) inset;
}
.btn-price{font-size:20px;font-weight:700;margin-left:10px}

.mascot-logo{
  width:52px;height:52px;object-fit:contain;
  animation:mascotDance 2s ease-in-out infinite;
  background:none !important;
}
.fly-wrapper{
  position:relative;
  width:100%;
  height:150px;
  overflow:hidden;
}
.hero-mascot{
  display:block;width:125px;height:125px;
  position:absolute;top:0;
  animation:flyAcross 11.5s linear infinite, wingFlap .4s ease-in-out infinite;
  background:none !important;
  z-index:2;
}
.sky-banner{
  position:absolute;top:40px;
  animation:bannerFly 11.5s linear infinite;cursor:pointer;
  z-index:1;
  display:flex;align-items:center;
}
.banner-rope{
  display:none;
}
.banner-flag{
  background:linear-gradient(to bottom,#76ff03,#4caf04);
  color:#ffffff;
  font-weight:900;
  font-size:16px;
  padding:8px 20px;
  border-radius:3px;
  white-space:nowrap;
  letter-spacing:.5px;
  box-shadow:0 2px 6px rgba(0,0,0,.3);
  color:#111;
  border:1px solid #43a047;
  animation:bannerSway 1.5s ease-in-out infinite;
}
@keyframes mascotDance{
  0%,100%{transform:translateY(0) rotate(0deg)}
  15%{transform:translateY(-6px) rotate(-5deg)}
  30%{transform:translateY(0) rotate(3deg)}
  45%{transform:translateY(-4px) rotate(-3deg)}
  60%{transform:translateY(0) rotate(5deg)}
  75%{transform:translateY(-6px) rotate(-4deg)}
  90%{transform:translateY(0) rotate(2deg)}
}
@keyframes flyAcross{
  0%{left:-100px}
  83%{left:100%}
  100%{left:100%}
}
@keyframes wingFlap{
  0%{transform:translateY(0) scaleY(1) rotate(3deg)}
  50%{transform:translateY(-6px) scaleY(.92) rotate(-2deg)}
  100%{transform:translateY(0) scaleY(1) rotate(3deg)}
}
@keyframes bannerFly{
  0%{left:-380px}
  83%{left:calc(100% - 260px)}
  100%{left:calc(100% - 260px)}
}
@keyframes bannerSway{
  0%,100%{transform:rotate(0deg)}
  25%{transform:rotate(1.5deg)}
  75%{transform:rotate(-1.5deg)}
}

footer{margin-top:18px;color:rgba(255,255,255,.60);font-size:14px;padding:0 2px}

.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}

@media (min-width: 981px){
  .kicker{font-size:28px}
  h1{font-size:60px}
  .sub{font-size:26px}
  .fineprint{font-size:24px}
  .chip{font-size:24px;padding:12px 16px}
  .card h3{font-size:28px}
  .card{padding:28px}
  .price{font-size:54px}
  .per{font-size:24px}
  .card p{font-size:26px}
  .mutedline{font-size:24px}
  .bullets{font-size:24px}
  .bullets li{margin:12px 0}
  .formtitle-inline{font-size:38px}
  .formsub-inline{font-size:24px}
  label{font-size:24px}
  input, select, textarea{font-size:24px;padding:14px 14px}
  .btn{font-size:26px;padding:16px 26px}
  .actions button{font-size:26px;padding:18px 28px}
  .micro{padding:20px}
  .infowrap-heading{font-size:38px}
  .rep-heading{font-size:42px}
  .micro b{font-size:24px}
  .micro span{font-size:22px}
  .brandname{font-size:24px}
  .pill{font-size:18px;padding:8px 14px}
  footer{font-size:18px}
}

@media (max-width: 980px){
  .hero{grid-template-columns:1fr}
  .hero-right{border-radius:0 0 var(--r) var(--r)}
  .grid3{grid-template-columns:1fr}
  .microgrid{grid-template-columns:1fr}
  .rep-grid{grid-template-columns:1fr}
  .row{grid-template-columns:1fr}
  h1{font-size:36px}
  .green-btn{
    min-width:auto;
    padding:12px 24px;
    font-size:16px !important;
    max-width:85%;
  }
}
