/* ===================================================================
   A SALA DE COMANDO — 1ª Temporada
   Dark editorial system · EB Garamond + Space Grotesk
   =================================================================== */

:root{
  /* surfaces */
  --bg:          #070907;
  --bg-2:        #0a0e09;
  --panel:       rgba(255,255,255,0.028);
  --panel-2:     rgba(255,255,255,0.045);
  --line:        rgba(155,219,92,0.15);
  --line-2:      rgba(155,219,92,0.30);
  --hair:        rgba(255,255,255,0.08);

  /* brand */
  --green:       #9bdb5c;
  --green-lt:    #cdee8f;
  --green-dp:    #6f9c47;
  --green-ink:   #0b1206;

  /* text */
  --ink:         #f5f6f0;
  --ink-2:       #aeb4a5;
  --ink-3:       #767c6e;

  --serif: "EB Garamond", "Times New Roman", serif;
  --sans:  "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shell: 1400px;
  --gut: 24px;
  --r: 16px;

  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after{ box-sizing: border-box; }

html{
  background: var(--bg);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* `clip` stops sideways scrolling without breaking position:sticky */
  overflow-x: hidden;
  overflow-x: clip;
}

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}

img{ display: block; max-width: 100%; height: auto; }

.shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}

::selection{ background: var(--green); color: var(--green-ink); }

:focus-visible{
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* ===================================================================
   BACKGROUND FIELD — transmission / frequency motifs, parallax
   =================================================================== */
.bg-field{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-glow{ position: absolute; border-radius: 50%; }
.bg-glow--top{
  top: -34vh; left: 50%;
  width: min(1150px, 155vw); aspect-ratio: 1;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(155,219,92,.17) 0%, rgba(155,219,92,.05) 38%, transparent 66%);
}
.bg-glow--mid{
  top: 128vh; left: 8%;
  width: min(900px, 120vw); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(155,219,92,.10) 0%, transparent 62%);
}

.bg-grid{
  position: absolute;
  inset: -12% -5%;
  background-image: radial-gradient(rgba(155,219,92,.13) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 78% 62% at 50% 34%, #000 22%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 34%, #000 22%, transparent 78%);
  opacity: .5;
}

/* concentric broadcast rings */
.bg-rings{
  position: absolute;
  top: 8vh; left: 50%;
  width: min(1000px, 145vw); aspect-ratio: 1;
  transform: translateX(-50%);
}
.bg-rings span{
  position: absolute;
  inset: 0;
  border: 1px solid rgba(155,219,92,.16);
  border-radius: 50%;
  animation: ringOut 9s var(--ease) infinite;
}
.bg-rings span:nth-child(1){ animation-delay: 0s; }
.bg-rings span:nth-child(2){ animation-delay: 2.25s; }
.bg-rings span:nth-child(3){ animation-delay: 4.5s; }
.bg-rings span:nth-child(4){ animation-delay: 6.75s; }
@keyframes ringOut{
  0%   { transform: scale(.28); opacity: 0; }
  12%  { opacity: .85; }
  100% { transform: scale(1.05); opacity: 0; }
}

/* frequency waves */
.bg-wave{
  position: absolute;
  left: -8%;
  width: 116%;
  height: 210px;
  fill: none;
  stroke: rgba(155,219,92,.20);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}
.bg-wave--a{ top: 74vh; animation: drift 26s linear infinite; }
.bg-wave--b{ top: 158vh; stroke: rgba(155,219,92,.13); animation: drift 34s linear infinite reverse; }
@keyframes drift{
  from{ transform: translateX(0); }
  to  { transform: translateX(-10%); }
}

/* signal bars */
.bg-bars{
  position: absolute;
  right: 4vw; top: 196vh;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 130px;
  opacity: .35;
}
.bg-bars i{
  width: 3px;
  height: var(--h);
  background: linear-gradient(180deg, var(--green), transparent);
  border-radius: 3px;
  animation: barBeat 2.4s var(--ease) infinite;
}
.bg-bars i:nth-child(2n){ animation-delay: -.4s; }
.bg-bars i:nth-child(3n){ animation-delay: -.9s; }
.bg-bars i:nth-child(5n){ animation-delay: -1.4s; }
@keyframes barBeat{
  0%,100%{ transform: scaleY(.45); }
  50%    { transform: scaleY(1); }
}

.grain{
  position: absolute;
  inset: 0;
  opacity: .045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

main, .site-header, .site-footer, .sticky-cta{ position: relative; z-index: 1; }

/* ===================================================================
   TYPE
   =================================================================== */
h1, h2, h3{
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.012em;
  margin: 0;
  text-wrap: balance;
}

.kicker{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 16px;
  padding-left: 30px;
  position: relative;
}
.kicker::before{
  content: "";
  position: absolute;
  left: 0; top: .62em;
  width: 20px; height: 1px;
  background: var(--green);
}

.sec-title{
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.06;
}

/* display headings run in caps — uppercase needs positive tracking and no
   italic, so both override the shared h1/h2/h3 rule above */
.hero-title, .sec-title{
  text-transform: uppercase;
  letter-spacing: .012em;
  font-style: normal;
}
.hero-title em, .sec-title em{ font-style: normal; }

.sec-lead{
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0;
  max-width: 52ch;
}

/* ===================================================================
   BUTTONS
   =================================================================== */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease),
              background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}

