/* ===========================================
   STYLES PART 2 — Seções de conteúdo + Founder gallery + Mockups
   =========================================== */

/* Container honeycomb pattern utility */
.honey-pattern { background-image: radial-gradient(circle at 50% 50%, rgba(245,166,35,0.04) 1px, transparent 2px); background-size: 40px 40px; }

/* ===========================================
   BLOCO 🐝 (Anderson)
   =========================================== */
.section-bee {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--cinza-100) 0%, var(--branco) 100%);
}
.bee-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px; font-weight: 700;
  color: var(--mel-600);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.section-eyebrow-emoji { font-size: 22px; line-height: 1; }
.section-eyebrow svg.eyebrow-icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: var(--mel-500);
}
.bee-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700; line-height: 1.1;
  color: var(--preto-900);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.bee-title em { font-style: italic; font-weight: 500; color: var(--mel-600); }
.bee-statement { font-size: 18px; color: var(--cinza-500); line-height: 1.65; margin-bottom: 12px; }
.bee-statement strong { color: var(--preto-900); font-weight: 700; }

.bee-pain-list { max-width: 720px; margin: 32px auto 40px; display: flex; flex-direction: column; gap: 12px; }
.bee-pain { background: var(--branco); border-left: 3px solid var(--alerta); border-radius: var(--r-sm); padding: 14px 20px; font-size: 16px; color: var(--preto-700); display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-sm); }
.bee-pain-arrow { color: var(--alerta); font-weight: 700; flex-shrink: 0; }

.bee-bridge { text-align: center; max-width: 720px; margin: 0 auto 32px; font-family: 'Fraunces', serif; font-size: clamp(20px, 2.8vw, 26px); color: var(--preto-900); line-height: 1.4; font-style: italic; font-weight: 500; }
.bee-bridge strong { font-style: normal; color: var(--mel-600); font-weight: 700; }

.bee-features { max-width: 720px; margin: 0 auto 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 600px) { .bee-features { grid-template-columns: 1fr; } }
.bee-feature { background: var(--mel-50); border: 1px solid var(--mel-400); border-radius: var(--r-sm); padding: 14px 18px; font-size: 15px; color: var(--preto-700); display: flex; align-items: center; gap: 10px; line-height: 1.45; }
.bee-feature-check { flex-shrink: 0; width: 22px; height: 22px; background: var(--mel-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--preto-900); }

.bee-closing { text-align: center; font-family: 'Fraunces', serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--preto-900); line-height: 1.3; }
.bee-closing em { font-style: italic; font-weight: 500; color: var(--mel-600); }

/* ===========================================
   BLOCO 📲 GESTÃO
   =========================================== */
.section-management { padding: 100px 0; background: var(--branco); }
.management-header { text-align: center; max-width: 720px; margin: 0 auto 24px; }
.management-bridge { text-align: center; max-width: 720px; margin: 0 auto 28px; font-size: 16px; color: var(--cinza-500); font-style: italic; line-height: 1.55; }
.solution-checks { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.solution-checks li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: var(--preto-700); }
.solution-checks li strong { font-weight: 700; color: var(--preto-900); }
.check-icon { flex-shrink: 0; width: 26px; height: 26px; }

/* ===========================================
   BLOCO 📉 ROTINA
   =========================================== */
.section-routine { padding: 100px 0; background: var(--cinza-100); }
.routine-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.routine-pre-list { text-align: center; max-width: 680px; margin: 0 auto 32px; font-size: 17px; color: var(--cinza-500); line-height: 1.65; }
.routine-grid { max-width: 720px; margin: 0 auto 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 700px) { .routine-grid { grid-template-columns: 1fr; } }
.routine-item { background: var(--branco); border: 1px solid var(--cinza-200); border-left: 3px solid var(--alerta); border-radius: var(--r-sm); padding: 16px 20px; font-size: 15px; color: var(--preto-700); line-height: 1.5; }
.routine-closing { text-align: center; max-width: 720px; margin: 0 auto; font-family: 'Fraunces', serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--preto-900); line-height: 1.35; }
.routine-closing em { font-style: italic; font-weight: 500; color: var(--mel-600); }

/* ===========================================
   BLOCO ⚡ MUDA O JOGO
   =========================================== */
.section-changegame { padding: 100px 0; background: linear-gradient(180deg, var(--branco) 0%, var(--mel-50) 100%); }
.changegame-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.changegame-context { font-size: 15px; color: var(--mel-600); font-weight: 600; margin-bottom: 0; }
.changegame-grid { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 700px) { .changegame-grid { grid-template-columns: 1fr; } }
.changegame-item { background: var(--branco); border: 1px solid var(--cinza-200); border-radius: var(--r-lg); padding: 24px 28px; display: flex; align-items: flex-start; gap: 16px; transition: all 0.3s ease; }
.changegame-item:hover { border-color: var(--mel-500); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.changegame-icon { flex-shrink: 0; width: 44px; height: 44px; background: linear-gradient(135deg, var(--mel-400), var(--mel-600)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--preto-900); }
.changegame-text { font-size: 16px; color: var(--preto-700); font-weight: 500; line-height: 1.5; padding-top: 8px; }

/* ===========================================
   SEÇÃO IOT SENSOR
   =========================================== */
.section-iot { padding: 100px 0; background: var(--preto-900); color: var(--branco); position: relative; overflow: hidden; }
.section-iot::before { content: ''; position: absolute; top: -200px; right: -150px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 60%); pointer-events: none; }
.section-iot::after { content: ''; position: absolute; bottom: -200px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,166,35,0.08) 0%, transparent 60%); pointer-events: none; }
.section-iot .container { position: relative; z-index: 2; }
.iot-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.iot-title { font-family: 'Fraunces', serif; font-size: clamp(36px, 5vw, 56px); font-weight: 800; line-height: 1.1; color: var(--branco); margin-bottom: 20px; letter-spacing: -0.02em; }
.iot-title em { font-style: italic; font-weight: 500; color: var(--mel-500); }
.iot-lead { font-size: 18px; color: var(--cinza-300); line-height: 1.65; }
.iot-lead strong { color: var(--mel-500); font-weight: 700; }

