
/* AppEvidex V18 — mobile real HTML/CSS, approved visual language.
   Desktop V13/V14 remains untouched. */
.v18-mobile{display:none!important}

@media (max-width:820px){
  html,body{
    margin:0!important;
    padding:0!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    background:#020914!important;
  }

  body{
    font-family:Inter,Segoe UI,Arial,sans-serif!important;
    color:#f5f7fb!important;
  }

  /* retire previous failed mobile experiments */
  .v15-mobile,.v16-mobile,.v17-mobile-approved{display:none!important}
  .v15-desktop{display:none!important}

  .v18-mobile{
    display:block!important;
    min-height:100vh;
    background:
      radial-gradient(circle at 100% 0,rgba(242,182,68,.10),transparent 24rem),
      radial-gradient(circle at 0 45%,rgba(14,72,126,.10),transparent 22rem),
      linear-gradient(180deg,#020914 0%,#04111e 52%,#020914 100%);
  }

  .v18-header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(2,9,20,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(242,182,68,.12);
  }

  .v18-headrow{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 16px 10px;
  }

  .v18-brand{
    color:#fff;
    text-decoration:none;
    font-size:25px;
    line-height:1;
    font-weight:900;
    letter-spacing:-1px;
  }
  .v18-brand b{color:#f1b64a}

  .v18-langs{display:flex;gap:7px;flex:0 0 auto}
  .v18-langs a{
    width:38px;height:34px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.14);
    display:grid;place-items:center;
    text-decoration:none;
    color:#b8c0ca;
    font-size:11px;
    background:#06111e;
  }
  .v18-langs a.on{
    color:#15100a;
    font-weight:900;
    border-color:#ffd56c;
    background:linear-gradient(135deg,#ffe585,#dda02f);
    box-shadow:0 0 20px rgba(242,182,68,.22);
  }

  .v18-nav{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:6px;
    padding:0 10px 12px;
  }
  .v18-nav a{
    min-width:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:#071422;
    text-decoration:none;
    color:#d4dbe3;
    text-align:center;
    font-size:clamp(8px,2.7vw,11px);
    line-height:1.05;
    padding:9px 3px;
    white-space:nowrap;
    overflow:hidden;
  }
  .v18-nav a.active{
    color:#ffd36a;
    border-color:#c8872d;
    background:linear-gradient(180deg,rgba(242,182,68,.08),rgba(7,20,34,.94));
    box-shadow:inset 0 0 18px rgba(242,182,68,.03);
  }

  .v18-wrap{
    width:min(100% - 20px,700px);
    margin:0 auto;
    padding:14px 0 34px;
  }

  .v18-panel{
    border:1px solid rgba(190,125,36,.68);
    border-radius:18px;
    background:
      radial-gradient(circle at 100% 0,rgba(242,182,68,.08),transparent 14rem),
      linear-gradient(145deg,rgba(8,23,38,.98),rgba(3,12,22,.98));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.025),
      0 16px 40px rgba(0,0,0,.24);
  }

  .v18-hero{padding:16px}
  .v18-kicker{
    display:inline-flex;
    align-items:center;
    gap:7px;
    border:1px solid rgba(194,128,36,.70);
    border-radius:999px;
    padding:7px 10px;
    color:#f1b342;
    font-size:10px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.75px;
    font-weight:900;
    background:rgba(242,182,68,.04);
  }
  .v18-kicker:before{
    content:"";
    width:7px;height:7px;border-radius:50%;
    background:#f1b342;
    box-shadow:0 0 11px rgba(242,182,68,.75);
  }

  .v18-hero h1{
    margin:15px 0 9px;
    font-size:clamp(31px,9.1vw,42px);
    line-height:1.02;
    letter-spacing:-1.45px;
    font-weight:900;
  }
  .v18-gold{
    color:#f1b64a;
    background:linear-gradient(135deg,#ffe38b 0%,#f2b746 50%,#c77d17 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
  }
  .v18-lead{
    margin:0;
    font-size:16px;
    line-height:1.45;
    color:#eef2f6;
  }
  .v18-copy{
    margin:8px 0 0;
    color:#aeb8c4;
    font-size:13px;
    line-height:1.58;
  }

  .v18-visual{
    height:235px;
    margin-top:15px;
    border:1px solid rgba(242,182,68,.25);
    border-radius:15px;
    background-color:#02080f;
    background-repeat:no-repeat;
    overflow:hidden;
    position:relative;
  }
  .v18-visual:after{
    content:"";
    position:absolute;inset:0;
    background:
      linear-gradient(180deg,rgba(2,8,15,.04),rgba(2,8,15,.04) 70%,rgba(2,8,15,.42)),
      radial-gradient(circle at 75% 50%,rgba(242,182,68,.08),transparent 45%);
  }
  .v18-visual.home{
    background-image:url('/assets/approved-home-v13.png');
    background-size:185% auto;
    background-position:77% 18%;
  }
  .v18-visual.como{
    background-image:url('/assets/approved-como-funciona-v14.png');
    background-size:182% auto;
    background-position:76% 8%;
  }

  .v18-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    margin-top:13px;
  }
  .v18-btn{
    min-height:48px;
    border-radius:11px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 10px;
    font-size:12px;
    line-height:1.2;
    font-weight:900;
    text-align:center;
  }
  .v18-btn.primary{
    color:#151008;
    border:1px solid #ffd46a;
    background:linear-gradient(135deg,#ffe486,#dda02f);
    box-shadow:0 10px 26px rgba(210,136,32,.20);
  }
  .v18-btn.secondary{
    color:#fff;
    border:1px solid rgba(255,255,255,.14);
    background:#071522;
  }
  .v18-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

  .v18-benefits{
    margin-top:10px;
    padding:11px 8px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
  }
  .v18-benefit{
    min-width:0;
    padding:0 7px;
    border-right:1px solid rgba(204,140,42,.38);
    display:flex;
    align-items:center;
    gap:6px;
  }
  .v18-benefit:last-child{border-right:0}
  .v18-benefit .ico{
    flex:0 0 auto;
    width:30px;height:30px;
    border:1px solid #b97827;
    border-radius:50%;
    display:grid;place-items:center;
    color:#efb03d;
  }
  .v18-benefit svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .v18-benefit span{
    color:#dce2e9;
    font-size:9.5px;
    line-height:1.25;
  }

  .v18-section{margin-top:18px}
  .v18-eyebrow{
    margin:0 0 6px 2px;
    color:#f0b13c;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:10px;
    font-weight:900;
  }
  .v18-section h2{
    margin:0;
    font-size:24px;
    line-height:1.12;
    letter-spacing:-.65px;
  }
  .v18-sub{
    margin:5px 0 11px;
    color:#abb5c1;
    font-size:12.5px;
    line-height:1.5;
  }

  .v18-service-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .v18-card{
    min-width:0;
    padding:12px 10px;
    border:1px solid rgba(190,124,34,.60);
    border-radius:14px;
    background:linear-gradient(145deg,#091827,#06111e);
  }
  .v18-card .circle{
    width:39px;height:39px;
    border-radius:50%;
    border:1px solid #b97b29;
    color:#f0b13c;
    display:grid;place-items:center;
    margin-bottom:9px;
    box-shadow:inset 0 0 20px rgba(242,182,68,.03);
  }
  .v18-card svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .v18-card h3{
    margin:0 0 7px;
    font-size:13px;
    line-height:1.2;
  }
  .v18-card p{
    margin:0;
    color:#adb7c2;
    font-size:10.5px;
    line-height:1.48;
  }

  .v18-offer{
    margin-top:15px;
    padding:13px;
    display:grid;
    grid-template-columns:1.1fr .85fr;
    gap:13px;
    align-items:center;
  }
  .v18-offer .tag{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#efb13d;
    border:1px solid #a96d21;
    border-radius:999px;
    padding:5px 8px;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
  }
  .v18-offer h3{
    margin:8px 0 5px;
    font-size:18px;
    line-height:1.13;
  }
  .v18-offer p{
    margin:0;
    color:#aeb8c3;
    font-size:10.8px;
    line-height:1.5;
  }
  .v18-pricebox{
    border-left:1px solid rgba(204,140,42,.35);
    padding-left:12px;
  }
  .v18-price{
    color:#ffc754;
    font-size:31px;
    line-height:1;
    font-weight:900;
    letter-spacing:-1px;
    white-space:nowrap;
  }
  .v18-price small{
    display:block;
    margin-top:5px;
    color:#e6a93a;
    font-size:8px;
    letter-spacing:1.4px;
  }
  .v18-checks{
    display:grid;
    gap:4px;
    margin-top:8px;
  }
  .v18-checks span{
    display:flex;
    gap:6px;
    color:#cbd3dc;
    font-size:9px;
    line-height:1.25;
  }
  .v18-checks span:before{content:"✓";color:#f1b342;font-weight:900}

  .v18-offer-actions{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .v18-safe{
    margin-top:14px;
    padding:13px;
    display:grid;
    grid-template-columns:72px 1fr;
    gap:11px;
    align-items:center;
  }
  .v18-lock-art{
    width:70px;height:70px;
    border-radius:18px;
    display:grid;place-items:center;
    color:#f0b13c;
    background:
      radial-gradient(circle at 50% 60%,rgba(242,182,68,.24),transparent 56%),
      linear-gradient(145deg,#081827,#040e19);
    border:1px solid rgba(189,123,36,.55);
    box-shadow:0 0 28px rgba(242,182,68,.10);
  }
  .v18-lock-art svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
  .v18-safe h3{
    margin:0 0 5px;
    font-size:18px;
    line-height:1.12;
  }
  .v18-safe p{
    margin:0 0 8px;
    color:#aeb8c3;
    font-size:10.8px;
    line-height:1.45;
  }

  .v18-video{
    margin-top:12px;
    padding:8px;
  }
  .v18-video-title{
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:8px;
    color:#f0b13c;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
  }
  .v18-video-title:before{
    content:"";
    width:7px;height:7px;border-radius:50%;
    background:#f0b13c;
    box-shadow:0 0 10px rgba(242,182,68,.65);
  }
  .v18-video iframe{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    border:0;
    border-radius:10px;
    background:#000;
  }

  .v18-steps{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .v18-step{
    position:relative;
    padding:12px 10px;
    border:1px solid rgba(190,124,34,.57);
    border-radius:14px;
    background:linear-gradient(145deg,#091827,#06111e);
  }
  .v18-step .num{
    width:28px;height:28px;
    border-radius:50%;
    display:grid;place-items:center;
    color:#ffd263;
    border:1px solid #b97827;
    font-weight:900;
    font-size:11px;
    margin-bottom:8px;
  }
  .v18-step .circle{
    width:36px;height:36px;
    border-radius:50%;
    border:1px solid #b97827;
    color:#f0b13c;
    display:grid;place-items:center;
    margin-bottom:8px;
  }
  .v18-step svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .v18-step h3{
    margin:0 0 6px;
    font-size:12px;
    line-height:1.2;
  }
  .v18-step p{
    margin:0;
    color:#aeb8c3;
    font-size:10px;
    line-height:1.48;
  }

  .v18-receive{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .v18-final{
    margin-top:14px;
    padding:13px;
    display:grid;
    grid-template-columns:68px 1fr;
    gap:11px;
    align-items:center;
  }
  .v18-final h3{
    margin:0 0 5px;
    font-size:18px;
    line-height:1.12;
  }
  .v18-final p{
    margin:0 0 9px;
    color:#aeb8c3;
    font-size:10.6px;
    line-height:1.45;
  }

  .v18-footer{
    padding:22px 14px 32px;
    text-align:center;
    color:#7e8995;
    font-size:10px;
  }

  @media(max-width:355px){
    .v18-actions{grid-template-columns:1fr}
    .v18-benefits{grid-template-columns:repeat(2,1fr);gap:10px}
    .v18-benefit:nth-child(2){border-right:0}
    .v18-benefit:nth-child(3){border-right:1px solid rgba(204,140,42,.38)}
    .v18-service-grid{grid-template-columns:1fr}
    .v18-offer{grid-template-columns:1fr}
    .v18-pricebox{border-left:0;border-top:1px solid rgba(204,140,42,.35);padding:10px 0 0}
    .v18-offer-actions{grid-template-columns:1fr}
  }
}

@media(min-width:821px){
  .v18-mobile{display:none!important}
}
