
:root{
  --black:#05070c;
  --blue:#08111e;
  --blue2:#101d30;
  --gold:#d6a03a;
  --gold2:#f4d37c;
  --gold3:#8f641f;
  --text:#f6f2e8;
  --muted:#b9bfcb;
  --line:rgba(214,160,58,.72);
  --soft:rgba(255,255,255,.055);
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#020408;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
body{
  background:
    radial-gradient(circle at 50% -10%, rgba(214,160,58,.18), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(37,69,111,.20), transparent 34%),
    linear-gradient(180deg,#06101d 0%,#020408 100%);
}
.phone-app{
  position:relative;
  height:100dvh;
  width:100%;
  max-width:465px;
  margin:0 auto;
  overflow:hidden;
  padding:calc(env(safe-area-inset-top) + 16px) 18px calc(88px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg,rgba(7,16,29,.92),rgba(3,6,12,.99)),
    radial-gradient(circle at 50% 0%,rgba(216,162,58,.16),transparent 28%);
  box-shadow:0 0 80px rgba(0,0,0,.9);
}
.bg-column{
  position:absolute;right:-60px;top:25px;width:250px;height:500px;opacity:.15;
  background:linear-gradient(135deg,transparent 15%,rgba(255,255,255,.16) 16%,transparent 18%),
             repeating-linear-gradient(90deg,rgba(255,255,255,.14) 0 7px,transparent 7px 28px);
  transform:skewX(-14deg);
  pointer-events:none;
}
.brand{text-align:center;position:relative;z-index:2;padding-top:4px}
.brand-logo{
  width:min(92%,365px);
  max-height:238px;
  object-fit:contain;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.75)) drop-shadow(0 0 18px rgba(214,160,58,.12));
}
.values{
  margin-top:6px;
  font-size:12px;
  letter-spacing:1.2px;
  font-weight:700;
  color:#fff;
  text-shadow:0 1px 3px rgba(0,0,0,.7);
}
.screen{
  position:relative;
  z-index:2;
  height:calc(100dvh - 315px);
  overflow:auto;
  padding:12px 0 22px;
  scrollbar-width:none;
}
.screen::-webkit-scrollbar{display:none}

