.elementor-2607 .elementor-element.elementor-element-8665ab8{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2607 .elementor-element.elementor-element-97ea23a{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-2607 .elementor-element.elementor-element-40df143.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2607 .elementor-element.elementor-element-bae04e1{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-2607 .elementor-element.elementor-element-bae04e1:not(.elementor-motion-effects-element-type-background), .elementor-2607 .elementor-element.elementor-element-bae04e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(226deg, #D8B24A45 -160%, #00000000 100%);}.elementor-2607 .elementor-element.elementor-element-3dfcde1.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2607 .elementor-element.elementor-element-dfdd3c4{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-2607 .elementor-element.elementor-element-7171602.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2607 .elementor-element.elementor-element-01e0439{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-2607 .elementor-element.elementor-element-a5f232e.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-693f847 */.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-container {
    max-width: 900px;
  }

  .badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #c9a646;
    border-radius: 20px;
    color: #c9a646;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }

  .hero-title {
    font-size: clamp(4px, 2vw, 64px);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white !important;
  }

  .highlight {
    color: #c9a646;
  }

  .hero-subtitle {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 40px;
  }

  .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px !important;
  }

  .btn-primary {
    padding: 14px 24px;
    background: #c9a646;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
  }

  .btn-secondary {
    padding: 14px 24px;
    border: 1px solid #c9a646;
    color: #c9a646;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
  }

 
  .btn-primary:hover {
    opacity: 0.9;
  }

  .btn-secondary:hover {
    background: #c9a646;
    color: #000;
  }


  @media (min-width: 1024px) {
    .hero-title {
      white-space: nowrap;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8665ab8 */.elementor-2607 .elementor-element.elementor-element-8665ab8 {
  position: relative;
  overflow: hidden;
  background: #050505;
  isolation: isolate;
}


.elementor-2607 .elementor-element.elementor-element-8665ab8::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(circle, rgba(226,197,111,.8) 1px, transparent 2px),
    radial-gradient(circle, rgba(255,255,255,.4) 1px, transparent 2px);

  background-size: 90px 90px, 140px 140px;

  opacity: .46;

  animation: starMove 25s linear infinite;

  pointer-events: none;
}

.elementor-2607 .elementor-element.elementor-element-8665ab8::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(circle, rgba(226,197,111,.9) 1px, transparent 2px),
    radial-gradient(circle, rgba(226,197,111,.5) 1px, transparent 2px),
    radial-gradient(circle, rgba(255,255,255,.6) 1px, transparent 2px);

  background-size: 120px 120px, 200px 200px, 160px 160px;

  opacity: .12;

  animation:
    starMove 40s linear infinite,
    twinkle 3s ease-in-out infinite;

  pointer-events: none;
}

/* ⭐ NOVO: estrelas raras com brilho forte ocasional */
.elementor-2607 .elementor-element.elementor-element-8665ab8 {
  /* camada extra via pseudo overlay adicional */
}

.elementor-2607 .elementor-element.elementor-element-8665ab8::before,
.elementor-2607 .elementor-element.elementor-element-8665ab8::after {
  pointer-events: none;
}

/* terceira camada (brilho raro) */
.elementor-2607 .elementor-element.elementor-element-8665ab8 {
  --spark: radial-gradient(circle, rgba(226,197,111,1) 1px, transparent 2px);
}

.elementor-2607 .elementor-element.elementor-element-8665ab8 {
  background:
    radial-gradient(circle at 15% 20%, rgba(226,197,111,.08), transparent 60%),
    radial-gradient(circle at 80% 60%, rgba(226,197,111,.06), transparent 65%),
    #050505;
}

.elementor-2607 .elementor-element.elementor-element-8665ab8 {
  /* camada extra de estrelas raras */
}

.elementor-2607 .elementor-element.elementor-element-8665ab8::after {
  mix-blend-mode: normal;
}

/* camada de “flash raro” */
.elementor-2607 .elementor-element.elementor-element-8665ab8::after {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(226,197,111,1) 1px, transparent 2px),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,.9) 1px, transparent 2px);

  background-size: 300px 300px;

  opacity: .04;

  filter:
    drop-shadow(0 0 6px rgba(226,197,111,.8))
    drop-shadow(0 0 14px rgba(200,166,70,.4));

  animation:
    starMove 40s linear infinite,
    rareFlash 12s infinite;

  pointer-events: none;
}

