.elementor-1100 .elementor-element.elementor-element-ae7bf7d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1100 .elementor-element.elementor-element-d99956e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1100 .elementor-element.elementor-element-766b36d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1100 .elementor-element.elementor-element-64c6674{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1100 .elementor-element.elementor-element-945fcf5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1100 .elementor-element.elementor-element-99bd371{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1100 .elementor-element.elementor-element-6c147bf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d9fddd4 */.rn-hero-v8,
.rn-hero-v8 * {
  box-sizing: border-box;
}

.rn-hero-v8 {
  width: 100%;
  padding: 0;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-hero-v8__shell {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 32px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 50%, rgba(217,178,122,0.13), transparent 34%),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,0.035), transparent 28%),
    radial-gradient(circle at 82% 84%, rgba(217,178,122,0.08), transparent 32%),
    linear-gradient(180deg, #030303 0%, #070707 48%, #030303 100%);
}

.rn-hero-v8__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,3,3,0.12), rgba(3,3,3,0.02), rgba(3,3,3,0.20)),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 88px
    );
  pointer-events: none;
  opacity: .55;
}

.rn-hero-v8__shell::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 73% 52%, transparent 0%, rgba(3,3,3,0.08) 26%, rgba(3,3,3,0.70) 78%),
    linear-gradient(90deg, rgba(3,3,3,0.25) 0%, rgba(3,3,3,0.08) 48%, rgba(3,3,3,0.10) 100%);
  pointer-events: none;
}

/* HEADER */

.rn-hero-v8__header {
  position: relative;
  z-index: 6;
  height: 92px;
  padding: 30px 54px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 42px;
}

.rn-hero-v8__nav {
  display: flex;
  align-items: center;
  gap: 54px;
  padding-top: 14px;
}

.rn-hero-v8__nav a {
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition: color .25s ease, transform .25s ease;
}

.rn-hero-v8__nav a:hover {
  color: #e1b866;
  transform: translateY(-1px);
}

.rn-hero-v8__top-cta {
  min-height: 58px;
  min-width: 262px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.62);
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.01);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 18px 42px rgba(0,0,0,0.26);
  transition: all .28s ease;
}

.rn-hero-v8__top-cta:hover {
  color: #ffffff;
  border-color: rgba(255,221,139,0.88);
  background: rgba(217,178,122,0.055);
  box-shadow:
    0 0 0 1px rgba(217,178,122,0.10),
    0 22px 46px rgba(0,0,0,0.38),
    0 0 34px rgba(217,178,122,0.12);
  transform: translateY(-2px);
}

/* BODY */

.rn-hero-v8__body {
  position: relative;
  z-index: 5;
  min-height: calc(100vh - 124px);
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  padding: 0 48px 34px 54px;
}

.rn-hero-v8__copy {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: 800px;
  padding-top: 4px;
}

.rn-hero-v8__tag {
  width: fit-content;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.46);
  background:
    radial-gradient(circle at 15% 50%, rgba(217,178,122,0.16), transparent 42%),
    rgba(255,255,255,0.012);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.94);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 18px 44px rgba(0,0,0,0.34),
    0 0 30px rgba(217,178,122,0.08);
  margin-bottom: 40px;
}

.rn-hero-v8__tag span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffd36d;
  box-shadow: 0 0 18px rgba(255,211,109,0.78);
}

.rn-hero-v8 h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(70px, 6vw, 110px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -0.072em;
  text-shadow:
    0 24px 70px rgba(0,0,0,0.68),
    0 0 30px rgba(255,255,255,0.04);
}

.rn-hero-v8 h2 {
  margin: 30px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,0.88);
  font-size: clamp(36px, 3vw, 56px);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.rn-hero-v8 h2 strong {
  color: #d9b27a;
  font-weight: 300;
  text-shadow: 0 0 26px rgba(217,178,122,0.12);
}

.rn-hero-v8__copy p {
  margin: 34px 0 0;
  max-width: 720px;
  color: rgba(255,255,255,0.73);
  font-size: clamp(19px, 1.22vw, 24px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.026em;
}

.rn-hero-v8__gold-line {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 2px;
  margin-top: 34px;
  background: linear-gradient(90deg, rgba(255,221,139,0.98), rgba(217,178,122,0.26), transparent);
  box-shadow: 0 0 20px rgba(217,178,122,0.35);
}

.rn-hero-v8__gold-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 120px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe39a, rgba(217,178,122,0.38), transparent);
  box-shadow: 0 0 24px rgba(217,178,122,0.48);
}

.rn-hero-v8__proof {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,0.68);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.rn-hero-v8__proof em {
  font-style: normal;
  color: rgba(217,178,122,0.75);
  margin: 0 18px;
}

.rn-hero-v8__proof-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid rgba(217,178,122,0.36);
  background: rgba(217,178,122,0.035);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 0 26px rgba(217,178,122,0.12);
}

.rn-hero-v8__proof-icon svg {
  width: 19px;
  height: 19px;
}

.rn-hero-v8__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.rn-hero-v8__btn {
  min-height: 64px;
  padding: 0 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.025em;
  white-space: nowrap;
  transition: all .28s ease;
}

.rn-hero-v8__btn--primary {
  background:
    linear-gradient(180deg, #ffe9a9 0%, #d9b27a 46%, #b8873e 100%);
  color: #070707;
  border: 1px solid rgba(255,230,164,0.94);
  box-shadow:
    0 28px 54px rgba(0,0,0,0.42),
    0 0 56px rgba(217,178,122,0.22),
    inset 0 1px 0 rgba(255,255,255,0.70);
}

.rn-hero-v8__btn--primary:hover {
  color: #050505;
  transform: translateY(-3px);
  box-shadow:
    0 36px 72px rgba(0,0,0,0.55),
    0 0 70px rgba(217,178,122,0.30),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.rn-hero-v8__btn--secondary {
  min-width: 240px;
  color: #ffffff;
  background: rgba(255,255,255,0.006);
  border: 1px solid rgba(217,178,122,0.52);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 18px 36px rgba(0,0,0,0.26);
}

.rn-hero-v8__btn--secondary span {
  color: #d9b27a;
  font-size: 22px;
  line-height: 1;
}

.rn-hero-v8__btn--secondary:hover {
  color: #ffffff;
  background: rgba(217,178,122,0.045);
  border-color: rgba(255,221,139,0.78);
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 26px 50px rgba(0,0,0,0.38),
    0 0 34px rgba(217,178,122,0.10);
}

/* WHATSAPP ICON */

.rn-hero-v8__wpp-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

.rn-hero-v8__wpp-icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block;
  overflow: visible;
}

.rn-hero-v8__wpp-icon--dark {
  color: #050505;
}

/* VISUAL */

.rn-hero-v8__visual {
  position: relative;
  min-height: 600px;
  height: 100%;
  overflow: visible;
  transform: scale(.92);
  transform-origin: center center;
}

.rn-hero-v8__visual::before {
  content: '';
  position: absolute;
  left: 7%;
  right: 2%;
  bottom: 18px;
  height: 330px;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(217,178,122,0.25), transparent 48%),
    radial-gradient(ellipse at 50% 64%, rgba(255,255,255,0.06), transparent 42%);
  filter: blur(12px);
  opacity: .70;
  pointer-events: none;
}

/* PARTICLES */

.rn-hero-v8__particles {
  position: absolute;
  inset: 20px 0 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,221,139,0.94) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 12%, rgba(255,221,139,0.78) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 17%, rgba(255,221,139,0.70) 0 2px, transparent 3px),
    radial-gradient(circle at 89% 24%, rgba(255,221,139,0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 93% 53%, rgba(255,221,139,0.78) 0 2px, transparent 3px),
    radial-gradient(circle at 32% 83%, rgba(255,221,139,0.62) 0 2px, transparent 3px),
    radial-gradient(circle at 71% 91%, rgba(255,221,139,0.52) 0 1px, transparent 2px);
  filter: drop-shadow(0 0 8px rgba(217,178,122,.55));
  opacity: .75;
}

/* BARS */

.rn-hero-v8__bars {
  position: absolute;
  z-index: 1;
  left: 39%;
  top: 72px;
  width: 260px;
  height: 330px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  opacity: .35;
  pointer-events: none;
}

.rn-hero-v8__bars span {
  width: 42px;
  height: var(--h);
  border-radius: 13px 13px 0 0;
  background:
    linear-gradient(180deg, rgba(255,226,151,0.26), rgba(217,178,122,0.045)),
    linear-gradient(90deg, rgba(255,255,255,0.055), transparent);
  border: 1px solid rgba(217,178,122,0.18);
  border-bottom: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 28px rgba(217,178,122,0.05);
}

/* FLOATING METRIC CARDS */

.rn-hero-v8__metric-card {
  position: absolute;
  z-index: 4;
  min-height: 124px;
  border-radius: 22px;
  border: 1px solid rgba(217,178,122,0.36);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.070), transparent 42%),
    linear-gradient(180deg, rgba(17,17,17,0.82), rgba(7,7,7,0.78));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 24px 60px rgba(0,0,0,0.48),
    0 0 38px rgba(217,178,122,0.07);
  padding: 28px 30px;
}

.rn-hero-v8__metric-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 34px;
  right: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,221,139,0.78), transparent);
  box-shadow: 0 0 14px rgba(217,178,122,0.52);
}

.rn-hero-v8__metric-card--instagram {
  top: 142px;
  left: 3%;
  width: 254px;
}

.rn-hero-v8__metric-card--google {
  top: 326px;
  left: -3%;
  width: 294px;
}

.rn-hero-v8__metric-card--meta {
  top: 178px;
  right: 1%;
  width: 300px;
}

.rn-hero-v8__metric-card--whatsapp {
  top: 354px;
  right: -1%;
  width: 316px;
}