/* ===========================================
   IoT FLOW (4 etapas) — refeito como timeline horizontal
   =========================================== */
.iot-benefits-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--branco);
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: -0.02em;
}
.iot-benefits-title em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, var(--mel-500), var(--mel-300), var(--mel-500));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: shimmer 6s ease-in-out infinite;
}
.iot-flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 56px 0 80px;
  position: relative;
  counter-reset: iotflow;
}
.iot-flow::before {
  content: '';
  position: absolute;
  top: 36px; left: 12%; right: 12%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(245,166,35,0.4) 50%, transparent 50%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
.iot-flow-step {
  position: relative;
  z-index: 1;
  padding: 64px 22px 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  text-align: left;
  transition: transform 0.35s cubic-bezier(.2,.7,.3,1), border-color 0.3s ease, background 0.35s ease;
}
.iot-flow-step:hover {
  transform: translateY(-4px);
  border-color: rgba(245,166,35,0.35);
  background: linear-gradient(180deg, rgba(245,166,35,0.06) 0%, rgba(255,255,255,0.01) 100%);
}
.iot-flow-num {
  position: absolute;
  top: 18px; left: 22px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  display: flex; align-items: center; justify-content: center;
  color: var(--preto-900);
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.02em;
  box-shadow: 0 6px 18px -2px rgba(245,166,35,0.45), inset 0 1px 1px rgba(255,255,255,0.4);
}
.iot-flow-icon {
  position: absolute;
  top: 14px; right: 18px;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  color: var(--mel-500);
  border-radius: 12px;
  background: rgba(245,166,35,0.08);
  border: 1px solid rgba(245,166,35,0.18);
}
.iot-flow-icon svg { width: 22px; height: 22px; }
.iot-flow-badge {
  position: absolute;
  top: -4px; right: -4px;
  width: 10px; height: 10px;
  background: #ff4d4d;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,77,77,0.25);
  animation: pulse 2s ease-in-out infinite;
}
.iot-flow-step h4 {
  font-family: 'Fraunces', serif;
  font-size: 18px; font-weight: 700;
  color: var(--branco);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.iot-flow-step p {
  font-size: 13.5px;
  color: var(--cinza-400);
  line-height: 1.55;
}
@media (max-width: 900px) {
  .iot-flow { grid-template-columns: repeat(2, 1fr); }
  .iot-flow::before { display: none; }
}
@media (max-width: 480px) {
  .iot-flow { grid-template-columns: 1fr; }
}

/* ===========================================
   IoT BENTO (Decisões na hora certa) — 1 hero wide + 2x2
   =========================================== */
.iot-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 56px;
}
@media (max-width: 700px) {
  .iot-bento { grid-template-columns: 1fr; }
}

.iot-b {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 28px 26px 24px;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.2,.7,.3,1), border-color 0.3s ease, background 0.4s ease;
}
.iot-b:hover {
  transform: translateY(-4px);
  border-color: rgba(245,166,35,0.4);
  background: linear-gradient(180deg, rgba(245,166,35,0.05) 0%, rgba(255,255,255,0.01) 100%);
}
.iot-b-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--preto-900);
  margin-bottom: 18px;
  box-shadow: 0 10px 24px -6px rgba(245,166,35,0.4), inset 0 1px 1px rgba(255,255,255,0.3);
}
.iot-b-icon svg { width: 22px; height: 22px; }
.iot-b h4 {
  font-family: 'Fraunces', serif;
  font-size: 19px; font-weight: 700;
  color: var(--branco);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.iot-b p {
  font-size: 14px;
  color: var(--cinza-400);
  line-height: 1.55;
}

/* HERO benefit card — full width, horizontal */
.iot-b-hero {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  background: linear-gradient(135deg, var(--mel-400) 0%, var(--mel-500) 55%, var(--mel-600) 100%);
  border-color: rgba(245,166,35,0.4);
  color: var(--preto-900);
  padding: 0;
  min-height: 320px;
  box-shadow: 0 30px 80px -10px rgba(245,166,35,0.3);
  gap: 0;
}
.iot-b-hero:hover {
  background: linear-gradient(135deg, var(--mel-300) 0%, var(--mel-500) 55%, var(--mel-600) 100%);
  border-color: rgba(245,166,35,0.6);
  transform: translateY(-4px);
}
.iot-b-hero-left {
  flex: 0 0 44%;
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  justify-content: center;
}
.iot-b-hero h4 {
  color: var(--preto-900);
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1.1;
}
.iot-b-hero p {
  color: rgba(15,15,15,0.78);
  font-size: 16px;
  line-height: 1.55;
}
.iot-b-hero .iot-b-icon {
  background: rgba(15,15,15,0.12);
  color: var(--preto-900);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.1);
  margin-bottom: 18px;
}
.iot-b-eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 12px;
  background: rgba(15,15,15,0.15);
  color: var(--preto-900);
  border: 1px solid rgba(15,15,15,0.2);
  border-radius: 100px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  white-space: nowrap;
}
.iot-b-hero-viz {
  flex: 1 1 56%;
  position: relative;
  padding: 24px 32px 24px 16px;
  display: flex; align-items: center;
}

