/* ==========================================================================
   TWEB ENGINE — CSS global
   Mobile-first. Estilo fluido, "Apple-like": muito whitespace, easing suave,
   glass, profundidade subtil, motion orquestrado.
   ========================================================================== */

:root{
  --twe-ink:#050709;
  --twe-ink-2:#0b0f14;
  --twe-ink-3:#111820;
  --twe-ivory:#f6f4ee;
  --twe-petrol:#0e6e63;
  --twe-petrol-l:#1fd6b5;
  --twe-lime:#c6f135;
  --twe-mist:#9aa5ad;
  --twe-mist-2:#5b6670;
  --twe-line:rgba(246,244,238,.10);
  --twe-line-soft:rgba(246,244,238,.06);
  --twe-glass:rgba(246,244,238,.045);

  --twe-radius-sm:12px;
  --twe-radius:20px;
  --twe-radius-lg:28px;
  --twe-radius-pill:100px;

  --twe-ease:cubic-bezier(.22,1,.36,1);
  --twe-ease-soft:cubic-bezier(.2,.8,.2,1);
  --twe-dur-fast:.22s;
  --twe-dur:.45s;
  --twe-dur-slow:.8s;

  --twe-container:1240px;
  --twe-gutter:20px;
}

@media (min-width:640px){ :root{ --twe-gutter:32px; } }
@media (min-width:1000px){ :root{ --twe-gutter:40px; } }

/* ---------------------------------------------------------------------- */
/* RESET + BASE                                                            */
/* ---------------------------------------------------------------------- */
.twe-body{
  background:var(--twe-ink);
  color:var(--twe-ivory);
}
.twe-header,.twe-footer,.twe-page,.twe-404{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.twe-header *,.twe-footer *,.twe-page *,.twe-404 *{ box-sizing:border-box; }
.twe-header h1,.twe-header h2,.twe-header h3,.twe-header h4,
.twe-footer h1,.twe-footer h2,.twe-footer h3,.twe-footer h4,
.twe-page h1,.twe-page h2,.twe-page h3,.twe-page h4,
.twe-404 h1,.twe-404 h2,.twe-404 h3,.twe-404 h4{
  font-family:'Manrope',sans-serif; font-weight:800; letter-spacing:-.02em;
  margin:0; line-height:1.08;
}
.twe-header p,.twe-footer p,.twe-page p,.twe-404 p{ margin:0; }
.twe-header a,.twe-footer a,.twe-page a,.twe-404 a{ color:inherit; text-decoration:none; }
.twe-header img,.twe-footer img,.twe-page img,.twe-404 img{ max-width:100%; display:block; }
.twe-header button,.twe-footer button,.twe-page button,.twe-404 button{
  font-family:inherit; cursor:pointer;
}

.twe-container{ max-width:var(--twe-container); margin:0 auto; padding-left:var(--twe-gutter); padding-right:var(--twe-gutter); }

.twe-eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-family:'Space Mono',monospace;
  font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--twe-petrol-l);
}
.twe-eyebrow i{ width:5px; height:5px; border-radius:50%; background:var(--twe-lime); flex:none; }
@media (prefers-reduced-motion:no-preference){
  .twe-eyebrow i{ animation:twe-dot-pulse 2.4s ease-in-out infinite; }
}
@keyframes twe-dot-pulse{
  0%,100%{ box-shadow:0 0 0 0 rgba(198,241,53,.55); }
  50%{ box-shadow:0 0 0 5px rgba(198,241,53,0); }
}

/* ---------------------------------------------------------------------- */
/* BOTÕES                                                                   */
/* ---------------------------------------------------------------------- */
.twe-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-weight:700; font-size:15px; padding:15px 26px; border-radius:var(--twe-radius-pill);
  border:1px solid transparent; white-space:nowrap;
  transition:transform var(--twe-dur-fast) var(--twe-ease), box-shadow var(--twe-dur-fast) var(--twe-ease),
             background var(--twe-dur-fast) ease, border-color var(--twe-dur-fast) ease;
  will-change:transform;
}
.twe-btn:active{ transform:scale(.96); }
.twe-btn svg{ width:14px; height:14px; transition:transform var(--twe-dur-fast) var(--twe-ease); flex:none; }
.twe-btn:hover svg{ transform:translateX(3px); }