.rn-hero-v8__metric-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rn-hero-v8__metric-top strong {
  color: rgba(255,255,255,0.96);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.rn-hero-v8__metric-bottom {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.rn-hero-v8__metric-bottom span {
  color: #d9b27a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.rn-hero-v8__metric-bottom small {
  color: rgba(255,255,255,0.86);
  font-size: .78em;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.rn-hero-v8__trend-arrow {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  font-style: normal;
  line-height: 0;
}

.rn-hero-v8__trend-arrow svg {
  width: 31px;
  height: 31px;
  display: block;
}

.rn-hero-v8__trend-arrow--down {
  color: #28d46c;
}

/* ICONS */

.rn-hero-v8__instagram-icon,
.rn-hero-v8__google-icon,
.rn-hero-v8__whatsapp-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rn-hero-v8__instagram-icon {
  color: #ffffff;
  background:
    radial-gradient(circle at 25% 20%, #ffdf73 0%, transparent 24%),
    linear-gradient(135deg, #6548ff 0%, #d63790 45%, #ffb347 100%);
}

.rn-hero-v8__instagram-icon svg {
  width: 26px;
  height: 26px;
}

.rn-hero-v8__google-icon svg {
  width: 42px;
  height: 34px;
}

.rn-hero-v8__meta-icon {
  width: 54px !important;
  height: 34px !important;
  min-width: 54px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1687ff !important;
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rn-hero-v8__meta-icon svg {
  width: 54px !important;
  height: 34px !important;
  display: block !important;
  overflow: visible !important;
}

.rn-hero-v8__whatsapp-icon {
  color: #28d463;
}

.rn-hero-v8__whatsapp-icon svg {
  width: 42px;
  height: 42px;
}

/* ROAS CARD */

.rn-hero-v8__roas-card {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 214px;
  width: 360px;
  min-height: 402px;
  transform: translateX(-50%);
  border-radius: 34px;
  border: 1px solid rgba(255,221,139,0.58);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,221,139,0.16), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(217,178,122,0.14), transparent 38%),
    linear-gradient(180deg, rgba(22,22,22,0.78), rgba(9,9,9,0.82));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.075),
    0 36px 90px rgba(0,0,0,0.58),
    0 0 70px rgba(217,178,122,0.16);
  padding: 42px 34px 38px;
  text-align: center;
}

.rn-hero-v8__roas-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 62px;
  right: 62px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,229,165,0.92), transparent);
  box-shadow: 0 0 22px rgba(255,221,139,0.76);
}

.rn-hero-v8__roas-card::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 190px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(255,221,139,0.75);
  filter: blur(14px);
  opacity: .58;
}

.rn-hero-v8__roas-icon {
  width: 98px;
  height: 98px;
  margin: 0 auto 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,221,139,0.40);
  color: #d9b27a;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle, rgba(217,178,122,0.16), transparent 62%),
    rgba(255,255,255,0.02);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 0 36px rgba(217,178,122,0.20);
}

.rn-hero-v8__roas-icon svg {
  width: 54px;
  height: 54px;
}

.rn-hero-v8__roas-label {
  display: block;
  color: rgba(255,255,255,0.96);
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.rn-hero-v8__roas-card strong {
  display: block;
  color: #ffffff;
  font-size: 86px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: -0.07em;
  text-shadow:
    0 18px 48px rgba(0,0,0,0.52),
    0 0 26px rgba(255,255,255,0.08);
}

.rn-hero-v8__roas-card p {
  margin: 28px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.rn-hero-v8__roas-card p span {
  color: #d9b27a;
}

/* RINGS */

.rn-hero-v8__rings {
  position: absolute;
  z-index: 2;
  left: 6%;
  right: 2%;
  bottom: 38px;
  height: 190px;
  pointer-events: none;
}

.rn-hero-v8__rings span {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(217,178,122,0.20);
  box-shadow:
    inset 0 0 36px rgba(217,178,122,0.025),
    0 0 26px rgba(217,178,122,0.055);
}

.rn-hero-v8__rings span:nth-child(1) {
  width: 300px;
  height: 60px;
  opacity: .9;
}

.rn-hero-v8__rings span:nth-child(2) {
  width: 520px;
  height: 96px;
  opacity: .75;
}

.rn-hero-v8__rings span:nth-child(3) {
  width: 750px;
  height: 142px;
  opacity: .52;
}

.rn-hero-v8__rings span:nth-child(4) {
  width: 980px;
  height: 186px;
  opacity: .30;
  border-style: dashed;
}

/* ANIMAÇÕES */

.rn-hero-v8__header,
.rn-hero-v8__tag,
.rn-hero-v8 h1,
.rn-hero-v8 h2,
.rn-hero-v8__copy p,
.rn-hero-v8__gold-line,
.rn-hero-v8__proof,
.rn-hero-v8__actions,
.rn-hero-v8__visual {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .85s cubic-bezier(.16, 1, .3, 1),
    transform .85s cubic-bezier(.16, 1, .3, 1);
}

.rn-hero-v8.is-visible .rn-hero-v8__header,
.rn-hero-v8.is-visible .rn-hero-v8__tag,
.rn-hero-v8.is-visible h1,
.rn-hero-v8.is-visible h2,
.rn-hero-v8.is-visible .rn-hero-v8__copy p,
.rn-hero-v8.is-visible .rn-hero-v8__gold-line,
.rn-hero-v8.is-visible .rn-hero-v8__proof,
.rn-hero-v8.is-visible .rn-hero-v8__actions,
.rn-hero-v8.is-visible .rn-hero-v8__visual {
  opacity: 1;
  transform: translateY(0);
}

.rn-hero-v8.is-visible h1 {
  transition-delay: .06s;
}

.rn-hero-v8.is-visible h2 {
  transition-delay: .12s;
}

.rn-hero-v8.is-visible .rn-hero-v8__copy p {
  transition-delay: .18s;
}

.rn-hero-v8.is-visible .rn-hero-v8__gold-line {
  transition-delay: .22s;
}

.rn-hero-v8.is-visible .rn-hero-v8__proof {
  transition-delay: .28s;
}

.rn-hero-v8.is-visible .rn-hero-v8__actions {
  transition-delay: .34s;
}

.rn-hero-v8.is-visible .rn-hero-v8__visual {
  transition-delay: .18s;
}

/* RESPONSIVO TABLET */

@media (max-width: 1440px) {
  .rn-hero-v8__body {
    grid-template-columns: 47% 53%;
    padding-left: 46px;
    padding-right: 24px;
  }

  .rn-hero-v8 h1 {
    font-size: clamp(66px, 5.9vw, 104px);
  }

  .rn-hero-v8 h2 {
    font-size: clamp(34px, 2.9vw, 52px);
  }

  .rn-hero-v8__visual {
    transform: scale(.88);
  }

  .rn-hero-v8__metric-card--instagram {
    left: 0;
  }

  .rn-hero-v8__metric-card--google {
    left: -5%;
  }

  .rn-hero-v8__metric-card--meta {
    right: -2%;
  }

  .rn-hero-v8__metric-card--whatsapp {
    right: -4%;
  }
}

@media (max-width: 1180px) {
  .rn-hero-v8__shell {
    min-height: auto;
  }

  .rn-hero-v8__header {
    height: auto;
    padding: 28px 28px 0;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rn-hero-v8__nav {
    gap: 26px;
    flex-wrap: wrap;
  }

  .rn-hero-v8__body {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 60px 34px 54px;
  }

  .rn-hero-v8__copy {
    max-width: 100%;
  }

  .rn-hero-v8__visual {
    min-height: 620px;
    margin-top: 28px;
    transform: none;
  }

  .rn-hero-v8__metric-card--instagram {
    top: 118px;
    left: 5%;
  }

  .rn-hero-v8__metric-card--google {
    top: 330px;
    left: 3%;
  }

  .rn-hero-v8__metric-card--meta {
    top: 146px;
    right: 5%;
  }

  .rn-hero-v8__metric-card--whatsapp {
    top: 350px;
    right: 4%;
  }

  .rn-hero-v8__roas-card {
    top: 230px;
  }

  .rn-hero-v8__bars {
    left: 42%;
    top: 70px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .rn-hero-v8__shell {
    min-height: auto;
  }

  .rn-hero-v8__header {
    padding: 22px 18px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .rn-hero-v8__nav {
    justify-content: center;
    gap: 16px 20px;
    padding-top: 0;
  }

  .rn-hero-v8__nav a {
    font-size: 14px;
  }

  .rn-hero-v8__top-cta {
    min-height: 52px;
    min-width: 100%;
    font-size: 15px;
  }

  .rn-hero-v8__body {
    padding: 44px 22px 42px;
  }

  .rn-hero-v8__copy {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .rn-hero-v8__tag {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    margin: 0 auto 34px auto !important;
    text-align: center !important;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .rn-hero-v8 h1 {
    font-size: 56px;
    line-height: .96;
  }

  .rn-hero-v8 h2 {
    margin-top: 24px;
    font-size: 31px;
    line-height: 1.16;
  }

  .rn-hero-v8__copy p {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.55;
  }

  .rn-hero-v8__gold-line {
    margin-top: 28px;
  }

  .rn-hero-v8__proof {
    margin-top: 26px;
    align-items: flex-start;
    font-size: 13px;
  }

  .rn-hero-v8__proof em {
    margin: 0 6px;
  }

  .rn-hero-v8__actions {
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .rn-hero-v8__btn {
    width: 100%;
    min-height: 58px;
    padding: 0 24px;
    font-size: 15px;
  }

  .rn-hero-v8__btn--secondary {
    min-width: 100%;
  }

  .rn-hero-v8__visual {
    position: relative !important;
    min-height: auto !important;
    height: auto !important;
    margin-top: 38px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    align-items: stretch !important;
    overflow: visible !important;
    transform: none !important;
  }

  .rn-hero-v8__visual::before {
    left: -30% !important;
    right: -30% !important;
    top: 18% !important;
    bottom: auto !important;
    height: 420px !important;
    opacity: .55 !important;
  }

  .rn-hero-v8__particles {
    position: absolute !important;
    inset: 0 !important;
    opacity: .42 !important;
    pointer-events: none !important;
  }

  .rn-hero-v8__bars {
    position: absolute !important;
    left: 50% !important;
    top: 86px !important;
    width: 160px !important;
    height: 210px !important;
    gap: 12px !important;
    transform: translateX(-50%) !important;
    opacity: .16 !important;
    z-index: 0 !important;
    pointer-events: none !important;
  }

  .rn-hero-v8__bars span {
    width: 26px !important;
  }

  .rn-hero-v8__rings {
    position: absolute !important;
    left: -50% !important;
    right: -50% !important;
    bottom: 92px !important;
    height: 120px !important;
    opacity: .55 !important;
    z-index: 0 !important;
    pointer-events: none !important;
  }

  .rn-hero-v8__metric-card,
  .rn-hero-v8__roas-card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 3 !important;
  }

  .rn-hero-v8__metric-card--instagram {
    order: 1;
    width: 100% !important;
  }

  .rn-hero-v8__metric-card--meta {
    order: 2;
    width: 100% !important;
  }

  .rn-hero-v8__roas-card {
    order: 3;
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: 280px !important;
    margin: 4px auto 2px !important;
  }

  .rn-hero-v8__metric-card--google {
    order: 4;
    width: 100% !important;
  }

  .rn-hero-v8__metric-card--whatsapp {
    order: 5;
    width: 100% !important;
  }

  .rn-hero-v8__metric-card {
    min-height: 116px !important;
    padding: 18px 14px !important;
    border-radius: 18px !important;
  }

  .rn-hero-v8__metric-top {
    gap: 10px !important;
  }

  .rn-hero-v8__metric-top strong {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .rn-hero-v8__metric-bottom {
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .rn-hero-v8__metric-bottom span {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .rn-hero-v8__metric-bottom small {
    display: inline-block;
    font-size: 11px !important;
  }

  .rn-hero-v8__trend-arrow {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }

  .rn-hero-v8__trend-arrow svg {
    width: 22px !important;
    height: 22px !important;
  }

  .rn-hero-v8__instagram-icon,
  .rn-hero-v8__google-icon,
  .rn-hero-v8__whatsapp-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  .rn-hero-v8__instagram-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  .rn-hero-v8__google-icon svg {
    width: 31px !important;
    height: 26px !important;
  }

  .rn-hero-v8__whatsapp-icon svg {
    width: 30px !important;
    height: 30px !important;
  }

  .rn-hero-v8__meta-icon {
    width: 42px !important;
    height: 25px !important;
    min-width: 42px !important;
  }

  .rn-hero-v8__meta-icon svg {
    width: 42px !important;
    height: 25px !important;
  }

  .rn-hero-v8__roas-card {
    min-height: 300px !important;
    border-radius: 26px !important;
    padding: 30px 22px 26px !important;
  }

  .rn-hero-v8__roas-icon {
    width: 72px !important;
    height: 72px !important;
    margin-bottom: 24px !important;
  }

  .rn-hero-v8__roas-icon svg {
    width: 42px !important;
    height: 42px !important;
  }

  .rn-hero-v8__roas-label {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }

  .rn-hero-v8__roas-card strong {
    font-size: 58px !important;
  }

  .rn-hero-v8__roas-card p {
    font-size: 16px !important;
    margin-top: 20px !important;
  }

  .rn-hero-v8__rings span:nth-child(1) {
    width: 190px !important;
    height: 38px !important;
  }

  .rn-hero-v8__rings span:nth-child(2) {
    width: 330px !important;
    height: 62px !important;
  }

  .rn-hero-v8__rings span:nth-child(3) {
    width: 500px !important;
    height: 92px !important;
  }

  .rn-hero-v8__rings span:nth-child(4) {
    width: 660px !important;
    height: 120px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d00b41 */.rn-about-v2,
.rn-about-v2 * {
  box-sizing: border-box;
}

.rn-about-v2 {
  width: 100%;
  padding: 14px 22px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-about-v2__shell {
  position: relative;
  width: 100%;
  min-height: 620px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,255,255,0.075), transparent 31%),
    radial-gradient(circle at 82% 50%, rgba(255,255,255,0.055), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.032), rgba(255,255,255,0.012));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 24px 70px rgba(0,0,0,0.45);
}

.rn-about-v2__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.024) 0px,
      rgba(255,255,255,0.024) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .22;
  pointer-events: none;
}

.rn-about-v2__photo-bg {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 78%;
  height: 100%;
  background-image: url('https://trendwebsites.com.br/wp-content/uploads/2026/07/sobre_mim.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  filter: contrast(1.06) brightness(.82) saturate(.86);
  opacity: .98;
}

.rn-about-v2__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3,3,3,1) 0%,
      rgba(3,3,3,.96) 24%,
      rgba(3,3,3,.78) 43%,
      rgba(3,3,3,.38) 64%,
      rgba(3,3,3,.26) 82%,
      rgba(3,3,3,.46) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3,3,3,.30) 0%,
      rgba(3,3,3,.10) 40%,
      rgba(3,3,3,.66) 100%
    ),
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.045), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.055), transparent 38%);
}

.rn-about-v2__content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 850px;
  padding: 78px 0 68px 72px;
}

.rn-about-v2__tag {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.025);
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.015em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.28);
  margin-bottom: 38px;
}