/* Hora-certa-colher card (mini app preview) */
.hcc-card {
  width: 100%;
  background: var(--branco);
  border-radius: 18px;
  padding: 18px 20px 16px;
  box-shadow:
    0 24px 50px -10px rgba(0,0,0,0.3),
    0 0 0 1px rgba(15,15,15,0.06);
  position: relative;
}
.hcc-card-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.hcc-card-label {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--preto-900);
  letter-spacing: -0.01em;
}
.hcc-card-tag {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  background: var(--mel-100);
  color: var(--mel-600);
  padding: 4px 10px;
  border-radius: 100px;
}
.hcc-chart {
  width: 100%; height: 130px; display: block;
}
.hcc-pin {
  position: absolute;
  bottom: 86px;
  display: flex; flex-direction: column; align-items: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.hcc-pin-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--preto-900);
  box-shadow: 0 0 0 4px rgba(15,15,15,0.12);
}
.hcc-pin-label {
  margin-top: 6px;
  background: var(--preto-900);
  color: var(--branco);
  font-size: 9px; font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.hcc-stats {
  display: flex; gap: 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(15,15,15,0.06);
  margin-top: 6px;
}
.hcc-stat {
  display: flex; flex-direction: column; gap: 2px;
}
.hcc-stat-label {
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(15,15,15,0.5);
}
.hcc-stat-value {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--preto-900);
  line-height: 1;
}
.hcc-stat-value small {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 600;
  color: rgba(15,15,15,0.5);
}
.hcc-stat-value.up { color: var(--sucesso); }

@media (max-width: 900px) {
  .iot-b-hero { flex-direction: column; }
  .iot-b-hero-left { flex: 1 1 auto; padding: 28px 28px 12px; }
  .iot-b-hero-viz { padding: 0 28px 28px; }
  .iot-b-hero h4 { font-size: 26px; }
}
@media (max-width: 600px) {
  .iot-b-hero h4 { font-size: 22px; }
  .hcc-chart { height: 110px; }
  .hcc-pin { bottom: 78px; }
}

.iot-quote-card { background: rgba(245,166,35,0.06); border-left: 4px solid var(--mel-500); border-radius: var(--r-md); padding: 32px 36px; margin-bottom: 48px; position: relative; }
@media (max-width: 600px) { .iot-quote-card { padding: 24px; } }
.iot-quote-card::before { content: '"'; position: absolute; top: -10px; left: 24px; font-family: 'Fraunces', serif; font-size: 80px; color: var(--mel-500); opacity: 0.3; line-height: 1; }
.iot-quote-card p { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(17px, 2.2vw, 21px); color: var(--branco); line-height: 1.55; margin-bottom: 12px; position: relative; }
.iot-quote-card cite { font-family: 'Manrope', sans-serif; font-style: normal; font-size: 13px; font-weight: 600; color: var(--mel-500); text-transform: uppercase; letter-spacing: 0.08em; }

.iot-cta-banner { background: linear-gradient(135deg, rgba(245,166,35,0.08), rgba(245,166,35,0.02)); border: 1px solid rgba(245,166,35,0.3); border-radius: var(--r-xl); padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
@media (max-width: 800px) { .iot-cta-banner { flex-direction: column; text-align: center; padding: 28px 24px; } }
.iot-cta-text { flex: 1; }
.iot-cta-availability { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--mel-500); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.iot-cta-availability::before { content: ''; width: 8px; height: 8px; background: #2E7D32; border-radius: 50%; box-shadow: 0 0 0 3px rgba(46,125,50,0.25); animation: pulse 2s ease-in-out infinite; }
.iot-cta-banner h3 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 700; color: var(--branco); line-height: 1.25; margin-bottom: 6px; }
.iot-cta-banner p { font-size: 14px; color: var(--cinza-300); line-height: 1.55; }

/* ===========================================
   SEÇÃO COMO FUNCIONA
   =========================================== */
.section-steps { padding: 100px 0; background: linear-gradient(180deg, var(--mel-50) 0%, var(--branco) 100%); position: relative; overflow: hidden; }
.steps-intro { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: 1fr; gap: 24px; } }
.step-card { background: var(--branco); border: 1px solid var(--cinza-200); border-radius: var(--r-xl); padding: 40px 32px; text-align: center; position: relative; transition: all 0.3s ease; }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--mel-400); }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 20px; }
.step-number svg { width: 100%; height: 100%; }
.step-card h3 { font-size: 22px; font-weight: 700; color: var(--preto-900); margin-bottom: 12px; }
.step-card p { font-size: 15px; color: var(--cinza-500); line-height: 1.6; }

/* ===========================================
   SEÇÃO FUNCIONALIDADES
   =========================================== */
.section-features { padding: 100px 0; background: var(--branco); }