/* movimento */
@keyframes starMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-300px);
  }
}

/* seu twinkle original (mantido) */
@keyframes twinkle {
  0%, 100% {
    opacity: .08;
    filter: brightness(1);
  }

  25% {
    opacity: .18;
    filter: brightness(1.4);
  }

  50% {
    opacity: .12;
    filter: brightness(0.9);
  }

  75% {
    opacity: .2;
    filter: brightness(1.6);
  }
}

/* ⭐ brilho raro (o ponto principal da sua solicitação) */
@keyframes rareFlash {
  0%   { opacity: .01; }
  8%   { opacity: .02; }

  10%  { opacity: .6; }
  12%  { opacity: .05; }

  55%  { opacity: .01; }
  58%  { opacity: .45; }
  60%  { opacity: .03; }

  100% { opacity: .01; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40df143 */#aquisicao-direta{
  --bg:#050505;
  --card:#0b0b0b;
  --gold:#c8a646;
  --gold-light:#e2c56f;
  --text:#ffffff;
  --muted:#b9b9b9;
  --border:rgba(255,255,255,.18);

  font-family:'Inter', sans-serif;
  color:var(--text) !important;
}

/* WRAPPER */
#aquisicao-direta .pricing-section{
  width:100%;
  position:relative;
}

/* GLOW BACKGROUND */
#aquisicao-direta .pricing-section::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:radial-gradient(circle, rgba(200,166,70,.18) 0%, transparent 70%);
  top:-250px;
  left:-400px;
  pointer-events:none;
  animation:glowTop 3s infinite ease-in-out;
}

#aquisicao-direta .pricing-section::after{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:radial-gradient(circle, rgba(200,166,70,.18) 0%, transparent 70%);
  bottom:-300px;
  right:-400px;
  pointer-events:none;
  animation:glowBottom 3s infinite ease-in-out;
}

@keyframes glowTop {
  0% { opacity: 1; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}

@keyframes glowBottom {
  0% { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}

/* TYPO */
h1, h3{
  color:#fff !important;
}

/* CONTAINER */
#aquisicao-direta .container{
  max-width:1200px;
  margin:auto;
}

/* LABEL */
#aquisicao-direta .section-label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;

  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:5px;
  text-transform:uppercase;

  margin-bottom:24px;
}

#aquisicao-direta .section-label::before,
#aquisicao-direta .section-label::after{
  content:"";
  width:90px;
  height:1px;
  background:rgba(200,166,70,.4);
}

/* TITLE */
#aquisicao-direta .section-title{
  text-align:center;
  font-size:clamp(42px, 8vw, 84px);
  font-weight:300;
  line-height:1;
  margin-bottom:22px;
}

/* DESCRIPTION */
#aquisicao-direta .section-description{
  text-align:center;
  color:var(--muted);
  font-size:clamp(15px, 2vw, 18px);
  max-width:700px;
  margin:0 auto 70px;
}

/* CARDS GRID */
#aquisicao-direta .cards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
  gap:28px;
}

/* CARD */
#aquisicao-direta .card{
  display:flex;
  flex-direction:column;

  position:relative;

  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border:1px solid var(--border);
  border-radius:28px;

  padding:34px;

  backdrop-filter:blur(10px);

  transition:.4s ease;
}

#aquisicao-direta .card:hover{
  transform:translateY(-8px);
  border-color:rgba(200,166,70,.55);
  box-shadow:
    0 0 0 1px rgba(200,166,70,.08),
    0 15px 40px rgba(0,0,0,.45),
    0 0 40px rgba(200,166,70,.08);
}

/* BADGE */
#aquisicao-direta .badge{
  position:absolute;
  top:-16px;
  left:80%;
  transform:translateX(-50%);

  background:var(--gold);
  color:#000;

  padding:2px 12px;

  border-radius:999px;

  font-size:10px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;

  white-space:nowrap;
}