.rn-about-v2__tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.72);
  display: block;
}

.rn-about-v2 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 4.2vw, 74px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -0.06em;
  text-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

.rn-about-v2__line {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 1px;
  margin: 30px 0 34px;
  background: linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,.06), transparent);
}

.rn-about-v2__line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,204,139,.95), rgba(255,255,255,.28), transparent);
  box-shadow: 0 0 18px rgba(255,204,139,.38);
}

.rn-about-v2__text {
  margin: 0;
  max-width: 650px;
  color: rgba(255,255,255,0.72);
  font-size: clamp(18px, 1.22vw, 22px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.022em;
}

.rn-about-v2__text strong {
  color: rgba(255,255,255,0.96);
  font-weight: 700;
}

.rn-about-v2__features {
  width: 100%;
  max-width: 825px;
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.rn-about-v2__feature {
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: start;
  gap: 26px;
  padding: 0 34px 34px 0;
}

.rn-about-v2__feature:nth-child(2),
.rn-about-v2__feature:nth-child(4) {
  padding-left: 34px;
  padding-right: 0;
}

.rn-about-v2__feature:nth-child(1),
.rn-about-v2__feature:nth-child(2) {
  border-bottom: 1px solid rgba(255,255,255,0.09);
  padding-bottom: 36px;
}

.rn-about-v2__feature:nth-child(1),
.rn-about-v2__feature:nth-child(3) {
  border-right: 1px solid rgba(255,255,255,0.09);
}

.rn-about-v2__feature:nth-child(3),
.rn-about-v2__feature:nth-child(4) {
  padding-top: 34px;
  padding-bottom: 0;
}

.rn-about-v2__icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.12), transparent 54%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.075),
    0 14px 34px rgba(0,0,0,0.38);
}

.rn-about-v2__icon svg {
  width: 26px;
  height: 26px;
}

.rn-about-v2__feature h3 {
  margin: 1px 0 9px;
  color: rgba(255,255,255,0.94);
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.rn-about-v2__feature p {
  margin: 0;
  max-width: 270px;
  color: rgba(255,255,255,0.56);
  font-size: clamp(15px, .98vw, 17px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.018em;
}

.rn-about-v2__bottom {
  width: fit-content;
  max-width: 100%;
  min-height: 54px;
  margin-top: 58px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.105);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.60);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.015em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 18px 42px rgba(0,0,0,0.34);
}

.rn-about-v2__bottom-icon {
  width: 27px;
  height: 27px;
  min-width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d29b58;
}

.rn-about-v2__bottom-icon svg {
  width: 22px;
  height: 22px;
}

/* ANIMAÇÕES */

.rn-about-v2__tag,
.rn-about-v2 h2,
.rn-about-v2__line,
.rn-about-v2__text,
.rn-about-v2__features,
.rn-about-v2__bottom {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .85s cubic-bezier(.16, 1, .3, 1),
    transform .85s cubic-bezier(.16, 1, .3, 1);
}

.rn-about-v2.is-visible .rn-about-v2__tag,
.rn-about-v2.is-visible h2,
.rn-about-v2.is-visible .rn-about-v2__line,
.rn-about-v2.is-visible .rn-about-v2__text,
.rn-about-v2.is-visible .rn-about-v2__features,
.rn-about-v2.is-visible .rn-about-v2__bottom {
  opacity: 1;
  transform: translateY(0);
}

.rn-about-v2.is-visible h2 {
  transition-delay: .08s;
}

.rn-about-v2.is-visible .rn-about-v2__line {
  transition-delay: .14s;
}

.rn-about-v2.is-visible .rn-about-v2__text {
  transition-delay: .20s;
}

.rn-about-v2.is-visible .rn-about-v2__features {
  transition-delay: .30s;
}

.rn-about-v2.is-visible .rn-about-v2__bottom {
  transition-delay: .40s;
}

/* RESPONSIVO TABLET */

@media (max-width: 1280px) {
  .rn-about-v2__content {
    max-width: 790px;
    padding-left: 52px;
  }

  .rn-about-v2__photo-bg {
    width: 82%;
    background-position: 64% center;
  }

  .rn-about-v2__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3,3,3,1) 0%,
        rgba(3,3,3,.96) 25%,
        rgba(3,3,3,.80) 48%,
        rgba(3,3,3,.42) 68%,
        rgba(3,3,3,.42) 100%
      ),
      linear-gradient(
        180deg,
        rgba(3,3,3,.30) 0%,
        rgba(3,3,3,.12) 40%,
        rgba(3,3,3,.70) 100%
      );
  }
}

@media (max-width: 1024px) {
  .rn-about-v2 {
    padding: 12px 14px;
  }

  .rn-about-v2__shell {
    min-height: auto;
  }

  .rn-about-v2__photo-bg {
    width: 100%;
    height: 100%;
    inset: 0;
    background-position: center right;
    opacity: .42;
  }

  .rn-about-v2__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3,3,3,.96) 0%,
        rgba(3,3,3,.88) 36%,
        rgba(3,3,3,.82) 64%,
        rgba(3,3,3,.94) 100%
      ),
      linear-gradient(
        90deg,
        rgba(3,3,3,.96) 0%,
        rgba(3,3,3,.72) 52%,
        rgba(3,3,3,.46) 100%
      ),
      radial-gradient(circle at 75% 38%, rgba(210,155,88,.12), transparent 38%);
  }

  .rn-about-v2__content {
    max-width: 100%;
    padding: 58px 38px 58px;
  }

  .rn-about-v2__features {
    max-width: 100%;
  }
}

/* MOBILE CORRIGIDO: FOTO COMO FUNDO, SEM ESPAÇO VAZIO NO FINAL */