/* ===========================================
   BENTO GRID (features)
   =========================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 18px;
}
@media (max-width: 900px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .bento-grid { grid-template-columns: 1fr; }
}

.bento {
  position: relative;
  background: var(--branco);
  border: 1px solid var(--cinza-200);
  border-radius: 22px;
  padding: 26px 26px 24px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.2,.7,.3,1), box-shadow 0.4s ease, border-color 0.3s ease;
  display: flex; flex-direction: column;
}
.bento:hover {
  transform: translateY(-4px);
  border-color: var(--mel-400);
  box-shadow: 0 24px 60px -10px rgba(15,15,15,0.15), 0 0 0 1px rgba(245,166,35,0.18);
}
.bento::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 0%), rgba(245,166,35,0.08), transparent 40%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.bento:hover::before { opacity: 1; }

.bento h3 {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--preto-900);
  margin: 4px 0 8px;
  letter-spacing: -0.01em;
}
.bento p {
  font-size: 14.5px;
  color: var(--cinza-500);
  line-height: 1.55;
  margin-bottom: auto;
}
.bento-mini-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  color: var(--preto-900);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px -6px rgba(245,166,35,0.5);
}
.bento-mini-icon svg { width: 20px; height: 20px; }
.bento-tag {
  display: inline-flex; align-items: center;
  align-self: flex-start;
  padding: 5px 12px;
  background: rgba(245,166,35,0.1);
  color: var(--mel-600);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 100px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* HERO bento — Painel de Dados */
.bento-hero {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  background: linear-gradient(160deg, #0F0F0F 0%, #1A1A1A 100%);
  border-color: rgba(255,255,255,0.08);
  color: var(--branco);
  min-height: 420px;
}
.bento-hero:hover {
  border-color: rgba(245,166,35,0.35);
  box-shadow: 0 30px 80px -10px rgba(0,0,0,0.5);
}
.bento-hero h3 {
  color: var(--branco);
  font-size: 30px;
  margin-bottom: 10px;
}
.bento-hero p {
  color: var(--cinza-300);
  font-size: 16px;
  max-width: 80%;
  margin-bottom: 24px;
}
.bento-hero .bento-tag {
  background: rgba(245,166,35,0.15);
  color: var(--mel-500);
  border-color: rgba(245,166,35,0.3);
}
.bento-preview {
  margin-top: auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 18px;
  display: flex; flex-direction: column; gap: 14px;
  backdrop-filter: blur(8px);
}
.bp-stat-row { display: flex; gap: 18px; }
.bp-stat { display: flex; flex-direction: column; gap: 2px; }
.bp-stat-label {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--cinza-400);
}
.bp-stat-value {
  font-family: 'Fraunces', serif;
  font-size: 24px; font-weight: 800;
  color: var(--branco);
  letter-spacing: -0.02em;
  line-height: 1;
}
.bp-chart svg {
  width: 100%; height: 80px; display: block;
}