/* TOP */
#aquisicao-direta .card-top{
  display:flex;
  gap:18px;
  align-items:flex-start;
}

/* ICON BOX (FIXED) */
#aquisicao-direta .icon-box{
  width:58px;
  height:58px;

  min-width:58px;
  min-height:58px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:16px;

  border:1px solid rgba(200,166,70,.4);
  background:rgba(200,166,70,.08);

  color:var(--gold);
}

/* SVG FIXED */
#aquisicao-direta .icon-box svg{
  width:28px;
  height:28px;

  display:block;

  stroke:currentColor;
  fill:none;

  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* TEXT */
#aquisicao-direta .card-title{
  font-size:clamp(24px, 3vw, 30px);
  font-weight:600;
  margin-bottom:12px;
}

#aquisicao-direta .card-description{
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
  margin-bottom:15px;
}

/* DIVIDER FIXED */
#aquisicao-direta .divider{
  width:100%;
  height:1px;
  background:rgba(255,255,255,.10);

  margin-top:auto;
  margin-bottom:15px;
}

/* PRICE */
#aquisicao-direta .price-label{
  color:#c9c9c9;
  font-size:12px;
  letter-spacing:4px;
  text-transform:uppercase;
  margin-bottom:10px;
}

#aquisicao-direta .price{
  font-size:clamp(32px, 4vw, 42px);
  font-weight:800;
  color:var(--gold);
  margin-bottom:28px;
  line-height:1;
  white-space:nowrap;
}

/* BUTTON */
#aquisicao-direta .btn{
  width:100%;
  height:62px;

  border:none;
  border-radius:18px;

  background:var(--gold);
  color:#000;

  font-size:18px;
  font-weight:700;

  cursor:pointer;

  transition:.3s ease;
}

#aquisicao-direta .btn:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:768px){
  #aquisicao-direta .pricing-section{
    padding:80px 18px;
  }

  #aquisicao-direta .card{
    padding:26px;
  }

  #aquisicao-direta .card-top{
    flex-direction:column;
  }
}

@media(max-width:480px){
  #aquisicao-direta .pricing-section{
    padding:70px 14px;
  }

  #aquisicao-direta .cards{
    grid-template-columns:1fr;
  }

  #aquisicao-direta .section-label{
    text-align:center !important;
  }

  #aquisicao-direta .card{
    padding:22px;
  }

  #aquisicao-direta .price{
    font-size:38px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-97ea23a */.elementor-2607 .elementor-element.elementor-element-97ea23a {
    overflow: hidden;
    position:relative !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dfcde1 */#workshops{
  --bg:#050505;
  --card:#0b0b0b;
  --gold:#c8a646;
  --gold-light:#e2c56f;
  --text:#ffffff;
  --muted:#b9b9b9;
  --border:rgba(255,255,255,.18);

  font-family:'Inter', sans-serif;
  color:var(--text);
}

/* WRAPPER */
#workshops .pricing-section{
  width:100%;
  position:relative;
}

/* LABEL */
#workshops .section-label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;

  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:5px;
  text-transform:uppercase;

  margin-bottom:24px;
}

#workshops .section-label::before,
#workshops .section-label::after{
  content:"";
  width:90px;
  height:1px;
  background:rgba(200,166,70,.4);
}

/* TITLE */
#workshops .section-title{
  text-align:center;
  font-size:clamp(42px, 8vw, 84px);
  font-weight:300;
  margin-bottom:20px;
}

/* DESCRIPTION */
#workshops .section-description{
  text-align:center;
  color:var(--muted);
  margin-bottom:60px;
}

/* LINK RESET */
#workshops a{
  color:black !important;
  text-decoration:none;
}

/* GRID */
#workshops .cards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px,1fr));
  gap:28px;
  align-items:stretch;
}

/* CARD */
#workshops .card{
  display:flex;
  flex-direction:column;

  min-height:490px;

  padding:34px;

  border-radius:28px;
  border:1px solid var(--border);

  background:linear-gradient(
    180deg,
    rgba(255,255,255,.03),
    rgba(255,255,255,.01)
  );

  transition:.4s;
  position:relative;
}