@media (max-width: 767px) {
  .rn-about-v2 {
    padding: 10px;
  }

  .rn-about-v2__shell {
    border-radius: 18px;
    min-height: auto;
  }

  .rn-about-v2__photo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 68% center;
    background-repeat: no-repeat;
    opacity: .28;
    filter: contrast(1.08) brightness(.72) saturate(.82);
  }

  .rn-about-v2__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3,3,3,.92) 0%,
        rgba(3,3,3,.82) 32%,
        rgba(3,3,3,.78) 62%,
        rgba(3,3,3,.92) 100%
      ),
      linear-gradient(
        90deg,
        rgba(3,3,3,.96) 0%,
        rgba(3,3,3,.78) 54%,
        rgba(3,3,3,.58) 100%
      ),
      radial-gradient(circle at 75% 38%, rgba(210,155,88,.13), transparent 38%);
  }

  .rn-about-v2__content {
    max-width: 100%;
    padding: 42px 22px 44px;
  }

  .rn-about-v2__tag {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    margin-bottom: 28px;
  }

  .rn-about-v2 h2 {
    font-size: 42px;
    line-height: 1;
  }

  .rn-about-v2__line {
    margin: 24px 0 26px;
  }

  .rn-about-v2__text {
    font-size: 17px;
    line-height: 1.55;
  }

  .rn-about-v2__features {
    grid-template-columns: 1fr;
    margin-top: 38px;
    gap: 0;
  }

  .rn-about-v2__feature,
  .rn-about-v2__feature:nth-child(2),
  .rn-about-v2__feature:nth-child(4) {
    grid-template-columns: 56px 1fr;
    gap: 20px;
    padding: 24px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    min-height: auto;
  }

  .rn-about-v2__feature:nth-child(1) {
    padding-top: 0 !important;
  }

  .rn-about-v2__feature:nth-child(4) {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .rn-about-v2__icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
  }

  .rn-about-v2__icon svg {
    width: 24px;
    height: 24px;
  }

  .rn-about-v2__feature h3 {
    font-size: 19px;
  }

  .rn-about-v2__feature p {
    font-size: 15px;
  }

  .rn-about-v2__bottom {
    width: 100%;
    min-height: auto;
    margin-top: 38px;
    padding: 16px 18px;
    border-radius: 18px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e739c3b */.rn-services-v2,
.rn-services-v2 * {
  box-sizing: border-box;
}

.rn-services-v2 {
  width: 100%;
  padding: 14px 18px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #fff;
}

.rn-services-v2__shell {
  position: relative;
  width: 100%;
  border: 1px solid rgba(217, 178, 122, 0.20);
  border-radius: 22px;
  overflow: hidden;
  padding: 34px 24px 26px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.045), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(217,178,122,0.06), transparent 26%),
    radial-gradient(circle at 75% 80%, rgba(217,178,122,0.05), transparent 30%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 24px 60px rgba(0,0,0,0.42);
}

.rn-services-v2__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.028) 0px,
      rgba(255,255,255,0.028) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .26;
}

.rn-services-v2__shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3,3,3,0.26) 0%,
      rgba(3,3,3,0.08) 28%,
      rgba(3,3,3,0.00) 50%,
      rgba(3,3,3,0.08) 72%,
      rgba(3,3,3,0.18) 100%
    );
}

.rn-services-v2__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 34px;
}

.rn-services-v2__heading {
  max-width: 620px;
}

.rn-services-v2__tag {
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.28);
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01));
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 32px rgba(0,0,0,0.20);
  margin-bottom: 28px;
}

.rn-services-v2__tag span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9b27a;
  box-shadow: 0 0 14px rgba(217,178,122,0.55);
  display: block;
}

.rn-services-v2__heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 4.3vw, 74px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.rn-services-v2__intro {
  max-width: 650px;
  padding-top: 54px;
  color: rgba(255,255,255,0.70);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.rn-services-v2__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.rn-services-v2__card {
  position: relative;
  min-height: 318px;
  padding: 30px 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(217,178,122,0.18);
  background:
    radial-gradient(circle at 22% 10%, rgba(255,255,255,0.05), transparent 30%),
    linear-gradient(180deg, rgba(18,18,18,0.92) 0%, rgba(8,8,8,0.94) 100%);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 18px 40px rgba(0,0,0,0.28);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}

.rn-services-v2__card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.04), transparent 38%),
    linear-gradient(180deg, transparent 55%, rgba(217,178,122,0.025) 100%);
  opacity: .9;
}

.rn-services-v2__card:hover {
  transform: translateY(-7px);
  border-color: rgba(217,178,122,0.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 24px 54px rgba(0,0,0,0.42),
    0 0 40px rgba(217,178,122,0.08);
}

.rn-services-v2__icon-box {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  border: 1px solid rgba(217,178,122,0.20);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 14px 28px rgba(0,0,0,0.22);
  margin-bottom: 26px;
}

.rn-services-v2__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  font-weight: 800;
  line-height: 1;
}

.rn-services-v2__icon--google {
  font-size: 24px;
  font-family: Arial, sans-serif;
}

.rn-services-v2__icon--meta svg,
.rn-services-v2__icon--code svg,
.rn-services-v2__icon--chart svg {
  width: 26px !important;
  height: 26px !important;
  display: block;
}

.rn-services-v2__card h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 1.6vw, 36px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.rn-services-v2__card p {
  margin: 0;
  min-height: 98px;
  color: rgba(255,255,255,0.70);
  font-size: 17px;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.rn-services-v2__line {
  width: 100%;
  height: 1px;
  margin: 22px 0 18px;
  background: linear-gradient(90deg, rgba(217,178,122,0.34), rgba(217,178,122,0.08), transparent);
}

.rn-services-v2__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rn-services-v2__meta span {
  color: #d9b27a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.rn-services-v2__meta strong {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  border: 1px solid rgba(217,178,122,0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.84);
  font-size: 15px;
  font-weight: 700;
  background: rgba(255,255,255,0.01);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

/* animação de entrada */
.rn-services-v2__top,
.rn-services-v2__card {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .8s cubic-bezier(.16,1,.3,1),
    transform .8s cubic-bezier(.16,1,.3,1);
}

.rn-services-v2.is-visible .rn-services-v2__top,
.rn-services-v2.is-visible .rn-services-v2__card {
  opacity: 1;
  transform: translateY(0);
}

.rn-services-v2.is-visible .rn-services-v2__card:nth-child(1) { transition-delay: .08s; }
.rn-services-v2.is-visible .rn-services-v2__card:nth-child(2) { transition-delay: .14s; }
.rn-services-v2.is-visible .rn-services-v2__card:nth-child(3) { transition-delay: .20s; }
.rn-services-v2.is-visible .rn-services-v2__card:nth-child(4) { transition-delay: .26s; }

/* RESPONSIVO */
@media (max-width: 1200px) {
  .rn-services-v2__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rn-services-v2__intro {
    padding-top: 0;
    max-width: 100%;
  }

  .rn-services-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rn-services-v2 {
    padding: 10px;
  }

  .rn-services-v2__shell {
    padding: 24px 16px 18px;
    border-radius: 18px;
  }

  .rn-services-v2__tag {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    margin-bottom: 18px;
  }

  .rn-services-v2__heading h2 {
    font-size: 42px;
    line-height: 1;
  }

  .rn-services-v2__intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .rn-services-v2__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rn-services-v2__card {
    min-height: auto;
    padding: 24px 20px 20px;
    border-radius: 20px;
  }

  .rn-services-v2__icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .rn-services-v2__card h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .rn-services-v2__card p {
    min-height: auto;
    font-size: 15px;
  }

  .rn-services-v2__meta span {
    font-size: 14px;
  }

  .rn-services-v2__meta strong {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4fa841 */.rn-clients,
.rn-clients * {
  box-sizing: border-box;
}

.rn-clients {
  width: 100%;
  padding: 14px 18px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-clients__shell {
  position: relative;
  width: 100%;
  border: 1px solid rgba(217,178,122,0.20);
  border-radius: 22px;
  padding: 70px 0 74px;
  background:
    radial-gradient(circle at 13% 12%, rgba(255,255,255,0.060), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(217,178,122,0.070), transparent 30%),
    radial-gradient(circle at 72% 86%, rgba(217,178,122,0.055), transparent 34%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 24px 70px rgba(0,0,0,0.48);
  overflow: hidden;
}

.rn-clients__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0px,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .27;
  pointer-events: none;
  z-index: 1;
}

.rn-clients__shell::after {
  content: '';
  position: absolute;
  right: -170px;
  top: -230px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(217,178,122,0.13), transparent 63%);
  opacity: .72;
  pointer-events: none;
  z-index: 1;
}

/* TOPO */

.rn-clients__top {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: end;
  gap: 40px;
  padding: 0 72px;
  margin-bottom: 54px;
}

.rn-clients .rn-section-tag {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.30);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.010));
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.22);
}

.rn-clients .rn-section-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9b27a;
  box-shadow: 0 0 14px rgba(217,178,122,0.55);
  display: block;
}

.rn-section-tag--clients {
  margin-bottom: 31px;
}

.rn-clients h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 3.8vw, 68px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.065em;
  text-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

.rn-clients__gold-line {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, rgba(217,178,122,0.90), rgba(217,178,122,0.18), transparent);
  box-shadow: 0 0 18px rgba(217,178,122,0.24);
}

.rn-clients__gold-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 82px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,229,165,0.95), rgba(217,178,122,0.35), transparent);
  box-shadow: 0 0 20px rgba(217,178,122,0.38);
}

.rn-clients__top p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,0.64);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* CARROSSEL */

.rn-clients__carousel {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: visible;
  padding: 24px 0 38px;
}

.rn-clients__carousel::before,
.rn-clients__carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 190px;
  pointer-events: none;
  z-index: 8;
}

.rn-clients__carousel::before {
  left: 0;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3,3,3,0.86) 38%, transparent 100%);
}

.rn-clients__carousel::after {
  right: 0;
  background:
    linear-gradient(270deg, #030303 0%, rgba(3,3,3,0.86) 38%, transparent 100%);
}

.rn-clients__track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 0 72px;
  animation: rnClientsMarquee 54s linear infinite;
  animation-delay: 0s !important;
  will-change: transform;
}

.rn-clients__track.is-paused,
.rn-clients__carousel:hover .rn-clients__track {
  animation-play-state: paused;
}

@keyframes rnClientsMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* CARD */

.rn-client-slide {
  position: relative;
  width: 410px;
  flex: 0 0 410px;
  z-index: 1;
  transition: z-index .2s ease;
}

.rn-client-slide:hover {
  z-index: 20;
}

.rn-client-slide__link {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(217,178,122,0.18);
  border-radius: 20px;
  padding: 14px 14px 24px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.075), transparent 36%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.035), transparent 30%),
    linear-gradient(180deg, rgba(18,18,18,0.94), rgba(8,8,8,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.040),
    0 18px 50px rgba(0,0,0,0.36);
  overflow: hidden;
  cursor: default;
  transform-origin: center center;
  transition:
    transform .48s cubic-bezier(.16, 1, .3, 1),
    border-color .38s ease,
    background .38s ease,
    box-shadow .38s ease;
}

.rn-client-slide__link::before {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,229,165,0.55), transparent);
  opacity: .34;
  transition: opacity .35s ease;
  z-index: 3;
}

.rn-client-slide__link::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(217,178,122,0.035) 100%);
  opacity: .85;
  pointer-events: none;
  z-index: 1;
}