.btn-primary{
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-lt), var(--green));
  color: var(--green-ink);
  box-shadow: 0 14px 34px -14px rgba(155,219,92,.55);
}
.btn-primary::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.55) 48%, transparent 66%);
  transform: translateX(-120%);
  animation: sheen 5.5s var(--ease) infinite;
}
@keyframes sheen{
  0%, 62%{ transform: translateX(-120%); }
  78%, 100%{ transform: translateX(120%); }
}
.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 42px -12px rgba(155,219,92,.7);
}
.btn-primary svg{ transition: transform .3s var(--ease); position: relative; }
.btn-primary:hover svg{ transform: translateX(4px); }
.btn-primary > *{ position: relative; z-index: 1; }

.btn-ghost{
  background: rgba(155,219,92,.05);
  color: var(--green-lt);
  border-color: var(--line-2);
}
.btn-ghost:hover{ background: rgba(155,219,92,.12); border-color: var(--green); }

.btn-lg{ padding: 17px 32px; font-size: 16px; }
.btn-sm{ padding: 10px 20px; font-size: 13.5px; }
.btn-block{ width: 100%; }

/* ===================================================================
   HEADER
   =================================================================== */
/* out of flow and hidden at the top of the page — the hero already carries
   the logo. It slides in only once the visitor scrolls past the hero. */
.site-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  background: rgba(7,9,7,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hair);
  transform: translateY(-102%);
  opacity: 0;
  pointer-events: none;
  transition: transform .5s var(--ease), opacity .35s var(--ease);
}
.site-header.is-visible{
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 72px;
}
.brand{ display: flex; align-items: center; }
.brand-logo{
  height: 34px;
  width: auto;
  filter: drop-shadow(0 0 14px rgba(155,219,92,.28));
  transition: filter .35s var(--ease);
}
.brand:hover .brand-logo{ filter: drop-shadow(0 0 20px rgba(155,219,92,.5)); }

/* ===================================================================
   HERO
   =================================================================== */
.hero{ padding: 44px 0 84px; }

.hero-grid{
  display: grid;
  gap: 56px;
  align-items: center;
}