#workshops .card:hover{
  transform:translateY(-8px);
  border-color:rgba(200,166,70,.5);
}

/* FEATURE CARD */
#workshops .destaque{
  transform:none;
  padding:44px 34px;

  z-index:2;

  border-color:rgba(200,166,70,.6);

  box-shadow:
    0 5px 15px rgba(201,166,70,.18);
}

#workshops .destaque:hover{
  transform:translateY(-6px);
}

/* BADGE */
#workshops .badge{
  position:absolute;

  top:-16px;
  left:70%;
  transform:translateX(-50%);

  background:var(--gold);
  color:#000;

  padding:2px 12px;

  border-radius:999px;

  font-size:10px;
  font-weight:800;

  letter-spacing:3px;
  text-transform:uppercase;

  white-space:nowrap;
}

/* TOP AREA */
#workshops .card-top{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

/* ICON BOX (FIXED) */
#workshops .icon-box{
  width:64px;
  height:64px;

  min-width:64px;
  min-height:64px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:18px;

  background:linear-gradient(
    145deg,
    rgba(200,166,70,.15),
    rgba(200,166,70,.05)
  );

  border:1px solid rgba(200,166,70,.35);

  color:var(--gold);

  box-shadow:
    inset 0 0 10px rgba(200,166,70,.1),
    0 8px 20px rgba(0,0,0,.4);

  transition:.3s ease;
}

/* SVG STANDARDIZATION */
#workshops .icon-box svg{
  width:30px;
  height:30px;

  display:block;

  stroke:currentColor;
  fill:none;

  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* TEXT */
#workshops .card-title{
  font-size:22px;
  margin-bottom:10px;
  line-height:1.2;
}

#workshops .card-description{
  color:var(--muted);
  line-height:1.6;
}

/* DIVIDER FIX */
#workshops .divider{
  margin:20px 0;
  margin-top:auto;

  height:1px;

  background:rgba(255,255,255,.1);
}

/* PRICE */
#workshops .price-label{
  font-size:12px;
  letter-spacing:3px;
  color:#c9c9c9;
}

#workshops .price{
  font-size:clamp(42px, 3vw, 56px);
  font-weight:800;

  color:var(--gold);

  margin-bottom:28px;
  line-height:1;

  white-space:nowrap;
}

/* BUTTON */
#workshops .btn{
  width:100%;
  height:62px;

  border:none;
  border-radius:18px;

  background:var(--gold);
  color:#000;

  font-size:18px;
  font-weight:700;

  cursor:pointer;

  transition:.3s ease;
}

#workshops .btn:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
}

/* TABLET */
@media(max-width:768px){
  #workshops .cards{
    grid-template-columns:1fr;
  }

  #workshops .destaque{
    transform:none;
    padding:34px;
  }

  #workshops .card-top{
    flex-direction:column;
  }

  #workshops .badge{
    left:50%;
  }

  #workshops .section-title{
    font-size:48px;
  }
}

/* MOBILE */
@media(max-width:480px){
  #workshops .section-label::before,
  #workshops .section-label::after{
    width:40px;
  }

  #workshops .section-title{
    font-size:38px;
  }

  #workshops .card{
    padding:26px;
    min-height:auto;
  }

  #workshops .icon-box{
    width:58px;
    height:58px;
  }

  #workshops .icon-box svg{
    width:26px;
    height:26px;
  }

  #workshops .price{
    font-size:42px;
  }

  #workshops .btn{
    height:56px;
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bae04e1 */.elementor-2607 .elementor-element.elementor-element-bae04e1 {
    overflow: hidden;
    position:relative !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7171602 */#plataforma{
  --bg:#050505;
  --card:#0b0b0b;
  --gold:#c8a646;
  --gold-light:#e2c56f;
  --text:#ffffff;
  --muted:#b9b9b9;
  --border:rgba(255,255,255,.18);

  font-family:'Inter', sans-serif;
  color:var(--text);
}


#plataforma .pricing-section{
  width:100%;
}


#plataforma .section-label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;

  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:5px;
  text-transform:uppercase;

  margin-bottom:24px;
}