/* Colmeias chips */
.bento-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }
.bento-chip {
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.bento-chip.chip-green { background: #E8F5E9; color: var(--sucesso); }
.bento-chip.chip-orange { background: #FFF3E0; color: var(--atencao); }
.bento-chip.chip-red { background: #FFEBEE; color: var(--alerta); }

/* Tarefas list */
.bento-tasks {
  list-style: none;
  margin-top: 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.bento-tasks li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500;
  color: var(--preto-700);
  padding: 8px 12px;
  background: var(--cinza-100);
  border-radius: 8px;
}
.bento-tasks li.done {
  color: var(--cinza-400);
  text-decoration: line-through;
}
.bento-tasks li.done .bt-check {
  background: var(--sucesso);
  border-color: var(--sucesso);
}
.bento-tasks li.done .bt-check::after {
  content: ''; width: 8px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}
.bt-check {
  width: 16px; height: 16px;
  border: 1.5px solid var(--cinza-300);
  border-radius: 4px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.bento-tasks li.alta {
  background: linear-gradient(90deg, rgba(198,40,40,0.08), transparent);
  border-left: 3px solid var(--alerta);
}
.bt-flag {
  width: 14px; height: 14px;
  background: var(--alerta);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  flex-shrink: 0;
}

/* Apiários pins */
.bento-pins {
  display: flex; gap: 10px;
  margin-top: 16px; align-items: center;
}
.bp-pin {
  position: relative;
  width: 24px; height: 30px;
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  clip-path: path('M12 0C5.4 0 0 5.4 0 12c0 8 12 18 12 18s12-10 12-18C24 5.4 18.6 0 12 0z');
  -webkit-clip-path: path('M12 0C5.4 0 0 5.4 0 12c0 8 12 18 12 18s12-10 12-18C24 5.4 18.6 0 12 0z');
}
.bp-pin:nth-child(2) { transform: scale(0.85); opacity: 0.7; }
.bp-pin:nth-child(3) { transform: scale(0.7); opacity: 0.5; }

/* Floradas months strip */
.bento-months {
  display: flex; gap: 5px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.bento-months span {
  padding: 5px 10px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--cinza-100);
  color: var(--cinza-500);
  border-radius: 6px;
}
.bento-months span.on {
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  color: var(--preto-900);
  box-shadow: 0 4px 10px -2px rgba(245,166,35,0.45);
}

/* Offline sync animation */
.bento-sync {
  display: flex; align-items: center; gap: 8px;
  margin-top: 16px;
}
.sync-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--mel-500);
  opacity: 0.3;
  animation: syncpulse 1.8s ease-in-out infinite;
}
.sync-dot:nth-child(2) { animation-delay: 0.25s; }
.sync-dot:nth-child(3) { animation-delay: 0.5s; }
.sync-arrow {
  color: var(--mel-500);
  font-weight: 800;
  margin: 0 4px;
}
.sync-cloud {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  color: var(--preto-900);
  border-radius: 50%;
  margin-left: auto;
  box-shadow: 0 6px 14px -4px rgba(245,166,35,0.5);
}
.sync-cloud svg { width: 16px; height: 16px; }
@keyframes syncpulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

@media (max-width: 900px) {
  .bento-hero { grid-column: 1 / 3; grid-row: auto; min-height: 360px; }
  .bento-hero p { max-width: 100%; }
}
@media (max-width: 600px) {
  .bento-hero { grid-column: 1; min-height: 320px; }
}
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-bottom: 56px; }
.feature-card { position: relative; background: var(--branco); border: 1px solid var(--cinza-200); border-radius: var(--r-lg); padding: 32px 28px; transition: all 0.3s ease; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--mel-400), var(--mel-600)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.feature-card:hover { border-color: var(--mel-400); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon { width: 64px; height: 64px; margin-bottom: 20px; }
.feature-card h3 { font-size: 20px; font-weight: 700; color: var(--preto-900); margin-bottom: 10px; }
.feature-card p { font-size: 15px; color: var(--cinza-500); line-height: 1.6; }

/* ===========================================
   SEÇÃO DEVICES (MOCKUP IPHONE + MACBOOK)
   =========================================== */
.section-devices {
  padding: 120px 0 100px;
  background: linear-gradient(180deg, #0F0F0F 0%, #1A1A1A 50%, #0F0F0F 100%);
  color: var(--branco);
  position: relative; overflow: hidden;
}
.section-devices::before {
  content: ''; position: absolute;
  top: 10%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse, rgba(245,166,35,0.16) 0%, transparent 60%);
  pointer-events: none;
}
.section-devices .container { position: relative; z-index: 2; }
.devices-header { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.devices-header h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800; line-height: 1.1;
  color: var(--branco);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.devices-header h2 em { font-style: italic; font-weight: 500; color: var(--mel-500); }
.devices-header p { font-size: 18px; color: var(--cinza-300); line-height: 1.6; }

/* Composição: MacBook ao fundo, iPhone à frente */
.devices-stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  aspect-ratio: 16/8;
  perspective: 1400px;
}
@media (max-width: 760px) {
  .devices-stage { aspect-ratio: auto; padding-bottom: 0; }
  .macbook { display: none; }
  .iphone {
    position: relative;
    bottom: auto; right: auto;
    width: 240px;
    max-width: 240px;
    margin: 0 auto;
    z-index: auto;
  }
}

/* MacBook */
.macbook {
  position: relative;
  width: 88%;
  margin: 0 auto;
  transform-style: preserve-3d;
}
.macbook-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 1344 / 602;
  background: #0a0a0a;
  border-radius: 18px 18px 4px 4px;
  padding: 14px 14px 18px;
  box-shadow:
    0 0 0 1px #2a2a2a,
    0 0 0 3px #181818,
    0 60px 100px -20px rgba(0,0,0,0.7),
    0 30px 60px -15px rgba(245,166,35,0.15);
}
.macbook-notch {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 18%; height: 14px;
  background: #0a0a0a;
  border-radius: 0 0 8px 8px;
  z-index: 5;
}
.macbook-display {
  width: 100%; height: 100%;
  background: var(--branco);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.mock-img-fit {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.macbook-base {
  position: relative;
  width: 108%;
  height: 18px;
  margin: 0 auto;
  margin-left: -4%;
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 30%, #0a0a0a 100%);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 30px 50px -10px rgba(0,0,0,0.5);
}
.macbook-base::before {
  content: ''; position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 14%; height: 6px;
  background: #050505;
  border-radius: 0 0 8px 8px;
}

/* iPhone à frente */
.iphone {
  position: absolute;
  bottom: -40px;
  right: 4%;
  width: 22%;
  min-width: 200px;
  max-width: 260px;
  z-index: 10;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,0.6));
}
.iphone-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9/19.5;
  background: linear-gradient(145deg, #2a2a2a, #0a0a0a);
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 0 0 1.5px #3a3a3a, inset 0 0 0 1px rgba(255,255,255,0.04);
}
.iphone-screen {
  width: 100%; height: 100%;
  background: #FAFAFC;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.iphone-notch {
  position: absolute; top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 32%; height: 18px;
  background: #0a0a0a;
  border-radius: 100px;
  z-index: 10;
}

/* App UI inside MacBook (dashboard) */
.mac-app {
  display: grid;
  grid-template-columns: 200px 1fr;
  height: 100%;
  background: #FAFAFC;
  font-size: 11px;
}
.mac-sidebar {
  background: #fff;
  border-right: 1px solid #EDEDED;
  padding: 14px 12px;
  display: flex; flex-direction: column; gap: 14px;
}
.mac-sidebar-logo {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
}
.mac-sidebar-logo svg { width: 22px; height: 22px; }
.mac-sidebar-logo span { font-family: 'Fraunces', serif; font-weight: 800; font-size: 13px; color: var(--preto-900); letter-spacing: -0.02em; }
.mac-sidebar-logo span em { color: var(--mel-500); font-style: normal; }
.mac-sidebar-section { font-size: 9px; font-weight: 700; color: var(--cinza-400); text-transform: uppercase; letter-spacing: 0.1em; padding: 0 8px; }
.mac-sidebar-item {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 8px;
  border-radius: 6px;
  color: var(--cinza-500);
  font-weight: 500;
}
.mac-sidebar-item.active { background: var(--mel-100); color: var(--mel-600); font-weight: 700; }
.mac-sidebar-item svg { flex-shrink: 0; }

.mac-main { padding: 14px 18px; overflow: hidden; }
.mac-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.mac-greeting { font-family: 'Fraunces', serif; font-weight: 700; font-size: 16px; color: var(--preto-900); }
.mac-greeting small { display: block; font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 9px; color: var(--cinza-500); margin-top: 2px; }
.mac-topbar-right { display: flex; gap: 6px; align-items: center; }
.mac-topbar-btn { padding: 5px 10px; background: #fff; border: 1px solid #EDEDED; border-radius: 6px; font-size: 9px; font-weight: 600; color: var(--preto-700); display: inline-flex; align-items: center; gap: 4px; }
.mac-topbar-cta { padding: 5px 10px; background: var(--mel-500); color: var(--preto-900); border-radius: 6px; font-size: 9px; font-weight: 700; }

.mac-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px; }
.mac-stat { background: #fff; border: 1px solid #EDEDED; border-radius: 8px; padding: 8px 10px; }
.mac-stat-label { font-size: 8px; color: var(--cinza-500); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; margin-bottom: 3px; }
.mac-stat-value { font-family: 'Fraunces', serif; font-weight: 800; font-size: 16px; color: var(--preto-900); line-height: 1; }
.mac-stat-delta { font-size: 8px; font-weight: 700; color: var(--sucesso); margin-top: 2px; }
.mac-stat-delta.down { color: var(--alerta); }

.mac-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; }
.mac-chart { background: #fff; border: 1px solid #EDEDED; border-radius: 8px; padding: 10px 12px; }
.mac-chart-title { font-size: 10px; font-weight: 700; color: var(--preto-900); margin-bottom: 8px; }
.mac-chart-svg { width: 100%; height: 60px; }

.mac-tasks { background: #fff; border: 1px solid #EDEDED; border-radius: 8px; padding: 10px 12px; }
.mac-tasks-title { font-size: 10px; font-weight: 700; color: var(--preto-900); margin-bottom: 8px; display: flex; justify-content: space-between; }
.mac-tasks-title small { font-weight: 600; color: var(--mel-600); }
.mac-task { display: flex; gap: 6px; align-items: flex-start; padding: 5px 0; font-size: 9px; color: var(--preto-700); border-bottom: 1px solid #F5F5F5; }
.mac-task:last-child { border-bottom: none; }
.mac-task-dot { width: 6px; height: 6px; border-radius: 50%; margin-top: 4px; flex-shrink: 0; }
.mac-task-dot.alert { background: var(--alerta); }
.mac-task-dot.warn { background: var(--atencao); }
.mac-task-dot.ok { background: var(--sucesso); }

/* iPhone app UI inside mockup */
.iph-app { padding: 36px 12px 12px; height: 100%; display: flex; flex-direction: column; gap: 8px; background: #FAFAFC; }
.iph-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px; }
.iph-title { font-family: 'Fraunces', serif; font-weight: 700; font-size: 16px; color: var(--preto-900); }
.iph-bell { width: 26px; height: 26px; background: var(--mel-100); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--mel-600); }
.iph-alert {
  background: linear-gradient(135deg, #FFEBEE, #FFF5F5);
  border: 1px solid #FFCDD2;
  border-radius: 12px;
  padding: 10px;
  display: flex; gap: 8px; align-items: flex-start;
}
.iph-alert-icon { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--alerta); display: flex; align-items: center; justify-content: center; color: #fff; }
.iph-alert-text { flex: 1; }
.iph-alert-title { font-size: 11px; font-weight: 700; color: var(--alerta); }
.iph-alert-sub { font-size: 9px; color: var(--preto-700); line-height: 1.3; }
.iph-card { background: #fff; border: 1px solid #F0F0F0; border-radius: 12px; padding: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.iph-card-row { display: flex; justify-content: space-between; align-items: center; }
.iph-card-title { font-size: 11px; font-weight: 700; color: var(--preto-900); }
.iph-card-sub { font-size: 8px; color: var(--cinza-500); margin-top: 1px; }
.iph-mini-chart { width: 100%; height: 28px; margin-top: 6px; }
.iph-pills { display: flex; gap: 4px; margin-top: 6px; flex-wrap: wrap; }
.iph-pill { font-size: 8px; font-weight: 600; padding: 2px 6px; border-radius: 100px; background: var(--mel-100); color: var(--mel-600); }
.iph-pill.green { background: #E8F5E9; color: var(--sucesso); }

/* ===========================================
   GALERIA DO FUNDADOR
   =========================================== */
.section-founder {
  padding: 120px 0;
  background: var(--preto-900);
  color: var(--branco);
  position: relative;
  overflow: hidden;
}
.section-founder::before {
  content: ''; position: absolute; inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'%3E%3Cpath d='M30 0l26 15v22L30 52 4 37V15z' fill='none' stroke='%23F5A623' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}
.section-founder::after {
  content: ''; position: absolute;
  top: 20%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.founder-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 960px) { .founder-grid { grid-template-columns: 1fr; gap: 56px; } }

/* Gallery layout: 1 grande + 2 pequenas em mosaico */
.founder-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
  aspect-ratio: 5/6;
  max-width: 560px;
}
@media (max-width: 600px) {
  .founder-gallery { max-width: 100%; aspect-ratio: 1/1; }
}
.founder-gallery .slot-large {
  grid-column: 1; grid-row: 1 / 3;
  position: relative;
}
.founder-gallery .slot-small { position: relative; }
.founder-gallery .slot-small-1 { grid-column: 2; grid-row: 1; }
.founder-gallery .slot-small-2 { grid-column: 2; grid-row: 2; }

.founder-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(245,166,35,0.18);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
  transition: transform 0.4s cubic-bezier(.2,.7,.3,1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.founder-gallery .slot-large { border-radius: 24px; }
.founder-gallery .slot-large figure,
.founder-gallery figure.slot-large { border-radius: 24px; }
.founder-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(.2,.7,.3,1);
}
.founder-gallery figure:hover {
  border-color: rgba(245,166,35,0.5);
  transform: translateY(-3px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,166,35,0.2);
}
.founder-gallery figure:hover img { transform: scale(1.04); }

/* Floating hex badge sobre a galeria */
.founder-badge {
  position: absolute;
  bottom: -16px; left: -16px;
  width: 110px; height: 110px;
  background: linear-gradient(135deg, var(--mel-400), var(--mel-600));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--preto-900);
  text-align: center;
  box-shadow: 0 20px 40px rgba(245,166,35,0.3);
  transform: rotate(-6deg);
}
.founder-badge .num {
  font-family: 'Fraunces', serif;
  font-size: 32px; font-weight: 800;
  line-height: 1;
}
.founder-badge .lbl {
  font-size: 9px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

.founder-text .pill { background: rgba(245,166,35,0.15); }
.founder-text h2 { color: var(--branco); margin-bottom: 24px; }
.founder-text h2 em { color: var(--mel-500); }
.founder-text p { font-size: 17px; color: var(--cinza-300); line-height: 1.7; margin-bottom: 16px; }
.founder-quote { margin-top: 32px; padding: 28px 32px; background: rgba(245,166,35,0.06); border-left: 4px solid var(--mel-500); border-radius: var(--r-md); position: relative; }
.founder-quote::before { content: '"'; position: absolute; top: -10px; left: 20px; font-family: 'Fraunces', serif; font-size: 80px; color: var(--mel-500); opacity: 0.3; line-height: 1; }
.founder-quote p { font-family: 'Fraunces', serif; font-style: italic; font-size: 20px; color: var(--branco); line-height: 1.5; margin-bottom: 12px; position: relative; }
.founder-quote cite { font-family: 'Manrope', sans-serif; font-style: normal; font-size: 13px; font-weight: 600; color: var(--mel-500); text-transform: uppercase; letter-spacing: 0.08em; }

/* ===========================================
   SEÇÃO DEPOIMENTOS, PLANOS, FAQ, CTA FINAL, FOOTER
   =========================================== */
.section-testimonials { padding: 100px 0; background: var(--branco); position: relative; }
.testimonials-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.testimonials-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 900px; margin: 0 auto 64px; padding: 32px 0; border-top: 1px solid var(--cinza-200); border-bottom: 1px solid var(--cinza-200); }
@media (max-width: 700px) { .testimonials-stats { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
.stat-block { text-align: center; }
.stat-number { font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: var(--mel-600); line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em; }
.stat-label { font-size: 12px; color: var(--cinza-500); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial-card { background: var(--cinza-100); border-radius: var(--r-lg); padding: 28px; border: 1px solid var(--cinza-200); transition: all 0.3s ease; position: relative; }
.testimonial-card:hover { transform: translateY(-3px); border-color: var(--mel-400); box-shadow: var(--shadow-md); }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 14px; }
.testimonial-stars svg { color: var(--mel-500); }
.testimonial-text { font-size: 15px; color: var(--preto-700); line-height: 1.6; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--cinza-200); }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--mel-400), var(--mel-600)); display: flex; align-items: center; justify-content: center; color: var(--preto-900); font-family: 'Fraunces', serif; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.testimonial-info { flex: 1; }
.testimonial-name { font-size: 14px; font-weight: 700; color: var(--preto-900); line-height: 1.3; }
.testimonial-meta { font-size: 12px; color: var(--cinza-500); margin-top: 2px; }
.testimonial-plan { font-size: 11px; color: var(--mel-600); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }

.section-plans { padding: 100px 0; background: var(--cinza-100); position: relative; }
.plans-intro { text-align: center; max-width: 720px; margin: 0 auto 32px; }
.plans-strip { max-width: 820px; margin: 0 auto 48px; background: var(--preto-900); color: var(--branco); padding: 18px 24px; border-radius: var(--r-md); text-align: center; font-size: 15px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.plans-strip svg { flex-shrink: 0; }
.plans-strip strong { color: var(--mel-500); font-weight: 700; }
.plans-iot-note { max-width: 820px; margin: 0 auto 32px; background: var(--mel-50); border: 1px solid var(--mel-400); color: var(--preto-700); padding: 14px 22px; border-radius: var(--r-md); font-size: 14px; line-height: 1.5; display: flex; align-items: center; gap: 12px; }
.plans-iot-note svg { flex-shrink: 0; color: var(--mel-600); }
.plans-iot-note strong { color: var(--preto-900); font-weight: 700; }
.plans-iot-note a { color: var(--mel-600); text-decoration: underline; font-weight: 700; }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 1100px) { .plans-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .plans-grid { grid-template-columns: 1fr; } }
.plan-card { background: var(--branco); border: 1px solid var(--cinza-200); border-radius: var(--r-xl); padding: 32px 24px; display: flex; flex-direction: column; position: relative; transition: all 0.3s ease; }
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan-icon { width: 56px; height: 56px; margin-bottom: 16px; }
.plan-name { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700; color: var(--preto-900); letter-spacing: 0.02em; text-transform: uppercase; }
.plan-price { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 800; color: var(--preto-900); margin: 16px 0 4px; line-height: 1; }
.plan-price .period { font-size: 14px; font-weight: 500; color: var(--cinza-500); font-family: 'Manrope', sans-serif; }
.plan-limit { font-size: 14px; color: var(--cinza-500); margin-bottom: 8px; font-weight: 600; }
.plan-per-unit { font-size: 12px; color: var(--cinza-400); margin-bottom: 24px; font-style: italic; }
.plan-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.plan-features li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--preto-700); line-height: 1.5; }
.plan-features svg { flex-shrink: 0; margin-top: 2px; }
.plan-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; background: transparent; color: var(--preto-900); font-weight: 700; font-size: 14px; border: 2px solid var(--preto-900); border-radius: var(--r-sm); transition: all 0.2s; min-height: 50px; }
.plan-cta:hover { background: var(--preto-900); color: var(--branco); }
.plan-card.featured { border: 2px solid var(--mel-500); transform: translateY(-12px); box-shadow: 0 20px 60px rgba(245,166,35,0.2); background: linear-gradient(180deg, var(--branco) 0%, var(--mel-50) 100%); z-index: 2; }
.plan-card.featured:hover { transform: translateY(-16px); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--mel-500); color: var(--preto-900); padding: 6px 16px; border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; box-shadow: 0 4px 12px rgba(245,166,35,0.3); }
.plan-card.featured .plan-per-unit { color: var(--mel-600); font-weight: 600; font-style: normal; }
.plan-card.featured .plan-cta { background: var(--mel-500); color: var(--preto-900); border-color: var(--mel-500); box-shadow: var(--shadow-mel); }
.plan-card.featured .plan-cta:hover { background: var(--mel-400); border-color: var(--mel-400); color: var(--preto-900); }

.section-faq { padding: 100px 0; background: var(--branco); }
.faq-intro { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--branco); border: 1px solid var(--cinza-200); border-radius: var(--r-md); margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item.open { border-color: var(--mel-400); box-shadow: var(--shadow-md); }
.faq-question { width: 100%; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; font-size: 17px; font-weight: 600; color: var(--preto-900); font-family: inherit; transition: color 0.2s; }
.faq-item.open .faq-question { color: var(--mel-600); }
.faq-question:hover { color: var(--mel-600); }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; transition: transform 0.3s ease; color: var(--mel-500); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 24px; }
.faq-item.open .faq-answer { max-height: 300px; padding: 0 24px 24px; }
.faq-answer p { font-size: 15px; color: var(--cinza-500); line-height: 1.65; }

