:root {
  --charcoal:#252525;
  --charcoal-2:#343434;
  --graphite:#4b4b4b;
  --white:#f6f6f4;
  --muted:#c9c9c6;
  --ink:#1d1d1d;
  --light:#efefec;
  --teal:#20ae9d;
  --teal-deep:#086a64;
  --teal-dark:#07514c;
  --line:rgba(255,255,255,.18);
  --line-dark:rgba(0,0,0,.12);
  --radius:22px;
}

* {
  box-sizing:border-box;
  margin:0;
  padding:0
}

html {
  scroll-behavior:smooth
}

body {
  font-family:'Inter',Arial,sans-serif;
  color:var(--ink);
  background:#ececeb;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
  
a {
  color:inherit;
  text-decoration:none
}

button,input,select {
  font:inherit
}

.container {
  width:min(1180px,calc(100% - 42px));
  margin:0 auto
}

.topbar {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(31,31,31,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.topbar-inner {
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:inline-flex;
  flex-direction:column;
  line-height:.9;
  color:white;
  text-transform:lowercase
}

.brand-main {
  font-size:30px;
  font-weight:800;
  letter-spacing:-1.5px
}

.brand-sub {
  font-size:8px;
  letter-spacing:4px;
  color:#53d8c9;
  margin-left:2px;
  margin-top:7px
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
}

.topbar-logo {
  display: block;

  width: auto;
  height: 54px;

  max-width: 160px;

  object-fit: contain;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:10px;
  font-family:'Oswald',sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:.055em;
  border:1px solid transparent;
  transition:.25s ease;
  cursor:pointer;
  text-align:center;
}

.btn:hover {
  transform:translateY(-2px)
}

.btn-small {
  min-height:42px;
  padding:0 18px;
  font-size:13px
}

.btn-primary {
  background:var(--teal);
  color:white;
  box-shadow:0 10px 30px rgba(32,174,157,.22)
}

.btn-primary:hover {
  background:#24c5b1
}

.btn-ghost {
  border-color:rgba(255,255,255,.42);
  color:white;
  background:rgba(255,255,255,.04)
}

.btn-ghost:hover {
  background:rgba(255,255,255,.1)
}

.btn-outline-light {
  border-color:rgba(255,255,255,.5);
  color:white
}

.btn-dark {
  background:#242424;
  color:white
}

.eyebrow {
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.17em;
  color:#74e1d5;
  margin-bottom:18px;
}

.eyebrow.dark {
  color:#157f75
}

.eyebrow.light {
  color:#baf4ec
}

h1,h2,h3 {
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  line-height:1.02
}

h1 {
  font-size:clamp(52px,7vw,92px);
  letter-spacing:-.025em;
  color:white
}

h1 span {
  color:#b8b8b8
}

h2 {
  font-size:clamp(34px,4.4vw,58px);
  letter-spacing:-.02em
}

h3 {
  font-size:23px
}

.section-dark,.section-dark-soft {
  position:relative;
  overflow:hidden;
  color:white
}

.section-dark {
  background: linear-gradient(rgba(23,23,23,.34),rgba(23,23,23,.34)), url('assets/background-cinza.png') center/cover no-repeat;
}

.section-dark-soft {
  background: radial-gradient(900px 500px at 20% 20%,rgba(255,255,255,.13),transparent 60%), radial-gradient(760px 470px at 80% 75%,rgba(255,255,255,.07),transparent 64%), linear-gradient(135deg,#5f5f5f 0%,#2a2a2a 50%,#181818 100%);
}

.section-light {
  background: radial-gradient(700px 440px at 10% 10%,rgba(255,255,255,.85),transparent 60%), radial-gradient(900px 500px at 90% 80%,rgba(110,110,110,.13),transparent 68%), #e9e9e6;
}

.section-teal {
  position:relative;
  overflow:hidden;
  color:white;
  background: radial-gradient(900px 520px at 15% 18%,rgba(87,241,223,.6),transparent 58%), radial-gradient(880px 520px at 80% 78%,rgba(69,224,207,.32),transparent 63%), radial-gradient(600px 500px at 42% 92%,rgba(152,255,242,.27),transparent 62%), linear-gradient(145deg,#239f91 0%,#08746c 46%,#054640 100%);
}

.teal-glow {
  position:absolute;
  border-radius:50%;
  filter:blur(60px);
  opacity:.25;
  pointer-events:none
}

.glow-one {
  width:420px;
  height:420px;
  background:#8affef;
  left:-160px;
  top:-110px
}

.glow-two {
  width:380px;
  height:380px;
  background:#19c6b6;
  right:-100px;
  bottom:-100px
}

.glow-three {
  width:520px;
  height:320px;
  background:#9df8ea;
  left:28%;
  bottom:-180px
}

.hero {
  min-height:720px;
  padding:90px 0 90px;
}

.hero-overlay {
  position:absolute;
  inset:0;
  background: linear-gradient( 90deg, rgba(17,17,17,.48) 0%, rgba(17,17,17,.25) 48%, rgba(17,17,17,.08) 100% );
  pointer-events:none;
}

.hero-grid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:38px;
  align-items:center;
}

.hero-content {
  position:relative;
  z-index:3;
  max-width:600px;
}

.hero-lead {
  max-width:570px;
  color:#f0f0ed;
  font-size:18px;
  line-height:1.6;
  margin:24px 0 28px;
}

.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hero-features {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  width:100%;
  max-width:590px;
  margin-top:32px;
}

.feature-chip {
  position:relative;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:8px;
  background:rgba(18,18,18,.18);
  backdrop-filter:blur(7px);
  color:#f5f5f3;
  font-size:12px;
  font-weight:700;
  line-height:1.3;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.035em;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.feature-chip::before {
  content:"";
  position:absolute;
  top:-1px;
  left:18px;
  right:18px;
  height:2px;
  background:#20ae9d;
  opacity:.8;
}

.feature-chip:hover {
  border-color:rgba(32,174,157,.65);
  background:rgba(32,174,157,.08);
  transform:translateY(-2px);
}

.hero-visual {
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-product-stage {
  width:100%;
  height:520px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  animation: heroStageIn .9s cubic-bezier(.22,.8,.3,1) both;
}

.hero-product-glow {
  position:absolute;
  width:600px;
  height:380px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  filter:blur(100px);
  right:-4%;
  bottom:1%;
  pointer-events:none;
}

.hero-products-img {
  position:relative;
  z-index:2;
  display:block;
  width:min(760px,120%);
  max-width:none;
  max-height:620px;
  object-fit:contain;
  transform:translateX(35px);
  filter:drop-shadow( 0 30px 28px rgba(0,0,0,.38) );
  animation: heroFloat 5.5s ease-in-out .9s infinite;
  will-change:translate;
}

@keyframes heroStageIn {
  from {
    opacity:0;
    transform:translateY(24px) scale(.98);
  }

  to {
    opacity:1;
    transform:translateY(0) scale(1);
  }

}

@keyframes heroFloat {
  0%, 100% {
    translate:0 0;
  }

  50% {
    translate:0 -9px;
  }

}

.hero-bottom-line {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:1px;
  background:rgba(32,174,157,.75);
}

.benefits,.catalog,.audience,.requirements,.process,.form-section,.final-cta {
  padding:96px 0
}

.section-heading {
  max-width:760px;
  margin-bottom:48px
}

.section-heading.centered {
  text-align:center;
  margin-left:auto;
  margin-right:auto
}

.section-heading.compact {
  margin-bottom:34px
}

.section-heading h2 {
  margin-bottom:18px
}

.benefits .section-heading h2 {
  color: var(--graphite);
}

.section-heading p {
  font-size:18px;
  color:#525252;
  max-width:700px
}

.section-heading.light p {
  color:#d9f4ef
}

.section-heading.light h2 {
  color:white
}

.cards-4 {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}

.info-card {
  position:relative;
  min-height:250px;
  padding:28px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 55px rgba(0,0,0,.06);
  backdrop-filter:blur(7px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.info-card:hover {
  transform:translateY(-5px);
  border-color:rgba(32,174,157,.45);
  box-shadow:0 14px 30px rgba(32,174,157,.08);
}

.card-num {
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background: var(--graphite);
  color:white;
  font-weight:800;
  font-size:12px;
  margin-bottom:36px
}

.info-card h3 {
  margin-bottom:12px;
  font-size:21px;
  color: #666666
}

.info-card p {
  color: #666666;
  font-size:15px
}

.product-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  position:relative;
  z-index:2
}

.product-card {
  position:relative;
  min-height:280px;
  padding:28px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  backdrop-filter:blur(8px);
  box-shadow:0 20px 55px rgba(0,0,0,.12)
}

.product-icon {
  font-size:34px;
  margin-bottom:38px
}

.product-card h3 {
  font-size:22px;
  margin-bottom:12px
}

.product-card p {
  font-size:15px;
  color:#e4f6f2
}

.product-tag {
  position:absolute;
  top:18px;
  right:18px;
  padding:6px 9px;
  border-radius:999px;
  background:white;
  color:#147f75;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em
}

.split-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center
}

.section-copy-light {
  font-size:18px;
  color:#d6d6d3;
  max-width:610px;
  margin-top:20px
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.audience-card {
  position: relative;
  min-height: 132px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .10);
  overflow: hidden;

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 174, 157, .48);
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .16);
}

.audience-card-featured {
  grid-row: span 2;
  min-height: 280px;
  padding: 26px 24px 24px;
  border-color: rgba(32, 174, 157, .45);
  background:
    linear-gradient(
      180deg,
      rgba(32, 174, 157, .16) 0%,
      rgba(255, 255, 255, .03) 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(32, 174, 157, .10),
    0 18px 36px rgba(0, 0, 0, .16);
}

.audience-card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(32, 174, 157, .20);
  border: 1px solid rgba(32, 174, 157, .30);
  margin-bottom: 18px;
}

.audience-card-icon svg {
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, .95);
}

.audience-card-title {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.14;
  color: white;
}

.audience-card-featured .audience-card-title {
  font-size: 26px;
  max-width: 240px;
}

.audience-card-line {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--teal);
  margin-top: 12px;
}

.audience-card p {
  margin-top: 18px;
  max-width: 260px;
  color: #d7d7d3;
  font-size: 14px;
  line-height: 1.6;
}

.audience-other {
  grid-column: 1 / -1;
  margin-top: 6px;
  color: #bdbdb9;
  font-size: 15px;
  line-height: 1.5;
}

.audience-other a {
  color: #74e1d5;
  font-weight: 700;
  transition: color .25s ease;
}

.audience-other a:hover {
  color: white;
}

.audience-other {
  grid-column: 1 / -1;
  margin-top: 8px;

  color: #bdbdb9;
  font-size: 15px;
  line-height: 1.5;
}

.audience-other a {
  color: #74e1d5;
  font-weight: 700;
  transition: color .25s ease;
}

.audience-other a:hover {
  color: white;
}

.requirements-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  max-width:1000px;
  margin:0 auto
}

.requirement-card {
  display:flex;
  gap:22px;
  align-items:flex-start;
  padding:30px;
  border-radius:22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(0,0,0,.08);

  transition:
  transform .25s ease,
  border-color .25s ease,
  box-shadow .25s ease;
}

.requirement-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 174, 157, .45);
  box-shadow: 0 16px 34px rgba(32, 174, 157, .08);
}