.hero-card,.glass-card{
  position:relative;
  border:1px solid var(--line);
  border-radius:27px;
  background:
    linear-gradient(180deg,rgba(18,33,54,.94),rgba(7,14,25,.97));
  box-shadow:
    0 22px 40px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 0 22px rgba(214,160,58,.05);
  overflow:hidden;
}
.hero-card:before,.glass-card:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(145deg,rgba(255,235,170,.10),transparent 30%,transparent 70%,rgba(214,160,58,.05));
  pointer-events:none;
}
.hero-card{
  text-align:center;
  padding:25px 20px 22px;
}
.gold-circle{
  width:78px;height:78px;border-radius:50%;margin:0 auto 16px;
  display:grid;place-items:center;
  color:#1a1206;
  font-size:36px;
  background:linear-gradient(160deg,#fff0ae 0%,#d9a238 60%,#9c6a1d 100%);
  box-shadow:0 0 34px rgba(214,160,58,.34), inset 0 1px 0 rgba(255,255,255,.55);
}
.hero-card h2{
  margin:0;
  font-size:27px;
  letter-spacing:.9px;
  text-transform:uppercase;
  font-weight:900;
}
.hero-card p{
  margin:10px auto 22px;
  max-width:310px;
  line-height:1.34;
  font-size:19px;
  color:#fff;
}
.gold-btn{
  width:100%;
  border:0;
  border-radius:16px;
  padding:16px 18px;
  font-size:15px;
  font-weight:950;
  color:#141007;
  background:linear-gradient(180deg,#ffe7a0,#d6a03a 62%,#a66f20);
  box-shadow:0 13px 25px rgba(214,160,58,.25), inset 0 1px 0 rgba(255,255,255,.48);
}
.dark-btn{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  padding:14px;
  background:rgba(255,255,255,.055);
  color:var(--text);
  font-weight:850;
}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin:14px 0;
}
.quick{
  min-height:82px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(17,31,51,.96),rgba(7,15,27,.98));
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  font-size:12px;
  font-weight:800;
  box-shadow:0 14px 22px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07);
}
.quick .ico{
  width:36px;height:36px;border-radius:12px;
  display:grid;place-items:center;
  color:var(--gold2);
  font-size:27px;
}
.whatsapp{
  width:100%;
  border:0;
  border-radius:18px;
  padding:14px 12px;
  margin:2px 0 14px;
  color:#fff;
  background:linear-gradient(180deg,#31de70,#139042 70%,#087030);
  font-size:19px;
  font-weight:950;
  letter-spacing:.3px;
  box-shadow:0 14px 30px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.28);
}
.whatsapp small{display:block;font-size:17px;margin-top:2px}
.section-title{
  color:var(--gold2);
  font-weight:950;
  letter-spacing:1.3px;
  text-transform:uppercase;
  font-size:18px;
  margin:3px 0 14px;
}
.glass-card{
  padding:18px;
  margin-bottom:14px;
}
.row{
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid rgba(214,160,58,.48);
  border-radius:18px;
  padding:13px 13px;
  margin-bottom:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(0,0,0,.12));
}
.row:last-child{margin-bottom:0}
.row .r-ico{
  width:47px;height:47px;border-radius:16px;
  display:grid;place-items:center;
  background:rgba(214,160,58,.13);
  color:var(--gold2);
  font-size:27px;
  flex:0 0 auto;
}
.row strong{display:block;font-size:16px;line-height:1.15}
.row small{display:block;color:var(--muted);font-size:12.5px;line-height:1.25;margin-top:3px}
.row .arrow{margin-left:auto;color:var(--gold2);font-size:28px}

input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
  background:rgba(0,0,0,.25);
  color:white;
  padding:13px 12px;
  margin:6px 0 12px;
  font-size:15px;
  outline:none;
}
textarea{height:92px;resize:none}
label{font-size:12px;color:var(--muted);font-weight:800}
.notice{
  border:1px solid rgba(214,160,58,.35);
  border-radius:18px;
  padding:13px;
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}
.status{text-align:center;padding:30px 20px}
.status-mark{
  width:88px;height:88px;border-radius:50%;
  display:grid;place-items:center;margin:0 auto 18px;
  border:3px solid var(--gold);
  color:var(--gold2);
  font-size:48px;
  box-shadow:0 0 36px rgba(214,160,58,.22);
}
.status h2{font-size:24px;margin:0 0 10px}
.status p{color:#fff;line-height:1.35}
.pay-option{
  display:flex;align-items:center;gap:13px;
  background:#f3f1eb;
  color:#111;
  border-radius:16px;
  padding:12px;
  margin-bottom:10px;
  font-weight:900;
}
.pay-option span{font-size:29px}
.pay-option small{display:block;color:#333;font-size:12px}
.footer-values{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.value{
  border:1px solid rgba(214,160,58,.52);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  padding:13px 8px;
  text-align:center;
  font-size:12px;
  font-weight:900;
}
.value span{display:block;color:var(--gold2);font-size:28px;margin-bottom:5px}

.bottom-nav{
  position:absolute;
  z-index:3;
  left:0;right:0;bottom:0;
  height:86px;
  padding:9px 12px calc(9px + env(safe-area-inset-bottom));
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:5px;
  background:rgba(3,6,12,.94);
  border-top:1px solid rgba(214,160,58,.24);
  backdrop-filter:blur(20px);
}
.nav-item{
  border:0;background:transparent;color:#9ca6b6;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
}
.nav-item.active{color:var(--gold2)}
.nav-ico{font-size:24px;line-height:1}
.nav-item small{font-size:10.5px}

@media (max-height:760px){
  .brand-logo{max-height:180px}
  .screen{height:calc(100dvh - 260px)}
  .hero-card p{font-size:16px}
}