.twe-btn--lime,
.twe-btn--lime:link,
.twe-btn--lime:visited{ background:var(--twe-lime); color:#0a140d !important; }
.twe-btn--lime:hover,
.twe-btn--lime:focus{ color:#0a140d !important; transform:translateY(-2px); box-shadow:0 16px 34px -12px rgba(198,241,53,.55); }

.twe-btn--ghost{ background:var(--twe-glass); color:var(--twe-ivory); border-color:var(--twe-line); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
.twe-btn--ghost:hover{ border-color:rgba(246,244,238,.32); transform:translateY(-2px); }

.twe-btn--light,
.twe-btn--light:link,
.twe-btn--light:visited{ background:var(--twe-ivory); color:#0a140d !important; }
.twe-btn--light:hover,
.twe-btn--light:focus{ color:#0a140d !important; transform:translateY(-2px); box-shadow:0 16px 34px -14px rgba(246,244,238,.4); }

.twe-btn--block{ width:100%; }

/* ---------------------------------------------------------------------- */
/* AMBIENT BACKGROUND — mesh blobs + partículas                            */
/* ---------------------------------------------------------------------- */
.twe-bg{ position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
.twe-bg__blob{
  position:absolute; border-radius:50%; filter:blur(64px); opacity:.55; mix-blend-mode:screen;
  will-change:transform;
}
.twe-bg__blob--a{
  width:60vmax; height:60vmax; top:-24vmax; left:-14vmax;
  background:radial-gradient(circle at 35% 35%, rgba(31,214,181,.55), transparent 68%);
  animation:twe-blob-a 26s ease-in-out infinite alternate;
}
.twe-bg__blob--b{
  width:52vmax; height:52vmax; top:6vmax; right:-20vmax;
  background:radial-gradient(circle at 60% 40%, rgba(198,241,53,.30), transparent 68%);
  animation:twe-blob-b 32s ease-in-out infinite alternate;
}
.twe-bg__blob--c{
  width:44vmax; height:44vmax; bottom:-20vmax; left:20vmax;
  background:radial-gradient(circle at 50% 50%, rgba(14,110,99,.5), transparent 70%);
  animation:twe-blob-c 38s ease-in-out infinite alternate;
}
@keyframes twe-blob-a{ 0%{ transform:translate(0,0) scale(1); } 100%{ transform:translate(6vmax,8vmax) scale(1.12); } }
@keyframes twe-blob-b{ 0%{ transform:translate(0,0) scale(1); } 100%{ transform:translate(-8vmax,10vmax) scale(.9); } }
@keyframes twe-blob-c{ 0%{ transform:translate(0,0) scale(1); } 100%{ transform:translate(5vmax,-6vmax) scale(1.08); } }

.twe-bg__canvas{ position:absolute; inset:0; width:100%; height:100%; opacity:.55; }
.twe-bg__noise{
  position:absolute; inset:0; opacity:.035; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.twe-bg__vignette{
  position:absolute; inset:0;
  background:radial-gradient(120% 85% at 50% 0%, transparent 35%, var(--twe-ink) 100%);
}
@media (prefers-reduced-motion:reduce){
  .twe-bg__blob{ animation:none !important; }
}

/* garante que o conteúdo real fica sempre acima do fundo ambiente */
.twe-page > .twe-container,
.twe-page > section,
.twe-404__top,.twe-404__main,.twe-404__foot{ position:relative; z-index:2; }

/* ---------------------------------------------------------------------- */
/* REVEAL ON SCROLL                                                         */
/* ---------------------------------------------------------------------- */
.twe-reveal{
  opacity:0; transform:translateY(26px);
  transition:opacity var(--twe-dur-slow) var(--twe-ease), transform var(--twe-dur-slow) var(--twe-ease);
}
.twe-reveal.is-in{ opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion:reduce){
  .twe-reveal{ transition:none !important; opacity:1 !important; transform:none !important; }
}

/* ---------------------------------------------------------------------- */
/* HEADER                                                                   */
/* ---------------------------------------------------------------------- */
.twe-header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:14px var(--twe-gutter);
  transition:padding var(--twe-dur) var(--twe-ease);
}
.twe-header__bar{
  max-width:var(--twe-container); margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:11px 12px 11px 20px; border-radius:var(--twe-radius-pill);
  border:1px solid transparent; background:transparent;
  transition:background var(--twe-dur) var(--twe-ease), border-color var(--twe-dur) var(--twe-ease),
             box-shadow var(--twe-dur) var(--twe-ease), max-width var(--twe-dur) var(--twe-ease),
             padding var(--twe-dur) var(--twe-ease);
}
.twe-header.is-scrolled{ padding-top:10px; }
.twe-header.is-scrolled .twe-header__bar{
  max-width:900px;
  background:rgba(11,15,20,.72);
  border-color:var(--twe-line);
  box-shadow:0 18px 40px -18px rgba(0,0,0,.6);
  -webkit-backdrop-filter:blur(18px) saturate(160%);
  backdrop-filter:blur(18px) saturate(160%);
}
.twe-header__logo{ display:flex; align-items:center; flex:0 0 auto; }
.twe-header__logo img{ height:24px; width:auto; }

.twe-header__nav{ display:none; align-items:center; gap:2px; }
.twe-header__nav a{
  position:relative; padding:9px 15px; font-size:14px; font-weight:500; border-radius:var(--twe-radius-pill);
  opacity:.82; transition:opacity var(--twe-dur-fast) ease, background var(--twe-dur-fast) ease;
}
.twe-header__nav a:hover{ opacity:1; background:rgba(246,244,238,.07); }

.twe-header__actions{ display:flex; align-items:center; gap:10px; flex:0 0 auto; }
.twe-header__ghost{ display:none; font-size:14px; font-weight:600; padding:9px 12px; opacity:.85; }
.twe-header__ghost:hover{ opacity:1; }
.twe-header__cta{ padding:11px 20px; font-size:13.5px; }

.twe-header__burger{
  display:flex; width:40px; height:40px; border-radius:12px; border:1px solid var(--twe-line);
  background:var(--twe-glass); align-items:center; justify-content:center; flex-direction:column; gap:4px;
  flex:none;
}
.twe-header__burger span{ display:block; width:17px; height:1.5px; background:var(--twe-ivory); border-radius:2px; transition:all var(--twe-dur-fast) var(--twe-ease); }
.twe-header__burger.is-open span:nth-child(1){ transform:translateY(5.5px) rotate(45deg); }
.twe-header__burger.is-open span:nth-child(2){ opacity:0; }
.twe-header__burger.is-open span:nth-child(3){ transform:translateY(-5.5px) rotate(-45deg); }

.twe-header__mobile{
  position:fixed; inset:0; z-index:999; background:rgba(5,7,9,.98);
  -webkit-backdrop-filter:blur(20px); backdrop-filter:blur(20px);
  padding:104px 28px 40px; display:flex; flex-direction:column; gap:2px;
  opacity:0; visibility:hidden; transform:translateY(-12px);
  transition:opacity var(--twe-dur) var(--twe-ease), transform var(--twe-dur) var(--twe-ease), visibility 0s linear var(--twe-dur);
}
.twe-header__mobile.is-open{
  opacity:1; visibility:visible; transform:translateY(0);
  transition:opacity var(--twe-dur) var(--twe-ease), transform var(--twe-dur) var(--twe-ease), visibility 0s;
}
.twe-header__mobile a{
  font-size:24px; font-weight:700; font-family:'Manrope',sans-serif; padding:15px 4px;
  border-bottom:1px solid var(--twe-line-soft);
  opacity:0; transform:translateX(-14px);
  transition:opacity var(--twe-dur) var(--twe-ease), transform var(--twe-dur) var(--twe-ease);
}
.twe-header__mobile.is-open a{ opacity:1; transform:translateX(0); }
.twe-header__mobile .twe-btn{ margin-top:22px; }

@media (min-width:960px){
  .twe-header__nav{ display:flex; }
  .twe-header__ghost{ display:inline-flex; }
  .twe-header__burger,.twe-header__mobile{ display:none; }
}

/* ---------------------------------------------------------------------- */
/* HERO                                                                     */
/* ---------------------------------------------------------------------- */
.twe-hero{
  padding:132px 0 72px; text-align:center; display:flex; flex-direction:column; align-items:center;
  position:relative;
}
.twe-hero__eyebrow{ margin-bottom:22px; }
.twe-hero h1{
  font-size:clamp(32px,9vw,80px); line-height:1.05; max-width:920px;
  background:linear-gradient(180deg,#fff,#cfd6da 60%,var(--twe-mist));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.twe-hero h1 em{
  font-style:normal; background:linear-gradient(97deg,var(--twe-petrol-l),var(--twe-lime));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.twe-hero__lead{ margin-top:22px; max-width:560px; font-size:clamp(15.5px,2vw,19px); line-height:1.6; color:var(--twe-mist); }
.twe-hero__actions{ display:flex; align-items:stretch; gap:12px; margin-top:32px; flex-wrap:wrap; justify-content:center; width:100%; max-width:380px; }
.twe-hero__actions .twe-btn{ flex:1 1 auto; }
.twe-hero__meta{ margin-top:26px; display:flex; gap:8px 20px; flex-wrap:wrap; justify-content:center; color:var(--twe-mist-2); font-size:12.5px; }
.twe-hero__meta span{ display:inline-flex; align-items:center; gap:6px; }
.twe-hero__meta svg{ width:13px; height:13px; color:var(--twe-petrol-l); flex:none; }

@media (min-width:640px){
  .twe-hero__actions{ max-width:none; width:auto; }
}

/* mock de produto */
.twe-mock{
  margin-top:52px; width:100%; max-width:980px; border-radius:var(--twe-radius-lg);
  border:1px solid var(--twe-line); background:linear-gradient(180deg,rgba(246,244,238,.06),rgba(246,244,238,.015));
  -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px);
  box-shadow:0 50px 120px -40px rgba(0,0,0,.75); overflow:hidden;
}
@media (prefers-reduced-motion:no-preference){
  .twe-mock{ animation:twe-float 7s ease-in-out infinite; }
}
@keyframes twe-float{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-10px); } }
.twe-mock__bar{ display:flex; align-items:center; gap:7px; padding:13px 16px; border-bottom:1px solid var(--twe-line-soft); }
.twe-mock__bar i{ width:8px; height:8px; border-radius:50%; background:var(--twe-line); }
.twe-mock__bar span{ margin-left:8px; font-family:'Space Mono',monospace; font-size:10.5px; color:var(--twe-mist-2); }
.twe-mock__body{ display:grid; grid-template-columns:1fr; }
.twe-mock__side{ display:none; }
.twe-mock__main{ padding:18px; display:flex; flex-direction:column; gap:12px; }
.twe-kpi-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.twe-kpi{ border:1px solid var(--twe-line-soft); border-radius:12px; padding:11px 12px; background:rgba(246,244,238,.02); }
.twe-kpi span{ display:block; font-family:'Space Mono',monospace; font-size:9.5px; color:var(--twe-mist-2); margin-bottom:5px; }
.twe-kpi b{ font-size:18px; font-family:'Manrope',sans-serif; font-weight:800; }
.twe-kpi b.up{ color:var(--twe-lime); }
.twe-chart{ height:150px; border:1px solid var(--twe-line-soft); border-radius:12px; padding:12px; background:rgba(246,244,238,.02); }
.twe-chart canvas{ width:100%; height:100%; display:block; }

@media (min-width:760px){
  .twe-mock__body{ grid-template-columns:210px 1fr; min-height:300px; }
  .twe-mock__side{ display:flex; flex-direction:column; gap:5px; padding:18px 14px; border-right:1px solid var(--twe-line-soft); }
  .twe-mock__side div{ padding:9px 11px; border-radius:9px; font-size:13px; color:var(--twe-mist); }
  .twe-mock__side div.is-active{ background:rgba(31,214,181,.14); color:var(--twe-petrol-l); font-weight:600; }
  .twe-mock__main{ padding:22px; }
  .twe-kpi b{ font-size:21px; }
  .twe-chart{ height:auto; flex:1; }
}

/* ---------------------------------------------------------------------- */
/* SECTIONS GENÉRICAS                                                       */
/* ---------------------------------------------------------------------- */
.twe-section{ position:relative; padding:76px 0; }
.twe-section__head{ max-width:640px; margin-bottom:40px; }
.twe-section__head h2{ font-size:clamp(26px,6vw,44px); margin-top:14px; }
.twe-section__head p{ color:var(--twe-mist); margin-top:14px; font-size:16px; line-height:1.6; }
.twe-section__head--center{ margin-left:auto; margin-right:auto; text-align:center; }
@media (min-width:900px){ .twe-section{ padding:120px 0; } }

/* ---------------------------------------------------------------------- */
/* CARDS — camadas                                                          */
/* ---------------------------------------------------------------------- */
.twe-grid-3{ display:grid; grid-template-columns:1fr; gap:16px; }
@media (min-width:720px){ .twe-grid-3{ grid-template-columns:repeat(3,1fr); gap:20px; } }

.twe-card{
  border:1px solid var(--twe-line); border-radius:var(--twe-radius); padding:28px;
  background:linear-gradient(180deg,rgba(246,244,238,.04),rgba(246,244,238,.012));
  transition:transform var(--twe-dur) var(--twe-ease), border-color var(--twe-dur) ease, box-shadow var(--twe-dur) ease;
  transform-style:preserve-3d; will-change:transform;
}
.twe-card:hover{ border-color:rgba(31,214,181,.42); box-shadow:0 30px 60px -30px rgba(0,0,0,.55); }
.twe-card__num{ font-family:'Space Mono',monospace; font-size:11.5px; color:var(--twe-mist-2); }
.twe-card__icon{
  width:44px; height:44px; border-radius:13px; display:flex; align-items:center; justify-content:center;
  background:rgba(31,214,181,.14); color:var(--twe-petrol-l); margin:15px 0 18px;
}
.twe-card__icon svg{ width:21px; height:21px; }
.twe-card h3{ font-size:19px; margin-bottom:8px; }
.twe-card > p{ color:var(--twe-mist); font-size:14px; line-height:1.6; }
.twe-card ul{ list-style:none; margin:16px 0 0; padding:0; display:flex; flex-direction:column; gap:9px; }
.twe-card li{ font-size:13.5px; color:var(--twe-mist); display:flex; gap:8px; align-items:flex-start; }
.twe-card li svg{ width:14px; height:14px; margin-top:2px; flex:none; color:var(--twe-petrol-l); }

/* ---------------------------------------------------------------------- */
/* STEPS — como funciona                                                    */
/* ---------------------------------------------------------------------- */
.twe-steps{ display:flex; flex-direction:column; gap:28px; }
.twe-step{ display:flex; gap:16px; align-items:flex-start; }
.twe-step__num{
  width:40px; height:40px; border-radius:50%; border:1px solid var(--twe-line); background:var(--twe-ink-2);
  display:flex; align-items:center; justify-content:center; font-family:'Space Mono',monospace;
  font-size:13px; color:var(--twe-petrol-l); flex:none;
}
.twe-step h4{ font-size:16px; margin-bottom:6px; }
.twe-step p{ color:var(--twe-mist); font-size:13.5px; line-height:1.6; }

@media (min-width:860px){
  .twe-steps{ flex-direction:row; gap:0; position:relative; }
  .twe-steps::before{
    content:""; position:absolute; top:20px; left:9%; right:9%; height:1px;
    background:repeating-linear-gradient(90deg,var(--twe-line) 0 8px,transparent 8px 16px);
  }
  .twe-step{ flex-direction:column; padding:0 16px; position:relative; z-index:1; }
  .twe-step__num{ margin-bottom:18px; }
}

/* ---------------------------------------------------------------------- */
/* PLANOS — carrossel snap no mobile, grid no desktop                       */
/* ---------------------------------------------------------------------- */
.twe-plans{
  display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; padding:4px 4px 18px;
  margin:0 calc(var(--twe-gutter) * -1); padding-left:var(--twe-gutter); padding-right:var(--twe-gutter);
  -webkit-overflow-scrolling:touch; scrollbar-width:none;
}
.twe-plans::-webkit-scrollbar{ display:none; }
.twe-plan{
  scroll-snap-align:center; flex:0 0 82%; max-width:340px;
  border:1px solid var(--twe-line); border-radius:var(--twe-radius); padding:28px 26px;
  display:flex; flex-direction:column; background:rgba(246,244,238,.025);
  transition:transform var(--twe-dur) var(--twe-ease), border-color var(--twe-dur) ease;
}
.twe-plan--featured{
  border-color:var(--twe-petrol-l); background:linear-gradient(180deg,rgba(31,214,181,.12),rgba(198,241,53,.03));
  position:relative;
}
.twe-plan__tag{
  position:absolute; top:-12px; left:26px; background:var(--twe-lime); color:#0b1210; font-weight:700;
  font-size:11px; padding:5px 12px; border-radius:var(--twe-radius-pill); font-family:'Space Mono',monospace;
}
.twe-plan h3{ font-size:19px; }
.twe-plan__desc{ color:var(--twe-mist); font-size:13px; margin-top:7px; line-height:1.5; min-height:36px; }
.twe-plan__price{ display:flex; align-items:baseline; gap:6px; margin:22px 0 3px; }
.twe-plan__price b{ font-size:38px; font-family:'Manrope',sans-serif; font-weight:800; }
.twe-plan__price span{ color:var(--twe-mist-2); font-size:13px; }
.twe-plan__from{ color:var(--twe-mist-2); font-size:11.5px; margin-bottom:22px; }
.twe-plan ul{ list-style:none; margin:0 0 26px; padding:0; display:flex; flex-direction:column; gap:11px; flex:1; }
.twe-plan li{ display:flex; gap:9px; align-items:flex-start; font-size:13.5px; color:#dfe3e2; }
.twe-plan li svg{ width:15px; height:15px; color:var(--twe-petrol-l); flex:none; margin-top:1px; }
.twe-plan--featured .twe-btn,
.twe-plan--featured .twe-btn:link,
.twe-plan--featured .twe-btn:visited{ background:var(--twe-lime); color:#0a140d !important; border-color:transparent; }

.twe-plans__dots{ display:flex; gap:6px; justify-content:center; margin-top:4px; }
.twe-plans__dots span{ width:6px; height:6px; border-radius:50%; background:var(--twe-line); transition:background var(--twe-dur-fast) ease, transform var(--twe-dur-fast) ease; }
.twe-plans__dots span.is-active{ background:var(--twe-petrol-l); transform:scale(1.3); }

.twe-plans__note{ text-align:center; color:var(--twe-mist-2); font-size:13px; margin-top:22px; }
.twe-plans__note a{ color:var(--twe-petrol-l); text-decoration:underline; }

@media (min-width:900px){
  .twe-plans{ display:grid; grid-template-columns:repeat(3,1fr); overflow:visible; margin:0; padding:6px 0 0; gap:20px; }
  .twe-plan{ flex:auto; max-width:none; }
  .twe-plan:hover{ transform:translateY(-6px); }
  .twe-plans__dots{ display:none; }
}

/* ---------------------------------------------------------------------- */
/* SETORES                                                                  */
/* ---------------------------------------------------------------------- */
.twe-sectors__head{ display:flex; flex-direction:column; gap:14px; margin-bottom:32px; }
.twe-sectors{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.twe-sector{
  border:1px solid var(--twe-line); border-radius:16px; padding:20px; min-height:150px;
  display:flex; flex-direction:column; justify-content:space-between;
  background:rgba(246,244,238,.02); transition:all var(--twe-dur) var(--twe-ease); overflow:hidden; position:relative;
}
.twe-sector:hover{ border-color:var(--twe-petrol-l); background:rgba(31,214,181,.08); transform:translateY(-3px); }
.twe-sector svg{ width:22px; height:22px; color:var(--twe-petrol-l); }
.twe-sector h4{ font-size:14.5px; margin-top:auto; padding-top:12px; }
.twe-sector span{ font-size:11.5px; color:var(--twe-mist-2); display:block; margin-top:3px; }

@media (min-width:640px){
  .twe-sectors__head{ flex-direction:row; align-items:flex-end; justify-content:space-between; }
  .twe-sectors__head h2{ max-width:420px; }
  .twe-sectors__head p{ max-width:340px; color:var(--twe-mist); font-size:14px; }
}
@media (min-width:900px){ .twe-sectors{ grid-template-columns:repeat(4,1fr); gap:18px; } .twe-sector{ padding:26px; min-height:180px; } .twe-sector h4{ font-size:16px; } }

/* ---------------------------------------------------------------------- */
/* DIFERENCIAIS                                                             */
/* ---------------------------------------------------------------------- */
.twe-diff{ display:flex; flex-direction:column; gap:36px; }
.twe-diff__list{ display:flex; flex-direction:column; margin-top:22px; }
.twe-diff__item{ padding:18px 0; border-top:1px solid var(--twe-line-soft); display:flex; gap:14px; }
.twe-diff__item:last-child{ border-bottom:1px solid var(--twe-line-soft); }
.twe-diff__item svg{ width:18px; height:18px; color:var(--twe-lime); flex:none; margin-top:2px; }
.twe-diff__item h4{ font-size:15px; margin-bottom:5px; }
.twe-diff__item p{ color:var(--twe-mist); font-size:13.5px; line-height:1.6; }
.twe-diff__panel{
  border:1px solid var(--twe-line); border-radius:var(--twe-radius); padding:8px; order:-1;
  background:linear-gradient(180deg,rgba(246,244,238,.05),transparent);
}
.twe-diff__panel img{ border-radius:14px; width:100%; }

@media (min-width:900px){
  .twe-diff{ flex-direction:row; align-items:center; gap:60px; }
  .twe-diff__panel{ order:0; flex:1 1 46%; }
  .twe-diff__col{ flex:1 1 54%; }
}

/* ---------------------------------------------------------------------- */
/* FAQ                                                                      */
/* ---------------------------------------------------------------------- */
.twe-faq{ display:flex; flex-direction:column; }
.twe-faq-item{ border-bottom:1px solid var(--twe-line); }
.twe-faq-item__q{
  width:100%; background:none; border:none; color:var(--twe-ivory); text-align:left;
  display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 2px;
  font-family:'Manrope',sans-serif; font-weight:700; font-size:15px;
}
.twe-faq-item__q svg{ width:17px; height:17px; color:var(--twe-mist); flex:none; transition:transform var(--twe-dur) var(--twe-ease); }
.twe-faq-item.is-open .twe-faq-item__q svg{ transform:rotate(45deg); color:var(--twe-lime); }
.twe-faq-item__a{ max-height:0; overflow:hidden; transition:max-height var(--twe-dur) var(--twe-ease); }
.twe-faq-item__a div{ padding:0 2px 20px; color:var(--twe-mist); font-size:14px; line-height:1.7; }
@media (min-width:900px){ .twe-faq{ max-width:800px; margin:0 auto; } }

/* ---------------------------------------------------------------------- */
/* CTA FINAL                                                                */
/* ---------------------------------------------------------------------- */
.twe-final{
  text-align:center; border:1px solid var(--twe-line); border-radius:var(--twe-radius-lg); padding:56px 24px;
  background:radial-gradient(120% 140% at 50% 0%, rgba(31,214,181,.22), transparent 60%);
  position:relative; overflow:hidden;
}
.twe-final h2{ font-size:clamp(26px,6vw,48px); max-width:680px; margin:16px auto 0; }
.twe-final p{ color:var(--twe-mist); max-width:480px; margin:16px auto 0; font-size:15px; line-height:1.6; }
.twe-final .twe-hero__actions{ margin-top:28px; }
@media (min-width:900px){ .twe-final{ padding:80px 32px; } }

/* ---------------------------------------------------------------------- */
/* FOOTER                                                                   */
/* ---------------------------------------------------------------------- */
.twe-footer{ position:relative; background:var(--twe-ink); border-top:1px solid var(--twe-line-soft); overflow:hidden; }
.twe-footer::before{
  content:""; position:absolute; left:50%; top:-160px; width:560px; height:320px; transform:translateX(-50%);
  background:radial-gradient(closest-side,rgba(14,110,99,.35),transparent 70%); filter:blur(10px); pointer-events:none;
}
.twe-footer__wrap{ position:relative; padding-top:64px; }

.twe-footer__cta{
  display:flex; flex-direction:column; align-items:flex-start; gap:22px; padding:32px; border-radius:22px; margin-bottom:56px;
  background:linear-gradient(135deg,rgba(31,214,181,.22),rgba(198,241,53,.05)); border:1px solid var(--twe-line);
}
.twe-footer__cta h3{ font-size:clamp(20px,5vw,30px); }

.twe-footer__grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px 16px; padding-bottom:40px; border-bottom:1px solid var(--twe-line-soft); }
.twe-footer__brand{ grid-column:1/-1; }
.twe-footer__brand img{ height:22px; margin-bottom:14px; }
.twe-footer__brand p{ color:var(--twe-mist); font-size:13.5px; line-height:1.65; max-width:320px; margin:0 0 18px; }
.twe-footer__social{ display:flex; gap:9px; }
.twe-footer__social a{
  width:34px; height:34px; border-radius:10px; border:1px solid var(--twe-line);
  display:flex; align-items:center; justify-content:center; transition:all var(--twe-dur-fast) ease;
}
.twe-footer__social a:hover{ border-color:var(--twe-petrol-l); background:rgba(31,214,181,.1); }
.twe-footer__social svg{ width:15px; height:15px; }

.twe-footer__col h4{
  font-family:'Space Mono',monospace; font-size:11px; letter-spacing:.1em; text-transform:uppercase;
  color:var(--twe-mist-2); font-weight:400; margin:0 0 14px;
}
.twe-footer__col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.twe-footer__col a{ font-size:13.5px; opacity:.82; transition:opacity var(--twe-dur-fast) ease, color var(--twe-dur-fast) ease; }
.twe-footer__col a:hover{ opacity:1; color:var(--twe-petrol-l); }

.twe-footer__bottom{ display:flex; flex-direction:column; gap:14px; padding:22px 0; }
.twe-footer__bottom p{ color:var(--twe-mist-2); font-size:12px; }
.twe-footer__legal{ display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
.twe-footer__legal a{ color:var(--twe-mist-2); font-size:12px; }
.twe-footer__legal a:hover{ color:var(--twe-ivory); }
.twe-footer__badge{
  display:inline-flex; align-items:center; gap:6px; font-family:'Space Mono',monospace; font-size:10.5px;
  color:var(--twe-mist-2); border:1px solid var(--twe-line); padding:5px 10px; border-radius:var(--twe-radius-pill);
}
.twe-footer__badge i{ width:6px; height:6px; border-radius:50%; background:var(--twe-lime); }
@media (prefers-reduced-motion:no-preference){ .twe-footer__badge i{ animation:twe-dot-pulse 2.2s ease-in-out infinite; } }

.twe-footer__credit{ color:var(--twe-mist-2); font-size:12px; }
.twe-footer__credit a{ color:var(--twe-mist); font-weight:600; text-decoration:none; transition:color var(--twe-dur-fast) ease; border-bottom:1px solid transparent; }
.twe-footer__credit a:hover{ color:var(--twe-petrol-l); border-color:currentColor; }

@media (min-width:640px){
  .twe-footer__cta{ flex-direction:row; align-items:center; justify-content:space-between; }
  .twe-footer__grid{ grid-template-columns:1.3fr repeat(4,1fr); }
  .twe-footer__brand{ grid-column:auto; }
  .twe-footer__bottom{ flex-direction:row; align-items:center; justify-content:space-between; }
}

/* ---------------------------------------------------------------------- */
/* 404                                                                      */
/* ---------------------------------------------------------------------- */
.twe-404{ min-height:100vh; display:flex; flex-direction:column; }
.twe-404__top{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  max-width:var(--twe-container); margin:0 auto; width:100%; padding:24px var(--twe-gutter) 0;
}
.twe-404__top img{ height:22px; }
.twe-404__back{
  display:inline-flex; align-items:center; gap:7px; color:var(--twe-mist); font-size:13px; font-weight:600;
  padding:9px 16px; border:1px solid var(--twe-line); border-radius:var(--twe-radius-pill); transition:all var(--twe-dur-fast) ease;
}
.twe-404__back:hover{ color:var(--twe-ivory); border-color:rgba(246,244,238,.3); }
.twe-404__back svg{ width:14px; height:14px; }

.twe-404__main{
  flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;
  padding:56px var(--twe-gutter); max-width:680px; margin:0 auto; gap:0;
}
.twe-404__code{
  font-family:'Manrope',sans-serif; font-weight:800; font-size:clamp(84px,32vw,168px); line-height:.95;
  background:linear-gradient(97deg,#fff,var(--twe-petrol-l) 55%,var(--twe-lime));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  letter-spacing:-.03em; user-select:none; padding:0 0 6px;
}
.twe-404__code span{ display:inline-block; }
@media (prefers-reduced-motion:no-preference){
  .twe-404__code span{ animation:twe-code-glitch 5.4s ease-in-out infinite; }
  .twe-404__code span:nth-child(2){ animation-delay:.15s; }
  .twe-404__code span:nth-child(3){ animation-delay:.3s; }
}
@keyframes twe-code-glitch{
  0%,92%,100%{ transform:translateY(0); opacity:1; }
  94%{ transform:translateY(-3px); opacity:.85; }
  96%{ transform:translateY(2px); opacity:.92; }
}
.twe-404__title{ font-size:clamp(20px,5.4vw,30px); margin-top:14px; }
.twe-404__text{ color:var(--twe-mist); font-size:15px; line-height:1.65; max-width:440px; margin:14px auto 0; }
.twe-404__actions{ display:flex; flex-direction:column; gap:12px; margin-top:30px; width:100%; max-width:340px; }
.twe-404__search{
  display:flex; align-items:center; gap:10px; margin-top:36px; width:100%; max-width:400px;
  border:1px solid var(--twe-line); border-radius:var(--twe-radius-pill); padding:5px 5px 5px 18px;
  background:var(--twe-glass); transition:border-color var(--twe-dur-fast) ease;
}
.twe-404__search:focus-within{ border-color:var(--twe-petrol-l); }
.twe-404__search svg{ width:15px; height:15px; color:var(--twe-mist-2); flex:none; }
.twe-404__search input{
  flex:1; min-width:0; background:none; border:none; outline:none; color:var(--twe-ivory); font-size:14px;
  font-family:'Inter',sans-serif; padding:9px 0;
}
.twe-404__search input::placeholder{ color:var(--twe-mist-2); }
.twe-404__search button{
  background:var(--twe-ivory); color:#0a140d !important; border:none; border-radius:var(--twe-radius-pill); padding:9px 16px;
  font-weight:700; font-size:12.5px; flex:none; transition:opacity var(--twe-dur-fast) ease;
}
.twe-404__search button:hover{ opacity:.85; }
.twe-404__links{ display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-top:26px; }
.twe-404__links a{
  font-size:12.5px; font-weight:500; color:var(--twe-mist); padding:8px 14px; border:1px solid var(--twe-line-soft);
  border-radius:var(--twe-radius-pill); transition:all var(--twe-dur-fast) ease;
}
.twe-404__links a:hover{ color:var(--twe-ivory); border-color:rgba(31,214,181,.5); background:rgba(31,214,181,.08); }
.twe-404__foot{ text-align:center; padding:22px var(--twe-gutter); color:var(--twe-mist-2); font-size:12px; border-top:1px solid var(--twe-line-soft); }

@media (min-width:560px){
  .twe-404__actions{ flex-direction:row; justify-content:center; max-width:none; }
}

/* ==========================================================================
   NOVOS COMPONENTES — micro-interações, secção de confiança, dashboard demo
   ========================================================================== */

/* ---------------------------------------------------------------------- */
/* SCROLL PROGRESS BAR (topo do header)                                    */
/* ---------------------------------------------------------------------- */
.twe-progress{
  position:absolute; top:0; left:0; height:2px; width:0%;
  background:linear-gradient(90deg,var(--twe-petrol-l),var(--twe-lime));
  transition:width .1s linear; z-index:2; border-radius:0 2px 2px 0;
}

/* ---------------------------------------------------------------------- */
/* NAV — link ativo consoante secção visível                               */
/* ---------------------------------------------------------------------- */
.twe-header__nav a{ position:relative; }
.twe-header__nav a::after{
  content:""; position:absolute; left:15px; right:15px; bottom:4px; height:1.5px;
  background:var(--twe-lime); transform:scaleX(0); transform-origin:left;
  transition:transform var(--twe-dur-fast) var(--twe-ease);
}
.twe-header__nav a.is-active{ opacity:1; color:var(--twe-ivory); }
.twe-header__nav a.is-active::after{ transform:scaleX(1); }

/* ---------------------------------------------------------------------- */
/* BUTTON RIPPLE                                                            */
/* ---------------------------------------------------------------------- */
.twe-btn{ position:relative; overflow:hidden; isolation:isolate; }
.twe-ripple{
  position:absolute; border-radius:50%; background:rgba(255,255,255,.5);
  transform:scale(0); opacity:.6; pointer-events:none; z-index:0;
  animation:twe-ripple-anim .6s var(--twe-ease) forwards;
}
.twe-btn--lime .twe-ripple{ background:rgba(10,20,13,.28); }
@keyframes twe-ripple-anim{ to{ transform:scale(2.6); opacity:0; } }

/* ---------------------------------------------------------------------- */
/* SPOTLIGHT — brilho a seguir o cursor (cards, planos, hero)              */
/* ---------------------------------------------------------------------- */
.twe-spot{ position:relative; }
.twe-spot::before{
  content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
  background:radial-gradient(280px circle at var(--twe-mx,50%) var(--twe-my,50%), rgba(31,214,181,.16), transparent 70%);
  opacity:0; transition:opacity var(--twe-dur-fast) ease; z-index:0;
}
.twe-spot:hover::before{ opacity:1; }
.twe-spot > *{ position:relative; z-index:1; }

.twe-hero__glow{
  position:absolute; inset:0; pointer-events:none; z-index:1;
  background:radial-gradient(420px circle at var(--twe-mx,50%) var(--twe-my,20%), rgba(198,241,53,.10), transparent 70%);
  opacity:0; transition:opacity .4s ease;
}
.twe-hero__glow.is-active{ opacity:1; }

/* ---------------------------------------------------------------------- */
/* BACK TO TOP                                                              */
/* ---------------------------------------------------------------------- */
.twe-totop{
  position:fixed; right:16px; bottom:16px; z-index:900; width:46px; height:46px; border-radius:50%;
  border:1px solid var(--twe-line); background:rgba(11,15,20,.75); -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px);
  display:flex; align-items:center; justify-content:center; color:var(--twe-ivory);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity var(--twe-dur) var(--twe-ease), transform var(--twe-dur) var(--twe-ease), border-color var(--twe-dur-fast) ease, visibility 0s linear var(--twe-dur);
}
.twe-totop.is-visible{ opacity:1; visibility:visible; transform:translateY(0); transition:opacity var(--twe-dur) var(--twe-ease), transform var(--twe-dur) var(--twe-ease), border-color var(--twe-dur-fast) ease; }
.twe-totop:hover{ border-color:var(--twe-petrol-l); }
.twe-totop svg{ width:18px; height:18px; }
@media (min-width:900px){ .twe-totop{ right:28px; bottom:28px; } }

/* ---------------------------------------------------------------------- */
/* MARQUEE — faixa de confiança                                            */
/* ---------------------------------------------------------------------- */
.twe-marquee{
  border-top:1px solid var(--twe-line-soft); border-bottom:1px solid var(--twe-line-soft);
  padding:22px 0; overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.twe-marquee__track{ display:flex; gap:44px; width:max-content; animation:twe-marquee 26s linear infinite; }
.twe-marquee:hover .twe-marquee__track{ animation-play-state:paused; }
.twe-marquee__item{
  display:flex; align-items:center; gap:9px; font-family:'Space Mono',monospace; font-size:12.5px;
  color:var(--twe-mist-2); white-space:nowrap; letter-spacing:.02em;
}
.twe-marquee__item svg{ width:15px; height:15px; color:var(--twe-petrol-l); flex:none; }
@keyframes twe-marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
@media (prefers-reduced-motion:reduce){ .twe-marquee__track{ animation:none; flex-wrap:wrap; } }

/* ---------------------------------------------------------------------- */
/* DASHBOARD DEMO — mockup animado e interativo                            */
/* ---------------------------------------------------------------------- */
.twe-dash{
  border:1px solid var(--twe-line); border-radius:var(--twe-radius); overflow:hidden;
  background:linear-gradient(180deg,rgba(246,244,238,.05),rgba(246,244,238,.015));
  -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px);
  box-shadow:0 40px 100px -40px rgba(0,0,0,.7);
}
.twe-dash__bar{
  display:flex; align-items:center; gap:8px; padding:13px 16px; border-bottom:1px solid var(--twe-line-soft);
  position:relative;
}
.twe-dash__bar i{ width:8px; height:8px; border-radius:50%; background:var(--twe-line); }
.twe-dash__bar span{ margin-left:8px; font-family:'Space Mono',monospace; font-size:10.5px; color:var(--twe-mist-2); }
.twe-dash__live{
  margin-left:auto; display:inline-flex; align-items:center; gap:6px; font-family:'Space Mono',monospace;
  font-size:10px; color:var(--twe-petrol-l); border:1px solid rgba(31,214,181,.35); padding:4px 9px; border-radius:100px;
}
.twe-dash__live i{ width:6px; height:6px; border-radius:50%; background:var(--twe-lime); }
@media (prefers-reduced-motion:no-preference){ .twe-dash__live i{ animation:twe-dot-pulse 1.8s ease-in-out infinite; } }

.twe-dash__body{ display:flex; flex-direction:column; }
.twe-dash__nav{ display:flex; gap:2px; padding:10px 12px 0; border-bottom:1px solid var(--twe-line-soft); overflow-x:auto; scrollbar-width:none; }
.twe-dash__nav::-webkit-scrollbar{ display:none; }
.twe-dash__nav button{
  background:none; border:none; color:var(--twe-mist); font-size:12.5px; font-weight:600; font-family:'Inter',sans-serif;
  padding:9px 13px 12px; border-bottom:2px solid transparent; white-space:nowrap; transition:color var(--twe-dur-fast) ease, border-color var(--twe-dur-fast) ease;
}
.twe-dash__nav button.is-active{ color:var(--twe-ivory); border-color:var(--twe-lime); }
.twe-dash__nav button:hover{ color:var(--twe-ivory); }

.twe-dash__panels{ position:relative; padding:18px; min-height:280px; }
.twe-dash__panel{ display:none; flex-direction:column; gap:14px; animation:twe-fade-in .4s var(--twe-ease); }
.twe-dash__panel.is-active{ display:flex; }
@keyframes twe-fade-in{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:translateY(0); } }

.twe-dash__kpis{ display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.twe-dash__funnel{ display:flex; flex-direction:column; gap:10px; border:1px solid var(--twe-line-soft); border-radius:12px; padding:14px; background:rgba(246,244,238,.02); }
.twe-dash__funnel-row{ display:flex; align-items:center; gap:10px; }
.twe-dash__funnel-row span{ font-size:11.5px; color:var(--twe-mist); width:74px; flex:none; }
.twe-dash__funnel-track{ flex:1; height:7px; border-radius:100px; background:var(--twe-line-soft); overflow:hidden; }
.twe-dash__funnel-fill{ height:100%; border-radius:100px; width:0%; background:linear-gradient(90deg,var(--twe-petrol),var(--twe-petrol-l)); transition:width 1.1s var(--twe-ease); }
.twe-dash__funnel-row:nth-child(3) .twe-dash__funnel-fill{ background:linear-gradient(90deg,var(--twe-petrol-l),var(--twe-lime)); }
.twe-dash__funnel-row b{ font-size:11.5px; color:var(--twe-ivory); width:36px; text-align:right; flex:none; font-family:'Space Mono',monospace; font-weight:400; }

.twe-dash__leads{ display:flex; flex-direction:column; gap:8px; }
.twe-dash__lead{
  display:flex; align-items:center; gap:10px; padding:10px; border:1px solid var(--twe-line-soft); border-radius:11px;
  background:rgba(246,244,238,.02); opacity:0; transform:translateX(-8px); animation:twe-lead-in .5s var(--twe-ease) forwards;
}
.twe-dash__lead:nth-child(1){ animation-delay:.05s; } .twe-dash__lead:nth-child(2){ animation-delay:.15s; }
.twe-dash__lead:nth-child(3){ animation-delay:.25s; } .twe-dash__lead:nth-child(4){ animation-delay:.35s; }
@keyframes twe-lead-in{ to{ opacity:1; transform:translateX(0); } }
.twe-dash__avatar{
  width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex:none;
  font-family:'Space Mono',monospace; font-size:11px; font-weight:700; color:#0a140d; background:var(--twe-petrol-l);
}
.twe-dash__lead-info{ flex:1; min-width:0; }
.twe-dash__lead-info b{ display:block; font-size:12.5px; font-weight:600; }
.twe-dash__lead-info span{ display:block; font-size:11px; color:var(--twe-mist-2); }
.twe-dash__badge{ font-size:10px; font-family:'Space Mono',monospace; padding:4px 9px; border-radius:100px; flex:none; white-space:nowrap; }
.twe-dash__badge--new{ background:rgba(198,241,53,.15); color:var(--twe-lime); }
.twe-dash__badge--progress{ background:rgba(31,214,181,.15); color:var(--twe-petrol-l); }
.twe-dash__badge--won{ background:rgba(246,244,238,.1); color:var(--twe-mist); }

.twe-dash__campaigns{ display:flex; flex-direction:column; gap:10px; }
.twe-dash__campaign{ border:1px solid var(--twe-line-soft); border-radius:12px; padding:12px; background:rgba(246,244,238,.02); }
.twe-dash__campaign-top{ display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.twe-dash__campaign-top b{ font-size:12.5px; }
.twe-dash__campaign-top span{ font-size:11px; color:var(--twe-petrol-l); font-family:'Space Mono',monospace; }
.twe-dash__campaign-track{ height:6px; border-radius:100px; background:var(--twe-line-soft); overflow:hidden; }
.twe-dash__campaign-fill{ height:100%; border-radius:100px; width:0%; background:linear-gradient(90deg,var(--twe-petrol-l),var(--twe-lime)); transition:width 1.1s var(--twe-ease); }

.twe-dash__toast{
  position:absolute; top:10px; right:10px; left:10px; display:flex; align-items:center; gap:10px;
  background:rgba(11,15,20,.92); border:1px solid rgba(31,214,181,.4); border-radius:12px; padding:11px 13px;
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); box-shadow:0 14px 34px -14px rgba(0,0,0,.7);
  transform:translateY(-14px); opacity:0; pointer-events:none; transition:transform .45s var(--twe-ease), opacity .45s var(--twe-ease);
  z-index:5;
}
.twe-dash__toast.is-visible{ transform:translateY(0); opacity:1; }
.twe-dash__toast i{ width:8px; height:8px; border-radius:50%; background:var(--twe-lime); flex:none; }
.twe-dash__toast span{ font-size:12px; color:var(--twe-ivory); }
.twe-dash__toast strong{ color:var(--twe-lime); font-weight:700; }

@media (min-width:520px){
  .twe-dash__panels{ padding:22px; }
}

/* ==========================================================================
   PÁGINA DE PLANOS — hero interior, toggle de faturação, comparativo, add-ons
   ========================================================================== */

/* ---------------------------------------------------------------------- */
/* HERO DE PÁGINA INTERIOR (reutilizável: planos, setores, etc.)           */
/* ---------------------------------------------------------------------- */
.twe-page-hero{ padding:148px 0 52px; text-align:center; display:flex; flex-direction:column; align-items:center; position:relative; }
.twe-page-hero h1{
  font-size:clamp(30px,8vw,58px); line-height:1.06; max-width:760px; margin-top:16px;
  background:linear-gradient(180deg,#fff,#cfd6da 60%,var(--twe-mist));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.twe-page-hero p{ margin-top:16px; max-width:520px; font-size:15.5px; line-height:1.6; color:var(--twe-mist); }
@media (min-width:900px){ .twe-page-hero{ padding:172px 0 68px; } }

/* ---------------------------------------------------------------------- */
/* BILLING — controlo segmentado: mensal / trimestral / semestral / anual  */
/* ---------------------------------------------------------------------- */
.twe-billing{ margin-top:28px; display:flex; justify-content:center; }
.twe-billing__track{
  position:relative; display:flex; flex-wrap:wrap; justify-content:center; gap:3px;
  background:var(--twe-glass); border:1px solid var(--twe-line); border-radius:16px; padding:4px;
  max-width:100%;
}
.twe-billing__thumb{
  position:absolute; top:4px; left:4px; border-radius:12px; background:var(--twe-lime);
  transition:transform var(--twe-dur) var(--twe-ease), width var(--twe-dur) var(--twe-ease), height var(--twe-dur) var(--twe-ease);
  z-index:0;
}
.twe-billing__opt{
  position:relative; z-index:1; background:none; border:none; color:var(--twe-mist); font-size:12.5px; font-weight:600;
  padding:9px 14px; border-radius:12px; white-space:nowrap; transition:color var(--twe-dur-fast) ease;
}
.twe-billing__opt.is-active{ color:#0a140d; }
.twe-billing__opt em{
  font-style:normal; margin-left:5px; font-family:'Space Mono',monospace; font-size:10px;
  opacity:.75;
}
@media (prefers-reduced-motion:reduce){ .twe-billing__thumb{ transition:none; } }

/* ---------------------------------------------------------------------- */
/* NOTA de faturação anual dentro do plano                                 */
/* ---------------------------------------------------------------------- */
.twe-plan__billing-note{
  font-size:11px; color:var(--twe-mist-2); margin-top:-18px; margin-bottom:22px; min-height:14px;
}

/* ---------------------------------------------------------------------- */
/* TABELA COMPARATIVA — scroll horizontal no mobile                        */
/* ---------------------------------------------------------------------- */
.twe-compare{ overflow-x:auto; -webkit-overflow-scrolling:touch; margin:0 calc(var(--twe-gutter) * -1); padding:0 var(--twe-gutter); }
.twe-compare table{ width:100%; min-width:640px; border-collapse:collapse; }
.twe-compare th,.twe-compare td{ padding:14px 16px; text-align:center; border-bottom:1px solid var(--twe-line-soft); font-size:13.5px; }
.twe-compare thead th{
  font-family:'Manrope',sans-serif; font-weight:800; font-size:14.5px; padding-top:0; position:sticky; top:0;
}
.twe-compare th:first-child,.twe-compare td:first-child{
  text-align:left; color:var(--twe-mist); font-weight:500; position:sticky; left:0; background:var(--twe-ink);
  min-width:190px;
}
.twe-compare thead th:first-child{ background:var(--twe-ink); }
.twe-compare tbody tr:hover td{ background:rgba(246,244,238,.02); }
.twe-compare td svg{ width:16px; height:16px; color:var(--twe-petrol-l); }
.twe-compare td.is-dash{ color:var(--twe-mist-2); }
.twe-compare th.is-featured, .twe-compare td.is-featured{ background:rgba(31,214,181,.06); }
.twe-compare thead th.is-featured{ color:var(--twe-lime); }
.twe-compare__caption{ text-align:center; color:var(--twe-mist-2); font-size:12px; margin-top:14px; }
@media (min-width:900px){ .twe-compare{ margin:0; padding:0; } .twe-compare table{ min-width:0; } }

/* ---------------------------------------------------------------------- */
/* ADD-ONS                                                                  */
/* ---------------------------------------------------------------------- */
.twe-addons{ display:grid; grid-template-columns:1fr; gap:12px; }
.twe-addon{
  display:flex; align-items:flex-start; gap:14px; border:1px solid var(--twe-line); border-radius:16px; padding:20px;
  background:rgba(246,244,238,.02); transition:border-color var(--twe-dur) ease, transform var(--twe-dur) var(--twe-ease);
}
.twe-addon:hover{ border-color:rgba(31,214,181,.4); transform:translateY(-3px); }
.twe-addon__icon{
  width:38px; height:38px; border-radius:11px; background:rgba(31,214,181,.13); color:var(--twe-petrol-l);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.twe-addon__icon svg{ width:18px; height:18px; }
.twe-addon__body{ flex:1; min-width:0; }
.twe-addon__top{ display:flex; align-items:baseline; justify-content:space-between; gap:10px; flex-wrap:wrap; }
.twe-addon__top h4{ font-size:14.5px; }
.twe-addon__price{ font-family:'Space Mono',monospace; font-size:12.5px; color:var(--twe-lime); white-space:nowrap; }
.twe-addon__body p{ color:var(--twe-mist); font-size:12.5px; line-height:1.6; margin-top:4px; }
@media (min-width:640px){ .twe-addons{ grid-template-columns:1fr 1fr; } }
@media (min-width:1000px){ .twe-addons{ grid-template-columns:repeat(3,1fr); } }

/* ---------------------------------------------------------------------- */
/* ENTERPRISE STRIP                                                         */
/* ---------------------------------------------------------------------- */
.twe-enterprise{
  display:flex; flex-direction:column; gap:22px; align-items:flex-start; border:1px solid var(--twe-line);
  border-radius:var(--twe-radius-lg); padding:32px 26px; background:linear-gradient(135deg,rgba(246,244,238,.05),rgba(31,214,181,.05));
}
.twe-enterprise__text h3{ font-size:clamp(20px,4.6vw,26px); }
.twe-enterprise__text p{ color:var(--twe-mist); font-size:14px; margin-top:10px; max-width:460px; line-height:1.6; }
.twe-enterprise__list{ display:flex; flex-wrap:wrap; gap:9px; }
.twe-enterprise__list span{
  font-size:12px; color:var(--twe-mist); border:1px solid var(--twe-line-soft); padding:6px 12px; border-radius:100px;
}
@media (min-width:800px){
  .twe-enterprise{ flex-direction:row; align-items:center; justify-content:space-between; padding:40px 44px; }
}

/* ==========================================================================
   PÁGINA DE CONTACTO — formulário interativo, canal de resposta, agendamento
   ========================================================================== */

/* ---------------------------------------------------------------------- */
/* LAYOUT geral da página                                                  */
/* ---------------------------------------------------------------------- */
.twe-contact{ display:flex; flex-direction:column; gap:22px; }
@media (min-width:960px){ .twe-contact{ flex-direction:row; align-items:flex-start; gap:32px; } }

/* ---------------------------------------------------------------------- */
/* CARTÕES DE CONTACTO DIRETO                                              */
/* ---------------------------------------------------------------------- */
.twe-contact__side{ display:flex; flex-direction:column; gap:14px; }
@media (min-width:960px){ .twe-contact__side{ flex:0 0 320px; position:sticky; top:110px; } }

.twe-contact-card{
  border:1px solid var(--twe-line); border-radius:var(--twe-radius); padding:22px;
  background:rgba(246,244,238,.025); display:flex; gap:14px; align-items:flex-start;
  transition:border-color var(--twe-dur) ease, transform var(--twe-dur) var(--twe-ease);
}
.twe-contact-card:hover{ border-color:rgba(31,214,181,.4); transform:translateY(-2px); }
.twe-contact-card__icon{
  width:42px; height:42px; border-radius:12px; background:rgba(31,214,181,.14); color:var(--twe-petrol-l);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.twe-contact-card__icon svg{ width:20px; height:20px; }
.twe-contact-card h4{ font-size:14px; margin-bottom:4px; }
.twe-contact-card p{ color:var(--twe-mist); font-size:13px; line-height:1.55; }
.twe-contact-card a.twe-contact-card__value{
  display:inline-flex; align-items:center; gap:7px; color:var(--twe-ivory); font-weight:700; font-size:15px;
  margin-top:2px; border-bottom:1px solid transparent; transition:border-color var(--twe-dur-fast) ease, color var(--twe-dur-fast) ease;
}
.twe-contact-card a.twe-contact-card__value:hover{ color:var(--twe-petrol-l); border-color:currentColor; }
.twe-contact-card__copy{
  background:none; border:none; color:var(--twe-mist-2); display:inline-flex; align-items:center; gap:5px;
  font-size:11px; margin-top:6px; padding:0; transition:color var(--twe-dur-fast) ease;
}
.twe-contact-card__copy:hover{ color:var(--twe-petrol-l); }
.twe-contact-card__copy svg{ width:12px; height:12px; }
.twe-contact-card__copy.is-copied{ color:var(--twe-lime); }

/* ---------------------------------------------------------------------- */
/* CARTÃO DO FORMULÁRIO                                                     */
/* ---------------------------------------------------------------------- */
.twe-form-card{
  flex:1; border:1px solid var(--twe-line); border-radius:var(--twe-radius-lg); padding:26px 20px;
  background:linear-gradient(180deg,rgba(246,244,238,.05),rgba(246,244,238,.015));
  -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px);
  box-shadow:0 40px 100px -46px rgba(0,0,0,.7); position:relative;
}
@media (min-width:640px){ .twe-form-card{ padding:36px; } }

/* ---------------------------------------------------------------------- */
/* CAMPOS                                                                    */
/* ---------------------------------------------------------------------- */
.twe-form__banner{
  display:none; align-items:flex-start; gap:10px; background:rgba(255,107,107,.1); border:1px solid rgba(255,107,107,.35);
  color:#ffb3b3; padding:13px 15px; border-radius:12px; font-size:13px; line-height:1.5; margin-bottom:20px;
}
.twe-form__banner.is-visible{ display:flex; }
.twe-form__banner svg{ width:17px; height:17px; flex:none; margin-top:1px; }

.twe-form__row{ display:grid; grid-template-columns:1fr; gap:16px; margin-bottom:16px; }
@media (min-width:600px){ .twe-form__row--2{ grid-template-columns:1fr 1fr; } }

.twe-field{ display:flex; flex-direction:column; gap:7px; }
.twe-field label{ font-size:12px; font-weight:600; color:var(--twe-mist); letter-spacing:.01em; }
.twe-field label em{ font-style:normal; color:var(--twe-mist-2); font-weight:400; }
.twe-field input,
.twe-field select,
.twe-field textarea{
  background:rgba(246,244,238,.045); border:1px solid var(--twe-line); border-radius:12px; padding:13px 15px;
  color:var(--twe-ivory); font-size:14.5px; font-family:'Inter',sans-serif; width:100%;
  transition:border-color var(--twe-dur-fast) ease, box-shadow var(--twe-dur-fast) ease, background var(--twe-dur-fast) ease;
}
.twe-field select{
  appearance:none; -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b97a3' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 14px center; background-size:16px; padding-right:38px;
}
/* As opções do <select> usam sempre o fundo claro nativo do sistema —
   forçamos texto escuro para não ficarem ilegíveis. */
.twe-field select option{
  color:#0a140d; background:#f6f4ee;
}
.twe-field textarea{ resize:vertical; min-height:120px; line-height:1.6; }
.twe-field input::placeholder,
.twe-field textarea::placeholder{ color:var(--twe-mist-2); }
.twe-field input:focus,
.twe-field select:focus,
.twe-field textarea:focus{
  outline:none; border-color:var(--twe-petrol-l); background:rgba(246,244,238,.06);
  box-shadow:0 0 0 3px rgba(31,214,181,.14);
}
.twe-field--error input,
.twe-field--error select,
.twe-field--error textarea{ border-color:#ff6b6b; }
.twe-field--error .twe-field__msg{ display:block; }
.twe-field__msg{ display:none; color:#ff8f8f; font-size:11.5px; }
.twe-field__counter{ align-self:flex-end; font-size:11px; color:var(--twe-mist-2); font-family:'Space Mono',monospace; }
.twe-field--hp{ position:absolute; left:-9999px; top:-9999px; opacity:0; pointer-events:none; }

/* ---------------------------------------------------------------------- */
/* CANAL DE RESPOSTA — segmentado 2x2 no mobile                             */
/* ---------------------------------------------------------------------- */
.twe-channel{ margin-bottom:18px; }
.twe-channel > label{ font-size:12px; font-weight:600; color:var(--twe-mist); display:block; margin-bottom:9px; }
.twe-channel__track{
  position:relative; display:grid; grid-template-columns:1fr 1fr; gap:4px;
  background:var(--twe-glass); border:1px solid var(--twe-line); border-radius:14px; padding:4px;
}
.twe-channel__thumb{
  position:absolute; border-radius:10px; background:var(--twe-lime);
  transition:transform var(--twe-dur) var(--twe-ease), width var(--twe-dur) var(--twe-ease), height var(--twe-dur) var(--twe-ease);
  z-index:0; top:4px; left:4px;
}
.twe-channel__opt{
  position:relative; z-index:1; display:flex; align-items:center; justify-content:center; gap:7px;
  background:none; border:none; color:var(--twe-mist); font-size:12.5px; font-weight:600; padding:11px 8px;
  border-radius:10px; transition:color var(--twe-dur-fast) ease;
}
.twe-channel__opt svg{ width:15px; height:15px; }
.twe-channel__opt.is-active{ color:#0a140d; }
@media (min-width:520px){ .twe-channel__track{ grid-template-columns:repeat(4,1fr); } }

/* ---------------------------------------------------------------------- */
/* SWITCH — agendar chamada                                                 */
/* ---------------------------------------------------------------------- */
.twe-switch-row{
  display:flex; align-items:center; justify-content:space-between; gap:14px; padding:15px 16px;
  border:1px solid var(--twe-line); border-radius:14px; background:rgba(246,244,238,.03); margin-bottom:8px;
}
.twe-switch-row__text b{ display:block; font-size:13.5px; }
.twe-switch-row__text span{ display:block; font-size:12px; color:var(--twe-mist); margin-top:2px; }
.twe-switch{ display:inline-flex; align-items:center; cursor:pointer; flex:none; }
.twe-switch input{ position:absolute; opacity:0; width:0; height:0; }
.twe-switch__track{
  position:relative; width:44px; height:25px; border-radius:100px; border:1px solid var(--twe-line);
  background:var(--twe-ink-2); transition:background var(--twe-dur-fast) ease, border-color var(--twe-dur-fast) ease;
}
.twe-switch__thumb{
  position:absolute; top:2px; left:2px; width:19px; height:19px; border-radius:50%; background:var(--twe-ivory);
  transition:transform var(--twe-dur) var(--twe-ease), background var(--twe-dur-fast) ease;
}
.twe-switch input:checked + .twe-switch__track{ background:rgba(31,214,181,.28); border-color:var(--twe-petrol-l); }
.twe-switch input:checked + .twe-switch__track .twe-switch__thumb{ transform:translateX(19px); background:var(--twe-lime); }

.twe-collapse{ max-height:0; overflow:hidden; transition:max-height var(--twe-dur) var(--twe-ease); }

/* ---------------------------------------------------------------------- */
/* CONSENTIMENTO                                                            */
/* ---------------------------------------------------------------------- */
.twe-check{ display:flex; gap:10px; align-items:flex-start; font-size:12.5px; color:var(--twe-mist); line-height:1.55; margin:18px 0; }
.twe-check input{ accent-color:var(--twe-lime); width:16px; height:16px; margin-top:1px; flex:none; }
.twe-check a{ color:var(--twe-petrol-l); text-decoration:underline; }

/* ---------------------------------------------------------------------- */
/* BOTÃO com estado de loading                                              */
/* ---------------------------------------------------------------------- */
.twe-btn__spinner{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center; opacity:0;
  transition:opacity var(--twe-dur-fast) ease;
}
.twe-btn__spinner i{
  width:16px; height:16px; border-radius:50%; border:2px solid rgba(10,20,13,.28); border-top-color:#0a140d;
  animation:twe-spin .7s linear infinite;
}
.twe-btn--ghost .twe-btn__spinner i{ border-color:rgba(246,244,238,.25); border-top-color:var(--twe-ivory); }
.twe-btn.is-loading .twe-btn__label{ opacity:0; }
.twe-btn.is-loading .twe-btn__spinner{ opacity:1; }
.twe-btn.is-loading{ pointer-events:none; }
@keyframes twe-spin{ to{ transform:rotate(360deg); } }

/* ---------------------------------------------------------------------- */
/* PAINEL DE SUCESSO                                                        */
/* ---------------------------------------------------------------------- */
.twe-form__success{ display:none; text-align:center; padding:36px 10px; }
.twe-form__success.is-visible{ display:block; animation:twe-fade-in .5s var(--twe-ease); }
.twe-form__success-icon{
  width:64px; height:64px; border-radius:50%; background:rgba(198,241,53,.14); color:var(--twe-lime);
  display:flex; align-items:center; justify-content:center; margin:0 auto 20px;
}
.twe-form__success-icon svg{ width:30px; height:30px; }
.twe-form__success h3{ font-size:21px; }
.twe-form__success p{ color:var(--twe-mist); font-size:14px; margin-top:10px; max-width:360px; margin-left:auto; margin-right:auto; line-height:1.6; }
.twe-form__success .twe-btn{ margin-top:24px; }

/* ==========================================================================
   PÁGINAS DE PLANO (funis) — preço no hero, "para quem é", comparativo, sticky CTA
   ========================================================================== */

/* ---------------------------------------------------------------------- */
/* PREÇO NO HERO                                                            */
/* ---------------------------------------------------------------------- */
.twe-hero-price{ display:flex; align-items:baseline; gap:9px; justify-content:center; margin-top:6px; }
.twe-hero-price b{ font-family:'Manrope',sans-serif; font-weight:800; font-size:clamp(38px,9vw,58px); }
.twe-hero-price span{ color:var(--twe-mist); font-size:15px; }
.twe-hero-price__note{ font-size:12px; color:var(--twe-mist-2); margin-top:2px; }

.twe-value-row{ display:flex; flex-wrap:wrap; gap:10px 22px; justify-content:center; margin-top:28px; }
.twe-value-row span{ display:inline-flex; align-items:center; gap:7px; font-size:13px; color:var(--twe-mist); }
.twe-value-row svg{ width:15px; height:15px; color:var(--twe-petrol-l); flex:none; }

/* ---------------------------------------------------------------------- */
/* "PARA QUEM É" — auto-qualificação                                       */
/* ---------------------------------------------------------------------- */
.twe-fit{ display:grid; grid-template-columns:1fr; gap:14px; }
.twe-fit__col{ border:1px solid var(--twe-line); border-radius:var(--twe-radius); padding:24px; background:rgba(246,244,238,.02); }
.twe-fit__col--yes{ border-color:rgba(31,214,181,.35); background:rgba(31,214,181,.045); }
.twe-fit__col h4{ font-size:15.5px; margin-bottom:16px; display:flex; align-items:center; gap:8px; }
.twe-fit__col h4 svg{ width:18px; height:18px; flex:none; }
.twe-fit__col--yes h4{ color:var(--twe-petrol-l); }
.twe-fit__col--no h4{ color:var(--twe-mist); }
.twe-fit__col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; }
.twe-fit__col li{ display:flex; gap:9px; font-size:13.5px; color:var(--twe-mist); align-items:flex-start; line-height:1.5; }
.twe-fit__col li svg{ width:15px; height:15px; flex:none; margin-top:2px; }
.twe-fit__col--yes li svg{ color:var(--twe-petrol-l); }
.twe-fit__col--no li svg{ color:var(--twe-mist-2); }
@media (min-width:700px){ .twe-fit{ grid-template-columns:1fr 1fr; } }

/* ---------------------------------------------------------------------- */
/* COMPARATIVO CURTO — "porquê X é melhor que Y"                           */
/* ---------------------------------------------------------------------- */
.twe-vs{ border:1px solid var(--twe-line); border-radius:var(--twe-radius); overflow:hidden; }
.twe-vs__row{
  display:flex; align-items:center; gap:12px; padding:15px 20px; border-bottom:1px solid var(--twe-line-soft);
  background:rgba(246,244,238,.015);
}
.twe-vs__row:last-child{ border-bottom:none; }
.twe-vs__row:nth-child(even){ background:rgba(246,244,238,.03); }
.twe-vs__label{ flex:1; font-size:13.5px; color:var(--twe-ivory); }
.twe-vs__old,.twe-vs__new{
  flex:0 0 auto; width:104px; display:flex; align-items:center; justify-content:center; gap:6px;
  font-size:12px; padding:6px 4px; border-radius:8px;
}
.twe-vs__old{ color:var(--twe-mist-2); }
.twe-vs__old svg{ width:13px; height:13px; }
.twe-vs__new{ color:var(--twe-lime); font-weight:700; background:rgba(198,241,53,.1); }
.twe-vs__new svg{ width:14px; height:14px; }
@media (max-width:480px){
  .twe-vs__row{ flex-wrap:wrap; }
  .twe-vs__label{ flex:1 1 100%; margin-bottom:6px; }
}

/* ---------------------------------------------------------------------- */
/* STICKY CTA (mobile)                                                      */
/* ---------------------------------------------------------------------- */
.twe-sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:950;
  background:rgba(8,11,16,.94); border-top:1px solid var(--twe-line);
  -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px);
  padding:12px var(--twe-gutter); padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px));
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  transform:translateY(100%); transition:transform var(--twe-dur) var(--twe-ease);
}
.twe-sticky-cta.is-visible{ transform:translateY(0); }
.twe-sticky-cta__info{ display:flex; flex-direction:column; line-height:1.25; min-width:0; }
.twe-sticky-cta__info b{ font-family:'Manrope',sans-serif; font-weight:800; font-size:16px; }
.twe-sticky-cta__info span{ font-size:10.5px; color:var(--twe-mist-2); white-space:nowrap; }
.twe-sticky-cta .twe-btn{ flex:none; padding:12px 20px; font-size:13px; }
@media (min-width:960px){ .twe-sticky-cta{ display:none; } }

/* ==========================================================================
   PÁGINA ENTERPRISE — tratamento visual dedicado (blueprint, datasheet,
   cartão de proposta em vez de preço fixo)
   ========================================================================== */

/* ---------------------------------------------------------------------- */
/* TAG "ENTERPRISE"                                                         */
/* ---------------------------------------------------------------------- */
.twe-ent-tag{
  display:inline-flex; align-items:center; gap:7px; font-family:'Space Mono',monospace; font-size:10.5px;
  letter-spacing:.12em; text-transform:uppercase; color:#0a140d; background:var(--twe-lime);
  padding:6px 14px; border-radius:100px; margin-bottom:18px;
}

/* ---------------------------------------------------------------------- */
/* FUNDO "BLUEPRINT" — grelha técnica exclusiva do hero Enterprise          */
/* ---------------------------------------------------------------------- */
.twe-blueprint{
  position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.6;
  background-image:
    linear-gradient(rgba(31,214,181,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,214,181,.09) 1px, transparent 1px);
  background-size:42px 42px;
  -webkit-mask-image:radial-gradient(ellipse 75% 55% at 50% 0%, #000 35%, transparent 88%);
  mask-image:radial-gradient(ellipse 75% 55% at 50% 0%, #000 35%, transparent 88%);
}

/* ---------------------------------------------------------------------- */
/* FICHA TÉCNICA — estilo "datasheet", label + descrição                   */
/* ---------------------------------------------------------------------- */
.twe-specs{ border:1px solid var(--twe-line); border-radius:var(--twe-radius); overflow:hidden; }
.twe-specs__row{ display:grid; grid-template-columns:1fr; gap:7px; padding:20px 22px; border-bottom:1px solid var(--twe-line-soft); }
.twe-specs__row:last-child{ border-bottom:none; }
.twe-specs__row:nth-child(even){ background:rgba(246,244,238,.02); }
.twe-specs__label{ font-family:'Space Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--twe-petrol-l); }
.twe-specs__value{ font-size:13.5px; color:var(--twe-mist); line-height:1.65; }
.twe-specs__value strong{ color:var(--twe-ivory); font-weight:600; }
@media (min-width:700px){
  .twe-specs__row{ grid-template-columns:210px 1fr; align-items:start; gap:20px; padding:22px 26px; }
}

/* ---------------------------------------------------------------------- */
/* CARTÃO DE PROPOSTA — substitui o preço fixo nas outras páginas          */
/* ---------------------------------------------------------------------- */
.twe-quote-card{
  border:1px solid var(--twe-petrol-l); border-radius:var(--twe-radius-lg); padding:34px 24px; text-align:center;
  background:radial-gradient(120% 140% at 50% 0%, rgba(31,214,181,.18), transparent 65%);
  position:relative; overflow:hidden;
}
.twe-quote-card h3{ font-size:clamp(22px,5.4vw,30px); }
.twe-quote-card > p{ color:var(--twe-mist); margin-top:10px; max-width:440px; margin-left:auto; margin-right:auto; font-size:14.5px; line-height:1.6; }
.twe-quote-card__list{
  text-align:left; max-width:420px; margin:28px auto; display:flex; flex-direction:column; gap:12px;
}
.twe-quote-card__list li{ display:flex; gap:9px; font-size:13.5px; color:var(--twe-mist); align-items:flex-start; }
.twe-quote-card__list svg{ width:16px; height:16px; color:var(--twe-lime); flex:none; margin-top:2px; }
.twe-quote-card__note{ font-size:11.5px; color:var(--twe-mist-2); margin-top:18px; }
@media (min-width:900px){ .twe-quote-card{ padding:48px 40px; } }

/* ---------------------------------------------------------------------- */
/* OUTCOMES — benefícios ao nível de decisão, não apenas funcionalidades    */
/* ---------------------------------------------------------------------- */
.twe-outcomes{ display:grid; grid-template-columns:1fr; gap:14px; }
.twe-outcome{
  display:flex; gap:16px; border:1px solid var(--twe-line); border-radius:var(--twe-radius); padding:22px;
  background:rgba(246,244,238,.02); transition:border-color var(--twe-dur) ease, transform var(--twe-dur) var(--twe-ease);
}
.twe-outcome:hover{ border-color:rgba(31,214,181,.4); transform:translateY(-3px); }
.twe-outcome__icon{
  width:44px; height:44px; border-radius:12px; background:rgba(31,214,181,.14); color:var(--twe-petrol-l);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.twe-outcome__icon svg{ width:21px; height:21px; }
.twe-outcome h4{ font-size:15px; margin-bottom:6px; }
.twe-outcome p{ color:var(--twe-mist); font-size:13.5px; line-height:1.6; }
@media (min-width:760px){ .twe-outcomes{ grid-template-columns:1fr 1fr; } }

/* ==========================================================================
   NAV DROPDOWN — submenu "Planos" no header (desktop) + sub-lista (mobile)
   ========================================================================== */
.twe-nav-drop{ position:relative; }
.twe-nav-drop__trigger{
  display:inline-flex; align-items:center; gap:5px; background:none; border:none; font-family:inherit;
  padding:9px 13px 9px 15px; font-size:14px; font-weight:500; color:var(--twe-ivory); opacity:.82; border-radius:var(--twe-radius-pill);
  transition:opacity var(--twe-dur-fast) ease, background var(--twe-dur-fast) ease;
}
.twe-nav-drop__trigger:hover{ opacity:1; background:rgba(246,244,238,.07); }
.twe-nav-drop__chevron{ width:12px; height:12px; transition:transform var(--twe-dur-fast) var(--twe-ease); }
.twe-nav-drop.is-open .twe-nav-drop__chevron{ transform:rotate(180deg); }
.twe-nav-drop.is-open .twe-nav-drop__trigger{ opacity:1; }

.twe-nav-drop__panel{
  position:absolute; top:calc(100% + 12px); left:50%; min-width:300px;
  background:rgba(11,15,20,.97); border:1px solid var(--twe-line); border-radius:16px; padding:8px;
  -webkit-backdrop-filter:blur(18px); backdrop-filter:blur(18px); box-shadow:0 28px 60px -20px rgba(0,0,0,.65);
  opacity:0; visibility:hidden; transform:translate(-50%,-8px);
  transition:opacity var(--twe-dur-fast) var(--twe-ease), transform var(--twe-dur-fast) var(--twe-ease), visibility 0s linear var(--twe-dur-fast);
  z-index:20;
}
.twe-nav-drop.is-open .twe-nav-drop__panel{
  opacity:1; visibility:visible; transform:translate(-50%,0);
  transition:opacity var(--twe-dur-fast) var(--twe-ease), transform var(--twe-dur-fast) var(--twe-ease);
}
.twe-nav-drop__item{
  display:flex; flex-direction:column; gap:2px; padding:10px 12px; border-radius:10px; text-decoration:none;
  transition:background var(--twe-dur-fast) ease;
}
.twe-nav-drop__item:hover{ background:rgba(246,244,238,.06); }
.twe-nav-drop__item b{ display:flex; align-items:center; gap:8px; font-size:13.5px; font-weight:700; color:var(--twe-ivory); }
.twe-nav-drop__item span{ font-size:11.5px; color:var(--twe-mist); }
.twe-nav-drop__tag{
  margin-left:auto; font-family:'Space Mono',monospace; font-size:9.5px; letter-spacing:.03em;
  background:rgba(198,241,53,.15); color:var(--twe-lime); padding:2px 8px; border-radius:100px;
}
.twe-nav-drop__divider{ height:1px; background:var(--twe-line-soft); margin:6px 4px; }
.twe-nav-drop__foot{
  display:flex; align-items:center; gap:6px; padding:10px 12px; font-size:12px; color:var(--twe-petrol-l);
  text-decoration:none; border-radius:10px; transition:background var(--twe-dur-fast) ease, color var(--twe-dur-fast) ease;
}
.twe-nav-drop__foot:hover{ color:var(--twe-lime); background:rgba(246,244,238,.05); }
.twe-nav-drop__foot svg{ width:13px; height:13px; }

/* ---- mobile: sub-lista indentada sob "Planos" ---- */
.twe-header__mobile-sub{
  display:flex; flex-direction:column; padding-left:16px; margin:-4px 0 4px; border-left:2px solid var(--twe-line-soft);
  opacity:0; transform:translateX(-14px); transition:opacity var(--twe-dur) var(--twe-ease), transform var(--twe-dur) var(--twe-ease);
}
.twe-header__mobile.is-open .twe-header__mobile-sub{ opacity:1; transform:translateX(0); }
.twe-header__mobile-sub a{
  font-size:16.5px; font-weight:600; padding:10px 4px; border-bottom:none; opacity:.78; display:flex; align-items:center; gap:8px;
}
.twe-header__mobile-sub a .twe-nav-drop__tag{ font-size:9px; }
