:root {
  --bg: #f7fbff;
  --panel: #ffffff;
  --ink: #132738;
  --muted: #5f7382;
  --line: #d8e8f1;
  --cyan: #00aeef;
  --blue: #0b4fd8;
  --sun: #ffd166;
  --coral: #ff6b6b;
  --white: #ffffff;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.topbar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 12px clamp(18px, 5vw, 72px); background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand img { width: 132px; height: 48px; object-fit: contain; object-position: center; border-radius: 6px; }
.nav { display: flex; gap: 18px; color: var(--ink); font-weight: 800; }

.hero { position: relative; min-height: 66vh; display: grid; align-items: center; padding: 42px clamp(18px, 5vw, 72px); overflow: hidden; background: linear-gradient(135deg, #ffffff 0%, #e9f8ff 52%, #fff3ca 100%); }
.hero::after { content: ""; position: absolute; inset: auto 8% -80px auto; width: 360px; height: 360px; border-radius: 50%; background: rgba(0,174,239,.16); }
.hero-bg { position: absolute; inset: 0 0 0 auto; width: min(52vw, 760px); height: 100%; object-fit: cover; opacity: .24; mix-blend-mode: multiply; }
.hero-content { position: relative; z-index: 1; max-width: 660px; }
.hero-brand { display: grid; width: min(330px, 86vw); aspect-ratio: 16 / 9; place-items: center; margin-bottom: 20px; border: 1px solid rgba(0,174,239,.22); border-radius: 8px; background: #ffffff; box-shadow: 0 18px 45px rgba(11,79,216,.12); overflow: hidden; }
.hero-logo { width: 88%; height: 88%; display: block; object-fit: contain; border-radius: 8px; }
.hero-content p { max-width: 560px; color: #24465a; font-size: clamp(1.18rem, 2vw, 1.6rem); line-height: 1.45; font-weight: 800; }
.hero-actions, .filters, .price-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.button, .filter, .tab { border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; color: var(--ink); background: #ffffff; font-weight: 900; cursor: pointer; }
.primary { border-color: var(--cyan); color: var(--white); background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 10px 24px rgba(0,174,239,.24); }
.ghost { background: #ffffff; }
.filter.active, .tab.active { border-color: var(--cyan); color: var(--blue); background: #e9f8ff; }

.channel-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); background: #ffffff; }
.channel-strip span { padding: 18px; text-align: center; font-weight: 900; background: linear-gradient(180deg, #ffffff, #f2fbff); border-right: 1px solid var(--line); color: #24465a; }
.section { padding: 54px clamp(18px, 5vw, 72px); }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.eyebrow { margin: 0 0 8px; color: var(--cyan); font-weight: 900; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 0; font-size: clamp(2.1rem, 5vw, 4.8rem); line-height: .95; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card, .edit-card, .settings-card, .login-card { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); overflow: hidden; box-shadow: 0 14px 34px rgba(19,39,56,.08); }
.product-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.product-body { padding: 14px; }
.chip { display: inline-flex; margin-bottom: 10px; padding: 5px 8px; border-radius: 8px; background: #fff3ca; color: #7a5200; font-size: .78rem; font-weight: 900; }
.product-body h2 { margin: 0 0 8px; min-height: 58px; font-size: 1.02rem; line-height: 1.18; }
.product-body p { min-height: 40px; margin: 0 0 14px; color: var(--muted); line-height: 1.35; font-weight: 700; }
.price-row { justify-content: space-between; }
.price-row strong { font-size: 1.25rem; }

.admin-body { background: #071017; }
.hidden { display: none !important; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(440px, 100%); padding: 24px; }
.login-card img { width: 220px; height: 90px; object-fit: contain; display: block; margin-bottom: 18px; border-radius: 8px; }
label { display: grid; gap: 6px; color: var(--muted); font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 10px; color: var(--ink); background: #081118; font: inherit; }
textarea { min-height: 110px; resize: vertical; }
.error { color: #ff8d8d; }

.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; display: grid; align-content: start; gap: 10px; padding: 16px; border-right: 1px solid var(--line); background: #0b1821; }
.sidebar img { width: 170px; height: 72px; object-fit: contain; border-radius: 8px; margin-bottom: 12px; }
.danger { color: #ffb1b1; }
.workspace { padding: 24px; }
.workspace-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.edit-card, .settings-card { padding: 14px; display: grid; gap: 12px; }
.edit-card img { width: 96px; height: 96px; object-fit: cover; border-radius: 8px; }
.check { display: flex; grid-template-columns: auto 1fr; align-items: center; }
fieldset { border: 1px solid var(--line); border-radius: 8px; display: grid; gap: 10px; }
legend { color: var(--cyan); font-weight: 900; }

@media (max-width: 980px) {
  .product-grid, .admin-grid, .channel-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-shell { grid-template-columns: 1fr; }
  .sidebar { position: relative; height: auto; }
}

@media (max-width: 620px) {
  .product-grid, .channel-strip { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
}

/* ===== MELHORIAS DA LANDING PAGE ===== */

/* Hamburger menu */
.menu-toggle { display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px; align-items: center; justify-content: center; border: none; background: transparent; cursor: pointer; padding: 8px; border-radius: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .2s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-drawer { display: none; position: fixed; inset: 0; z-index: 4; flex-direction: column; gap: 20px; padding: 88px 28px 28px; background: rgba(255,255,255,.97); backdrop-filter: blur(18px); }
.nav-drawer.open { display: flex; }
.nav-drawer a { font-size: 1.35rem; font-weight: 900; color: var(--ink); }
.nav-drawer a:hover { color: var(--cyan); }

/* Hero extras */
.hero-eyebrow { margin: 0 0 10px; color: var(--cyan); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.hero-sub { margin: 10px 0 0; max-width: 540px; color: #3a5c70; font-size: clamp(.92rem, 1.5vw, 1.08rem); font-weight: 600; line-height: 1.6; }

/* Trust strip */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 16px clamp(12px, 2vw, 22px); background: var(--panel); color: #1a3d52; font-weight: 800; font-size: .88rem; }
.trust-item svg { flex-shrink: 0; color: var(--cyan); }

/* Why section */
.why-section { padding: 64px clamp(18px, 5vw, 72px); background: var(--bg); }
.why-heading { margin-bottom: 36px; }
.why-heading.centered { text-align: center; }
.why-heading h2 { margin: 8px 0 0; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.05; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); box-shadow: 0 6px 22px rgba(0,0,0,.05); transition: box-shadow .2s, transform .2s; }
.why-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,.09); }
.why-icon { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 12px; background: linear-gradient(135deg, #e9f8ff, #cceeff); color: var(--blue); }
.why-card h3 { margin: 0 0 8px; font-size: 1.06rem; }
.why-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.55; }

/* How section */
.how-section { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px clamp(18px, 5vw, 72px); background: #0b1821; color: #fff; }
.how-eyebrow { color: var(--cyan) !important; }
.how-content h2 { margin: 10px 0 14px; font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.1; }
.how-sub { margin: 0; color: rgba(255,255,255,.65); line-height: 1.65; font-size: .97rem; }
.how-steps { display: grid; gap: 14px; }
.how-step { display: flex; gap: 16px; align-items: flex-start; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); }
.how-step strong { display: block; margin-bottom: 4px; font-size: .98rem; color: #fff; }
.how-step span { color: rgba(255,255,255,.6); font-size: .88rem; line-height: 1.5; }
.step-num { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border-radius: 8px; background: var(--cyan); color: #fff; font-weight: 900; font-size: 1.1rem; }

/* Testimonials */
.testimonials-section { padding: 64px clamp(18px, 5vw, 72px); background: var(--panel); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.testimonial-card { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); }
.stars { color: #ffd166; font-size: 1.1rem; margin-bottom: 12px; }
.testimonial-card p { margin: 0 0 14px; color: var(--ink); font-style: italic; line-height: 1.58; font-weight: 600; font-size: .95rem; }
.testimonial-card cite { color: var(--muted); font-size: .86rem; font-weight: 800; font-style: normal; }

/* FAQ */
.faq-section { padding: 64px clamp(18px, 5vw, 72px); background: var(--bg); }
.faq-list { max-width: 720px; margin: 40px auto 0; display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; background: var(--panel); overflow: hidden; }
.faq-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border: none; background: transparent; font: inherit; font-weight: 800; color: var(--ink); cursor: pointer; text-align: left; font-size: .97rem; }
.faq-trigger:hover { background: #f0faff; }
.faq-chevron { flex-shrink: 0; transition: transform .25s; color: var(--cyan); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 20px 18px; color: var(--muted); line-height: 1.65; font-size: .93rem; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { margin: 0; }

/* Contact band */
.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 56px clamp(18px, 5vw, 72px); background: linear-gradient(135deg, #e9f8ff 0%, #d0eaff 100%); }
.contact-band .eyebrow { color: var(--blue); }
.contact-band h2 { margin: 8px 0 4px; font-size: clamp(1.6rem, 3.5vw, 2.8rem); line-height: 1.1; }
.contact-sub { margin: 0; color: var(--muted); font-size: .93rem; }

/* Footer */
.site-footer { background: #071017; color: rgba(255,255,255,.65); }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding: 52px clamp(18px, 5vw, 72px) 40px; }
.footer-brand-col p { margin: 16px 0 0; font-size: .9rem; line-height: 1.65; max-width: 320px; }
.footer-logo { display: block; width: 120px; height: 48px; object-fit: contain; border-radius: 6px; }
.footer-nav, .footer-contact-col { display: grid; gap: 12px; align-content: start; }
.footer-nav strong, .footer-contact-col strong { color: rgba(255,255,255,.9); font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-nav a, .footer-contact-col a { font-size: .9rem; transition: color .15s; }
.footer-nav a:hover, .footer-contact-col a:hover { color: var(--cyan); }
.footer-bottom { padding: 16px clamp(18px, 5vw, 72px); border-top: 1px solid rgba(255,255,255,.08); font-size: .83rem; text-align: center; }
.footer-bottom p { margin: 0; }

/* Contact FAB */
.contact-fab { position: fixed; bottom: 24px; right: 24px; z-index: 99; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #fff; box-shadow: 0 8px 24px rgba(0,174,239,.45); transition: transform .2s, box-shadow .2s; }
.contact-fab:hover { transform: scale(1.09); box-shadow: 0 14px 36px rgba(0,174,239,.55); }
.contact-fab.whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); box-shadow: 0 8px 24px rgba(37,211,102,.45); }
.contact-fab.whatsapp:hover { box-shadow: 0 14px 36px rgba(37,211,102,.55); }

/* Promo price on product cards */
.price-group { display: flex; flex-direction: column; gap: 1px; }
.price-original { color: var(--muted); font-size: .82rem; text-decoration: line-through; font-weight: 700; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Responsive additions */
@media (max-width: 860px) {
  .menu-toggle { display: flex; }
  .nav { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .how-section { grid-template-columns: 1fr; gap: 32px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-band { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { justify-content: center !important; text-align: center; font-size: 1rem; padding: 20px 16px !important; }
  .hero-tags { display: none; }

  /* ── RODAPÉ MOBILE ── */
  .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 40px 24px 24px !important;
    text-align: center !important;
  }
  .footer-brand-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-bottom: 28px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    margin-bottom: 28px !important;
  }
  .footer-logo {
    width: 150px !important;
    height: 60px !important;
    margin-bottom: 14px !important;
  }
  .footer-brand-col p {
    font-size: .92rem !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,.55) !important;
    max-width: 280px !important;
  }
  .footer-nav {
    padding-bottom: 24px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    margin-bottom: 24px !important;
    justify-items: center !important;
  }
  .footer-nav strong {
    font-size: .72rem !important;
    letter-spacing: .1em !important;
    color: rgba(255,255,255,.35) !important;
    margin-bottom: 4px !important;
  }
  .footer-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,.78) !important;
    padding: 10px 28px !important;
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 50px !important;
    width: 100% !important;
    max-width: 260px !important;
    transition: background .18s !important;
  }
  .footer-nav a:hover { background: rgba(139,92,246,.22) !important; }
  .footer-contact-col {
    justify-items: center !important;
  }
  .footer-contact-col strong {
    font-size: .72rem !important;
    letter-spacing: .1em !important;
    color: rgba(255,255,255,.35) !important;
  }
  .footer-contact-col a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: .95rem !important;
    color: #67e8ff !important;
    padding: 10px 20px !important;
    background: rgba(6,182,212,.1) !important;
    border: 1px solid rgba(6,182,212,.25) !important;
    border-radius: 50px !important;
  }
  .footer-bottom {
    padding: 16px 24px !important;
    font-size: .8rem !important;
    color: rgba(255,255,255,.3) !important;
  }
}

/* ===== REDESIGN MEGA COLORIDO ===== */

/* ── HERO: gradiente arco-íris profundo ─────────────────── */
.hero {
  background: linear-gradient(135deg,
    #0a001a 0%,
    #3b0764 18%,
    #6d28d9 36%,
    #1d4ed8 54%,
    #0891b2 72%,
    #065f46 90%,
    #0a001a 100%
  ) !important;
  min-height: 80vh;
}
.hero::after { display: none !important; }

/* Overlay gradiente da esquerda para direita — mantém texto legível e revela imagem */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    #0a001a 0%,
    #3b0764 32%,
    rgba(60,5,100,.88) 50%,
    rgba(20,0,60,.4) 68%,
    transparent 100%
  );
}
.hero-blobs, .hero-content { position: relative; z-index: 2; }

/* Impressora 3D visível no lado direito */
.hero-bg {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  object-position: center top;
}

/* Topbar escura — logo visível em qualquer cor */
.topbar {
  background: linear-gradient(135deg, rgba(10,0,26,.97) 0%, rgba(30,5,80,.95) 100%) !important;
  border-bottom: 1px solid rgba(139,92,246,.28) !important;
}
.nav a { color: rgba(255,255,255,.82) !important; }
.nav a:hover { color: #67e8ff !important; }
.menu-toggle span { background: #fff !important; }

/* Logo maior sem brilho */
.brand img {
  transform: scale(1.72) !important;
  transform-origin: left center !important;
  transition: transform .25s !important;
  animation: none !important;
  filter: none !important;
}
.brand:hover img {
  transform: scale(1.82) !important;
}

/* Blobs decorativos */
.hero-blobs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.blob { position: absolute; border-radius: 50%; filter: blur(72px); }
.blob-1 { width: 520px; height: 520px; right: -80px; top: -100px; background: rgba(0,174,239,.32); }
.blob-2 { width: 340px; height: 340px; right: 22%; bottom: -70px; background: rgba(124,58,237,.26); }
.blob-3 { width: 200px; height: 200px; left: 38%; top: 25%; background: rgba(255,107,107,.22); }

/* Hero pill/eyebrow */
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  padding: 7px 18px;
  border-radius: 100px;
  background: rgba(0,174,239,.16);
  border: 1px solid rgba(0,174,239,.38);
  color: #67e8ff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Hero título grande */
.hero-title {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 5.5vw, 4.4rem);
  line-height: 1.08;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -.01em;
}

/* Hero sub (texto menor) */
.hero-sub { color: rgba(255,255,255,.7) !important; font-weight: 500 !important; font-size: clamp(.9rem, 1.5vw, 1.06rem) !important; }

/* Botão ghost no hero escuro */
.hero-ghost {
  color: rgba(255,255,255,.9) !important;
  border-color: rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.08) !important;
}
.hero-ghost:hover { background: rgba(255,255,255,.18) !important; }

/* Botão primary override — gradiente vibrante */
.hero-actions .button.primary,
.contact-band .button.primary {
  background: linear-gradient(135deg, #00aeef, #0b4fd8) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(0,174,239,.4) !important;
  transition: transform .15s, box-shadow .15s !important;
}
.hero-actions .button.primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,174,239,.5) !important; }

/* Category pills no hero */
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-tags span {
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.82);
  font-size: .8rem;
  font-weight: 700;
}

/* Trust strip — borda colorida no topo de cada item */
.trust-item:nth-child(1) { border-top: 3px solid var(--cyan); }
.trust-item:nth-child(2) { border-top: 3px solid var(--sun); }
.trust-item:nth-child(3) { border-top: 3px solid var(--coral); }
.trust-item:nth-child(4) { border-top: 3px solid #10b981; }

/* Why cards — ícones coloridos por card */
.why-card:nth-child(1) .why-icon { background: linear-gradient(135deg, #fff4e0, #ffe7bd); color: #d97706; }
.why-card:nth-child(2) .why-icon { background: linear-gradient(135deg, #e0f5ff, #bde8ff); color: #0284c7; }
.why-card:nth-child(3) .why-icon { background: linear-gradient(135deg, #f3e8ff, #e4c8ff); color: #7c3aed; }

/* Section eyebrows coloridos */
.why-section .eyebrow { color: #7c3aed; }
.testimonials-section .eyebrow { color: #ec4899; }
.faq-section .eyebrow { color: #f97316; }
.section .eyebrow { color: var(--cyan); }

/* Backgrounds de seções alternados */
.why-section { background: #fffaf5 !important; }
.testimonials-section { background: #f8f2ff !important; }
.faq-section { background: #f0fdf7 !important; }

/* How section — step numbers com gradiente */
.step-num { background: linear-gradient(135deg, #00aeef, #0b4fd8) !important; font-size: 1.15rem; }

/* Contact band — gradiente quente */
.contact-band {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 50%, #fde8c2 100%) !important;
}
.contact-band h2 { color: #7c2d12 !important; }
.contact-band .eyebrow { color: #c2410c !important; }
.contact-band .contact-sub { color: #a1440c !important; }
.contact-band .button.primary {
  background: linear-gradient(135deg, #f97316, #ea580c) !important;
  box-shadow: 0 8px 22px rgba(249,115,22,.38) !important;
}
.contact-band .button.primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(249,115,22,.5) !important; }

/* Footer — gradiente escuro */
.site-footer { background: linear-gradient(160deg, #060d2e 0%, #0b1f3a 100%) !important; }

/* FAB — coral vibrante */
.contact-fab {
  background: linear-gradient(135deg, #f97316, #ea580c) !important;
  box-shadow: 0 8px 24px rgba(249,115,22,.48) !important;
}
.contact-fab:hover { box-shadow: 0 14px 36px rgba(249,115,22,.6) !important; }

/* Stars amarelas */
.stars { color: #f59e0b !important; font-size: 1.15rem; }

/* ── BOTÕES 3D ──────────────────────────────────────────── */
.btn-3d {
  transform: translateY(-3px) !important;
  transition: transform .12s ease, box-shadow .12s ease !important;
}
.btn-3d:hover { transform: translateY(-6px) !important; }
.btn-3d:active { transform: translateY(1px) !important; }

/* Botão laranja-amarelo 3D */
.btn-orange {
  background: linear-gradient(135deg, #ff6b35 0%, #fbbf24 100%) !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-size: 1rem !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.25) !important;
  box-shadow: 0 6px 0 #a83200, 0 10px 30px rgba(255,107,53,.55) !important;
  padding: 12px 26px !important;
}
.btn-orange:hover { box-shadow: 0 9px 0 #a83200, 0 18px 44px rgba(255,107,53,.65) !important; }
.btn-orange:active { box-shadow: 0 2px 0 #a83200, 0 4px 12px rgba(255,107,53,.3) !important; }

/* Botão roxo-rosa 3D */
.btn-purple {
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%) !important;
  border: none !important;
  border-radius: 14px !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
  box-shadow: 0 6px 0 #5b21b6, 0 10px 28px rgba(139,92,246,.5) !important;
  padding: 12px 24px !important;
}
.btn-purple:hover { box-shadow: 0 9px 0 #5b21b6, 0 16px 40px rgba(139,92,246,.6) !important; }
.btn-purple:active { box-shadow: 0 2px 0 #5b21b6, 0 4px 12px rgba(139,92,246,.3) !important; }

/* Botão verde-ciano 3D */
.btn-green {
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%) !important;
  border: none !important;
  border-radius: 10px 24px 10px 24px !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
  box-shadow: 0 6px 0 #047857, 0 10px 28px rgba(16,185,129,.5) !important;
  padding: 12px 24px !important;
}
.btn-green:hover { box-shadow: 0 9px 0 #047857, 0 16px 40px rgba(16,185,129,.6) !important; }

/* Ghost claro (para hero escuro) */
.hero-ghost {
  border-radius: 50px !important;
  color: rgba(255,255,255,.9) !important;
  border: 2px solid rgba(255,255,255,.35) !important;
  background: rgba(255,255,255,.1) !important;
  padding: 11px 24px !important;
  transition: background .15s !important;
}
.hero-ghost:hover { background: rgba(255,255,255,.2) !important; }

/* Botão branco 3D (sobre fundos coloridos) */
.btn-white {
  background: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  color: #7c2d12 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  box-shadow: 0 5px 0 rgba(0,0,0,.18), 0 10px 28px rgba(0,0,0,.22) !important;
  padding: 12px 30px !important;
  transition: transform .12s, box-shadow .12s !important;
}
.btn-white:hover { transform: translateY(-4px) !important; box-shadow: 0 8px 0 rgba(0,0,0,.18), 0 18px 40px rgba(0,0,0,.28) !important; }
.btn-white:active { transform: translateY(0) !important; box-shadow: 0 2px 0 rgba(0,0,0,.18) !important; }

/* ── TRUST STRIP: faixas coloridas ─────────────────────── */
.trust-strip { gap: 3px !important; background: #e5e7eb !important; border: none !important; }
.trust-item { border-top: none !important; border-radius: 0 !important; }
.trust-item:nth-child(1) { background: linear-gradient(135deg, #0ea5e9, #0284c7) !important; color: #fff !important; }
.trust-item:nth-child(1) svg { color: rgba(255,255,255,.85) !important; }
.trust-item:nth-child(2) { background: linear-gradient(135deg, #f97316, #dc2626) !important; color: #fff !important; }
.trust-item:nth-child(2) svg { color: rgba(255,255,255,.85) !important; }
.trust-item:nth-child(3) { background: linear-gradient(135deg, #8b5cf6, #c026d3) !important; color: #fff !important; }
.trust-item:nth-child(3) svg { color: rgba(255,255,255,.85) !important; }
.trust-item:nth-child(4) { background: linear-gradient(135deg, #10b981, #16a34a) !important; color: #fff !important; }
.trust-item:nth-child(4) svg { color: rgba(255,255,255,.85) !important; }

/* ── PRODUCTS SECTION ───────────────────────────────────── */
.section { background: linear-gradient(180deg, #fef9f0 0%, #fff5f9 100%) !important; }
.section .eyebrow { color: #ec4899 !important; }
.filter { border-radius: 50px !important; font-size: .86rem !important; }
.filter.active {
  background: linear-gradient(135deg, #7c3aed, #ec4899) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(124,58,237,.35) !important;
}
.product-card { border-radius: 14px !important; transition: transform .2s, box-shadow .2s !important; }
.product-card:hover { transform: translateY(-6px) rotateX(2deg) !important; box-shadow: 0 22px 52px rgba(0,0,0,.15) !important; }
.product-card img { border-radius: 0 !important; }

/* ── WHY CARDS: gradiente completo por card ─────────────── */
.why-section { background: linear-gradient(135deg, #fafafa 0%, #f5f3ff 100%) !important; }
.why-section .eyebrow { color: #7c3aed !important; }
.why-card { border-radius: 18px !important; border: none !important; overflow: hidden; }
.why-card:nth-child(1) { background: linear-gradient(135deg, #f97316 0%, #ef4444 100%) !important; }
.why-card:nth-child(1) h3, .why-card:nth-child(1) p { color: rgba(255,255,255,.95) !important; }
.why-card:nth-child(1) .why-icon { background: rgba(255,255,255,.22) !important; border-radius: 14px !important; }
.why-card:nth-child(1) .why-icon svg { color: #fff !important; }
.why-card:nth-child(2) { background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%) !important; }
.why-card:nth-child(2) h3, .why-card:nth-child(2) p { color: rgba(255,255,255,.95) !important; }
.why-card:nth-child(2) .why-icon { background: rgba(255,255,255,.22) !important; border-radius: 14px !important; }
.why-card:nth-child(2) .why-icon svg { color: #fff !important; }
.why-card:nth-child(3) { background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%) !important; }
.why-card:nth-child(3) h3, .why-card:nth-child(3) p { color: rgba(255,255,255,.95) !important; }
.why-card:nth-child(3) .why-icon { background: rgba(255,255,255,.22) !important; border-radius: 14px !important; }
.why-card:nth-child(3) .why-icon svg { color: #fff !important; }

/* ── HOW SECTION ────────────────────────────────────────── */
.how-section {
  background: linear-gradient(135deg, #0f0a1e 0%, #1e1b4b 40%, #0c1a45 70%, #0a0e27 100%) !important;
}
.how-eyebrow { color: #67e8ff !important; }
.how-step { border-radius: 14px !important; border-color: rgba(255,255,255,.14) !important; background: rgba(255,255,255,.05) !important; }
.how-step:nth-child(1) .step-num { background: linear-gradient(135deg, #ff6b35, #fbbf24) !important; box-shadow: 0 4px 14px rgba(255,107,53,.5); }
.how-step:nth-child(2) .step-num { background: linear-gradient(135deg, #10b981, #06b6d4) !important; box-shadow: 0 4px 14px rgba(6,182,212,.5); }
.how-step:nth-child(3) .step-num { background: linear-gradient(135deg, #8b5cf6, #ec4899) !important; box-shadow: 0 4px 14px rgba(139,92,246,.5); }

/* ── TESTIMONIALS ───────────────────────────────────────── */
.testimonials-section { background: linear-gradient(135deg, #fdf4ff 0%, #ede9fe 50%, #dbeafe 100%) !important; }
.testimonials-section .eyebrow { color: #ec4899 !important; }
.testimonial-card { border-radius: 18px !important; background: #fff !important; border: 1px solid rgba(0,0,0,.06) !important; box-shadow: 0 8px 28px rgba(0,0,0,.08) !important; }
.testimonial-card:nth-child(1) { border-left: 5px solid #f97316 !important; }
.testimonial-card:nth-child(2) { border-left: 5px solid #8b5cf6 !important; }
.testimonial-card:nth-child(3) { border-left: 5px solid #10b981 !important; }
.stars { color: #fbbf24 !important; font-size: 1.2rem !important; letter-spacing: 2px !important; }

/* ── FAQ ────────────────────────────────────────────────── */
.faq-section { background: linear-gradient(135deg, #ecfdf5 0%, #ecfeff 50%, #eff6ff 100%) !important; }
.faq-section .eyebrow { color: #059669 !important; }
.faq-item { border-radius: 14px !important; overflow: hidden !important; }
.faq-trigger { border-radius: 0 !important; font-size: .97rem !important; }
.faq-item.open .faq-trigger { background: linear-gradient(135deg, #eff6ff, #f3e8ff) !important; color: #6d28d9 !important; }
.faq-item.open .faq-chevron { color: #8b5cf6 !important; }

/* ── CONTACT BAND ───────────────────────────────────────── */
.contact-band {
  background: linear-gradient(135deg, #ff6b35 0%, #f7c948 30%, #ef4444 60%, #c026d3 100%) !important;
}
.contact-band h2 { color: #fff !important; text-shadow: 0 2px 8px rgba(0,0,0,.18) !important; }
.contact-band .eyebrow { color: rgba(255,255,255,.82) !important; }
.contact-band .contact-sub { color: rgba(255,255,255,.78) !important; }

/* ── SEÇÃO DE CONTATO COM FORMULÁRIO ─────────────────────── */
.contact-section {
  background: linear-gradient(135deg, #0f0728 0%, #1a0645 40%, #0a1a3a 100%);
  padding: 80px clamp(18px, 6vw, 80px);
}
.contact-section-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.contact-section-text p:first-of-type {
  color: rgba(255,255,255,.75);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 12px 0 28px;
}
.contact-section-text h2 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.15; }
.contact-wa-btn { font-size: 1rem; padding: 14px 28px; display: inline-flex; align-items: center; }

.contact-form {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(12px);
}
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { color: rgba(255,255,255,.8); font-size: .88rem; font-weight: 700; letter-spacing: .03em; }
.form-group input,
.form-group textarea {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  color: #fff;
  font-size: .97rem;
  padding: 11px 14px;
  outline: none;
  transition: border-color .18s, background .18s;
  font-family: inherit;
  resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,.32); }
.form-group input:focus,
.form-group textarea:focus {
  border-color: #8b5cf6;
  background: rgba(139,92,246,.1);
}
#contactSubmit { width: 100%; font-size: 1rem; padding: 14px; justify-content: center; margin-top: 4px; }
#contactSubmit:disabled { opacity: .6; cursor: not-allowed; transform: none !important; }
.contact-form-status {
  margin-top: 12px;
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
  min-height: 1.4em;
  color: #34d399;
}
.contact-form-status.error { color: #f87171; }

@media (max-width: 780px) {
  .contact-section-inner { grid-template-columns: 1fr; gap: 36px; }
}

/* ── FOOTER ─────────────────────────────────────────────── */
.site-footer { background: linear-gradient(160deg, #080015 0%, #120030 45%, #02071a 100%) !important; }
.footer-logo { width: 180px !important; height: 72px !important; }

/* ── FAB ─────────────────────────────────────────────────── */
.contact-fab {
  background: linear-gradient(135deg, #22c55e, #06b6d4, #2563eb) !important;
  box-shadow: 0 8px 26px rgba(34,197,94,.48) !important;
  animation: fab-pulse 3s ease-in-out infinite !important;
}
@keyframes fab-pulse {
  0%, 100% { box-shadow: 0 8px 26px rgba(34,197,94,.48); }
  50% { box-shadow: 0 10px 36px rgba(6,182,212,.6); }
}

/* ── GRADIENTE DE TEXTO (headings) ──────────────────────── */
.gradient-text {
  background: linear-gradient(135deg, #f97316 0%, #ec4899 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.why-section .why-heading h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.testimonials-section .why-heading h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.faq-section .why-heading h2 { font-size: clamp(1.8rem, 4vw, 3rem); }

/* ── AVATARES NOS DEPOIMENTOS ────────────────────────────── */
.testimonial-card cite { display: none; }

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.07);
}
.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid transparent;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.testimonial-card:nth-child(1) .testimonial-avatar { border-color: #f97316; box-shadow: 0 4px 14px rgba(249,115,22,.35); }
.testimonial-card:nth-child(2) .testimonial-avatar { border-color: #8b5cf6; box-shadow: 0 4px 14px rgba(139,92,246,.35); }
.testimonial-card:nth-child(3) .testimonial-avatar { border-color: #10b981; box-shadow: 0 4px 14px rgba(16,185,129,.35); }

.testimonial-info { display: flex; flex-direction: column; gap: 2px; }
.testimonial-info strong { font-size: .97rem; color: var(--ink); font-weight: 900; }
.testimonial-info span { font-size: .82rem; color: var(--muted); font-weight: 600; }

/* ── LOGIN PAGE REDESIGN ─────────────────────────────────── */
.login-shell {
  min-height: 100vh !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background: linear-gradient(135deg, #06001a 0%, #1a0645 35%, #0d1f4a 65%, #060d26 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* blobs decorativos do fundo */
.login-blobs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.lb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .45; }
.lb1 { width: 420px; height: 420px; background: #7c3aed; top: -140px; left: -100px; }
.lb2 { width: 360px; height: 360px; background: #1d4ed8; bottom: -100px; right: -80px; }
.lb3 { width: 280px; height: 280px; background: #ec4899; top: 50%; left: 60%; transform: translate(-50%,-50%); opacity: .25; }

/* card */
.login-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%) !important;
  padding: 40px 36px 36px !important;
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 24px !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: 0 32px 64px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06) inset !important;
  overflow: visible !important;
}

/* logo */
.login-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.login-logo {
  width: 220px !important;
  height: 88px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 4px 18px rgba(139,92,246,.6));
}

/* cabeçalho */
.login-header { text-align: center; margin-bottom: 28px; }
.login-header h1 {
  font-size: 1.75rem !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 0 6px !important;
  line-height: 1.15 !important;
}
.login-brand {
  background: linear-gradient(135deg, #a78bfa, #60a5fa, #f472b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.login-header p {
  font-size: .85rem !important;
  color: rgba(255,255,255,.45) !important;
  margin: 0 !important;
  letter-spacing: .04em;
}

/* campos */
.login-fields { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.lf-group { display: flex; flex-direction: column; gap: 7px; }
.lf-group label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.65) !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.lf-group input {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 1rem !important;
  padding: 13px 16px !important;
  outline: none !important;
  transition: border-color .18s, background .18s !important;
  width: 100% !important;
}
.lf-group input::placeholder { color: rgba(255,255,255,.28) !important; }
.lf-group input:focus {
  border-color: #8b5cf6 !important;
  background: rgba(139,92,246,.1) !important;
  box-shadow: 0 0 0 3px rgba(139,92,246,.18) !important;
}

/* botão */
.login-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #2563eb 60%, #06b6d4 100%);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 6px 0 rgba(60,20,120,.5), 0 12px 32px rgba(124,58,237,.4);
  transform: translateY(-2px);
  transition: transform .12s ease, box-shadow .12s ease;
  letter-spacing: .02em;
}
.login-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 0 rgba(60,20,120,.5), 0 18px 40px rgba(124,58,237,.5);
}
.login-btn:active { transform: translateY(0); box-shadow: 0 2px 0 rgba(60,20,120,.5); }

/* erro */
.login-error {
  margin-top: 14px !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
  color: #f87171 !important;
  text-align: center !important;
  min-height: 1.3em !important;
}

/* ── MOBILE ─────────────────────────────────────────────── */
@media (max-width: 860px) {
  /* topbar: logo centralizada, hamburguer na direita */
  .topbar {
    position: relative !important;
    justify-content: center !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .menu-toggle {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .brand img {
    transform: scale(1.55) !important;
    transform-origin: center center !important;
  }
  .brand:hover img {
    transform: scale(1.62) !important;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto !important;
    padding: 28px 20px 32px !important;
    align-items: start !important;
  }
  .hero-bg {
    width: 100% !important;
    height: 100% !important;
    object-position: right top !important;
    opacity: .18 !important;
  }
  .hero-title { font-size: 1.85rem !important; }
  .hero-tags { display: none !important; }
  .why-grid { grid-template-columns: 1fr !important; }
  .login-card { padding: 32px 22px 28px !important; }
}
