
:root{
  --bg:#08101d;
  --bg2:#0c1730;
  --panel:#13213e;
  --panel2:#17284a;
  --line:rgba(145,173,228,.14);
  --text:#eff5ff;
  --muted:#a8b9da;
  --cyan:#79e3ff;
  --cyan2:#58c9f7;
  --gold:#f2c94c;
  --green:#72f0c1;
  --shadow:0 18px 60px rgba(0,0,0,.35);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: no-preference){
  /* === ANIMAÇÕES === */
  @keyframes floatPhone{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-12px)}
  }
  @keyframes pulseGlow{
    0%,100%{opacity:.85;transform:scale(1)}
    50%{opacity:1;transform:scale(1.06)}
  }
  @keyframes shimmer{
    0%{transform:translateX(-120%)}
    100%{transform:translateX(220%)}
  }
  @keyframes rotateOrbit{
    from{transform:rotate(0deg)}
    to{transform:rotate(360deg)}
  }
  /* Reveal on scroll */
  .reveal{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
    will-change:opacity, transform;
  }
  .reveal.in{opacity:1;transform:none}
  .reveal.delay-1{transition-delay:.08s}
  .reveal.delay-2{transition-delay:.16s}
  .reveal.delay-3{transition-delay:.24s}
  .reveal.delay-4{transition-delay:.32s}

  /* Phone do hero flutuando */
  .phone{animation:floatPhone 6s ease-in-out infinite}
  .phone-glow{animation:pulseGlow 5s ease-in-out infinite}

  /* Shimmer no botão primary */
  .btn-primary{position:relative;overflow:hidden;isolation:isolate}
  .btn-primary::before{
    content:"";position:absolute;top:0;left:0;width:60%;height:100%;
    background:linear-gradient(110deg, transparent 0%, rgba(255,255,255,.45) 50%, transparent 100%);
    transform:translateX(-120%);
    animation:shimmer 3.6s ease-in-out infinite;
    animation-delay:1.5s;
    z-index:1;pointer-events:none;
  }
  .btn-primary > *{position:relative;z-index:2}

  /* Logo do header com leve respiro dourado */
  .brand-mark img{transition:filter .4s ease, transform .3s ease}
  .brand:hover .brand-mark img{transform:scale(1.04) rotate(-2deg)}

  /* Hover suave em todos os cards/box */
  .card, .step-box, .app-card, .metric, .trust-item, .feature-pill, .list-item, .point{
    transition:transform .25s cubic-bezier(.2,.7,.2,1), border-color .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .card:hover, .step-box:hover, .app-card:hover, .feature-pill:hover, .point:hover{
    transform:translateY(-4px);
    border-color:rgba(242,201,76,.28);
    box-shadow:0 22px 60px rgba(0,0,0,.45), 0 0 0 1px rgba(242,201,76,.10);
  }
  .app-card:hover{transform:translateY(-6px) scale(1.012)}

  /* Hover do botão primary */
  .btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 48px rgba(121,227,255,.32);
  }
  .btn-dark:hover{
    transform:translateY(-2px);
    border-color:rgba(242,201,76,.26);
  }

  /* Hover no nav menu */
  .menu a{position:relative;padding:6px 0;transition:color .2s ease}
  .menu a::after{
    content:"";position:absolute;left:0;bottom:0;height:2px;width:0;
    background:linear-gradient(90deg, var(--gold), var(--cyan));
    transition:width .25s ease;border-radius:2px;
  }
  .menu a:hover::after{width:100%}
}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  background:
    radial-gradient(circle at 8% 10%, rgba(121,227,255,.10), transparent 24%),
    radial-gradient(circle at 90% 2%, rgba(94,142,255,.10), transparent 22%),
    linear-gradient(180deg,#07101d 0%,#0a1222 44%,#08101c 100%);
}
h1,h2,h3,h4,.brand-copy .name,.plan-name,.price .value{
  font-family:Sora,Inter,sans-serif;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:0 auto}