#plataforma .section-label::before,
#plataforma .section-label::after{
  content:"";
  width:90px;
  height:1px;
  background:rgba(200,166,70,.4);
}


#plataforma .section-title{
  text-align:center;
  font-size:clamp(42px, 8vw, 84px);
  font-weight:300;
  margin-bottom:20px;
}


#plataforma .section-description{
  text-align:center;
  color:var(--muted);
  margin-bottom:60px;
}


#plataforma .cards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
  gap:28px;
  align-items:stretch;
}


#plataforma .card{
  display:flex;
  flex-direction:column;
  height:100%;

  min-height:560px;

  padding:34px;

  border-radius:28px;
  border:1px solid var(--border);

  background:linear-gradient(
    180deg,
    rgba(255,255,255,.03),
    rgba(255,255,255,.01)
  );

  transition:.4s;
  position:relative;
}

#plataforma .card:hover{
  transform:translateY(-8px);
  border-color:rgba(200,166,70,.5);
}


#plataforma .destaque{
  transform:none;
  padding:44px 34px;

  border-color:rgba(200,166,70,.6);

  box-shadow:0 5px 15px rgba(201,166,70,.18);
}


#plataforma .badge{
  position:absolute;

  top:-16px;
  left:70%;
  transform:translateX(-50%);

  background:var(--gold);
  color:#000;

  padding:4px 14px;

  border-radius:999px;

  font-size:10px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
}


#plataforma .card-top{
  display:flex;
  gap:18px;
  align-items:flex-start;
}


#plataforma .icon-box{
  width:56px;
  height:56px;

  min-width:56px;
  min-height:56px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:16px;

  background:rgba(200,166,70,.1);
  border:1px solid rgba(200,166,70,.25);

  color:var(--gold);
}

#plataforma .icon-box svg{
  width:28px;
  height:28px;

  display:block;

  stroke:currentColor;
  fill:none;

  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#plataforma .card-title{
  font-size:20px;
  margin-bottom:8px;
}

#plataforma .card-description{
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}


#plataforma .divider{
  margin:20px 0;
  margin-top:auto;
  height:1px;
  background:rgba(255,255,255,.1);
}


#plataforma .features{
  list-style:none;
  padding:0;
  margin:0 0 20px 0;
  font-size:14px;
}

#plataforma .features li{
  margin-bottom:8px;
  color:var(--muted);
}


#plataforma .btn{
  width:100%;
  height:62px;

  border:none;
  border-radius:18px;

  background:var(--gold);
  color:#000;

  font-size:18px;
  font-weight:700;

  cursor:pointer;

  margin-top:auto;

  transition:.3s ease;
}

#plataforma .btn:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
}

/* NOTE */
#plataforma .note{
  text-align:center;
  color:var(--muted);
  margin-top:40px;
  font-size:13px;
}

/* TABLET */
@media(max-width:768px){
  #plataforma .card-top{
    flex-direction:column;
  }

  #plataforma .destaque{
    transform:none;
    padding:34px;
  }

  #plataforma .section-label{
    text-align:center !important;
  }
}

/* MOBILE */
@media(max-width:480px){
  #plataforma .cards{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a096e6 */#partner-section{
  --bg: #0a0c10;
  --bg-2: #0f1115;
  --surface: #15181f;
  --surface-2: #1c1f27;
  --border: rgba(212, 175, 55, 0.15);
  --gold: #d4af37;
  --gold-light: #e8c862;
  --gold-dark: #a8861f;
  --text: #f5f5f7;
  --text-muted: #9aa0aa;
  --text-soft: #c5c8cf;

  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
}

#partner-section .container{
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

#partner-section .image-side{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow:
    0 30px 80px -20px rgba(0,0,0,0.7),
    0 0 0 1px var(--border);
  transform: perspective(1000px) rotateY(-2deg);
  transition: transform 0.6s ease;

}
#partner-section .image-side:hover{
  transform: perspective(1000px) rotateY(0deg);
}

#partner-section .image-side img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
  
}

#partner-section .image-side:hover img{
  transform: scale(1.05);
}