.requirement-card.highlight:hover {
  border-color: rgba(32, 174, 157, .65);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.requirement-card.highlight {
  background: var(--graphite);
  color:white
}

.requirement-card.highlight p {
  color:#d5d5d1
}

.requirement-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 58px;
  height:58px;
  border-radius:16px;
  background:var(--teal);
  color:white;
  font-family:'Oswald';
  font-size:20px;
  font-weight:700
}

.requirement-card h3 {
  font-size:21px;
  margin-bottom:10px
}

.requirement-card p {
  color:#565656
}

.process-grid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:22px;
  align-items:center
}

.process-step {
  position: relative;

  padding: 30px 26px;

  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;

  background: rgba(255, 255, 255, .07);

  min-height: 250px;

  overflow: hidden;

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.process-step:hover {
  transform: translateY(-5px);

  border-color: rgba(255, 255, 255, .42);

  background: rgba(255, 255, 255, .10);

  box-shadow:
    0 18px 36px rgba(0, 0, 0, .14);
}

.process-step::before {
  content: "";

  position: absolute;

  top: 0;
  left: 24px;
  right: 24px;

  height: 2px;

  background: rgba(255, 255, 255, .55);

  opacity: .45;

  transition:
    background .25s ease,
    opacity .25s ease;
}

.process-step:hover::before {
  background: #baf4ec;
  opacity: 1;
}

.process-step > span {
  display: block;

  font-family: 'Oswald', sans-serif;

  font-size: 54px;
  font-weight: 700;
  line-height: 1;

  color: rgba(255, 255, 255, .34);

  margin-bottom: 28px;

  transition:
    color .25s ease,
    transform .25s ease;
}

.process-step:hover > span {
  color: rgba(255, 255, 255, 0.38);
  transform: translateY(-2px);
}

.process-step h3 {
  font-size:21px;
  margin-bottom:11px
}

.process-step p {
  color:#dff3f0;
  font-size:15px
}

.process-arrow {
  font-size:34px;
  color:#b8f5ec
}

.form-layout {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:64px;
  align-items:start;
  position:relative;
  z-index:2
}

.form-intro {
  position:sticky;
  top:120px
}

.form-intro h2 {
  margin-bottom:22px
}

.form-intro>p {
  font-size:18px;
  color:#dededb;
  max-width:520px
}

.contact-box {
  margin-top:36px;
  padding:24px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:18px;
  background:rgba(0,0,0,.16);
  display:grid;
  grid-template-columns:90px 1fr;
  gap:9px 14px
}

.contact-box span {
  font-size:12px;
  color:#a8a8a5;
  text-transform:uppercase;
  letter-spacing:.08em
}

.contact-box strong {
  font-size:15px
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;

  padding: 34px;

  border-radius: 24px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .11),
      rgba(255, 255, 255, .06)
    );

  border: 1px solid rgba(255, 255, 255, .20);

  backdrop-filter: blur(14px);

  box-shadow:
    0 24px 50px rgba(0, 0, 0, .12);
}