/* logo lockup — the brand as the headline anchor */
/* block-level so the chip below never rides up onto the logo's line */
.hero-lockup{
  position: relative;
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 26px;
}
.hero-logo{
  position: relative;
  z-index: 1;
  width: clamp(230px, 40vw, 330px);
  height: auto;
  filter: drop-shadow(0 0 34px rgba(155,219,92,.35));
}
.lockup-rings{
  position: absolute;
  left: 14%; top: 50%;
  width: 220px; aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.lockup-rings span{
  position: absolute;
  inset: 0;
  border: 1px solid rgba(155,219,92,.32);
  border-radius: 50%;
  animation: ringOut 6s var(--ease) infinite;
}
.lockup-rings span:nth-child(2){ animation-delay: 2s; }
.lockup-rings span:nth-child(3){ animation-delay: 4s; }

.chip{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green-lt);
  background: rgba(155,219,92,.07);
  border: 1px solid var(--line-2);
  padding: 9px 17px;
  border-radius: 999px;
  margin-bottom: 26px;
}
.chip-dot{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  animation: pulseDot 2.2s infinite;
}
@keyframes pulseDot{
  0%  { box-shadow: 0 0 0 0 rgba(155,219,92,.6); }
  70% { box-shadow: 0 0 0 10px rgba(155,219,92,0); }
  100%{ box-shadow: 0 0 0 0 rgba(155,219,92,0); }
}

.hero-title{
  font-size: clamp(28px, 4.6vw, 50px);
  line-height: 1.08;
  margin-bottom: 24px;
  max-width: 17ch;
}
/* the forced line break only applies where the column is wide enough */
.hero-title .brk{ display: none; }
.hero-title em{
  display: block;
  font-weight: 500;
  color: var(--green-lt);
}

.hero-lead{
  font-size: 17.5px;
  line-height: 1.68;
  color: var(--ink-2);
  max-width: 50ch;
  margin: 0 0 26px;
}

.facts{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin: 0 0 32px;
  padding: 0;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
}
.facts li{ padding-right: 15px; margin-right: 15px; position: relative; }
.facts li:not(:last-child)::after{
  content: "";
  position: absolute;
  right: 0; top: 50%;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--green-dp);
  transform: translateY(-50%);
}

.hero-cta{ display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.cta-note{ font-size: 12.5px; color: var(--ink-3); }

/* ---------- PHONE SIMULATION ---------- */
.hero-visual{ display: flex; justify-content: center; }

.phone{
  position: relative;
  width: min(340px, 100%);
}
.phone-glow{
  position: absolute;
  inset: -14% -9%;
  background: radial-gradient(ellipse at 50% 42%, rgba(155,219,92,.22) 0%, transparent 62%);
  pointer-events: none;
}
.phone-body{
  position: relative;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.03) 32%, rgba(0,0,0,.4));
  box-shadow: 0 40px 90px -34px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.14);
}
.phone-bar{
  position: absolute;
  top: 19px; left: 50%;
  width: 78px; height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  transform: translateX(-50%);
  z-index: 3;
}