#partner-section .image-side::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 30%, rgba(10,12,16,0.85) 100%);
}

#partner-section .image-badge{
  position:absolute;
  top:20px;
  left:20px;
  z-index:2;
  padding:8px 14px;
  background:rgba(10,12,16,0.7);
  backdrop-filter:blur(12px);
  border:1px solid var(--border);
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  color:var(--gold-light);
}

#partner-section .image-badge::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 12px var(--gold);
  animation:partnerPulse 2s infinite;
}

@keyframes partnerPulse{
  0%,100%{opacity:1}
  50%{opacity:.5}
}

#partner-section .image-quote{
  position:absolute;
  bottom:24px;
  left:24px;
  right:24px;

}

#partner-section .image-quote p{
  font-family:'Playfair Display', serif;
  font-size:20px;
  margin-bottom:8px;
  color: white !important;
  
}

#partner-section .image-quote span{
  font-size:13px;
  color: white !important;
}

#partner-section .content-side{
  display:flex;
  flex-direction:column;
}

#partner-section .eyebrow {
  padding:6px 12px;
  border:1px solid var(--border);
  border-radius:999px;
 width: fit-content;
  font-size:12px;
 color:var(--gold) !important;
  margin-bottom:20px;
  background-color:#D8B24A45 ;
}

#partner-section h2{
   font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#partner-section .subtitle{
  color:var(--text-soft);
  margin-bottom:28px;
}

#partner-section .price{
  display:flex;
  gap:8px;
  padding:20px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:14px ;
  margin-bottom:28px;
}

#partner-section .price-amount{
  font-size:36px;
  font-weight:800;
}

#partner-section .price-period{
  color:var(--text-muted);
}

#partner-section .features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-bottom:28px;
}

#partner-section .item{
  padding:16px;
  background:var(--surface);
  border-radius:12px;
}

#partner-section .item strong{
  display:block;
}

#partner-section .item span{
  font-size:12px;
  color:var(--text-muted);
}

#partner-section .commission{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
  border: 1px dashed rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  font-size: 14px;
  color: var(--text-soft);
  margin-bottom: 24px;
}

#partner-section .commission-icon{
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.15);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
}
#partner-section .commission strong { color: var(--gold-light); font-weight: 700; }

#partner-section .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  background-size: 200% auto;
  color: #0a0c10;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  box-shadow:
    0 10px 30px -10px rgba(212, 175, 55, 0.5),
    inset 0 1px 0 rgba(255,255,255,0.3);
  transition: all 0.3s ease;
  align-self: flex-start;
  letter-spacing: 0.3px;
}

.btn-arrow {
     .3s ease;
}

#partner-section .btn:hover{
 background-position: right center;
  transform: translateY(-2px);
  box-shadow:
    0 15px 40px -10px rgba(212, 175, 55, 0.7),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

#partner-section .btn-arrow {
  transition: transform 0.3s ease;
}
#partner-section .btn:hover .btn-arrow { transform: translateX(4px); }

@media(max-width:900px){
  #partner-section .container{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  #partner-section .features{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dfdd3c4 */:root {
  --bg: #0a0c10;
  --bg-2: #0f1115;
  --surface: #15181f;
  --surface-2: #1c1f27;
  --border: rgba(212, 175, 55, 0.15);
  --gold: #d4af37;
  --gold-light: #e8c862;
  --gold-dark: #a8861f;
  --text: #f5f5f7;
  --text-muted: #9aa0aa;
  --text-soft: #c5c8cf;
}

.elementor-2607 .elementor-element.elementor-element-dfdd3c4 {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 8vw, 100px) 20px;
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(212, 175, 55, 0.12), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(212, 175, 55, 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  overflow: hidden;
}

.elementor-2607 .elementor-element.elementor-element-dfdd3c4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5f232e */#programas{
  --bg:#050505;
  --card:#0b0b0b;
  --gold:#c8a646;
  --gold-light:#e2c56f;
  --text:#ffffff;
  --muted:#b9b9b9;
  --border:rgba(255,255,255,.18);

  font-family:'Inter', sans-serif;
  color:var(--text);
}

/* SECTION */
#programas .pricing-section{
  width:100%;
  position:relative;
}