.rn-client-slide:hover .rn-client-slide__link {
  transform: translateY(-15px) scale(1.065);
  border-color: rgba(217,178,122,0.42);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.105), transparent 38%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.070), transparent 30%),
    linear-gradient(180deg, rgba(24,24,24,0.98), rgba(8,8,8,0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 38px 90px rgba(0,0,0,0.64),
    0 0 46px rgba(217,178,122,0.095);
}

.rn-client-slide:hover .rn-client-slide__link::before {
  opacity: 1;
}

/* IMAGEM */

.rn-client-slide__media {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 245px;
  border-radius: 15px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.09), transparent 48%),
    rgba(255,255,255,0.025);
  border: 1px solid rgba(217,178,122,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.30);
}

.rn-client-slide__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0,0,0,0.58) 100%),
    radial-gradient(circle at 50% 15%, rgba(255,255,255,0.075), transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(217,178,122,0.10), transparent 54%);
  pointer-events: none;
}

.rn-client-slide__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  filter: grayscale(100%) contrast(1.06) brightness(.78);
  transition:
    transform .58s cubic-bezier(.16, 1, .3, 1),
    filter .55s ease;
}

.rn-client-slide:hover .rn-client-slide__media img {
  transform: scale(1.06);
  filter: grayscale(20%) contrast(1.08) brightness(.94);
}

/* CONTEÚDO */

.rn-client-slide__content {
  position: relative;
  z-index: 3;
  padding: 24px 12px 0;
}

.rn-client-slide__tag {
  width: fit-content;
  min-height: 31px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.24);
  background: rgba(217,178,122,0.035);
  display: inline-flex;
  align-items: center;
  color: rgba(217,178,122,0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  max-width: 100%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.rn-client-slide__content h3 {
  margin: 0;
  color: rgba(255,255,255,0.96);
  font-size: clamp(22px, 1.45vw, 28px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.048em;
}

.rn-client-slide__content p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.58);
  font-size: 15px;
  line-height: 1.52;
  font-weight: 400;
  letter-spacing: -0.015em;
}

/* GARANTIA: SEM BOTÃO INFERIOR / SEM AÇÃO */

.rn-client-slide__action,
.rn-clients__hint {
  display: none !important;
}

/* ANIMAÇÕES DE ENTRADA */

.rn-clients.is-visible .rn-section-tag,
.rn-clients.is-visible h2,
.rn-clients.is-visible .rn-clients__gold-line,
.rn-clients.is-visible .rn-clients__top p,
.rn-clients.is-visible .rn-clients__carousel {
  animation: rnClientsFadeUp .85s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-clients.is-visible h2 {
  animation-delay: .08s;
}

.rn-clients.is-visible .rn-clients__gold-line {
  animation-delay: .12s;
}

.rn-clients.is-visible .rn-clients__top p {
  animation-delay: .16s;
}

.rn-clients.is-visible .rn-clients__carousel {
  animation-delay: .24s;
}

@keyframes rnClientsFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 1280px) {
  .rn-client-slide {
    width: 370px;
    flex-basis: 370px;
  }

  .rn-client-slide__link {
    min-height: 410px;
  }

  .rn-client-slide__media {
    height: 225px;
  }
}

@media (max-width: 1024px) {
  .rn-clients {
    padding: 12px 14px;
  }

  .rn-clients__shell {
    padding: 56px 0 58px;
  }

  .rn-clients__top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 38px;
    margin-bottom: 40px;
  }

  .rn-clients__top p {
    max-width: 760px;
  }

  .rn-clients__track {
    padding: 0 38px;
    gap: 18px;
    animation-duration: 46s;
  }

  .rn-clients__carousel::before,
  .rn-clients__carousel::after {
    width: 90px;
  }

  .rn-client-slide {
    width: 340px;
    flex-basis: 340px;
  }

  .rn-client-slide:hover .rn-client-slide__link {
    transform: translateY(-10px) scale(1.04);
  }
}

@media (max-width: 767px) {
  .rn-clients {
    padding: 10px;
  }

  .rn-clients__shell {
    border-radius: 18px;
    padding: 42px 0 46px;
  }

  .rn-clients__top {
    padding: 0 22px;
    margin-bottom: 30px;
  }

  .rn-clients h2 {
    font-size: 42px;
    line-height: 1;
  }

  .rn-clients__gold-line {
    margin-top: 22px;
  }

  .rn-clients__top p {
    font-size: 16px;
    line-height: 1.55;
  }

  .rn-clients__carousel {
    padding: 16px 0 26px;
    overflow: hidden;
  }

  .rn-clients__carousel::before,
  .rn-clients__carousel::after {
    width: 56px;
  }

  .rn-clients__track {
    padding: 0 22px;
    gap: 16px;
    animation-duration: 40s;
  }

  .rn-client-slide {
    width: 292px;
    flex-basis: 292px;
  }

  .rn-client-slide__link {
    min-height: 380px;
    padding: 12px 12px 22px;
    border-radius: 17px;
  }

  .rn-client-slide__media {
    height: 190px;
    border-radius: 12px;
  }

  .rn-client-slide__content {
    padding: 22px 8px 0;
  }

  .rn-client-slide__content h3 {
    font-size: 23px;
  }

  .rn-client-slide__content p {
    font-size: 14px;
  }

  .rn-client-slide:hover .rn-client-slide__link {
    transform: translateY(-6px) scale(1.02);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26bcb35 */.rn-politics,
.rn-politics * {
  box-sizing: border-box;
}

.rn-politics {
  width: 100%;
  padding: 14px 18px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-politics__shell {
  position: relative;
  width: 100%;
  border: 1px solid rgba(217,178,122,0.20);
  border-radius: 22px;
  padding: 70px 72px 72px;
  background:
    radial-gradient(circle at 13% 12%, rgba(255,255,255,0.060), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(217,178,122,0.070), transparent 30%),
    radial-gradient(circle at 72% 86%, rgba(217,178,122,0.055), transparent 34%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 24px 70px rgba(0,0,0,0.48);
  overflow: hidden;
}

.rn-politics__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0px,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .27;
  pointer-events: none;
  z-index: 1;
}

.rn-politics__shell::after {
  content: '';
  position: absolute;
  right: -170px;
  top: -230px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(217,178,122,0.13), transparent 63%);
  opacity: .72;
  pointer-events: none;
  z-index: 1;
}

/* TOPO */

.rn-politics__top {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: end;
  gap: 40px;
  margin-bottom: 52px;
}

.rn-politics .rn-section-tag {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.30);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.010));
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.22);
}

.rn-politics .rn-section-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9b27a;
  box-shadow: 0 0 14px rgba(217,178,122,0.55);
  display: block;
}

.rn-section-tag--politics {
  margin-bottom: 31px;
}

.rn-politics h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 3.8vw, 68px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.065em;
  text-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

.rn-politics__gold-line {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, rgba(217,178,122,0.90), rgba(217,178,122,0.18), transparent);
  box-shadow: 0 0 18px rgba(217,178,122,0.24);
}

.rn-politics__gold-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 82px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,229,165,0.95), rgba(217,178,122,0.35), transparent);
  box-shadow: 0 0 20px rgba(217,178,122,0.38);
}

.rn-politics__top p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,0.64);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* GRID */

.rn-politics__rows {
  position: relative;
  z-index: 3;
}

.rn-politics__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.rn-politics__row {
  margin-top: 0;
}

.rn-politics__row--hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-18px);
  pointer-events: none;
  transition:
    max-height .85s cubic-bezier(.16, 1, .3, 1),
    opacity .45s ease,
    transform .65s cubic-bezier(.16, 1, .3, 1),
    margin-top .45s ease;
}

.rn-politics__row--hidden.is-visible-row {
  max-height: 640px;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
  pointer-events: auto;
  margin-top: 22px;
}

/* CARD */

.rn-politic-card {
  position: relative;
  min-height: 405px;
  border: 1px solid rgba(217,178,122,0.18);
  border-radius: 20px;
  padding: 14px 14px 24px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.075), transparent 36%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.035), transparent 30%),
    linear-gradient(180deg, rgba(18,18,18,0.94), rgba(8,8,8,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.040),
    0 18px 50px rgba(0,0,0,0.36);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    transform .38s ease,
    border-color .38s ease,
    background .38s ease,
    box-shadow .38s ease;
}

.rn-politic-card::before {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,229,165,0.55), transparent);
  opacity: .34;
  transition: opacity .35s ease;
  z-index: 4;
}

.rn-politic-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(217,178,122,0.035) 100%);
  opacity: .85;
  pointer-events: none;
  z-index: 1;
}

.rn-politic-card:hover {
  transform: translateY(-9px);
  border-color: rgba(217,178,122,0.42);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.105), transparent 38%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.070), transparent 30%),
    linear-gradient(180deg, rgba(24,24,24,0.98), rgba(8,8,8,0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 34px 80px rgba(0,0,0,0.60),
    0 0 46px rgba(217,178,122,0.095);
}

.rn-politic-card:hover::before {
  opacity: 1;
}

/* FOTO */

.rn-politic-card__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.09), transparent 48%),
    rgba(255,255,255,0.025);
  border: 1px solid rgba(217,178,122,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.30);
}

.rn-politic-card__photo::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0,0,0,0.58) 100%),
    radial-gradient(circle at 50% 15%, rgba(255,255,255,0.075), transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(217,178,122,0.10), transparent 54%);
  pointer-events: none;
}

.rn-politic-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
  filter: grayscale(100%) contrast(1.06) brightness(.78);
  transition:
    transform .58s cubic-bezier(.16, 1, .3, 1),
    filter .55s ease;
}

.rn-politic-card:hover .rn-politic-card__photo img {
  transform: scale(1.055);
  filter: grayscale(22%) contrast(1.08) brightness(.94);
}

/* CONTEÚDO */

.rn-politic-card__content {
  position: relative;
  z-index: 3;
  padding: 24px 12px 0;
}

