:root{
  --green:#062d20;
  --green2:#0b4b35;
  --gold:#d6a84f;
  --gold2:#f4d381;
  --cream:#f7f0df;
  --ink:#162019;
}
*{box-sizing:border-box}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter, system-ui, Segoe UI, Arial, sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(214,168,79,.18), transparent 28%),
    linear-gradient(135deg,#0a0d0b,#111b17 45%,#050706);
  color:white;
}
.shell{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.card{
  width:min(1180px,100%);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  border:1px solid rgba(244,211,129,.45);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
  background:#111;
}
.left{
  padding:44px;
  background:
    linear-gradient(135deg,rgba(6,45,32,.98),rgba(2,22,15,.98)),
    repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(214,168,79,.08) 29px);
  position:relative;
}
.left:before,.left:after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(214,168,79,.45);
  border-radius:22px;
  pointer-events:none;
}
.brand{
  position:relative;
  z-index:1;
  font-size:34px;
  font-weight:800;
  letter-spacing:.08em;
  color:var(--gold2);
  text-align:center;
  margin-bottom:30px;
}
h1{
  position:relative;
  z-index:1;
  font-size:32px;
  line-height:1.2;
  text-align:center;
  margin:0 0 12px;
  color:#f8e2a5;
}
h1 span{color:var(--gold2)}
.hint{
  position:relative;
  z-index:1;
  text-align:center;
  color:#f8edd0;
  margin-bottom:26px;
}
form{
  position:relative;
  z-index:1;
  display:grid;
  gap:14px;
}
label span{
  display:block;
  font-size:13px;
  color:#f7d88c;
  margin:0 0 6px 4px;
}
input{
  width:100%;
  padding:16px 18px;
  border-radius:12px;
  border:1px solid rgba(244,211,129,.75);
  background:rgba(0,0,0,.22);
  color:white;
  font-size:17px;
  outline:none;
}
input:focus{
  border-color:#ffe49b;
  box-shadow:0 0 0 4px rgba(214,168,79,.14);
}
button{
  margin-top:16px;
  padding:18px 20px;
  border:0;
  border-radius:14px;
  color:#172014;
  background:linear-gradient(180deg,#ffe49a,#c8912d);
  font-size:20px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(214,168,79,.28);
}
button:disabled{opacity:.65;cursor:wait}
.right{
  padding:44px;
  background:linear-gradient(135deg,#fff8e8,#efe2c4);
  color:var(--ink);
}
.shield{
  width:92px;
  height:92px;
  margin:0 auto 14px;
  border-radius:26px;
  display:grid;
  place-items:center;
  font-size:54px;
  color:#ffe59a;
  background:linear-gradient(135deg,#09452f,#0d6b48);
  border:4px solid #c8912d;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
}
h2{
  text-align:center;
  font-size:42px;
  margin:8px 0 0;
  color:#0b3b2a;
}
.sub{
  text-align:center;
  color:#986d25;
  font-size:19px;
  margin:0 0 26px;
}
.benefits{
  border:1px solid rgba(128,94,38,.35);
  border-radius:18px;
  padding:24px;
  background:rgba(255,255,255,.34);
}
.benefits h3{
  margin:0 0 18px;
  font-size:25px;
  color:#143d2c;
}
.benefits div{
  display:flex;
  gap:12px;
  align-items:center;
  padding:13px 0;
  border-bottom:1px solid rgba(0,0,0,.1);
  font-size:18px;
}
.benefits div:last-child{border-bottom:0}
.benefits b{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0a5138;
  color:#f6d27d;
  display:grid;
  place-items:center;
}
.info{
  display:block;
  margin-top:22px;
  padding:16px;
  border-radius:14px;
  border:1px solid rgba(128,94,38,.4);
  text-decoration:none;
  color:#153826;
  font-weight:800;
  background:#f5e6c8;
}
.small{
  margin-top:20px;
  color:#544a3d;
  line-height:1.5;
  font-size:14px;
}
.result{
  position:relative;
  z-index:2;
  margin-top:20px;
  border-radius:16px;
  overflow:hidden;
}
.hidden{display:none}
.ok,.warn,.bad,.loading{
  padding:18px;
  border-radius:16px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(244,211,129,.4);
}
.ok{background:rgba(19,127,78,.25)}
.warn{background:rgba(214,168,79,.22)}
.bad{background:rgba(171,33,33,.24)}
.amount{
  font-size:36px;
  font-weight:900;
  color:#ffe49a;
  margin:8px 0;
}
.mini{font-size:14px;color:#f7e8c6}
@media(max-width:850px){
  .shell{padding:12px}
  .card{grid-template-columns:1fr;border-radius:18px}
  .left,.right{padding:28px 22px}
  .brand{font-size:26px}
  h1{font-size:24px}
  h2{font-size:32px}
}

.date-alert{
  margin:14px 0;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255, 193, 7, .18);
  border:1px solid rgba(255, 213, 92, .7);
  color:#ffe9a6;
  font-weight:700;
  line-height:1.45;
}

.date-alert{
  margin:16px 0;
  padding:16px 18px;
  border-radius:14px;
  background:rgba(165, 24, 24, .32) !important;
  border:2px solid rgba(255, 80, 80, .95) !important;
  color:#ffecec !important;
  font-weight:800;
  line-height:1.45;
  box-shadow:0 0 0 4px rgba(255,0,0,.08);
}

.date-alert-title{
  font-size:18px;
  color:#ffffff;
  margin-bottom:8px;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.date-alert-hard{
  margin-top:10px;
  padding:10px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-weight:900;
}

/* ============================
   MOBILE FIRST FIX - NEXOVA PA
   ============================ */

@media (max-width: 760px) {
  body {
    min-height: 100vh;
    background:
      radial-gradient(circle at top, rgba(214,168,79,.18), transparent 32%),
      linear-gradient(180deg,#07110d,#020504);
  }

  .shell {
    min-height: auto;
    display: block;
    padding: 14px;
  }

  .card {
    width: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(0,0,0,.42);
  }

  .left,
  .right {
    width: 100%;
    padding: 26px 18px;
  }

  .left {
    border-radius: 22px 22px 0 0;
  }

  .left:before,
  .left:after {
    inset: 10px;
    border-radius: 18px;
  }

  .right {
    border-radius: 0 0 22px 22px;
  }

  .brand {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: .06em;
  }

  h1 {
    font-size: 23px;
    line-height: 1.22;
    margin-bottom: 10px;
  }

  .hint {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  form {
    gap: 13px;
  }

  label span {
    font-size: 13px;
    margin-left: 2px;
  }

  input {
    min-height: 52px;
    font-size: 16px;
    padding: 15px 14px;
    border-radius: 12px;
  }

  button {
    min-height: 58px;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 14px;
    border-radius: 14px;
  }

  .result {
    margin-top: 18px;
  }

  .ok,
  .warn,
  .bad,
  .loading {
    padding: 16px 14px;
  }

  .ok h3,
  .warn h3,
  .bad h3 {
    font-size: 18px;
    margin-top: 0;
  }

  .amount {
    font-size: 31px;
    line-height: 1.1;
    word-break: break-word;
  }

  .date-alert {
    padding: 14px 12px;
    font-size: 14px;
  }

  .date-alert-title {
    font-size: 15px;
  }

  .date-alert-hard {
    font-size: 14px;
  }

  .shield {
    width: 70px;
    height: 70px;
    font-size: 42px;
    border-radius: 20px;
  }

  h2 {
    font-size: 31px;
  }

  .sub {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .benefits {
    padding: 18px;
    border-radius: 16px;
  }

  .benefits h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .benefits div {
    font-size: 15px;
    padding: 11px 0;
  }

  .benefits b {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .small {
    font-size: 12px;
    line-height: 1.45;
  }
}

/* Celulares muy estrechos */
@media (max-width: 390px) {
  .shell {
    padding: 10px;
  }

  .left,
  .right {
    padding: 23px 14px;
  }

  .brand {
    font-size: 22px;
  }

  h1 {
    font-size: 20px;
  }

  input {
    font-size: 15px;
  }

  button {
    font-size: 15px;
  }

  .amount {
    font-size: 27px;
  }
}

.fresh-alert{
  margin:14px 0;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255, 153, 0, .22);
  border:2px solid rgba(255, 184, 77, .9);
  color:#fff1d6;
  font-weight:800;
  line-height:1.45;
}

.fresh-alert{
  margin:14px 0;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255, 153, 0, .22);
  border:2px solid rgba(255, 184, 77, .9);
  color:#fff1d6;
  font-weight:800;
  line-height:1.45;
}