.field {
  display:flex;
  flex-direction:column;
  gap:8px
}

.field-full {
  grid-column:1/-1
}

.field-outro-segmento {
  display: none;
}

.field-outro-segmento.is-visible {
  display: flex;
}

.field label,
.lead-form > label:not(.checkbox) {
  font-size: 12px;
  font-weight: 700;

  color: #eeeeeb;

  letter-spacing: .01em;
}

.field input,
.field select {
  height: 52px;

  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 10px;

  background: rgba(255, 255, 255, .09);

  color: #ffffff;

  padding: 0 15px;

  outline: none;

  transition:
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.field input:hover,
.field select:hover {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .11);
}

.field input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.field select {
  color:white
}

.field select option {
  background: #555555;
  color: #ffffff;
}

.field select option:checked {
  background: var(--teal);
  color: #ffffff;
}

.field input:focus,
.field select:focus {
  border-color: #52d7c7;

  background: rgba(255, 255, 255, .12);

  box-shadow:
    0 0 0 3px rgba(32, 174, 157, .14);
}

.checkbox {
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#d8d8d5;
  font-size:13px;
  line-height:1.4
}

.checkbox input {
  margin-top:3px;
  width:18px;
  height:18px;
  accent-color:var(--teal)
}

.form-note {
  font-size:11px;
  color:#a9aaa6;
  text-align:center;
  margin-top:-2px
}

