.elementor-bc-flex-widget .elementor-31347 .elementor-element.elementor-element-557d619.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-31347 .elementor-element.elementor-element-557d619.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-31347 .elementor-element.elementor-element-557d619 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-31347 .elementor-element.elementor-element-557d619 > .elementor-element-populated{margin:-90px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}@media(min-width:768px){.elementor-31347 .elementor-element.elementor-element-557d619{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ead471a *//* =========================
   QIPLUS LP CSS completo
   Ajustado: hover dos botões não fica cinza + header alinhado
   ========================= */

/* Full width overrides for Elementor containers */
html, body { height: 100%; }

body{
  margin: 0;
  padding: 0;
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-container{
  max-width: 100% !important;
}

.topics {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.elementor-section.elementor-section-boxed &gt; .elementor-container{
  max-width: 100% !important;
}

.elementor .elementor-container{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container{
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-widget-html .elementor-widget-container{
  padding: 0 !important;
}

/* kill typical theme spacing that can squeeze */
body .site,
body .site-content,
body .content-area,
body .entry-content{
  width: 100% !important;
  max-width: 100% !important;
}

body .entry-content,
body .elementor-location-single,
body .elementor-location-header,
body .elementor-location-footer{
  margin: 0 !important;
  padding: 0 !important;
}

/* Root tokens */
:root{
  --gradient-start: #ff2f92;
  --gradient-end: #ff7a18;

  --text-primary: #f5f5f7;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;

  --bg-primary: #09090b;
  --bg-secondary: #0f0f12;
  --bg-card: #18181b;

  --border-color: #27272a;

  --shadow-sm: 0 2px 8px rgba(0,0,0,0.30);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.40);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.50);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --max-width: 1120px;

  --font-stack: "Articulat CF",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;
}

/* Reset */
*{ box-sizing: border-box; }
*::before, *::after{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }
img{ max-width: 100%; height: auto; display: block; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; }
ul{ margin: 0; padding: 0; }
li{ margin: 0; }

/* Base */
body{
  font-family: var(--font-stack);
  color: var(--text-primary);
  background: var(--bg-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
}

body::before{
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,47,146,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(255,122,24,0.06) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* Progress */
.scroll-progress{
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
  z-index: 1002;
  transition: width 0.08s linear;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.hero h1,
.impact-text{
  color: var(--text-primary) !important;
  -webkit-text-fill-color: initial !important;
}

/* mantém o gradiente só onde deve */
.gradient-text{
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* se algum tema estiver aplicando opacity/cinza nos títulos */
.hero h1, .section-title{
  opacity: 1 !important;
  filter: none !important;
}

/* Synapses bg */
.synapses{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
}

.synapse{
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
}

.synapse::before,
.synapse::after{
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  transform-origin: left center;
}

.synapse::before{ width: 80px; opacity: 0.6; }
.synapse::after{ width: 50px; opacity: 0.4; }

.synapse:nth-child(1){ top: 8%; left: 12%; }
.synapse:nth-child(1)::before{ transform: rotate(35deg); }
.synapse:nth-child(1)::after{ transform: rotate(-25deg); }

.synapse:nth-child(2){ top: 15%; left: 85%; }
.synapse:nth-child(2)::before{ transform: rotate(145deg); width: 60px; }
.synapse:nth-child(2)::after{ transform: rotate(200deg); width: 40px; }

.synapse:nth-child(3){ top: 35%; left: 5%; }
.synapse:nth-child(3)::before{ transform: rotate(-15deg); width: 100px; }
.synapse:nth-child(3)::after{ transform: rotate(45deg); width: 70px; }

.synapse:nth-child(4){ top: 45%; left: 92%; }
.synapse:nth-child(4)::before{ transform: rotate(170deg); width: 90px; }
.synapse:nth-child(4)::after{ transform: rotate(220deg); }

.synapse:nth-child(5){ top: 60%; left: 8%; }
.synapse:nth-child(5)::before{ transform: rotate(20deg); width: 70px; }
.synapse:nth-child(5)::after{ transform: rotate(-40deg); width: 55px; }

.synapse:nth-child(6){ top: 72%; left: 88%; }
.synapse:nth-child(6)::before{ transform: rotate(160deg); width: 85px; }
.synapse:nth-child(6)::after{ transform: rotate(110deg); width: 45px; }

.synapse:nth-child(7){ top: 85%; left: 15%; }
.synapse:nth-child(7)::before{ transform: rotate(-30deg); width: 95px; }
.synapse:nth-child(7)::after{ transform: rotate(30deg); width: 60px; }

.synapse:nth-child(8){ top: 92%; left: 75%; }
.synapse:nth-child(8)::before{ transform: rotate(135deg); width: 65px; }
.synapse:nth-child(8)::after{ transform: rotate(180deg); width: 50px; }

.synapse:nth-child(9){ top: 25%; left: 45%; }
.synapse:nth-child(9)::before{ transform: rotate(60deg); width: 55px; }
.synapse:nth-child(9)::after{ transform: rotate(-60deg); width: 55px; }

.synapse:nth-child(10){ top: 55%; left: 55%; }
.synapse:nth-child(10)::before{ transform: rotate(120deg); width: 75px; }
.synapse:nth-child(10)::after{ transform: rotate(-120deg); width: 75px; }

/* Layout container */
.container{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* Header */
.header{
  padding: 18px 0;
  position: sticky;
  top: 0;
  background: rgba(9,9,11,0.85);
  backdrop-filter: blur(12px);
  z-index: 1000;
  border-bottom: 1px solid transparent;
}

.header.scrolled{ border-bottom-color: var(--border-color); }

/* Ensure header container is flex even if inline styles were minified */
#header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

#header img{
  display: block;
  height: auto;
}

/* Sections */
section{
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px){
  section{ padding: 60px 0; }
}

/* Typography */
.section-title{
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 950;
  margin-bottom: 16px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-text{
  font-size: 1.125rem;
  color: var(--text-secondary);
  max-width: 820px;
}

.microcopy{
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gradient-text{
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Buttons */
.btn,
button.btn,
a.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 800;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease, filter .2s ease;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1;
}

/* FIX: builder costuma aplicar hover cinza via filter/opacity/background */
.btn:hover,
button.btn:hover,
a.btn:hover{
  filter: none !important;
  opacity: 1 !important;
  background-color: unset !important;
}

.btn:focus-visible{
  outline: 3px solid rgba(255,47,146,0.55);
  outline-offset: 3px;
}

.btn-primary,
button.btn-primary,
a.btn-primary{
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end)) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 4px 20px rgba(255,47,146,0.35);
  transform: translateZ(0);
  will-change: transform;
}

.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover{
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end)) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(255,47,146,0.45);
}

.btn-primary:active{ transform: translateY(0); }

.btn-ghost,
button.btn-ghost,
a.btn-ghost{
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: var(--text-primary) !important;
  box-shadow: none;
}

.btn-ghost:hover,
button.btn-ghost:hover,
a.btn-ghost:hover{
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.14) !important;
  transform: translateY(-1px);
}

/* Avoid hover jump inside sticky header */
.header .btn-primary:hover,
.header .btn-ghost:hover{
  transform: none !important;
}

/* HARD FIX: alguns temas botam background cinza no hover do button dentro do header */
.header button:hover,
.header .btn:hover{
  background-color: inherit !important;
}

/* HERO */
.hero{
  padding: 110px 0 110px;
  min-height: 78vh;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  text-align: center;
}

.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1000px 520px at 18% 40%, rgba(255,47,146,0.22), transparent 60%),
    radial-gradient(980px 540px at 88% 32%, rgba(255,122,24,0.18), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.65));
  z-index: 0;
  pointer-events: none;
}

.hero .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.hero h1{
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 950;
  line-height: 1.05;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.hero-subheadline{
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: var(--text-secondary);
  font-weight: 700;
  margin-bottom: 14px;
  max-width: 860px;
}

.hero-text{
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 22px;
  line-height: 1.75;
  max-width: 860px;
}

.hero-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: linear-gradient(135deg, rgba(255,47,146,0.16), rgba(255,122,24,0.14));
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 950;
  color: var(--gradient-end);
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-badge::before{ content: "✓"; font-weight: 950; }

.hero-cta-wrapper{
  display: grid;
  gap: 12px;
  margin-top: 6px;
  justify-items: center;
}

.hero-cta-row{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero-note{
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 8px;
}

/* Impact strip */
.impact-strip{
  background: linear-gradient(135deg, rgba(255,47,146,0.08), rgba(255,122,24,0.08));
  text-align: center;
}

.impact-strip .container{ max-width: 900px; }

.impact-text{
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

/* Video demo */
.video-demo-section{ background: var(--bg-secondary); }

.video-demo-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  margin-top: 32px;
}

@media (max-width: 900px){
  .video-demo-grid{ grid-template-columns: 1fr; gap: 24px; }
}

.video-embed{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.video-embed iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.video-points{
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.video-points li{
  padding-left: 26px;
  position: relative;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.6;
}

.video-points li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 950;
}

/* Pain */
.pain-section{ background: var(--bg-secondary); }
.pain-section .container{ max-width: 930px; }

.pain-bullets{
  list-style: none;
  margin-top: 28px;
}

.pain-bullets li{
  padding: 16px 0;
  padding-left: 32px;
  position: relative;
  font-size: 1.02rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
}

.pain-bullets li:last-child{ border-bottom: none; }

.pain-bullets li::before{
  content: "×";
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  font-weight: 950;
  color: #ef4444;
}

/* Layers */
.layers-section{ background: var(--bg-primary); }

.layers-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
  align-items: stretch;
}

@media (max-width: 900px){
  .layers-grid{ grid-template-columns: 1fr; }
}

.layer-card{
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.layer-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.layer-title{
  font-size: 1.05rem;
  font-weight: 950;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.layer-text{
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 12px;
}

.layer-list{
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.layer-list li{
  padding-left: 26px;
  position: relative;
  color: var(--text-secondary);
  font-size: 0.93rem;
  line-height: 1.55;
}

.layer-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 950;
}

/* Board */
.board-section{ background: var(--bg-secondary); }

.board-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
  align-items: stretch;
}

@media (max-width: 900px){
  .board-grid{ grid-template-columns: 1fr; }
}

.board-card{
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.board-card h3{
  font-size: 1.05rem;
  font-weight: 950;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.kpi-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

@media (max-width: 520px){
  .kpi-grid{ grid-template-columns: 1fr; }
}

.kpi{
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
}

.kpi b{
  display: block;
  font-weight: 950;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.kpi span{
  display: block;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.board-list{
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.board-list li{
  padding-left: 26px;
  position: relative;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.board-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 950;
}

/* Steps */
.steps-section{ background: var(--bg-primary); }

.steps-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

@media (max-width: 900px){
  .steps-grid{ grid-template-columns: 1fr; }
}

.step-card{
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.step-number{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  margin-bottom: 12px;
}

.step-card h3{
  font-size: 1.02rem;
  font-weight: 950;
  margin-bottom: 8px;
}

.step-card p{
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* For who */
.for-who-section{ background: var(--bg-secondary); }

.for-who-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

@media (max-width: 900px){
  .for-who-grid{ grid-template-columns: 1fr; }
}

.for-who-card{
  padding: 26px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.for-who-card h3{
  font-size: 1.05rem;
  font-weight: 950;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.for-who-card.positive h3::before{ content: "✓"; color: #22c55e; font-weight: 950; }
.for-who-card.negative h3::before{ content: "×"; color: #ef4444; font-weight: 950; }

.for-who-card ul{
  list-style: none;
  display: grid;
  gap: 10px;
}

.for-who-card li{
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Plans */
.plans-section{ background: var(--bg-primary); }

.plans-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
  align-items: stretch;
}

@media (max-width: 900px){
  .plans-grid{ grid-template-columns: 1fr; }
}

.plan-card{
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.plan-card.featured{
  background: linear-gradient(135deg, rgba(255,47,146,0.08), rgba(255,122,24,0.08));
  border-color: rgba(255,122,24,0.30);
  box-shadow: var(--shadow-md);
}

.plan-badge{
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 12px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255,47,146,0.16), rgba(255,122,24,0.16));
  border: 1px solid rgba(255,122,24,0.30);
  color: var(--text-primary);
  font-size: 0.78rem;
  font-weight: 950;
}

.plan-title{ font-size: 1.2rem; font-weight: 950; margin-bottom: 8px; }

.plan-sub{
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.plan-price{
  font-size: 1.32rem;
  font-weight: 950;
  margin: 6px 0 14px;
}

.plan-price small{
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 850;
  margin-top: 4px;
}

.plan-features{
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.plan-features li{
  padding-left: 26px;
  position: relative;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.55;
}

.plan-features li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 950;
}

.plan-details{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.plan-details summary{
  cursor: pointer;
  list-style: none;
  color: var(--text-muted);
  font-weight: 950;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.plan-details summary::-webkit-details-marker{ display: none; }

.plan-details summary::after{
  content: "+";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-weight: 950;
  transition: transform .2s ease;
}

.plan-details[open] summary::after{ transform: rotate(45deg); }

.free-plan-strip{
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.02);
  border: 1px dashed rgba(255,255,255,0.16);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: center;
  opacity: 0.92;
}

@media (max-width: 900px){
  .free-plan-strip{ grid-template-columns: 1fr; }
}

.free-plan-strip h3{ font-size: 1.05rem; font-weight: 950; margin-bottom: 4px; }

.free-plan-strip p{
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.free-limits{
  list-style: none;
  display: grid;
  gap: 8px;
}

.free-limits li{
  padding-left: 24px;
  position: relative;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.free-limits li::before{
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  color: #ef4444;
  font-weight: 950;
}

.free-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 950;
  margin-bottom: 10px;
}

.plan-note{
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  background: rgba(255,255,255,0.02);
  color: var(--text-muted);
  font-size: 0.875rem;
  text-align: center;
}

/* Testimonials */
.testimonials-section{ background: var(--bg-secondary); }

.testimonials-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  align-items: stretch;
}

@media (max-width: 900px){
  .testimonials-grid{ grid-template-columns: 1fr; }
}

.testimonial-card{
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.testimonial-card.featured{
  background: linear-gradient(135deg, rgba(255,47,146,0.08), rgba(255,122,24,0.08));
  border-color: rgba(255,122,24,0.30);
  box-shadow: var(--shadow-md);
}

.testimonial-quote{
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 14px;
}

.testimonial-quote::before{ content: "“"; color: var(--text-muted); font-weight: 950; margin-right: 6px; }
.testimonial-quote::after{ content: "”"; color: var(--text-muted); font-weight: 950; margin-left: 6px; }

.testimonial-author{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.testimonial-avatar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,47,146,0.9), rgba(255,122,24,0.9));
  box-shadow: 0 10px 30px rgba(255,47,146,0.18);
  flex: 0 0 auto;
  object-fit: cover;
}

.testimonial-meta b{
  display: block;
  font-size: 0.95rem;
  font-weight: 950;
  color: var(--text-primary);
}

.testimonial-meta span{
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* Logos */
.logos-section{ background: var(--bg-secondary); padding-top: 24px; }

.logos-head{
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.logos-shell{
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

@media (max-width: 900px){
  .logos-shell{ grid-template-columns: 1fr; }
}

.logo-nav{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, filter .2s ease;
}

.logo-nav:hover{
  transform: translateY(-1px);
  filter: none !important;
}

.logo-nav:focus-visible{ outline: 2px solid rgba(255,47,146,0.65); outline-offset: 3px; }

@media (max-width: 900px){
  .logo-nav{ display: none; }
}

.logos-viewport{
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  background: rgba(255,255,255,0.02);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.logos-viewport::before,
.logos-viewport::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  pointer-events: none;
  z-index: 2;
}

.logos-viewport::before{
  left: 0;
  background: linear-gradient(90deg, rgba(15,15,18,1) 0%, rgba(15,15,18,0) 100%);
}

.logos-viewport::after{
  right: 0;
  background: linear-gradient(270deg, rgba(15,15,18,1) 0%, rgba(15,15,18,0) 100%);
}

.logos-track{
  display: flex;
  gap: 16px;
  padding: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.logos-track::-webkit-scrollbar{ display: none; }

.logo-item{
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 180px;
  height: 84px;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  opacity: 0.92;
  transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}

.logo-item:hover{
  transform: translateY(-1px);
  opacity: 1;
  filter: none !important;
}

.logo-item img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  filter: grayscale(100%);
  opacity: 0.9;
}

.logo-item:hover img{
  filter: grayscale(0%);
  opacity: 1;
}

/* Objections */
.objections-section{ background: var(--bg-primary); }

.objections-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

@media (max-width: 900px){
  .objections-grid{ grid-template-columns: 1fr; }
}

.obj-card{
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.obj-q{
  font-weight: 950;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.obj-a{
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.65;
}

.obj-a b{ color: var(--text-primary); }

/* Final CTA */
.final-cta{
  background: linear-gradient(135deg, rgba(255,47,146,0.08), rgba(255,122,24,0.08));
  text-align: center;
}

.final-cta .container{ max-width: 900px; }

.final-cta h2{
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 950;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.final-cta p{
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 26px;
}

/* Footer */
.footer{
  padding: 40px 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}

/* Modal */
.modal-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.70);
  backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.modal-backdrop.open{
  opacity: 1;
  visibility: visible;
}

.modal{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 90%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.modal.open{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal-header{
  padding: 32px 32px 0;
  position: relative;
}

.modal-close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--bg-secondary);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
}

.modal-close:hover{ background: var(--border-color); }
.modal-close:focus-visible{ outline: 2px solid rgba(255,47,146,0.65); outline-offset: 2px; }

.modal-title{
  font-size: 1.5rem;
  font-weight: 950;
  margin-bottom: 8px;
}

.modal-subtitle{
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.modal-body{ padding: 24px 32px 32px; }

.form-group{ margin-bottom: 18px; }

.form-label{
  display: block;
  font-size: 0.875rem;
  font-weight: 950;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.form-input,
.form-select{
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  background: var(--bg-secondary);
  color: var(--text-primary);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-input:focus,
.form-select:focus{
  outline: none;
  border-color: var(--gradient-start);
  box-shadow: 0 0 0 3px rgba(255,47,146,0.20);
}

.form-input.error,
.form-select.error{ border-color: #ef4444; }

.form-error{
  font-size: 0.8125rem;
  color: #ef4444;
  margin-top: 6px;
  display: none;
}

.form-error.visible{ display: block; }

.form-select{
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 44px;
}

.btn-submit{
  width: 100%;
  padding: 16px;
  margin-top: 8px;
}

.btn-submit:disabled{
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-submit .spinner{
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.30);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
  margin-right: 8px;
}

.btn-submit.loading .spinner{ display: inline-block; }
.btn-submit.loading .btn-text{ opacity: 0.85; }

@keyframes spin{ to{ transform: rotate(360deg); } }

.form-legal{
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

.success-message{
  text-align: center;
  padding: 40px 20px;
  display: none;
}

.success-message.visible{ display: block; }

.success-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.success-message h3{
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 950;
}

.success-message p{ color: var(--text-secondary); }

/* Sticky CTA */
.sticky-cta{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  z-index: 1001;
  width: min(980px, calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(24,24,27,0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.sticky-cta.visible{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.sticky-cta .left{
  display: grid;
  gap: 2px;
  min-width: 0;
}

.sticky-cta .left b{
  font-weight: 950;
  letter-spacing: -0.01em;
  font-size: 0.98rem;
}

.sticky-cta .left span{
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 620px;
}

@media (max-width: 700px){
  .sticky-cta{ bottom: 12px; }
  .sticky-cta .left span{ max-width: 230px; }
  .sticky-cta .btn{ padding: 12px 16px; font-size: 0.95rem; }
}

/* Small screens adjustments */
@media (max-width: 520px){
  .btn{ padding: 14px 18px; }
  .hero{ padding: 96px 0; }
  .container{ padding: 0 18px; }
}

/* Reduce motion support */
@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior: auto !important; }
  .btn, .logo-nav, .logo-item, .modal, .modal-backdrop, .sticky-cta, .scroll-progress{
    transition: none !important;
  }
  .btn-primary:hover,
  .btn-ghost:hover,
  .logo-nav:hover,
  .logo-item:hover{
    transform: none !important;
  }
}/* End custom CSS */