.chat{
  border-radius: 26px;
  background: linear-gradient(180deg, #0c1109, #080b07);
  border: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.chat-head{
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 30px 15px 13px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(155,219,92,.04);
}
.chat-avatar{
  width: 38px; height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--line-2);
}
.chat-avatar img{ width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.chat-id{ display: flex; flex-direction: column; min-width: 0; flex: 1; }
.chat-id strong{ font-size: 13.5px; font-weight: 600; letter-spacing: -.01em; }
.chat-id small{ font-size: 10.5px; color: var(--ink-3); }
.chat-signal{ display: flex; align-items: flex-end; gap: 2px; height: 13px; }
.chat-signal i{
  width: 3px;
  background: var(--green);
  border-radius: 2px;
  animation: barBeat 1.5s var(--ease) infinite;
}
.chat-signal i:nth-child(1){ height: 40%; }
.chat-signal i:nth-child(2){ height: 70%; animation-delay: -.35s; }
.chat-signal i:nth-child(3){ height: 100%; animation-delay: -.7s; }

.chat-body{
  padding: 16px 14px 20px;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  /* messages stack from the bottom, the way a real conversation does */
  justify-content: flex-end;
  gap: 11px;
  background-image: radial-gradient(rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 22px 22px;
  transition: opacity .4s var(--ease);
}
.chat-body.is-cycling{ opacity: 0; }

.chat-day{
  align-self: center;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: rgba(255,255,255,.05);
  padding: 4px 12px;
  border-radius: 999px;
}

.msg{ display: flex; gap: 8px; align-items: flex-end; }
.msg-avatar{
  width: 24px; height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("../img/flavio-daniel-hero.jpg");
  background-size: 230% auto;
  border: 1px solid rgba(255,255,255,.12);
}
.msg-avatar--f{ background-position: 16% 16%; }
.msg-avatar--d{ background-position: 88% 16%; }

.bubble{
  position: relative;
  flex: 1;
  min-width: 0;
  background: linear-gradient(150deg, rgba(155,219,92,.13), rgba(155,219,92,.05));
  border: 1px solid var(--line);
  border-radius: 15px 15px 15px 5px;
  padding: 9px 11px 7px;
}
.bubble-name{
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--green-lt);
  margin-bottom: 7px;
}

.voice{ display: flex; align-items: center; gap: 9px; }
.voice-btn{
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green);
  color: var(--green-ink);
  display: grid;
  place-items: center;
}
.voice-btn .ico-pause{ display: none; }
.msg.is-playing .voice-btn .ico-play{ display: none; }
.msg.is-playing .voice-btn .ico-pause{ display: block; }

.voice-bars{
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
}
.voice-bars i{
  flex: 1;
  min-width: 1.5px;
  height: var(--h, 40%);
  border-radius: 2px;
  background: rgba(255,255,255,.22);
  transform-origin: center;
}
.msg.is-playing .voice-bars i{
  animation: barPlay .34s var(--ease) forwards;
  animation-delay: calc(var(--i) * .085s);
}
@keyframes barPlay{
  0%  { background: rgba(255,255,255,.22); transform: scaleY(1); }
  55% { transform: scaleY(1.45); }
  100%{ background: var(--green); transform: scaleY(1); }
}

.voice-time{
  font-size: 10px;
  color: var(--ink-2);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.bubble-meta{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 9.5px;
  color: var(--ink-3);
  margin-top: 4px;
}
.msg.is-playing .bubble-meta svg,
.msg.is-read .bubble-meta svg{ color: var(--green); }

/* message entrance */
.chat-day, .msg, .typing{
  opacity: 0;
  transform: translateY(10px) scale(.97);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.chat-day.is-in, .msg.is-in, .typing.is-in{
  opacity: 1;
  transform: none;
}

.typing{
  align-self: flex-start;
  display: flex;
  gap: 4px;
  padding: 10px 13px;
  border-radius: 15px 15px 15px 5px;
  background: rgba(255,255,255,.05);
  margin-left: 32px;
}
.typing i{
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--ink-3);
  animation: typing 1.3s infinite;
}
.typing i:nth-child(2){ animation-delay: .18s; }
.typing i:nth-child(3){ animation-delay: .36s; }
@keyframes typing{
  0%,60%,100%{ transform: translateY(0); opacity: .45; }
  30%        { transform: translateY(-5px); opacity: 1; }
}

/* floating reactions */
.reactions{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 34px;
}
.reaction{
  position: absolute;
  font-size: 21px;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.6));
  animation: floatUp 2.6s var(--ease) forwards;
}
@keyframes floatUp{
  0%  { opacity: 0; transform: translate(0,0) scale(.3); }
  14% { opacity: 1; transform: translate(0,-14px) scale(1.15); }
  30% { transform: translate(var(--dx1,6px),-46px) scale(1); }
  100%{ opacity: 0; transform: translate(var(--dx2,-10px),-150px) scale(.85); }
}

/* ===================================================================
   SECTIONS — editorial header (title left, lead right)
   =================================================================== */
.section{ padding: 92px 0; border-top: 1px solid var(--hair); }

.sec-head{
  display: grid;
  gap: 28px;
  margin-bottom: 56px;
}
.sec-head-l{ min-width: 0; }
.sec-head-r{ min-width: 0; display: flex; flex-direction: column; gap: 26px; }