.final-cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px
}

.final-cta h2 {
  font-size:clamp(34px,4.3vw,56px)
}

footer {
  background:#1f1f1f;
  color:white;
  padding:34px 0
}

.footer-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.footer-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  display: block;

  width: auto;
  height: 54px;

  max-width: 160px;

  object-fit: contain;
}

.footer-copy {
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  color:#bdbdb9;
  font-size:13px
}


/* AJUSTE DE TAMANHO - IMAGENS DOS BRINDES (DESKTOP) */
/* O bone (1o card) permanece inalterado. */
.product-card:nth-child(2) .product-image {
  transform: scale(1.30);
  transform-origin: left center;
}

.product-card:nth-child(3) .product-image {
  transform: scale(1.40);
  transform-origin: left center;
}

.product-card:nth-child(4) .product-image {
  transform: scale(1.50);
  transform-origin: left center;
}
@media (max-width:1020px) {
  .hero-grid,.split-grid,.form-layout {
    grid-template-columns:1fr
  }

  .hero-visual {
    min-height:330px
  }

  .form-intro {
    position:static
  }

  .cards-4,.product-grid {
    grid-template-columns:1fr 1fr
  }

  .process-grid {
    grid-template-columns:1fr
  }

  .process-arrow {
    transform:rotate(90deg);
    text-align:center
  }

  .requirements-grid {
    grid-template-columns:1fr
  }

  .hero {
    min-height:auto
  }

}