.section-cta-final { padding: 100px 0; background: var(--preto-900); color: var(--branco); position: relative; overflow: hidden; text-align: center; }
.section-cta-final::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(245,166,35,0.18) 0%, transparent 60%); pointer-events: none; }
.section-cta-final .container { position: relative; z-index: 2; }
.cta-final-title { font-family: 'Fraunces', serif; font-size: clamp(36px, 5vw, 60px); font-weight: 800; line-height: 1.1; color: var(--branco); margin-bottom: 20px; letter-spacing: -0.02em; }
.cta-final-title em { font-style: italic; font-weight: 500; color: var(--mel-500); }
.cta-final-sub { font-size: 19px; color: var(--cinza-300); max-width: 620px; margin: 0 auto 40px; line-height: 1.55; }
.cta-final-micro { margin-top: 16px; font-size: 14px; color: var(--cinza-400); }

footer { background: var(--preto-900); color: var(--cinza-400); padding: 48px 0 32px; border-top: 1px solid rgba(245,166,35,0.1); }
.footer-logo-img {
  height: 56px;
  width: auto;
  display: block;
}
@media (max-width: 600px) {
  .footer-logo-img { height: 60px; }
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cinza-400);
  transition: transform 0.2s ease, color 0.2s ease;
}
.footer-social-link:hover { transform: translateY(-2px); color: var(--mel-500); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-bottom: 32px; }
.footer-col h5 { color: var(--branco); font-family: 'Fraunces', serif; font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.footer-col p, .footer-col a { font-size: 14px; line-height: 1.7; color: var(--cinza-400); transition: color 0.2s ease; }
.footer-col a:hover { color: var(--mel-500); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 12px; color: var(--cinza-500); }

/* Responsive geral */
@media (max-width: 768px) {
  .hero { padding: 56px 0 72px; }
  .section-bee, .section-management, .section-routine, .section-changegame,
  .section-iot, .section-steps, .section-features, .section-devices,
  .section-testimonials, .section-plans, .section-founder,
  .section-faq, .section-cta-final { padding: 72px 0; }
  .phone-mockup { width: 240px; }
  .btn-primary, .btn-secondary { padding: 16px 24px; font-size: 15px; }
  .iot-cta-banner { padding: 24px 22px; gap: 20px; }
  .iot-cta-banner h3 { font-size: 20px; line-height: 1.25; }
}
@media (max-width: 480px) {
  .phone-mockup { width: 230px; }
  .iot-flow-step { padding: 56px 18px 22px; }
  .iot-flow-step h4 { font-size: 16px; }
  .bento-hero h3 { font-size: 24px; }
  .testimonial-card { padding: 22px; }
  .plan-card { padding: 26px 20px; }
  .iot-cta-banner .btn-primary { width: 100%; }
}
@media (max-width: 480px) {
  .container { padding: 0 20px; }
  .hero-ctas .store-btn { flex: 1; min-width: 0; }
}