.meta-rows{ margin: 0; display: grid; gap: 0; }
.meta-rows > div{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--hair);
}
.meta-rows > div:last-child{ border-bottom: 1px solid var(--hair); }
.meta-rows dt{
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.meta-rows dd{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-align: right;
}

/* ---------- method cards ---------- */
.method-grid{
  display: grid;
  gap: 18px;
}

.card{
  position: relative;
  padding: 34px 28px 30px;
  border-radius: var(--r);
  background: var(--panel);
  border: 1px solid var(--hair);
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
}
.card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 200px at 50% -10%, rgba(155,219,92,.12), transparent 70%);
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.card:hover{
  transform: translateY(-5px);
  border-color: var(--line-2);
  background: var(--panel-2);
}
.card:hover::before{ opacity: 1; }
.card > *{ position: relative; }

.card-num{
  position: absolute;
  top: 26px; right: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-3);
}
.card-ico{
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  border-radius: 14px;
  background: rgba(155,219,92,.1);
  border: 1px solid var(--line);
  color: var(--green);
  margin-bottom: 22px;
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.card:hover .card-ico{ transform: translateY(-2px) scale(1.04); background: rgba(155,219,92,.18); }

.card h3{ font-size: 27px; margin-bottom: 10px; }
.card p{ margin: 0; font-size: 15px; line-height: 1.62; color: var(--ink-2); }
.card p strong{ color: var(--ink); font-weight: 600; }

.card-line{
  position: absolute;
  left: 0; bottom: 0;
  height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--green), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease);
}
.card:hover .card-line{ transform: scaleX(1); }

/* ---------- hosts ---------- */
.hosts-grid{ display: grid; gap: 56px; }

.host{ display: grid; gap: 22px; }

.host-figure{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: clamp(300px, 46vw, 380px);
}
.host-arc{
  position: absolute;
  bottom: 4%;
  left: 50%;
  width: min(320px, 78%);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,219,92,.20) 0%, rgba(155,219,92,.05) 46%, transparent 68%);
  border: 1px solid rgba(155,219,92,.14);
  transition: transform .6s var(--ease), border-color .6s var(--ease);
}
.host:hover .host-arc{ transform: translateX(-50%) scale(1.06); border-color: var(--line-2); }

.host-figure img{
  position: relative;
  height: 100%;
  width: auto;
  max-width: 92%;
  object-fit: contain;
  object-position: bottom center;
  transition: transform .6s var(--ease);
}
.host:hover .host-figure img{ transform: translateY(-6px); }

.host-text{ text-align: center; max-width: 44ch; margin-inline: auto; }
.host-tag{
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}
.host-text h3{ font-size: clamp(30px, 5vw, 38px); margin-bottom: 10px; }
.host-role{
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 12px;
}
.host-bio{ font-size: 14.5px; line-height: 1.68; color: var(--ink-2); margin: 0; }

/* ---------- offer ---------- */
.section--offer{ padding-bottom: 104px; }

.offer-grid{ display: grid; gap: 40px; align-items: start; }

.stack{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.stack li{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 17px 0;
  font-size: 15.5px;
  line-height: 1.6;
  border-bottom: 1px solid var(--hair);
  color: var(--ink-2);
}
.stack li strong{ color: var(--ink); font-weight: 600; }
.stack-ico{
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 24px; height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(155,219,92,.12);
  color: var(--green);
}
.stack-guard{
  margin-top: 20px;
  padding: 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: rgba(155,219,92,.06);
}
.stack-guard strong{ color: var(--green-lt); }

.price-card{
  position: relative;
  padding: 32px 28px;
  border-radius: 22px;
  background: linear-gradient(170deg, rgba(155,219,92,.10), rgba(255,255,255,.02) 46%, rgba(0,0,0,.2));
  border: 1px solid var(--line-2);
  box-shadow: 0 34px 70px -34px rgba(0,0,0,.9);
  overflow: hidden;
}
.price-card::before{
  content: "";
  position: absolute;
  top: -60%; left: -20%;
  width: 140%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(155,219,92,.16), transparent 62%);
  pointer-events: none;
}
.price-card > *{ position: relative; }