@media (max-width:680px) {
  .container {
    width:min(100% - 28px,1180px)
  }

  .topbar-inner {
    height:68px
  }

  .brand-main {
    font-size:25px
  }

  .topbar .btn {
    padding:0 13px;
    font-size:11px
  }

  .hero {
    padding:76px 0 64px
  }

  .hero-grid {
    gap:32px
  }

  .hero-lead {
    font-size:16px
  }

  .hero-actions {
    flex-direction:column
  }

  .hero-actions .btn {
    width:100%
  }

  .hero-features {
    display:grid;
    grid-template-columns:1fr
  }

  .hero-visual {
    min-height:300px
  }

  .hero-card {
    right:0;
    bottom:0;
    width:100%
  }

  .product-orbit {
    display:none
  }

  .benefits,.catalog,.audience,.requirements,.process,.form-section,.final-cta {
    padding:72px 0
  }

  .cards-4,.product-grid,.audience-list {
    grid-template-columns:1fr
  }

  .lead-form {
    grid-template-columns:1fr;
    padding:22px
  }

  .field-full {
    grid-column:auto
  }

  .final-cta-inner,.footer-inner {
    flex-direction:column;
    align-items:flex-start
  }

  .final-cta .btn {
    width:100%
  }

  .footer-copy {
    flex-direction:column;
    gap:7px
  }

  .contact-box {
    grid-template-columns:1fr
  }

  .process-step {
    min-height:auto
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-product-stage, .hero-products-img {
    animation:none !important;
  }

}

@media (max-width:700px) {
  .hero-features {
    grid-template-columns:1fr;
    max-width:100%;
    gap:8px;
  }

  .feature-chip {
    min-height:48px;
    justify-content:flex-start;
    text-align:left;
    padding-left:18px;
  }

  .feature-chip::before {
    top:10px;
    bottom:10px;
    left:-1px;
    right:auto;
    width:2px;
    height:auto;
  }

}

@media (max-width: 680px) {

  .topbar-logo {
    height: 46px;
    width: auto;
  }


  /* AJUSTE DA IMAGEM DO HERO NO MOBILE */

  .hero-visual {
    margin-top: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-product-stage {
    height: 360px;
  }

  .hero-products-img {
    width: 82%;
    max-width: 330px;
    max-height: 410px;

    transform: translateX(0);

    margin-left: auto;
    margin-right: auto;

    object-fit: contain;
  }


  /* PERFIL DE PARCEIRO - MOBILE */

  .audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .audience-card-featured {
    grid-column: 1 / -1;
    grid-row: auto;

    min-height: 145px;

    padding: 20px;

    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;

    align-items: start;
  }

  .audience-card:not(.audience-card-featured) {
    min-height: 105px;

    padding: 14px;

    border-radius: 14px;
  }

  .audience-card-icon {
    width: 38px;
    height: 38px;

    margin-bottom: 12px;
  }

  .audience-card-icon svg {
    width: 19px;
    height: 19px;
  }

  .audience-card-title {
    font-size: 15px;
    line-height: 1.12;
  }

  .audience-card-featured .audience-card-title {
    font-size: 20px;
    max-width: none;
  }

  .audience-card-line {
    width: 26px;
    height: 2px;

    margin-top: 8px;
  }

  .audience-card-featured p {
    grid-column: 2;

    margin-top: 10px;

    font-size: 12px;
    line-height: 1.45;
  }

  .audience-other {
    grid-column: 1 / -1;

    margin-top: 8px;

    font-size: 13px;
    line-height: 1.45;
  }


  /* PRODUTOS - MOBILE 2x2 */

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card {
    min-height: 190px;

    padding: 16px;

    border-radius: 16px;
  }

  .product-image-wrap {
    height: 68px !important;

    margin-bottom: 14px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .product-image {
    max-width: 82px !important;
    max-height: 66px !important;

    object-fit: contain !important;
  }

  /* AJUSTE DE TAMANHO - IMAGENS DOS BRINDES (MOBILE) */
  /* O bone (1o card) permanece inalterado. */
  .product-card:nth-child(2) .product-image {
    transform: scale(1.30);
    transform-origin: left center;
  }

  .product-card:nth-child(3) .product-image {
    transform: scale(1.40);
    transform-origin: left center;
  }

  .product-card:nth-child(4) .product-image {
    transform: scale(1.50);
    transform-origin: left center;
  }

  .product-card h3 {
    font-size: 17px;
    line-height: 1.08;

    margin-bottom: 8px;
  }

  .product-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .product-tag {
    top: 12px;
    right: 12px;

    padding: 4px 6px;

    font-size: 7px;
  }


  /* BENEFÍCIOS - MOBILE 2x2 */

  .cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .info-card {
    min-height: 190px;

    padding: 18px;

    border-radius: 16px;
  }

  .card-num {
    width: 34px;
    height: 34px;

    margin-bottom: 24px;

    font-size: 10px;
  }

  .info-card h3 {
    font-size: 17px;
    line-height: 1.08;

    margin-bottom: 8px;
  }

  .info-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .benefits .section-heading h2 {
    font-size: 32px;
    line-height: 1.05;
  }

  .benefits .section-heading p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* COMO FUNCIONA - MOBILE COMPACTO */

#como-funciona .process-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

#como-funciona .process-step {
  min-height: auto;

  padding: 18px;

  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;

  column-gap: 14px;
  row-gap: 5px;

  align-items: center;

  border-radius: 16px;
}

/* NÚMEROS 01 / 02 / 03 */

#como-funciona .process-step > span {
  grid-column: 1;
  grid-row: 1 / 3;

  margin: 0;

  font-size: 36px;
  line-height: 1;

  text-align: center;

  color: rgba(255, 255, 255, .62) !important;
}

/* TÍTULO */

#como-funciona .process-step h3 {
  grid-column: 2;
  grid-row: 1;

  margin: 0;

  font-size: 17px;
  line-height: 1.1;
}

/* DESCRIÇÃO */

#como-funciona .process-step p {
  grid-column: 2;
  grid-row: 2;

  margin: 0;

  font-size: 12px;
  line-height: 1.45;
}