/* LABEL */
#programas .section-label{
  display:flex;
  align-items:center;
  justify-content:center !important;
  gap:14px;

  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:5px;
  text-transform:uppercase;

  margin-bottom:24px;
}

#programas .section-label::before,
#programas .section-label::after{
  content:"";
  width:90px;
  height:1px;
  background:rgba(200,166,70,.4);
}

/* TITLE */
#programas .section-title{
  text-align:center;
  font-size:clamp(42px, 8vw, 84px);
  font-weight:300;
  margin-bottom:20px;
}

/* DESCRIPTION */
#programas .section-description{
  text-align:center;
  color:var(--muted);
  margin-bottom:60px;
}

/* GRID */
#programas .cards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
  gap:28px;
}

/* CARD */
#programas .card{
  display:flex;
  flex-direction:column;

  padding:34px;

  border-radius:28px;
  border:1px solid var(--border);

  background:linear-gradient(
    180deg,
    rgba(255,255,255,.03),
    rgba(255,255,255,.01)
  );

  transition:.4s;
  position:relative;
}

#programas .card:hover{
  transform:translateY(-8px);
  border-color:rgba(200,166,70,.5);
}

/* FEATURE CARD */
#programas .destaque{
  transform:scale(1.06);
  padding:44px 34px;

  border-color:rgba(200,166,70,.6);

  box-shadow:0 5px 15px rgba(201,166,70,.18);
}

/* BADGE */
#programas .badge{
  position:absolute;

  top:-16px;
  left:70%;
  transform:translateX(-50%);

  background:var(--gold);
  color:#000;

  padding:2px 12px;

  border-radius:999px;

  font-size:10px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
}

/* CARD TOP */
#programas .card-top{
  display:flex;
  gap:18px;
  align-items:flex-start;
}

/* ICON BOX (FIX PRINCIPAL) */
#programas .icon-box{
  width:64px;
  height:64px;

  min-width:64px;
  min-height:64px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:18px;

  background:linear-gradient(145deg, rgba(200,166,70,.15), rgba(200,166,70,.05));
  border:1px solid rgba(200,166,70,.35);

  color:var(--gold);
}

/* SVG FIX TOTAL (resolve esticamento e desproporção) */
#programas .icon-box svg{
  width:30px;
  height:30px;

  display:block;

  flex-shrink:0;

  stroke:currentColor;
  fill:none;

  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;

  vector-effect:non-scaling-stroke;
}

/* TEXT */
#programas .card-title{
  font-size:22px;
  margin-bottom:10px;
}

#programas .card-description{
  color:var(--muted);
  line-height:1.6;
}

/* DIVIDER */
#programas .divider{
  margin:20px 0;
  height:1px;
  background:rgba(255,255,255,.1);
  margin-top:auto;
}

/* PRICE */
#programas .price-label{
  font-size:12px;
  letter-spacing:3px;
  color:#c9c9c9;
}

#programas .price{
  font-size:32px;
  color:var(--gold);
  margin-bottom:20px;
  font-weight:800;
}

/* BUTTON */
#programas .btn{
  width:100%;
  height:62px;

  border:none;
  border-radius:18px;

  background:var(--gold);
  color:#000;

  font-size:18px;
  font-weight:700;

  cursor:pointer;

  transition:.3s ease;
}

#programas .btn:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){
  #programas .destaque{
    transform:none;
    padding:34px;
  }

  #programas .card-top{
    flex-direction:column;
  }

  #programas .section-label{
    text-align:center !important;
  }
}

@media(max-width:480px){
  #programas .cards{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-988380c */.home-float {
  position: fixed;
  bottom: 75px;
  left: 10px;
  width: 45px;
  height: 45px;
  background: #f1f1f1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 999;

  opacity: 0;
  transform: translateY(20px);
}


@keyframes showBtn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-float {
  animation: showBtn linear forwards;
  animation-timeline: scroll();
  animation-range: 100px 300px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-01e0439 */.elementor-2607 .elementor-element.elementor-element-01e0439 {
    overflow: hidden;
    position:relative !important;
}/* End custom CSS */