.rn-politic-card__tag {
  width: fit-content;
  min-height: 31px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.24);
  background: rgba(217,178,122,0.035);
  display: inline-flex;
  align-items: center;
  color: rgba(217,178,122,0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.rn-politic-card__content h3 {
  margin: 0;
  color: rgba(255,255,255,0.96);
  font-size: clamp(20px, 1.35vw, 26px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.048em;
}

.rn-politic-card__content p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.58);
  font-size: clamp(14px, .98vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.rn-politic-card__meta {
  display: none !important;
}

/* BOTÃO VER MAIS / FECHAR */

.rn-politics__expand {
  position: relative;
  z-index: 4;
  margin: 36px 0 0;
  display: flex;
  justify-content: center;
}

.rn-politics__expand-btn {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  padding: 0;
  color: rgba(255,255,255,0.72);
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.rn-politics__expand-line {
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(217,178,122,0.28), rgba(217,178,122,0.06));
}

.rn-politics__expand-line:last-child {
  background: linear-gradient(90deg, rgba(217,178,122,0.06), rgba(217,178,122,0.28), transparent);
}

.rn-politics__expand-content {
  min-height: 56px;
  padding: 0 22px 0 28px;
  border: 1px solid rgba(217,178,122,0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(217,178,122,0.13), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  display: inline-flex;
  align-items: center;
  gap: 14px;
  box-shadow:
    0 20px 48px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transition: all .3s ease;
}

.rn-politics__expand-btn:hover .rn-politics__expand-content {
  color: #ffffff;
  border-color: rgba(217,178,122,0.52);
  background:
    radial-gradient(circle at 50% 0%, rgba(217,178,122,0.20), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.024));
  transform: translateY(-2px);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.48),
    0 0 32px rgba(217,178,122,0.08),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.rn-politics__expand-text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: rgba(255,255,255,0.88);
}

.rn-politics__expand-icon {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(217,178,122,0.26);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  transition: transform .35s ease, border-color .35s ease, color .35s ease;
}

.rn-politics__expand-icon svg {
  width: 17px;
  height: 17px;
}

.rn-politics__expand-btn:hover .rn-politics__expand-icon {
  transform: translateY(2px);
  color: #ffe5a5;
  border-color: rgba(217,178,122,0.46);
}

.rn-politics__expand-btn.is-close .rn-politics__expand-icon {
  transform: rotate(180deg);
  color: #ffe5a5;
}

.rn-politics__expand-btn.is-close:hover .rn-politics__expand-icon {
  transform: rotate(180deg) translateY(-2px);
}

/* NOTE */

.rn-politics__note {
  position: relative;
  z-index: 3;
  margin-top: 28px;
  min-height: 86px;
  border: 1px solid rgba(217,178,122,0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(217,178,122,0.060), rgba(255,255,255,0.016));
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  opacity: 0;
  transform: translateY(28px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.rn-politics__note-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(217,178,122,0.22);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  background:
    linear-gradient(180deg, rgba(217,178,122,0.075), rgba(255,255,255,0.012));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 14px 34px rgba(0,0,0,0.35);
}

.rn-politics__note-icon svg {
  width: 24px;
  height: 24px;
}

.rn-politics__note p {
  margin: 0;
  max-width: 960px;
  color: rgba(255,255,255,0.62);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.015em;
}

/* ANIMAÇÕES */

.rn-politics.is-visible .rn-section-tag,
.rn-politics.is-visible h2,
.rn-politics.is-visible .rn-politics__gold-line,
.rn-politics.is-visible .rn-politics__top p {
  animation: rnPoliticsFadeUp .8s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-politics.is-visible h2 {
  animation-delay: .08s;
}

.rn-politics.is-visible .rn-politics__gold-line {
  animation-delay: .12s;
}

.rn-politics.is-visible .rn-politics__top p {
  animation-delay: .16s;
}

.rn-politics.is-visible .rn-politic-card,
.rn-politics.is-visible .rn-politics__note,
.rn-politics.is-visible .rn-politics__expand {
  animation: rnPoliticsFadeUp .85s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-politics.is-visible .is-visible-row .rn-politic-card:nth-child(1) {
  animation-delay: .14s;
}

.rn-politics.is-visible .is-visible-row .rn-politic-card:nth-child(2) {
  animation-delay: .22s;
}

.rn-politics.is-visible .is-visible-row .rn-politic-card:nth-child(3) {
  animation-delay: .30s;
}

.rn-politics.is-visible .is-visible-row .rn-politic-card:nth-child(4) {
  animation-delay: .38s;
}

.rn-politics.is-visible .rn-politics__expand {
  animation-delay: .44s;
}

.rn-politics.is-visible .rn-politics__note {
  animation-delay: .50s;
}

.rn-politics__row--hidden.is-visible-row .rn-politic-card {
  animation: rnPoliticsFadeUp .75s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-politics__row--hidden.is-visible-row .rn-politic-card:nth-child(1) {
  animation-delay: .04s;
}

.rn-politics__row--hidden.is-visible-row .rn-politic-card:nth-child(2) {
  animation-delay: .10s;
}

.rn-politics__row--hidden.is-visible-row .rn-politic-card:nth-child(3) {
  animation-delay: .16s;
}

.rn-politics__row--hidden.is-visible-row .rn-politic-card:nth-child(4) {
  animation-delay: .22s;
}

@keyframes rnPoliticsFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 1200px) {
  .rn-politics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rn-politic-card {
    min-height: 430px;
  }

  .rn-politic-card__photo {
    height: 280px;
  }

  .rn-politics__row--hidden.is-visible-row {
    max-height: 1120px;
  }
}

@media (max-width: 1024px) {
  .rn-politics {
    padding: 12px 14px;
  }

  .rn-politics__shell {
    padding: 56px 38px;
  }

  .rn-politics__top {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .rn-politics__top p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .rn-politics {
    padding: 10px;
  }

  .rn-politics__shell {
    border-radius: 18px;
    padding: 42px 22px;
  }

  .rn-politics h2 {
    font-size: 42px;
    line-height: 1;
  }

  .rn-politics__gold-line {
    margin-top: 22px;
  }

  .rn-politics__top p {
    font-size: 16px;
    line-height: 1.55;
  }

  .rn-politics__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rn-politic-card {
    min-height: auto;
  }

  .rn-politic-card__photo {
    height: 245px;
  }

  .rn-politic-card__content {
    padding: 22px 10px 0;
  }

  .rn-politic-card__content h3 {
    font-size: 22px;
  }

  .rn-politics__row--hidden.is-visible-row {
    max-height: 2100px;
  }

  .rn-politics__expand-btn {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rn-politics__expand-line {
    display: none;
  }

  .rn-politics__expand-content {
    width: 100%;
    justify-content: center;
  }

  .rn-politics__note {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .rn-politics__note p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6db73c */.rn-diff-v2,
.rn-diff-v2 * {
  box-sizing: border-box;
}

.rn-diff-v2 {
  width: 100%;
  padding: 14px 18px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-diff-v2__shell {
  position: relative;
  width: 100%;
  border: 1px solid rgba(217,178,122,0.20);
  border-radius: 22px;
  padding: 74px 72px 70px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255,255,255,0.060), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(217,178,122,0.070), transparent 30%),
    radial-gradient(circle at 75% 86%, rgba(217,178,122,0.050), transparent 34%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 24px 70px rgba(0,0,0,0.48);
  overflow: hidden;
}

.rn-diff-v2__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0px,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .27;
  pointer-events: none;
  z-index: 1;
}

.rn-diff-v2__shell::after {
  content: '';
  position: absolute;
  right: -170px;
  top: -230px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,178,122,0.13), transparent 63%);
  opacity: .72;
  pointer-events: none;
  z-index: 1;
}

/* TOPO */

.rn-diff-v2__top {
  position: relative;
  z-index: 3;
  max-width: 1040px;
  margin-bottom: 62px;
}

.rn-diff-v2__tag {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.30);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.010));
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.22);
  margin-bottom: 34px;
}

.rn-diff-v2__tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9b27a;
  box-shadow: 0 0 14px rgba(217,178,122,0.55);
  display: block;
}

.rn-diff-v2 h2 {
  margin: 0;
  max-width: 1100px;
  color: #ffffff;
  font-size: clamp(48px, 4.9vw, 86px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.068em;
  text-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

.rn-diff-v2__gold-line {
  position: relative;
  width: 100%;
  max-width: 660px;
  height: 1px;
  margin: 32px 0 30px;
  background: linear-gradient(90deg, rgba(217,178,122,0.90), rgba(217,178,122,0.18), transparent);
  box-shadow: 0 0 18px rgba(217,178,122,0.24);
}

.rn-diff-v2__gold-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,229,165,0.95), rgba(217,178,122,0.35), transparent);
  box-shadow: 0 0 20px rgba(217,178,122,0.38);
}

.rn-diff-v2__top p {
  margin: 0;
  max-width: 780px;
  color: rgba(255,255,255,0.64);
  font-size: clamp(18px, 1.15vw, 21px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* CARDS */

.rn-diff-v2__cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.rn-diff-v2__card {
  position: relative;
  min-height: 320px;
  border: 1px solid rgba(217,178,122,0.18);
  border-radius: 20px;
  padding: 32px 28px 30px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.075), transparent 36%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.035), transparent 30%),
    linear-gradient(180deg, rgba(18,18,18,0.94), rgba(8,8,8,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.040),
    0 18px 50px rgba(0,0,0,0.36);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    transform .38s ease,
    border-color .38s ease,
    background .38s ease,
    box-shadow .38s ease;
}

.rn-diff-v2__card::before {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,229,165,0.55), transparent);
  opacity: .34;
  transition: opacity .35s ease;
  z-index: 4;
}

.rn-diff-v2__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(217,178,122,0.035) 100%);
  opacity: .85;
  pointer-events: none;
  z-index: 1;
}

.rn-diff-v2__card:hover {
  transform: translateY(-9px);
  border-color: rgba(217,178,122,0.42);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.105), transparent 38%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.070), transparent 30%),
    linear-gradient(180deg, rgba(24,24,24,0.98), rgba(8,8,8,0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 34px 80px rgba(0,0,0,0.60),
    0 0 46px rgba(217,178,122,0.095);
}

.rn-diff-v2__card:hover::before {
  opacity: 1;
}

.rn-diff-v2__number {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  min-width: 42px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.20);
  background: rgba(255,255,255,0.010);
  color: rgba(255,255,255,0.56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rn-diff-v2__icon {
  position: relative;
  z-index: 3;
  width: 62px;
  height: 62px;
  border-radius: 17px;
  border: 1px solid rgba(217,178,122,0.22);
  background:
    radial-gradient(circle at 30% 20%, rgba(217,178,122,0.13), transparent 54%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 14px 34px rgba(0,0,0,0.35);
  margin-bottom: 34px;
}

.rn-diff-v2__icon svg {
  width: 26px;
  height: 26px;
}

.rn-diff-v2__card h3 {
  position: relative;
  z-index: 3;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.96);
  font-size: clamp(21px, 1.35vw, 27px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.048em;
}

.rn-diff-v2__card p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: clamp(15px, .98vw, 17px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.015em;
}

/* BARRA INFERIOR */

.rn-diff-v2__bottom-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
  border: 1px solid rgba(217,178,122,0.16);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0.010));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 18px 48px rgba(0,0,0,0.30);
  opacity: 0;
  transform: translateY(28px);
}

.rn-diff-v2__bottom-item {
  padding: 26px 28px;
  border-right: 1px solid rgba(217,178,122,0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(217,178,122,0.04), transparent 50%);
}