/* SETAS ENTRE AS ETAPAS */

#como-funciona .process-arrow {
  height: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: rotate(90deg);

  font-size: 22px;
  line-height: 1;

  opacity: .8;
}

/* DIMINUI O ESPAÇO GERAL DA SEÇÃO */

#como-funciona.process {
  padding-top: 68px;
  padding-bottom: 68px;
}

#como-funciona .section-heading {
  margin-bottom: 30px;
}

#como-funciona .section-heading h2 {
  font-size: 30px;
  line-height: 1.05;
}

/* FORMULÁRIO - MOBILE COMPACTO */

#cadastro {
  padding-top: 60px;
  padding-bottom: 60px;
}

#cadastro .form-layout {
  gap: 28px;
}

#cadastro .contact-box {
  margin-top: 22px;

  padding: 16px 18px;

  grid-template-columns: 72px 1fr;
  gap: 7px 10px;

  border-radius: 14px;
}

#cadastro .lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 11px;

  padding: 18px;

  border-radius: 18px;
}

#cadastro .field {
  gap: 5px;
}

#cadastro .field-full {
  grid-column: 1 / -1;
}

#cadastro .field label,
#cadastro .lead-form > label:not(.checkbox) {
  font-size: 10px;
  line-height: 1.25;
}

#cadastro .field input,
#cadastro .field select {
  height: 46px;

  padding: 0 11px;

  border-radius: 9px;

  font-size: 13px;
}