.section{padding:92px 0}
.section.sm{padding:70px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 18px;border-radius:999px;
  border:1px solid var(--line);
  background:rgba(18,30,56,.70);
  color:#dceaff;
}
.eyebrow .dot{
  width:9px;height:9px;border-radius:999px;
  background:linear-gradient(135deg,var(--cyan),var(--gold));
  box-shadow:0 0 0 6px rgba(121,227,255,.12);
}
.nav-wrap{
  position:sticky;top:0;z-index:60;
  background:rgba(7,13,25,.82);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(145,173,228,.10);
  transition:box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.nav-wrap.scrolled{
  background:rgba(5,10,20,.92);
  box-shadow:0 12px 40px rgba(0,0,0,.45);
  border-bottom-color:rgba(242,201,76,.18);
}
.nav{
  min-height:88px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.brand{
  display:flex;align-items:center;gap:16px;min-width:0;
}

.brand-copy .name{
  font-size:1.28rem;font-weight:800;line-height:1.04;letter-spacing:.01em;
}
.brand-copy .sub{
  margin-top:4px;
  color:var(--muted);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;
}
.menu{
  display:flex;align-items:center;gap:24px;color:#c8d6f2;flex-wrap:wrap;justify-content:center;
}
.menu a:hover{color:#fff}
.actions{display:flex;align-items:center;gap:12px}
.btn{
  min-height:52px;padding:0 22px;border-radius:18px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:700;transition:transform .18s ease, box-shadow .2s ease, background .2s ease;
  box-shadow:var(--shadow);
  white-space:nowrap;
  cursor:pointer;
}
.nav .btn{min-height:48px;padding:0 18px;font-size:.96rem}
.btn-primary{
  background:linear-gradient(180deg,var(--cyan),var(--cyan2));
  color:#061220;
}
.btn-primary:hover{transform:translateY(-1px)}
.btn-dark{
  background:rgba(17,28,52,.72);
  color:#eef5ff;
  border-color:rgba(145,173,228,.14);
}
.btn-dark:hover{background:rgba(22,36,67,.92)}
.hero{padding:54px 0 34px}
.hero-grid{
  display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:start;
}
.hero h1{
  margin:24px 0 20px;
  font-size:clamp(3rem,6vw,5.15rem);
  line-height:.98;letter-spacing:-.045em;
}
.hero p{
  margin:0 0 24px;
  color:#b5c6e6;font-size:1.26rem;line-height:1.72;max-width:760px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-metrics{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;
}
.metric{
  background:rgba(18,31,59,.58);
  border:1px solid rgba(145,173,228,.10);
  border-radius:20px;padding:18px;
}
.metric .label{color:#99afd6;font-size:.92rem}
.metric .value{font-weight:800;font-size:1.16rem;margin-top:10px}
.hero-side{display:grid;gap:18px}
.panel{
  background:linear-gradient(180deg,rgba(19,33,62,.90),rgba(13,23,43,.96));
  border:1px solid rgba(145,173,228,.12);
  border-radius:30px;padding:24px;box-shadow:var(--shadow);
}
.brand-panel{
  display:flex;align-items:center;gap:18px;
}
.brand-panel .hero-logo{
  width:120px;height:120px;border-radius:28px;overflow:hidden;flex:0 0 auto;
  border:1px solid rgba(121,227,255,.18);
}
.brand-panel h3{margin:0 0 8px;font-size:1.3rem}
.brand-panel p{margin:0;color:var(--muted);line-height:1.7}
.product-preview{
  display:grid;grid-template-columns:.55fr .45fr;gap:16px;align-items:stretch;
}
.preview-screen{
  background:#0b1528;
  border:1px solid rgba(145,173,228,.12);
  border-radius:26px;padding:14px;
}
.screen-frame{
  border-radius:22px;overflow:hidden;
  border:1px solid rgba(145,173,228,.10);
  background:#0a1222;
}
.screen-frame img{width:100%;height:auto;display:block}
.preview-points{
  display:grid;gap:12px
}
.point{
  padding:16px;border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(145,173,228,.10);
}
.point strong{display:block;font-size:1.05rem}
.point span{display:block;margin-top:6px;color:#9eb4d9;line-height:1.6}
.section-head{max-width:780px;margin-bottom:28px}
.section-head h2{
  margin:0 0 12px;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.03em;
}
.section-head p{
  margin:0;color:#a8bbdc;font-size:1.08rem;line-height:1.8;
}
.trust{
  display:flex;flex-wrap:wrap;gap:12px;margin-top:36px
}
.trust-item{
  display:inline-flex;align-items:center;gap:9px;
  padding:11px 18px;border-radius:999px;
  background:rgba(18,31,59,.55);
  border:1px solid rgba(145,173,228,.12);
  color:#dcebff;font-weight:600;font-size:.96rem;white-space:nowrap;
}
.trust-item::before{
  content:"";width:7px;height:7px;border-radius:999px;flex:0 0 auto;
  background:linear-gradient(135deg,var(--gold),#e6b53c);
  box-shadow:0 0 0 4px rgba(242,201,76,.12);
}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{
  background:linear-gradient(180deg,rgba(18,31,59,.88),rgba(12,20,37,.92));
  border:1px solid rgba(145,173,228,.12);
  border-radius:24px;padding:24px;box-shadow:var(--shadow)
}
.card h3,.card h4{margin:0 0 12px}
.card p{margin:0;color:#aac0e3;line-height:1.68}
.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.step-box{
  background:linear-gradient(180deg,rgba(18,31,59,.88),rgba(12,20,37,.92));
  border:1px solid rgba(145,173,228,.12);
  border-radius:24px;padding:22px
}
.step-box .n{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(180deg,#9df1ff,#69dfff);color:#071626;font-weight:800;margin-bottom:16px
}
.step-box p{margin:8px 0 0;color:#a7b9dc;line-height:1.65}
/* === SEÇÃO PARA-QUEM (redesenho editorial) === */
.section-head.center{max-width:760px;margin:0 auto 8px;text-align:center}
.section-head.center p{margin-inline:auto}
.kicker{
  display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;
  padding:8px 16px;border-radius:999px;
  background:rgba(242,201,76,.10);border:1px solid rgba(242,201,76,.26);
  color:#f7e3a8;font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;
}

/* Perfis (para quem é) — chips centralizados */
.profiles{
  display:flex;flex-wrap:wrap;justify-content:center;gap:12px;
  margin:30px auto 56px;max-width:920px;
}
.profile{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 18px;border-radius:999px;
  background:rgba(18,31,59,.55);
  border:1px solid rgba(145,173,228,.12);
  color:#dcebff;font-weight:600;font-size:.98rem;white-space:nowrap;
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.profile:hover{transform:translateY(-2px);border-color:rgba(242,201,76,.3);background:rgba(22,38,72,.6)}
.profile-check{
  width:22px;height:22px;border-radius:999px;flex:0 0 auto;
  display:grid;place-items:center;font-size:.78rem;font-weight:800;
  background:rgba(242,201,76,.16);border:1px solid rgba(242,201,76,.32);color:#fde9a6;
}

/* Bloco de benefícios — painel largo */
.benefits-block{
  padding:38px 36px;border-radius:30px;
  background:
    radial-gradient(130% 90% at 100% 0%, rgba(242,201,76,.07), transparent 58%),
    linear-gradient(180deg,rgba(20,34,64,.92),rgba(11,19,36,.97));
  border:1px solid rgba(242,201,76,.20);
  box-shadow:0 28px 80px rgba(0,0,0,.42);
}
.benefits-head{max-width:720px;margin-bottom:30px}
.benefits-head h3{margin:0 0 12px;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.22}
.benefits-head p{margin:0;color:#aac0e3;line-height:1.7;font-size:1.05rem}
.benefits-row{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.benefit{
  display:flex;flex-direction:column;
  padding:22px 20px;border-radius:20px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(145,173,228,.12);
  transition:transform .25s cubic-bezier(.2,.7,.2,1), border-color .25s ease, background .25s ease;
}
.benefit:hover{
  transform:translateY(-4px);
  border-color:rgba(242,201,76,.32);
  background:rgba(255,255,255,.055);
}
.benefit-ico{
  width:44px;height:44px;border-radius:13px;margin-bottom:16px;
  display:grid;place-items:center;
  background:linear-gradient(180deg,rgba(242,201,76,.18),rgba(242,201,76,.06));
  border:1px solid rgba(242,201,76,.26);
  color:var(--gold);
}
.benefit-ico svg{width:22px;height:22px}
.benefit strong{display:block;font-size:1.06rem;color:#eef5ff;margin-bottom:7px;line-height:1.3}
.benefit span{display:block;color:#9fb4d6;font-size:.92rem;line-height:1.55}
.list{display:grid;gap:12px}
.list-item{
  display:flex;gap:12px;align-items:flex-start;padding:14px 16px;
  border-radius:18px;background:rgba(18,31,59,.56);
  border:1px solid rgba(145,173,228,.10);
}
.check{
  width:26px;height:26px;border-radius:999px;display:grid;place-items:center;
  background:rgba(114,240,193,.12);border:1px solid rgba(114,240,193,.20);color:#b9ffea;font-weight:800;flex:0 0 auto;
}
.app-gallery{
  display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;
}
.app-gallery::-webkit-scrollbar{height:10px}
.app-gallery::-webkit-scrollbar-thumb{background:rgba(121,227,255,.25);border-radius:999px}
.app-card{
  min-width:280px;max-width:280px;
  background:linear-gradient(180deg,rgba(18,31,59,.92),rgba(11,20,37,.96));
  border:1px solid rgba(145,173,228,.12);
  border-radius:28px;padding:16px;box-shadow:var(--shadow);scroll-snap-align:start;
  display:flex;flex-direction:column;
}
.app-badge{
  display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;
  font-size:.82rem;font-weight:800;
  color:#dff7ff;background:rgba(121,227,255,.10);
  border:1px solid rgba(121,227,255,.16);margin-bottom:12px;
}
.app-shot{
  border-radius:22px;overflow:hidden;
  border:1px solid rgba(145,173,228,.10);
  background:#0a1325;
  aspect-ratio:9/16;
}
.app-shot img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.feature-bar{
  margin-top:18px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
}
.feature-pill{
  padding:18px;border-radius:20px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(145,173,228,.10);
  color:#d7e6fd;
}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.price-card{position:relative;overflow:hidden}
.price-card.featured{
  border-color:rgba(121,227,255,.34);
  box-shadow:0 20px 70px rgba(72,180,255,.14)
}
.badge{
  display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;
  font-size:.84rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  background:rgba(121,227,255,.12);color:#dff8ff;border:1px solid rgba(121,227,255,.18)
}
.plan-name{font-size:1.5rem;font-weight:800;margin:16px 0 6px}
.plan-desc{color:#a8bbdc;line-height:1.65;min-height:56px}
.price{
  display:flex;align-items:baseline;gap:8px;margin:18px 0 6px
}
.price .value{font-size:2.2rem;font-weight:800;letter-spacing:-.03em}
.price .unit{color:#a9bddf}
.price-sub{color:#8fa6ce;font-size:.96rem}
.implant{
  margin:18px 0;padding:14px 16px;border-radius:18px;
  background:rgba(255,255,255,.04);border:1px solid rgba(145,173,228,.12)
}
.implant strong{display:block;margin-bottom:6px}
.plan-list{display:grid;gap:10px;margin:18px 0 22px}
.item{
  display:flex;gap:10px;align-items:flex-start;color:#d9e8ff
}
.tick{
  width:22px;height:22px;border-radius:999px;display:grid;place-items:center;
  background:rgba(114,240,193,.12);border:1px solid rgba(114,240,193,.16);color:#c9ffef;font-size:.9rem;flex:0 0 auto
}
.small-note{margin-top:18px;color:#96acd2;font-size:.95rem;line-height:1.7}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
details{
  background:linear-gradient(180deg,rgba(18,31,59,.88),rgba(12,20,37,.92));
  border:1px solid rgba(145,173,228,.12);
  border-radius:22px;
}
summary{
  list-style:none;cursor:pointer;font-weight:700;
  padding:22px 24px;
}
summary::-webkit-details-marker{display:none}
.answer{
  padding:0 24px 22px;
  color:#a9bddf;line-height:1.72
}
.cta-box{
  display:flex;align-items:center;justify-content:space-between;gap:22px;
  padding:32px;border-radius:30px;
  background:linear-gradient(135deg,rgba(19,35,67,.92),rgba(10,17,31,.98));
  border:1px solid rgba(121,227,255,.18);box-shadow:var(--shadow)
}
.cta-box h3{margin:0 0 8px;font-size:2rem}
.cta-box p{margin:0;color:#a9bddf;line-height:1.7;max-width:720px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1.5fr 1fr;gap:32px;align-items:start}
.footer p,.footer li,.footer a{color:#aabddf;line-height:1.75}
.footer h4{margin:0 0 14px;font-size:1.05rem;color:#eaf2ff}
.footer ul{list-style:none;padding:0;margin:0}
.muted-link:hover{color:#fff}
.checkout-header{padding:72px 0 24px}
.checkout-grid{display:grid;grid-template-columns:1.02fr 1.02fr .96fr;gap:20px;align-items:start}
.checkout-side{position:sticky;top:108px}
.form-card form{display:grid;gap:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:block;font-size:.92rem;color:#cfe0ff;margin-bottom:8px}
input,select,textarea{
  width:100%;background:#0d1730;color:#eef5ff;border:1px solid rgba(145,173,228,.16);
  border-radius:16px;padding:16px 16px;font:inherit;outline:none
}
textarea{min-height:120px;resize:vertical}
.notice{
  padding:16px 18px;border-radius:18px;background:rgba(121,227,255,.08);
  border:1px solid rgba(121,227,255,.16);color:#dff5ff;line-height:1.7
}
.success-wrap{min-height:72vh;display:grid;place-items:center;padding:52px 0}
.success-card{width:min(820px,92vw)}
.success-card .brand-mark{width:72px;height:72px;border-radius:20px}
.inline-actions{display:flex;gap:12px;flex-wrap:wrap}
.pill{
  display:inline-flex;padding:10px 14px;border-radius:999px;
  border:1px solid rgba(114,240,193,.18);background:rgba(114,240,193,.08);color:#dbfff2;font-weight:700
}
/* === BRAND MARK NOVO === */
.brand{align-items:center}
.brand-mark{
  width:56px;height:56px;border-radius:16px;overflow:visible;flex:0 0 auto;
  background:transparent;border:0;box-shadow:none;
  display:grid;place-items:center;
  position:relative;
}
.brand-mark::after{display:none}
.brand-mark img{
  width:100%;height:100%;object-fit:contain;display:block;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.45)) drop-shadow(0 0 18px rgba(242,201,76,.18));
}
.brand-copy{min-width:0}
.brand-copy .name{white-space:nowrap}
.brand-copy .sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* === HERO: FRAME DE CELULAR === */
.phone-wrap{
  position:relative;
  display:grid;place-items:center;
  padding:24px 12px 12px;
  transition:transform .3s cubic-bezier(.2,.7,.2,1);
}
.phone-glow{
  position:absolute;inset:auto 0 24% 0;
  width:78%;height:62%;margin:0 auto;
  background:
    radial-gradient(closest-side, rgba(121,227,255,.32), transparent 70%),
    radial-gradient(closest-side, rgba(242,201,76,.18), transparent 70%);
  filter:blur(40px);
  z-index:0;pointer-events:none;
}
.phone{
  position:relative;z-index:1;
  width:min(320px,82%);
  background:linear-gradient(180deg,#0a1326,#070d1a);
  border:1px solid rgba(145,173,228,.18);
  border-radius:38px;
  padding:10px;
  box-shadow:
    0 24px 80px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,255,255,.04);
}
.phone-notch{
  position:absolute;top:10px;left:50%;transform:translateX(-50%);
  width:90px;height:22px;border-radius:0 0 14px 14px;
  background:#05080f;
  z-index:2;
}
.phone img{
  width:100%;height:auto;display:block;
  border-radius:30px;
}
.phone-tag{
  margin-top:18px;
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 16px;border-radius:999px;
  background:rgba(18,31,59,.72);
  border:1px solid rgba(242,201,76,.30);
  color:#f7e9b4;font-weight:700;font-size:.92rem;
  position:relative;z-index:1;
}
.tag-dot{
  width:8px;height:8px;border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(242,201,76,.16);
}

/* === GALERIA: CAPTION === */
.app-caption{
  margin-top:14px;padding:2px 4px;
}
.app-caption strong{
  display:block;font-size:1.02rem;color:#eaf2ff;margin-bottom:4px;
}
.app-caption span{
  display:block;color:#a3b7d8;font-size:.92rem;line-height:1.55;
}
.app-badge{
  /* override pra cor dourada sutil */
  color:#f5d875;
  background:rgba(242,201,76,.08);
  border-color:rgba(242,201,76,.24);
}

/* === BADGE DOURADO (plano "Mais escolhido") === */
.badge-gold{
  background:linear-gradient(180deg,rgba(242,201,76,.22),rgba(242,201,76,.10));
  color:#fde9a6;
  border-color:rgba(242,201,76,.40);
}
.price-card.featured{
  border-color:rgba(242,201,76,.38);
  box-shadow:0 20px 70px rgba(242,201,76,.10), 0 10px 30px rgba(0,0,0,.35);
}
.tick-gold{
  background:rgba(242,201,76,.14)!important;
  border-color:rgba(242,201,76,.30)!important;
  color:#fde9a6!important;
}

/* === RODAPÉ: LISTA DE CONTATO COM ÍCONES === */
.contact-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.contact-list li:nth-child(4),
.contact-list li:nth-child(5){grid-column:auto}
.contact-list li a{
  display:flex;align-items:center;gap:11px;
  padding:11px 13px;border-radius:14px;
  background:rgba(18,31,59,.42);
  border:1px solid rgba(145,173,228,.10);
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
  height:100%;
}
.contact-list li a:hover{
  background:rgba(22,38,72,.62);
  border-color:rgba(242,201,76,.28);
  transform:translateX(2px);
}
.contact-list .ico{
  width:30px;height:30px;flex:0 0 auto;
  border-radius:9px;display:grid;place-items:center;
  background:
    radial-gradient(circle at 50% 45%, rgba(242,201,76,.10), transparent 65%),
    linear-gradient(180deg,#0b1426,#070d1a);
  border:1px solid rgba(145,173,228,.12);
  color:#dfe8fb;
  overflow:hidden;
}
.contact-list .ico svg{width:17px;height:17px}
.contact-list .ico img{width:74%;height:74%;object-fit:contain}
.ico-wa{color:#5be38a}
.ico-mail{color:#9fc1ff}
.ico-support{color:#ffc36b}
.ico-app{border-color:rgba(242,201,76,.30)}
.ico-ig{color:#ff7ab0}
.contact-list a span:last-child{display:flex;flex-direction:column;line-height:1.2;color:#cfdcf5;font-size:.94rem}
.contact-list em{
  font-style:normal;font-size:.66rem;letter-spacing:.10em;text-transform:uppercase;
  color:#8a9ec0;margin-bottom:1px;
}
.footer .brand-mark{width:48px;height:48px}
.footer{padding:40px 0 40px;border-top:1px solid rgba(145,173,228,.10);margin-top:26px}
.ico-app{background:transparent;border-color:rgba(242,201,76,.20)}
.ico-app img{width:88%;height:88%}

@media (max-width:1120px){
  .hero-grid,.checkout-grid,.footer-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid,.grid-4,.faq-grid,.feature-bar{grid-template-columns:1fr 1fr}
  .trust{grid-template-columns:repeat(2,1fr)}
  .benefits-row{grid-template-columns:1fr 1fr}
  .checkout-side{position:static}
}
@media (max-width:760px){
  .nav{padding:14px 0;align-items:flex-start;flex-wrap:wrap}
  .brand{flex:1 1 auto;min-width:0}
  .brand-copy .name{font-size:1.1rem}
  .brand-copy .sub{font-size:.66rem}
  .menu{display:none}
  .actions{width:100%;justify-content:flex-start;flex-wrap:wrap;margin-top:8px}
  .actions .btn{flex:1 1 calc(50% - 6px);min-height:46px;padding:0 14px;font-size:.92rem}
  .hero h1{font-size:2.7rem}
  .hero p{font-size:1.06rem}
  .hero-metrics,.top-mini,.pricing-grid,.grid-4,.steps-grid,.faq-grid,.trust,.feature-bar,.form-grid,.product-preview{grid-template-columns:1fr}
  .cta-box{flex-direction:column;align-items:flex-start}
  .phone{width:min(280px,86%)}
  .app-card{min-width:240px;max-width:240px}
  .contact-list{grid-template-columns:1fr}
  .benefits-row{grid-template-columns:1fr}
  .benefits-block{padding:26px 20px}
}