.rn-diff-v2__bottom-item:last-child {
  border-right: none;
}

.rn-diff-v2__bottom-item h4 {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.95);
  font-size: clamp(20px, 1.25vw, 25px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.rn-diff-v2__bottom-item p {
  margin: 0;
  color: rgba(217,178,122,0.72);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.015em;
}

/* ANIMAÇÕES */

.rn-diff-v2__tag,
.rn-diff-v2 h2,
.rn-diff-v2__gold-line,
.rn-diff-v2__top p {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .85s cubic-bezier(.16, 1, .3, 1),
    transform .85s cubic-bezier(.16, 1, .3, 1);
}

.rn-diff-v2.is-visible .rn-diff-v2__tag,
.rn-diff-v2.is-visible h2,
.rn-diff-v2.is-visible .rn-diff-v2__gold-line,
.rn-diff-v2.is-visible .rn-diff-v2__top p {
  opacity: 1;
  transform: translateY(0);
}

.rn-diff-v2.is-visible h2 {
  transition-delay: .08s;
}

.rn-diff-v2.is-visible .rn-diff-v2__gold-line {
  transition-delay: .14s;
}

.rn-diff-v2.is-visible .rn-diff-v2__top p {
  transition-delay: .20s;
}

.rn-diff-v2.is-visible .rn-diff-v2__card {
  animation: rnDiffV2FadeUp .85s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-diff-v2.is-visible .rn-diff-v2__card:nth-child(1) {
  animation-delay: .18s;
}

.rn-diff-v2.is-visible .rn-diff-v2__card:nth-child(2) {
  animation-delay: .26s;
}

.rn-diff-v2.is-visible .rn-diff-v2__card:nth-child(3) {
  animation-delay: .34s;
}

.rn-diff-v2.is-visible .rn-diff-v2__card:nth-child(4) {
  animation-delay: .42s;
}

.rn-diff-v2.is-visible .rn-diff-v2__bottom-grid {
  animation: rnDiffV2FadeUp .85s cubic-bezier(.16, 1, .3, 1) .50s both;
}

@keyframes rnDiffV2FadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 1200px) {
  .rn-diff-v2__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .rn-diff-v2__bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rn-diff-v2__bottom-item:nth-child(2) {
    border-right: none;
  }

  .rn-diff-v2__bottom-item:nth-child(1),
  .rn-diff-v2__bottom-item:nth-child(2) {
    border-bottom: 1px solid rgba(217,178,122,0.14);
  }
}

@media (max-width: 1024px) {
  .rn-diff-v2 {
    padding: 12px 14px;
  }

  .rn-diff-v2__shell {
    padding: 56px 38px;
  }

  .rn-diff-v2__top {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .rn-diff-v2 {
    padding: 10px;
  }

  .rn-diff-v2__shell {
    border-radius: 18px;
    padding: 42px 22px;
  }

  .rn-diff-v2__tag {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    margin-bottom: 26px;
  }

  .rn-diff-v2 h2 {
    font-size: 42px;
    line-height: 1;
  }

  .rn-diff-v2__gold-line {
    margin: 24px 0 24px;
  }

  .rn-diff-v2__top p {
    font-size: 16px;
    line-height: 1.55;
  }

  .rn-diff-v2__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rn-diff-v2__card {
    min-height: auto;
    padding: 26px 22px 26px;
    border-radius: 18px;
  }

  .rn-diff-v2__icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    margin-bottom: 26px;
  }

  .rn-diff-v2__card h3 {
    font-size: 22px;
  }

  .rn-diff-v2__card p {
    font-size: 15px;
  }

  .rn-diff-v2__bottom-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .rn-diff-v2__bottom-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(217,178,122,0.14);
    padding: 22px 20px;
  }

  .rn-diff-v2__bottom-item:last-child {
    border-bottom: none;
  }

  .rn-diff-v2__bottom-item h4 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5948c6 */.rn-final-contact,
.rn-final-contact * {
  box-sizing: border-box;
}

.rn-final-contact {
  width: 100%;
  padding: 14px 18px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-final-contact__shell {
  position: relative;
  width: 100%;
  border: 1px solid rgba(217,178,122,0.20);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(255,255,255,0.060), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(217,178,122,0.070), transparent 30%),
    radial-gradient(circle at 72% 86%, rgba(217,178,122,0.055), transparent 34%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 24px 70px rgba(0,0,0,0.48);
}

.rn-final-contact__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0px,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .22;
  pointer-events: none;
}

.rn-final-contact__shell::after {
  content: '';
  position: absolute;
  right: -170px;
  top: -230px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(217,178,122,0.13), transparent 63%);
  opacity: .72;
  pointer-events: none;
  z-index: 1;
}

.rn-final-contact__photo-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: 66%;
  z-index: 0;
  pointer-events: none;
  background-image: url('https://trendwebsites.com.br/wp-content/uploads/2026/07/cta.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: .88;
  filter: grayscale(4%) brightness(.90) contrast(1.08) saturate(.88);
}

.rn-final-contact__photo-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3,3,3,1) 0%,
      rgba(3,3,3,0.88) 22%,
      rgba(3,3,3,0.60) 48%,
      rgba(3,3,3,0.30) 74%,
      rgba(3,3,3,0.50) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3,3,3,0.18) 0%,
      rgba(3,3,3,0.20) 48%,
      rgba(3,3,3,0.72) 100%
    ),
    radial-gradient(circle at 70% 42%, rgba(217,178,122,0.12), transparent 34%);
}

.rn-final-contact__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 38%, rgba(217,178,122,0.10), transparent 32%),
    linear-gradient(
      90deg,
      rgba(0,0,0,0.16) 0%,
      rgba(0,0,0,0.03) 42%,
      rgba(0,0,0,0.08) 100%
    );
}

.rn-final-contact__content {
  position: relative;
  z-index: 3;
  padding: 70px 62px 36px;
}

/* TAG */

.rn-final-contact .rn-section-tag {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(217,178,122,0.30);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.010));
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 34px rgba(0,0,0,0.22);
}

.rn-final-contact .rn-section-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9b27a;
  box-shadow: 0 0 14px rgba(217,178,122,0.55);
  display: block;
}

.rn-section-tag--final-contact {
  margin-bottom: 30px;
}

/* INTRO */

.rn-final-contact__intro {
  max-width: 880px;
}

.rn-final-contact h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 6vw, 92px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -0.074em;
  max-width: 780px;
  text-shadow: 0 20px 60px rgba(0,0,0,0.62);
}

.rn-final-contact__gold-line {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 1px;
  margin: 32px 0 28px;
  background: linear-gradient(90deg, rgba(217,178,122,0.90), rgba(217,178,122,0.18), transparent);
  box-shadow: 0 0 18px rgba(217,178,122,0.24);
}

.rn-final-contact__gold-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,229,165,0.95), rgba(217,178,122,0.35), transparent);
  box-shadow: 0 0 20px rgba(217,178,122,0.38);
}

.rn-final-contact__intro p {
  margin: 0;
  max-width: 840px;
  color: rgba(255,255,255,0.70);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 34px rgba(0,0,0,0.62);
}

/* BOTÕES */

.rn-final-contact__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.rn-final-btn {
  height: 62px;
  padding: 0 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.025em;
  white-space: nowrap;
  transition: all .28s ease;
}

.rn-final-btn--primary {
  background:
    linear-gradient(180deg, #ffe39a 0%, #d9b27a 44%, #b8873e 100%);
  color: #070707;
  border: 1px solid rgba(255,224,149,0.85);
  box-shadow:
    0 24px 46px rgba(0,0,0,0.42),
    0 0 46px rgba(217,178,122,0.16),
    inset 0 1px 0 rgba(255,255,255,0.62);
}

.rn-final-btn--primary:hover {
  color: #050505;
  transform: translateY(-3px);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 0 62px rgba(217,178,122,0.22),
    inset 0 1px 0 rgba(255,255,255,0.68);
}

.rn-final-btn--secondary {
  min-width: 188px;
  color: #ffffff;
  background: rgba(255,255,255,0.008);
  border: 1px solid rgba(217,178,122,0.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 18px 36px rgba(0,0,0,0.26);
}

.rn-final-btn--secondary span {
  color: #d9b27a;
  font-size: 22px;
  line-height: 1;
}

.rn-final-btn--secondary:hover {
  color: #ffffff;
  background: rgba(217,178,122,0.045);
  border-color: rgba(217,178,122,0.56);
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 26px 50px rgba(0,0,0,0.38);
}

/* ÍCONE WHATSAPP */

.rn-final-wpp-icon {
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

.rn-final-wpp-icon svg {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px;
  min-height: 21px;
  display: block;
  overflow: visible;
}

.rn-final-wpp-icon--dark {
  color: #050505;
}

/* CARDS */

.rn-final-contact__cards {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rn-final-info-card {
  position: relative;
  min-height: 128px;
  border: 1px solid rgba(217,178,122,0.18);
  border-radius: 20px;
  padding: 22px 18px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.075), transparent 36%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.035), transparent 30%),
    linear-gradient(180deg, rgba(18,18,18,0.78), rgba(8,8,8,0.70));
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.050),
    0 18px 50px rgba(0,0,0,0.36);
  overflow: hidden;
  transition:
    transform .38s ease,
    border-color .38s ease,
    background .38s ease,
    box-shadow .38s ease;
}

.rn-final-info-card::before {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,229,165,0.55), transparent);
  opacity: .34;
  transition: opacity .35s ease;
}

.rn-final-info-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(217,178,122,0.035) 100%);
  opacity: .85;
  pointer-events: none;
  z-index: 1;
}

.rn-final-info-card:hover {
  transform: translateY(-7px);
  border-color: rgba(217,178,122,0.42);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.105), transparent 38%),
    radial-gradient(circle at 72% 16%, rgba(217,178,122,0.070), transparent 30%),
    linear-gradient(180deg, rgba(24,24,24,0.84), rgba(8,8,8,0.74));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.060),
    0 34px 80px rgba(0,0,0,0.60),
    0 0 46px rgba(217,178,122,0.095);
}

.rn-final-info-card:hover::before {
  opacity: 1;
}

.rn-final-info-card__icon,
.rn-final-info-card__text,
.rn-final-info-card__arrow {
  position: relative;
  z-index: 3;
}

.rn-final-info-card__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 15px;
  border: 1px solid rgba(217,178,122,0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b27a;
  background:
    radial-gradient(circle at 30% 20%, rgba(217,178,122,0.13), transparent 54%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 14px 34px rgba(0,0,0,0.35);
  line-height: 0;
}

.rn-final-info-card__icon svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  min-height: 22px;
  display: block;
  overflow: visible;
}