#cadastro .checkbox {
  gap: 9px;

  padding-top: 4px;

  font-size: 11px;
  line-height: 1.4;
}

#cadastro .checkbox input {
  width: 16px;
  height: 16px;

  flex: 0 0 auto;
}

#cadastro .lead-form .btn-primary {
  min-height: 48px;

  margin-top: 2px;

  font-size: 13px;
}

/* RODAPÉ - MOBILE COMPACTO */

footer {
  padding: 28px 0;
}

.footer-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 18px;

  text-align: center;
}

.footer-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  height: 42px;
  width: auto;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 6px;

  font-size: 12px;
  line-height: 1.4;
}

/* HERO - MOBILE MAIS COMPACTO */

.hero {
  min-height: auto;
  padding-top: 54px;
  padding-bottom: 34px;
}

.hero-grid {
  gap: 18px;
}

.hero h1 {
  font-size: 46px;
  line-height: .98;
}

.hero-lead {
  margin-top: 18px;
  margin-bottom: 20px;

  font-size: 15px;
  line-height: 1.5;
}


/* BOTÕES LADO A LADO */

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hero-actions .btn {
  width: 100%;
  min-height: 46px;

  padding: 0 10px;

  font-size: 10px;
  text-align: center;
}


/* DIFERENCIAIS EM 3 COLUNAS */

.hero-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));

  width: 100%;
  max-width: none;

  gap: 8px;
  margin-top: 18px;
}

.feature-chip {
  min-height: 58px;

  justify-content: center;

  padding: 10px 7px;

  font-size: 9px;
  line-height: 1.25;

  text-align: center;
}


/* volta a linha Tiffany para cima da caixinha */

.feature-chip::before {
  top: -1px;
  bottom: auto;

  left: 12px;
  right: 12px;

  width: auto;
  height: 2px;
}


/* IMAGEM UM POUCO MAIS COMPACTA */

.hero-visual {
  margin-top: 16px;
}

.hero-product-stage {
  height: 320px;
}

.hero-products-img {
  width: 78%;
  max-width: 300px;
  max-height: 360px;
}

}

@media (max-width: 360px) {

  #cadastro .lead-form {
    grid-template-columns: 1fr;
  }

  #cadastro .field {
    grid-column: 1 / -1;
  }

}

#como-funciona .process-step > span {
  color: rgba(255, 255, 255, .58) !important;
}

#como-funciona .process-step:hover > span {
  color: rgba(255, 255, 255, .82) !important;

.footer-logo {
  height: 46px;
  width: auto;
}

}