/*
 * DownRadar V5.9 - Home conversão com exemplos e FAQ
 * Instale em: /public_html/downradar/assets/css/landing.css
 */

:root{
  --dr-bg:#020912;
  --dr-bg2:#061827;
  --dr-card:#0b1b2d;
  --dr-card2:#102840;
  --dr-line:rgba(110,244,255,.16);
  --dr-line2:rgba(255,255,255,.09);
  --dr-green:#34ff8d;
  --dr-cyan:#5ff4ff;
  --dr-pink:#ff2d61;
  --dr-text:#fff;
  --dr-muted:rgba(226,246,255,.70);
  --dr-muted2:rgba(226,246,255,.52);
  --dr-shadow:0 24px 80px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.dr-landing-v55{
  min-height:100vh;
  margin:0;
  color:var(--dr-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(52,255,141,.16), transparent 28%),
    radial-gradient(circle at 86% 6%, rgba(24,118,255,.22), transparent 34%),
    radial-gradient(circle at 55% 100%, rgba(95,244,255,.08), transparent 36%),
    linear-gradient(180deg,#03101b 0%,#02070e 100%);
  overflow-x:hidden;
}
.dr-bg-grid{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:
    linear-gradient(rgba(111,252,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111,252,255,.04) 1px, transparent 1px);
  background-size:96px 96px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 84%);
}

.dr-site-header-v55{
  width:min(1180px, calc(100% - 28px));
  margin:0 auto;
  padding:22px 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  position:relative;
  z-index:5;
}
.dr-brand,.dr-mini-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#fff;
  font-weight:1000;
}
.dr-brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#4cf3ff,#34ff8d);
  box-shadow:0 14px 34px rgba(52,255,141,.22);
  position:relative;
}
.dr-brand-mark:before{content:"🔗";font-size:24px}
.dr-brand-mark span{display:none}
.dr-brand-text{font-size:28px;letter-spacing:-.07em;line-height:1}
.dr-brand-text span{color:var(--dr-green)}
.dr-header-nav{
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px;
  border-radius:999px;
  background:rgba(5,14,25,.72);
  border:1px solid var(--dr-line);
  box-shadow:0 16px 50px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(16px);
}
.dr-header-nav a{
  text-decoration:none;
  color:rgba(255,255,255,.74);
  font-size:13px;
  font-weight:950;
  padding:11px 14px;
  border-radius:999px;
}
.dr-header-nav a:hover{background:rgba(255,255,255,.07);color:#fff}
.dr-header-nav .dr-nav-cta{
  background:linear-gradient(180deg,#5bff9d,#34ff8d);
  color:#03120b;
  box-shadow:0 12px 26px rgba(52,255,141,.20);
}

.dr-hero-v55{
  width:min(1180px, calc(100% - 28px));
  margin:0 auto;
  padding:50px 0 48px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,420px);
  gap:clamp(34px,5vw,70px);
  align-items:center;
}
.dr-pill-v55{
  display:inline-flex;
  max-width:100%;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(95,244,255,.08);
  border:1px solid rgba(95,244,255,.16);
  color:#b7fbff;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.dr-hero-copy-v55 h1{
  margin:18px 0 18px;
  font-size:clamp(48px,7.8vw,96px);
  line-height:.87;
  letter-spacing:-.085em;
  max-width:850px;
}
.dr-hero-sub-v55{
  margin:0;
  max-width:700px;
  color:var(--dr-muted);
  font-size:clamp(19px,2.2vw,26px);
  line-height:1.22;
  font-weight:650;
}
.dr-hero-actions-v55{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.dr-btn-main-v55,.dr-btn-ghost-v55{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:1000;
  border:1px solid transparent;
}
.dr-btn-main-v55{
  background:linear-gradient(180deg,#5bff9d,#34ff8d);
  color:#03120b;
  box-shadow:0 18px 40px rgba(52,255,141,.20);
}
.dr-btn-ghost-v55{
  background:rgba(255,255,255,.065);
  border-color:rgba(255,255,255,.10);
  color:#fff;
}
.dr-btn-ghost-v55:hover{background:rgba(255,255,255,.10)}
.dr-trust-row-v55{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.dr-trust-row-v55 span{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.76);
  font-size:12px;
  font-weight:900;
}

.dr-demo-phone-v55{
  border-radius:34px;
  padding:14px;
  background:linear-gradient(145deg,rgba(22,45,70,.86),rgba(5,14,25,.92));
  border:1px solid rgba(111,252,255,.18);
  box-shadow:0 34px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
  transform:rotate(1.5deg);
}
.dr-phone-top-v55{
  display:flex;
  gap:6px;
  padding:4px 4px 12px;
}
.dr-phone-top-v55 span{
  width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.25);
}
.dr-phone-creator-v55,.dr-phone-download-v55,.dr-phone-ad-v55{
  border-radius:24px;
  background:rgba(2,8,16,.55);
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.dr-phone-creator-v55{
  padding:0 14px 14px;
  text-align:center;
}
.dr-phone-banner-v55{
  height:78px;
  margin:0 -14px;
  background:
    linear-gradient(135deg,rgba(95,244,255,.24),rgba(52,255,141,.10)),
    #0a1d31;
  background-size:cover;
  background-position:center;
}
.dr-phone-avatar-v55{
  width:72px;height:72px;
  margin:-34px auto 9px;
  border-radius:24px;
  background:#071a2b center/cover no-repeat;
  border:3px solid rgba(8,19,31,.98);
}
.dr-phone-creator-v55 strong{display:block;font-size:18px}
.dr-phone-creator-v55 small{display:block;color:var(--dr-muted2);margin:4px 0 10px}
.dr-phone-creator-v55 a{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  color:#06111f;
  text-decoration:none;
  font-size:12px;
  font-weight:1000;
}
.dr-phone-ad-v55{
  margin:12px 0;
  min-height:72px;
  display:grid;
  place-items:center;
  color:rgba(226,246,255,.45);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:1000;
}
.dr-phone-download-v55{
  padding:16px;
}
.dr-phone-download-v55 span{
  display:inline-flex;
  color:#caffdf;
  font-size:11px;
  font-weight:1000;
}
.dr-phone-download-v55 h3{
  margin:8px 0 6px;
  font-size:22px;
  letter-spacing:-.04em;
}
.dr-phone-download-v55 p{
  margin:0 0 12px;
  color:var(--dr-muted2);
  line-height:1.45;
}
.dr-phone-download-v55 b{
  display:flex;
  margin-top:8px;
  min-height:42px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(180deg,#5bff9d,#34ff8d);
  color:#03120b;
  font-size:13px;
}

.dr-proof-strip-v55{
  width:min(1180px, calc(100% - 28px));
  margin:0 auto 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.dr-proof-strip-v55 article{
  border:1px solid var(--dr-line);
  background:rgba(7,19,35,.62);
  border-radius:24px;
  padding:20px;
  box-shadow:var(--dr-shadow), inset 0 1px 0 rgba(255,255,255,.06);
}
.dr-proof-strip-v55 strong{
  display:block;
  font-size:clamp(26px,3.2vw,38px);
  letter-spacing:-.06em;
}
.dr-proof-strip-v55 span{color:var(--dr-muted2);font-weight:900}

.dr-section-v55{
  width:min(1180px, calc(100% - 28px));
  margin:18px auto;
  border:1px solid var(--dr-line);
  background:linear-gradient(145deg,rgba(11,27,45,.76),rgba(5,14,25,.80));
  box-shadow:var(--dr-shadow), inset 0 1px 0 rgba(255,255,255,.06);
  border-radius:34px;
  padding:30px;
}
.dr-section-head-v55{
  max-width:820px;
  margin-bottom:22px;
}
.dr-section-kicker{
  display:inline-flex;
  color:var(--dr-cyan);
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.14em;
  font-weight:1000;
}
.dr-section-head-v55 h2,
.dr-safety-v55 h2,
.dr-final-cta-v55 h2,
.dr-example-copy-v55 h2{
  margin:8px 0 12px;
  font-size:clamp(32px,5vw,58px);
  line-height:.95;
  letter-spacing:-.065em;
}
.dr-section-head-v55 p,
.dr-safety-v55 p,
.dr-final-cta-v55 p,
.dr-example-copy-v55 p{
  margin:0;
  color:var(--dr-muted);
  font-size:17px;
  line-height:1.55;
}

.dr-before-after-grid-v55{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.dr-before-after-grid-v55 article{
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.18);
}
.dr-before-after-grid-v55 .is-before{
  border-color:rgba(255,45,97,.18);
  background:linear-gradient(145deg,rgba(55,13,26,.36),rgba(0,0,0,.18));
}
.dr-before-after-grid-v55 .is-after{
  border-color:rgba(52,255,141,.22);
  background:linear-gradient(145deg,rgba(14,51,35,.42),rgba(0,0,0,.18));
}
.dr-before-after-grid-v55 span{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.74);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}
.dr-before-after-grid-v55 h3{
  margin:14px 0 12px;
  font-size:26px;
  letter-spacing:-.04em;
}
.dr-before-after-grid-v55 ul{
  margin:0;
  padding-left:18px;
  color:var(--dr-muted);
  line-height:1.8;
}

.dr-benefit-grid-v55,.dr-step-grid-v55{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.dr-step-grid-v55{grid-template-columns:repeat(3,1fr)}
.dr-benefit-grid-v55 article,
.dr-step-grid-v55 article{
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.045);
}
.dr-benefit-grid-v55 span,
.dr-step-grid-v55 span{
  width:42px;height:42px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:rgba(95,244,255,.10);
  border:1px solid rgba(95,244,255,.16);
  font-weight:1000;
}
.dr-benefit-grid-v55 h3,
.dr-step-grid-v55 h3{
  margin:16px 0 8px;
  font-size:22px;
  letter-spacing:-.035em;
}
.dr-benefit-grid-v55 p,
.dr-step-grid-v55 p{
  margin:0;
  color:var(--dr-muted2);
  line-height:1.55;
}

.dr-example-v55{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:28px;
  align-items:center;
}
.dr-example-actions-v55{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.dr-example-card-v55{
  border-radius:30px;
  border:1px solid rgba(111,252,255,.16);
  background:rgba(0,0,0,.18);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.dr-example-cover-v55{
  height:190px;
  background:#0a1b2c center/cover no-repeat;
}
.dr-example-info-v55{
  padding:20px;
}
.dr-example-info-v55 span{
  color:#caffdf;
  font-size:12px;
  font-weight:1000;
}
.dr-example-info-v55 h3{
  margin:8px 0 8px;
  font-size:28px;
  letter-spacing:-.05em;
}
.dr-example-info-v55 p{
  color:var(--dr-muted);
  margin:0 0 14px;
}
.dr-example-info-v55 b{
  display:flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(180deg,#5bff9d,#34ff8d);
  color:#03120b;
}

.dr-safety-v55{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:28px;
  align-items:center;
}
.dr-safety-list-v55{
  display:grid;
  gap:10px;
}
.dr-safety-list-v55 span{
  padding:14px;
  border-radius:18px;
  background:rgba(52,255,141,.075);
  border:1px solid rgba(52,255,141,.17);
  color:#d9ffe8;
  font-weight:900;
}

.dr-final-cta-v55{
  width:min(1180px, calc(100% - 28px));
  margin:22px auto 36px;
  border-radius:38px;
  padding:44px;
  text-align:center;
  border:1px solid rgba(52,255,141,.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(52,255,141,.17), transparent 36%),
    linear-gradient(145deg,rgba(13,37,38,.82),rgba(5,14,25,.88));
  box-shadow:var(--dr-shadow), inset 0 1px 0 rgba(255,255,255,.07);
}
.dr-final-cta-v55 span{
  display:inline-flex;
  color:#caffdf;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.dr-final-cta-v55 .dr-hero-actions-v55{
  justify-content:center;
}
.dr-home-ad-v55:empty{display:none}

@media (max-width: 980px){
  .dr-hero-v55,
  .dr-example-v55,
  .dr-safety-v55{
    grid-template-columns:1fr;
  }
  .dr-demo-phone-v55{
    max-width:430px;
    margin:0 auto;
    transform:none;
  }
  .dr-proof-strip-v55,
  .dr-benefit-grid-v55{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 720px){
  .dr-site-header-v55{
    align-items:flex-start;
    gap:12px;
    padding-top:14px;
  }
  .dr-brand-text{font-size:24px}
  .dr-header-nav{
    max-width:100%;
    overflow-x:auto;
    justify-content:flex-start;
    border-radius:20px;
    padding:6px;
  }
  .dr-header-nav a{
    white-space:nowrap;
    padding:10px 12px;
  }
  .dr-hero-v55{
    padding:32px 0 30px;
  }
  .dr-hero-copy-v55 h1{
    font-size:clamp(42px,12vw,56px);
    line-height:.9;
  }
  .dr-hero-sub-v55{
    font-size:18px;
    line-height:1.35;
  }
  .dr-hero-actions-v55{
    display:grid;
  }
  .dr-btn-main-v55,.dr-btn-ghost-v55{
    width:100%;
  }
  .dr-trust-row-v55 span{
    width:100%;
    text-align:center;
  }
  .dr-proof-strip-v55,
  .dr-before-after-grid-v55,
  .dr-benefit-grid-v55,
  .dr-step-grid-v55{
    grid-template-columns:1fr;
  }
  .dr-section-v55{
    padding:20px;
    border-radius:26px;
  }
  .dr-section-head-v55 h2,
  .dr-safety-v55 h2,
  .dr-final-cta-v55 h2,
  .dr-example-copy-v55 h2{
    font-size:clamp(31px,9vw,42px);
    line-height:1;
  }
  .dr-final-cta-v55{
    padding:28px 20px;
    border-radius:28px;
  }
  .dr-example-cover-v55{
    height:160px;
  }
}


/* V5.7 - Galeria de exemplos */
.dr-demo-gallery-v57{
  background:
    radial-gradient(circle at 0% 0%, rgba(95,244,255,.10), transparent 32%),
    linear-gradient(145deg,rgba(11,27,45,.76),rgba(5,14,25,.82));
}
.dr-demo-grid-v57{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.dr-demo-grid-v57 a{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:22px;
  border-radius:26px;
  text-decoration:none;
  color:#fff;
  background:
    radial-gradient(circle at 0% 0%, rgba(52,255,141,.16), transparent 35%),
    rgba(255,255,255,.045);
  border:1px solid rgba(111,252,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  transition:.18s ease;
}
.dr-demo-grid-v57 a:hover{
  transform:translateY(-3px);
  border-color:rgba(52,255,141,.34);
  background:
    radial-gradient(circle at 0% 0%, rgba(52,255,141,.22), transparent 35%),
    rgba(255,255,255,.07);
}
.dr-demo-grid-v57 span{
  display:inline-flex;
  width:max-content;
  margin-bottom:auto;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(95,244,255,.09);
  border:1px solid rgba(95,244,255,.16);
  color:#b7fbff;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.dr-demo-grid-v57 strong{
  display:block;
  margin-top:36px;
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.dr-demo-grid-v57 small{
  display:block;
  margin-top:8px;
  color:rgba(226,246,255,.62);
  line-height:1.45;
}
@media(max-width:980px){
  .dr-demo-grid-v57{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  .dr-demo-grid-v57{grid-template-columns:1fr;}
  .dr-demo-grid-v57 a{min-height:150px;}
}


/* V5.9 - Home: galeria com imagens reais + FAQ */
.dr-demo-gallery-v59{
  background:
    radial-gradient(circle at 0% 0%, rgba(95,244,255,.10), transparent 32%),
    linear-gradient(145deg,rgba(11,27,45,.78),rgba(5,14,25,.84));
}
.dr-demo-grid-v59{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.dr-demo-grid-v59 a{
  display:grid;
  grid-template-rows:auto 1fr;
  gap:0;
  min-height:100%;
  border-radius:26px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(111,252,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  transition:.18s ease;
}
.dr-demo-grid-v59 a:hover{
  transform:translateY(-3px);
  border-color:rgba(52,255,141,.34);
}
.dr-demo-grid-v59 img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#06111f;
}
.dr-demo-grid-v59 span,
.dr-demo-grid-v59 strong,
.dr-demo-grid-v59 small{
  margin-left:18px;
  margin-right:18px;
}
.dr-demo-grid-v59 span{
  width:max-content;
  margin-top:18px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(95,244,255,.09);
  border:1px solid rgba(95,244,255,.16);
  color:#b7fbff;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.dr-demo-grid-v59 strong{
  display:block;
  margin-top:12px;
  font-size:21px;
  line-height:1.06;
  letter-spacing:-.04em;
}
.dr-demo-grid-v59 small{
  display:block;
  margin-top:8px;
  margin-bottom:20px;
  color:rgba(226,246,255,.62);
  line-height:1.45;
}
.dr-usecase-grid-v59{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.dr-usecase-grid-v59 article{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}
.dr-usecase-grid-v59 b{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:16px;
  background:rgba(52,255,141,.10);
  border:1px solid rgba(52,255,141,.18);
  font-size:23px;
}
.dr-usecase-grid-v59 h3{
  margin:14px 0 8px;
  font-size:22px;
  letter-spacing:-.04em;
}
.dr-usecase-grid-v59 p{
  margin:0;
  color:rgba(226,246,255,.62);
  line-height:1.55;
}
.dr-faq-grid-v59{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.dr-faq-grid-v59 details{
  border-radius:22px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.08);
  padding:18px;
}
.dr-faq-grid-v59 summary{
  cursor:pointer;
  font-weight:1000;
  font-size:18px;
  letter-spacing:-.02em;
}
.dr-faq-grid-v59 p{
  margin:12px 0 0;
  color:rgba(226,246,255,.64);
  line-height:1.55;
}
@media(max-width:980px){
  .dr-demo-grid-v59,
  .dr-usecase-grid-v59{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .dr-demo-grid-v59,
  .dr-usecase-grid-v59,
  .dr-faq-grid-v59{
    grid-template-columns:1fr;
  }
}