.rn-final-info-card__text {
  min-width: 0;
}

.rn-final-info-card__text h3 {
  margin: 0;
  color: rgba(255,255,255,0.98);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: normal;
}

.rn-final-info-card__text p {
  margin: 7px 0 0;
  color: rgba(255,255,255,0.64);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 400;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.rn-final-info-card__arrow {
  color: #d9b27a;
  font-size: 24px;
  line-height: 1;
  justify-self: end;
  transition: transform .28s ease, color .28s ease;
}

.rn-final-info-card:hover .rn-final-info-card__arrow {
  color: #ffe5a5;
  transform: translateX(4px);
}

/* FOOTER CENTRALIZADO */

.rn-final-contact__footer {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(217,178,122,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.rn-final-contact__dev {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.rn-final-contact__dev span {
  color: rgba(217,178,122,0.70);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.rn-final-contact__dev strong {
  color: rgba(255,255,255,0.98);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 0 22px rgba(217,178,122,0.10);
}

/* ANIMAÇÕES */

.rn-final-contact.is-visible .rn-section-tag,
.rn-final-contact.is-visible h2,
.rn-final-contact.is-visible .rn-final-contact__gold-line,
.rn-final-contact.is-visible .rn-final-contact__intro p,
.rn-final-contact.is-visible .rn-final-contact__buttons,
.rn-final-contact.is-visible .rn-final-info-card,
.rn-final-contact.is-visible .rn-final-contact__footer {
  animation: rnFinalContactFadeUp .82s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-final-contact.is-visible h2 {
  animation-delay: .08s;
}

.rn-final-contact.is-visible .rn-final-contact__gold-line {
  animation-delay: .12s;
}

.rn-final-contact.is-visible .rn-final-contact__intro p {
  animation-delay: .16s;
}

.rn-final-contact.is-visible .rn-final-contact__buttons {
  animation-delay: .24s;
}

.rn-final-contact.is-visible .rn-final-info-card:nth-child(1) {
  animation-delay: .30s;
}

.rn-final-contact.is-visible .rn-final-info-card:nth-child(2) {
  animation-delay: .38s;
}

.rn-final-contact.is-visible .rn-final-info-card:nth-child(3) {
  animation-delay: .46s;
}

.rn-final-contact.is-visible .rn-final-info-card:nth-child(4) {
  animation-delay: .54s;
}

.rn-final-contact.is-visible .rn-final-contact__footer {
  animation-delay: .62s;
}

@keyframes rnFinalContactFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 1280px) {
  .rn-final-contact__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rn-final-contact__photo-bg {
    width: 72%;
    opacity: .76;
    background-position: center right;
  }
}

@media (max-width: 1024px) {
  .rn-final-contact {
    padding: 12px 14px;
  }

  .rn-final-contact__content {
    padding: 56px 36px 30px;
  }

  .rn-final-contact__photo-bg {
    width: 84%;
    opacity: .62;
    background-position: center right;
  }

  .rn-final-contact h2 {
    font-size: clamp(46px, 6.3vw, 72px);
    max-width: 720px;
  }

  .rn-final-contact__cards {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .rn-final-contact {
    padding: 10px;
  }

  .rn-final-contact__content {
    padding: 42px 22px 24px;
  }

  .rn-final-contact__photo-bg {
    width: 100%;
    opacity: .30;
    background-position: center right;
  }

  .rn-final-contact h2 {
    font-size: 48px;
    line-height: .98;
  }

  .rn-final-contact__gold-line {
    margin: 26px 0 24px;
  }

  .rn-final-contact__intro p {
    font-size: 16px;
    line-height: 1.55;
  }

  .rn-final-contact__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .rn-final-btn {
    width: 100%;
    height: 56px;
    font-size: 15px;
  }

  .rn-final-contact__cards {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .rn-final-info-card {
    min-height: 118px;
    padding: 18px 16px;
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    align-items: center;
  }

  .rn-final-info-card__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .rn-final-info-card__text h3 {
    font-size: 17px;
  }

  .rn-final-info-card__text p {
    font-size: 13px;
  }

  .rn-final-contact__footer {
    margin-top: 34px;
    padding-top: 22px;
    justify-content: center;
    text-align: center;
  }

  .rn-final-contact__dev {
    align-items: center;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6c147bf */.rn-contact,
.rn-contact * {
  box-sizing: border-box;
}

.rn-contact {
  width: 100%;
  padding: 14px 22px 22px;
  background: #030303;
  font-family: 'Inter', Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.rn-contact__shell {
  position: relative;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 72px 72px 34px;
  background:
    radial-gradient(circle at 15% 16%, rgba(255,255,255,0.09), transparent 32%),
    radial-gradient(circle at 82% 50%, rgba(255,255,255,0.075), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 24px 70px rgba(0,0,0,0.45);
  overflow: hidden;
}

.rn-contact__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0px,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 72px
    );
  opacity: .24;
  pointer-events: none;
}

.rn-contact__shell::after {
  content: '';
  position: absolute;
  right: -220px;
  top: -260px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.13), transparent 64%);
  opacity: .55;
  pointer-events: none;
}

.rn-contact__content {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.rn-section-tag--contact {
  margin-bottom: 31px;
}

.rn-contact h2 {
  margin: 0;
  max-width: 940px;
  color: #ffffff;
  font-size: clamp(48px, 5.2vw, 92px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -0.075em;
}

.rn-contact__content p {
  margin: 30px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,0.6);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.58;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.rn-contact__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 42px;
}

.rn-contact__main-btn,
.rn-contact__secondary-btn {
  height: 66px;
  border-radius: 999px;
  padding: 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: all .3s ease;
}

.rn-contact__main-btn {
  background: #ffffff;
  color: #050505;
  border: 1px solid #ffffff;
  box-shadow:
    0 22px 42px rgba(0,0,0,0.33),
    inset 0 -2px 0 rgba(0,0,0,0.08);
}

.rn-contact__main-btn:hover {
  transform: translateY(-4px);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.48),
    0 0 0 5px rgba(255,255,255,0.05);
}

.rn-contact__secondary-btn {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.015);
}

.rn-contact__secondary-btn:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.36);
  background: rgba(255,255,255,0.07);
}

.rn-contact__wa-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.rn-contact__wa-icon::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
  border-radius: 1px;
}

.rn-contact__wa-icon::after {
  content: '';
  position: absolute;
  left: 1px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 35%, 20% 100%);
}

.rn-contact__wa-icon--small {
  width: 18px;
  height: 18px;
}

.rn-contact__cards {
  position: relative;
  z-index: 2;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.rn-contact-card {
  position: relative;
  min-height: 138px;
  border: 1px solid rgba(255,255,255,0.115);
  border-radius: 16px;
  padding: 24px 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.08), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  color: #ffffff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 50px 1fr 30px;
  align-items: center;
  gap: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 18px 50px rgba(0,0,0,0.32);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    transform .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}

.rn-contact-card::before {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  opacity: 0;
  transition: opacity .35s ease;
}

.rn-contact-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,0.24);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.13), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.016));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.09),
    0 28px 70px rgba(0,0,0,0.48);
}

.rn-contact-card:hover::before {
  opacity: 1;
}

.rn-contact-card__icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.78);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.018));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 34px rgba(0,0,0,0.32);
}

.rn-contact-card__icon svg {
  width: 24px;
  height: 24px;
}

.rn-contact-card h3 {
  margin: 0;
  color: rgba(255,255,255,0.94);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.rn-contact-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  word-break: break-word;
}

.rn-contact-card small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: rgba(255,255,255,0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform .3s ease;
}

.rn-contact-card:hover small {
  transform: translateX(4px);
  color: #ffffff;
}

.rn-contact__footer {
  position: relative;
  z-index: 2;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  opacity: 0;
  transform: translateY(24px);
}

.rn-contact__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rn-contact__brand-mark {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.08em;
  background: rgba(255,255,255,0.035);
}

.rn-contact__brand strong,
.rn-contact__signature strong {
  display: block;
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.rn-contact__brand span,
.rn-contact__signature span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.42);
  font-size: 13px;
}

.rn-contact__signature {
  text-align: right;
}

/* Animation */
.rn-contact.is-visible .rn-section-tag,
.rn-contact.is-visible h2,
.rn-contact.is-visible .rn-contact__content p,
.rn-contact.is-visible .rn-contact__actions {
  animation: rnContactFadeUp .85s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-contact.is-visible h2 {
  animation-delay: .08s;
}

.rn-contact.is-visible .rn-contact__content p {
  animation-delay: .16s;
}

.rn-contact.is-visible .rn-contact__actions {
  animation-delay: .24s;
}

.rn-contact.is-visible .rn-contact-card,
.rn-contact.is-visible .rn-contact__footer {
  animation: rnContactFadeUp .85s cubic-bezier(.16, 1, .3, 1) both;
}

.rn-contact.is-visible .rn-contact-card:nth-child(1) {
  animation-delay: .16s;
}

.rn-contact.is-visible .rn-contact-card:nth-child(2) {
  animation-delay: .24s;
}

.rn-contact.is-visible .rn-contact-card:nth-child(3) {
  animation-delay: .32s;
}

.rn-contact.is-visible .rn-contact-card:nth-child(4) {
  animation-delay: .40s;
}

.rn-contact.is-visible .rn-contact__footer {
  animation-delay: .48s;
}

@keyframes rnContactFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .rn-contact__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .rn-contact {
    padding: 12px 14px 18px;
  }

  .rn-contact__shell {
    padding: 56px 38px 32px;
  }

  .rn-contact h2 {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .rn-contact {
    padding: 10px;
  }

  .rn-contact__shell {
    border-radius: 18px;
    padding: 42px 22px 28px;
  }

  .rn-contact h2 {
    font-size: 44px;
    letter-spacing: -0.065em;
  }

  .rn-contact__content p {
    font-size: 16px;
    margin-top: 24px;
  }

  .rn-contact__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
    margin-top: 32px;
  }

  .rn-contact__main-btn,
  .rn-contact__secondary-btn {
    width: 100%;
    height: 58px;
    font-size: 16px;
  }

  .rn-contact__cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 42px;
  }

  .rn-contact-card {
    min-height: 118px;
    padding: 20px;
    grid-template-columns: 48px 1fr 26px;
  }

  .rn-contact-card h3 {
    font-size: 18px;
  }

  .rn-contact-card p {
    font-size: 13px;
  }

  .rn-contact__footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 38px;
  }

  .rn-contact__signature {
    text-align: left;
  }
}/* End custom CSS */