.price-tag{
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.price-line{
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0;
  font-family: var(--serif);
  color: var(--green-lt);
  line-height: 1;
}
.price-cur{ font-size: 26px; }
.price-num{ font-size: clamp(52px, 12vw, 66px); font-weight: 600; letter-spacing: -.02em; }
.price-per{ font-family: var(--sans); font-size: 17px; font-weight: 500; color: var(--ink-2); }
.price-sub{ margin: 10px 0 22px; font-size: 14px; color: var(--ink-2); }

.price-facts{ list-style: none; margin: 0 0 24px; padding: 0; }
.price-facts li{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid var(--hair);
  font-size: 13.5px;
  color: var(--ink-3);
}
.price-facts li:last-child{ border-bottom: 1px solid var(--hair); }
.price-facts strong{ color: var(--ink); font-weight: 600; text-align: right; }

.price-note{ margin: 14px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--ink-3); }

/* ===================================================================
   FOOTER + STICKY CTA
   =================================================================== */
.site-footer{ padding: 44px 0 40px; border-top: 1px solid var(--hair); }
.footer-inner{ display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.footer-logo{ height: 26px; width: auto; opacity: .75; }
.footer-inner p{ margin: 0; font-size: 12.5px; color: var(--ink-3); }

.sticky-cta{
  position: fixed;
  left: 12px; right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px 11px 18px;
  border-radius: 999px;
  background: rgba(10,14,9,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--line-2);
  box-shadow: 0 20px 46px -18px rgba(0,0,0,.95);
  transform: translateY(150%);
  opacity: 0;
  transition: transform .45s var(--ease), opacity .45s var(--ease);
}
.sticky-cta.is-on{ transform: translateY(0); opacity: 1; }
.sticky-cta-info{ display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.sticky-cta-info strong{ font-size: 16px; font-weight: 700; color: var(--ink); }
.sticky-cta-info strong span{ font-size: 12px; font-weight: 500; color: var(--ink-2); }
.sticky-cta-info small{ font-size: 10.5px; color: var(--ink-3); }

@media (min-width: 900px){
  .sticky-cta{ display: none; }
}

/* ===================================================================
   REVEAL / ENTRANCE
   =================================================================== */
.load-in{
  opacity: 0;
  transform: translateY(16px);
  animation: loadIn .85s var(--ease) forwards;
}
.d1{ animation-delay: .05s } .d2{ animation-delay: .13s } .d3{ animation-delay: .21s }
.d4{ animation-delay: .29s } .d5{ animation-delay: .37s } .d6{ animation-delay: .45s }
@keyframes loadIn{ to{ opacity: 1; transform: none; } }

.reveal{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-visible{ opacity: 1; transform: none; }
.method-grid .reveal:nth-child(2){ transition-delay: .09s; }
.method-grid .reveal:nth-child(3){ transition-delay: .18s; }
.hosts-grid .reveal:nth-child(2){ transition-delay: .1s; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */

/* small phones */
@media (max-width: 380px){
  :root{ --gut: 18px; }
  .hero-title{ font-size: 24px; }
  .hero-logo{ width: min(190px, 56vw); }
  .phone-body{ padding: 8px; border-radius: 30px; }
  .chat-body{ min-height: 310px; }
  .btn-lg{ padding: 16px 22px; font-size: 15px; }
}

/* ---------- mobile ---------- */
@media (max-width: 899px){
  /* room for the sticky CTA so it never covers the footer */
  body{ padding-bottom: 88px; }

  .hero{ padding: 26px 0 64px; }
  .hero-grid{ gap: 40px; }
  .hero-logo{ width: min(206px, 56vw); }
  .hero-lockup{ margin-bottom: 16px; }
  .lockup-rings{ width: 160px; }
  .chip{ margin-bottom: 18px; font-size: 11px; padding: 8px 14px; letter-spacing: .12em; }
  .hero-title{ font-size: 26px; margin-bottom: 16px; }
  .hero-lead{ font-size: 15.5px; margin-bottom: 18px; }

  /* centred pills — a wrapped inline list would leave a separator dangling
     at the end of a line */
  .facts{ margin-bottom: 22px; font-size: 12.5px; gap: 8px; }
  .facts li{
    margin: 0; padding: 6px 13px;
    border: 1px solid var(--hair);
    border-radius: 999px;
  }
  .facts li::after{ display: none; }
  .hero-cta .btn-lg{ width: 100%; }

  .section{ padding: 72px 0; }
  .sec-head{ margin-bottom: 40px; }

  .host-text{ padding-inline: 4px; }

  /* --- everything centred on phones --- */
  .hero-copy,
  .sec-head-l,
  .sec-head-r,
  .card,
  .price-card{ text-align: center; }

  .hero-lockup{ margin-inline: auto; }
  .hero-title,
  .hero-lead,
  .sec-lead{ margin-inline: auto; }
  .facts{ justify-content: center; }
  .hero-cta{ align-items: center; }

  /* the kicker keeps its rule, but the whole unit centres as one block */
  .kicker{ display: inline-block; }

  .card{ padding-top: 46px; }
  .card-ico{ margin-inline: auto; }
  .card-num{ right: 50%; transform: translateX(50%); top: 20px; }
  .card-line{ transform: scaleX(0); transform-origin: center; }

  /* the checklist centres as a block, rows stay left-read for legibility */
  .stack{ width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }

  .price-line{ justify-content: center; }
  .price-tag{ margin-inline: auto; }
}

/* tablet */
@media (min-width: 620px){
  .method-grid{ grid-template-columns: repeat(3, 1fr); }
  .hosts-grid{ grid-template-columns: 1fr 1fr; gap: 32px; }
  .host-figure{ min-height: 340px; }
}

/* desktop */
@media (min-width: 900px){
  :root{ --gut: 40px; }

  /* the hero owns the first fold: equal breathing room above and below,
     whether the content is shorter than the viewport (centred) or taller
     (the symmetric padding then sets the margins) */
  .hero{
    display: flex;
    align-items: center;
    min-height: calc(100vh - 40px);
    padding: 72px 0;
  }
  /* the phone column is sized to the phone itself, so the copy column takes
     every remaining pixel and the headline reaches across to it */
  .hero-grid{
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
  }
  .hero-visual{ justify-content: flex-end; }
  .phone{ width: 340px; }

  .hero-title{ max-width: none; }
  .hero-lead{ max-width: 56ch; }

  .section{ padding: 112px 0; }
  .sec-head{
    grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    margin-bottom: 64px;
  }
  /* optically align the right column's first line with the title's first line */
  .sec-head-r{ padding-top: 40px; }

  .method-grid{ gap: 22px; }

  /* "Ouça. Decida. Execute." is a short stacked statement — give it a larger
     size and a narrower column so it fills its half instead of leaving a void */
  .section--method .sec-head{ grid-template-columns: minmax(0, .62fr) minmax(0, 1fr); }
  .section--method .sec-title{ font-size: clamp(40px, 6vw, 72px); line-height: 1.02; }

  .hosts-grid{ gap: 48px; }

  .offer-grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, .74fr);
    gap: 56px;
  }
  .price-card{ position: sticky; top: 104px; }
}

@media (min-width: 1120px){
  .host-figure{ height: 400px; }
}

@media (min-width: 1240px){
  .phone{ width: 400px; }
}

/* the wider shell gives the portraits more room — scale them with it */
@media (min-width: 1400px){
  .host-figure{ height: 440px; }
}

/* wide screens only: force the headline into 2 white + 2 green lines.
   Narrower columns wrap naturally, which rags better than a forced break. */
@media (min-width: 1400px){
  .hero-title .brk{ display: inline; }
}

/* short desktop screens: keep the hero CTA above the fold */
@media (min-width: 900px) and (max-height: 1000px){
  .hero{ padding: 48px 0; min-height: calc(100vh - 32px); }
  .hero-logo{ width: clamp(200px, 26vw, 268px); }
  .hero-lockup{ margin-bottom: 18px; }
  .chip{ margin-bottom: 20px; }
  .hero-title{ font-size: clamp(32px, 3.5vw, 46px); margin-bottom: 18px; }
  .hero-lead{ font-size: 16.5px; margin-bottom: 20px; }
  .facts{ margin-bottom: 24px; }
}
