@font-face {
  font-family: "AMX";
  src:
    local("AMX Normal"),
    local("AMX-Normal"),
    local("amx-normal"),
    local("amx-normla");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AMX";
  src:
    local("AMX Medium"),
    local("AMX-Medium"),
    local("amx-medium");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "AMX";
  src:
    local("AMX Bold"),
    local("AMX-Bold"),
    local("amx-bold"),
    local("amx-bold-=");
  font-weight: 700;
  font-style: normal;
}

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #fff3f0;
  --text: #4e352f;
  --muted: #856964;
  --red: #DA291C;
  --red-dark: #DA291C;
  --line: #efd8d2;
  --shadow: 0 14px 30px rgba(181, 61, 42, 0.11);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "AMX", Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

body {
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.01em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.landing {
  padding-bottom: 15px;
}

.section-anchor-bar {
  position: sticky;
  top: 82px;
  z-index: 9990;
  background: var(--red);
  margin-top: -8px;
  box-shadow:
    0 10px 24px rgba(92, 18, 12, 0.18),
    0 18px 36px rgba(61, 10, 7, 0.12);
}

.section-anchor-bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
  background: var(--red);
  pointer-events: none;
}

.section-anchor-bar__inner {
  width: min(1200px, calc(100% - 34px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 0 14px;
}

.section-anchor-bar__brand {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

.section-anchor-bar__brand img {
  width: auto;
  height: 52px;
}

.section-anchor-bar__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.section-anchor-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.section-anchor-link.is-active {
  color: #fecc2f;
}

section {
  scroll-margin-top: 70px;
}

.content-shell {
  width: min(1040px, calc(100% - 34px));
  margin: 0 auto;
}

.card-surface {
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card-surface--flat {
  box-shadow: none;
}

.hero-banner {
  width: 100%;
  background: #cb2016;
}

.hero-banner img {
  width: 100%;
  height: auto;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(300px, 405px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 28px;
}

.intro-media img {
  width: 100%;
  /*aspect-ratio: 1.03 / 1; */
  object-fit: cover;
}

.intro-copy h2,
.section-copy h2,
.practical-section h2,
.emphasis-section h2,
.section-head h2,
.related-section h2 {
  margin: 0;
  color: var(--red);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.intro-copy h1 {
  max-width: 500px;
  font-size: clamp(1.85rem, 2.55vw, 2.9rem);
}

.intro-copy p,
.section-copy p,
.section-head p,
.platform-card p,
.institute-copy p,
.emphasis-section p {
  margin: 12px 0 0;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.01em;
  color: var(--muted);
}

.screen-time-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 405px);
  gap: 10px 34px;
  align-items: center;
  margin-top: 36px;
}

.section-copy--time {
  padding-right: 12px;
}

.screen-devices {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0 18px;
  padding: 10px 18px;
  border: 1px solid #f2d8d3;
  border-radius: 999px;
  background: #fff6f4;
  transition:
    box-shadow 0.2s ease;
}

.screen-device {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.screen-devices:hover {
  box-shadow: 0 10px 22px rgba(218, 41, 28, 0.12);
}

.screen-device .mdn-Icon--md,
.screen-device .mdn-Icon--md:before {
  font-size: 1.25rem;
  color: var(--red);
}

.section-copy h2,
.practical-section h2,
.section-head h2,
.related-section h2 {
  font-size: clamp(1.65rem, 1.95vw, 2.2rem);
}

.highlight-copy {
  display: inline-block;
  margin-top: 12px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 500;
}

.time-visual {
  justify-self: center;
  max-width: 392px;
}

.time-visual img {
  width: 100%;
}

.age-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 29px 1px 29px 19px;
  margin-top: 8px;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 220, 214, 0.92) 0, rgba(255, 235, 231, 0.76) 26%, rgba(255, 247, 245, 0.36) 55%, transparent 82%),
    linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
  position: relative;
  overflow: visible;
}

.age-cards::before {
  content: "";
  position: absolute;
  left: 102px;
  right: 102px;
  top: 53px;
  height: 2px;
  border-radius: 999px;
  background: #DA291C;
  box-shadow: none;
}

.age-card {
  position: relative;
  width: 100%;
  max-width: 286.52px;
  height: auto;
  min-height: 226.18px;
  margin-top: 146px;
  padding: 18px 22px 16px;
  background: #fff;
  border: 1px solid #eee4df;
  border-radius: 16px;
  box-shadow:
    0 2px 0 rgba(103, 76, 70, 0.12),
    0 8px 16px rgba(108, 72, 63, 0.14);
  z-index: 1;
  overflow: visible;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.age-card:hover {
  transform: scale(1.02);
  box-shadow:
    0 4px 0 rgba(103, 76, 70, 0.1),
    0 14px 28px rgba(108, 72, 63, 0.2);
}

.age-card::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #f5cdcf;
  border: 0;
  box-shadow:
    inset 0 -4px 0 rgba(0, 0, 0, 0.12),
    0 4px 0 rgba(0, 0, 0, 0.06);
}

.age-card > img {
  position: absolute;
  top: -175px;
  left: 50%;
  width: 104px;
  height: 104px;
  transform: translateX(-50%);
  z-index: 1;
}

.age-chip {
  --chip-color: var(--red);
  display: inline-flex;
  justify-content: center;
  width: auto;
  min-width: 158px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--chip-color);
  color: #fff;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 6px 12px rgba(218, 41, 28, 0.14);
}

.age-chip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid var(--chip-color);
}

.age-chip--soft {
  --chip-color: #FE918D;
}

.age-chip--bright {
  --chip-color: #DA291C;
}

.age-chip--deep {
  --chip-color: #A51F21;
}

.age-chip--dark {
  --chip-color: #67160D;
}

.age-card h3 {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.age-title-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}

.age-card p {
  margin: 0;
  color: #2d241f;
  font-size: 0.72rem;
  line-height: 1.52;
}

.practical-section {
  margin-top: 24px;
}

.practical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.tip-card {
  min-height: 226px;
  padding: 14px;
  background: linear-gradient(180deg, #fff8f6 0%, #fff 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(183, 78, 58, 0.07);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.tip-card:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 28px rgba(183, 78, 58, 0.14);
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

.alert-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: inherit;
}

.flip-card-back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  background: var(--red);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotateY(180deg);
}

.flip-card-copy {
  width: 100%;
}

.flip-card-copy h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
}

.flip-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  line-height: 1.4;
}

.tip-card h3 {
  min-height: 38px;
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.18;
}

.tip-card p {
  min-height: 56px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.34;
}

.tip-card img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.emphasis-section {
  margin-top: 40px;
}

.emphasis-feature {
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 26px 36px;
  border: 1px solid #e6e0db;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 2px 0 rgba(87, 74, 69, 0.12),
    0 14px 28px rgba(89, 70, 64, 0.08);
}

.emphasis-media img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.emphasis-copy {
  max-width: 560px;
}

.emphasis-section h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  color: #da291c;
  text-align: left;
}

.emphasis-section p {
  max-width: none;
  margin: 12px 0 0;
  text-align: left;
}

.emphasis-source {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  color: #6d5a56;
}

.emphasis-source a {
  color: var(--red);
}

.specialists-section {
  margin-top: 46px;
}

.section-head {
  max-width: 730px;
}

.specialists-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.specialist-embed-card {
  padding: 4px;
  padding-top: 14px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #f1ddd7;
  border-bottom: 5px solid #DA291C;
  box-shadow: 0 8px 22px rgba(164, 68, 47, 0.08);
}

.specialist-embed-shell {
  overflow: hidden;
  height: 388px;
}

.specialist-embed {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: -92px 0 -150px;
  border-radius: 0;
  overflow: hidden;
}

.specialist-embed-card iframe,
.specialist-embed-card .instagram-media-rendered {
  width: 100%;
  max-width: 100%;
}

.specialist-meta {
display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.specialist-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.specialist-meta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.specialist-meta strong {
  display: block;
  color: var(--red);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
}

.specialist-meta-copy p {
  margin: 4px 0 0;
  color: #3b312f;
  font-size: 16px;
  line-height: 1.15;
}

.specialist-instagram {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.specialist-instagram img {
  width: 21px;
    height: 21px;
    object-fit: contain;
    flex: 0 0 auto;
}

.specialist-instagram:hover {
  text-decoration: underline;
}

.alert-section {
  margin-top: 38px;
}

.alert-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.alert-card {
  position: relative;
  aspect-ratio: 389 / 563;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  perspective: 1200px;
}

.alert-card .flip-card-front {
  padding: 0;
  border: 0;
  background: transparent;
}

.alert-card .flip-card-back {
  padding: 18px;
}

.alert-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alert-card--large {
  grid-column: span 4;
}

.alert-card--tall {
  grid-column: span 4;
}

.alert-card--square {
  grid-column: span 4;
}

.platform-section {
  margin-top: 40px;
}

.platform-carousel {
  margin-top: 22px;
  overflow: hidden;
}

.platform-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 338.76px;
  gap: 21px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;

}

.platform-grid::-webkit-scrollbar {
  display: none;
}

.platform-card {
  display: flex;
  flex-direction: column;
  width: 338.76px;
  min-width: 338.76px;
  height: 570px;
  padding: 10px 12px 14px;
  background: #fff;
  border: 1px solid #efdfd9;
  border-bottom: 3px solid #DA291C;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(164, 68, 47, 0.06);
  scroll-snap-align: start;
}

.platform-tag {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  margin-bottom: 12px;
  padding:8px 8px 4px 7px;
  border: 1px solid #f4bcb6;
  border-radius: 999px;
  background: #fff0ee;
  color: #514746;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.platform-head {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 88px;
  margin-bottom: 29px;
}

.platform-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: center;
  min-height: 96px;
}

.platform-logo-box {
  width: 62px;
  height: 62px;
  display: block;
  position: relative;
  overflow: visible;
}

.platform-card:hover .platform-logo-box .platform-logo {
  transform: scale(1.06);
  filter: drop-shadow(0 12px 24px rgba(218, 41, 28, 0.16));
}

.platform-logo {
  width: 62px;
  height: 62px;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.platform-logo--light-asset {
  display: block;
}

.platform-logo--dark-asset {
  display: none;
}

.platform-logo--meta {
  width: 44px;
  height: 28px;
}

.platform-logo--claro {
  width: 48px;
  height: 36px;
}

.platform-logo-box .platform-logo--light-asset,
.platform-logo-box .platform-logo--dark-asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.platform-card h3 {
  margin: 0;
  color: var(--red);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.0;
}

.platform-card p {
  margin: 0;
  min-height: 62px;
  color: #5d4b48;
  font-size: 16px;
  line-height: 1.0;
}

.platform-steps {
  margin: -18px 0 0;
  width: 320.4px;
  height: 220.43px;
  max-width: 100%;
  overflow: hidden;
  list-style: decimal;
  list-style-position: outside;
  padding: 4px 0 0 28px;
  color: #332826;
  font-size: 14px;
  line-height: 1.0;
  flex: 1 1 auto;
}

.platform-steps li + li {
  margin-top: 8px;
}

.platform-steps li::marker {
  color: var(--red);
  font-weight: 700;
}

.platform-logo--streaming {
  width: 50px;
  height: 34px;
}

.platform-card strong {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 9px;
  color: var(--red);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ead8d2;
}

.platform-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147.25px;
  height: 41.95px;
  min-width: 147.25px;
  min-height: 41.95px;
  padding: 0;
  margin-top: 8px;
  margin-inline: auto;
  border-radius: 999px;
  background: #DA291C;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 16px rgba(175, 39, 47, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.platform-button:hover {
  background: #AF272F;
  transform: scale(1.03);
  box-shadow: 0 14px 28px rgba(175, 39, 47, 0.24);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 52px;
  min-width: 178px;
  min-height: 52px;
  padding: 0;
  margin-top: 26px;
  margin-inline: auto;
  border-radius: 999px;
  background: #DA291C;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 22px rgba(175, 39, 47, 0.18);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.cta-button:hover {
  background: #AF272F;
  transform: scale(1.03);
  box-shadow: 0 16px 30px rgba(175, 39, 47, 0.24);
}

.institute-section {
  margin-top: 42px;
}

.institute-layout {
  display: grid;
  grid-template-columns: minmax(200px, 292px) minmax(0, 1fr);
  gap: 22px 34px;
  align-items: center;
  padding: 26px 28px;
  border-radius: 24px;
  background:
    url("../img/bg_sol.png") center center / cover no-repeat,
    #fff;
  box-shadow: 0 10px 24px rgba(89, 70, 64, 0.08);
}

.institute-articles {
  margin-top: 28px;
}

.institute-articles-carousel {
  overflow: hidden;
}

.institute-articles-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 4);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 2px 12px;
}

.institute-articles-track::-webkit-scrollbar {
  display: none;
}

.institute-article-card {
  display: flex;
  flex-direction: column;
  min-height: 275px;
  padding: 16px 14px 14px;
  border: 1px solid #f1ddd7;
  border-bottom: 3px solid #DA291C;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff6f4 0%, #fff 100%);
  box-shadow: 0 8px 18px rgba(186, 76, 54, 0.08);
  scroll-snap-align: start;
}

.institute-article-card h3 {
  margin: 0;
  color: var(--red);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

.institute-article-card p {
  margin: 8px 0 14px;
  color: #5b4540;
  font-size: 16px;
  line-height: 1.4;
}

.institute-article-card img {
  width: 100%;
  max-width: 262.73px;
  aspect-ratio: 262.73 / 177.77;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: auto;
  margin-inline: auto;
  display: block;
}

.institute-article-card--security img {
  object-position: center center;
}

.institute-article-card--daily img {
  object-position: center 42%;
}

.institute-article-card--specialists img {
  object-position: center 38%;
}

.institute-article-card--phones img {
  object-position: center 42%;
}

.institute-article-card--apps img {
  object-position: center 35%;
}

.institute-article-card--mental img {
  object-position: center 24%;
}

.institute-article-card--esteem img {
  object-position: center 40%;
}

.institute-article-card--shorts img {
  object-position: center 42%;
}

.institute-article-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147.25px;
  height: 41.95px;
  min-width: 147.25px;
  min-height: 41.95px;
  margin-top: 14px;
  margin-inline: auto;
  padding: 0;
  border-radius: 999px;
  background: #DA291C;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(175, 39, 47, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.institute-article-button:hover {
  background: #AF272F;
  transform: scale(1.03);
  box-shadow: 0 14px 28px rgba(175, 39, 47, 0.24);
}

.slider-arrows {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.arrow-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(218, 41, 28, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.arrow-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.arrow-button:hover {
  box-shadow: 0 10px 22px rgba(218, 41, 28, 0.14);
}

.arrow-button:active {
  transform: scale(0.94);
  box-shadow: 0 14px 28px rgba(218, 41, 28, 0.2);
  filter: brightness(0.98);
}

.slider-arrows--institute {
  margin-top: 10px;
}

.institute-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 30px;
  align-items: center;
  margin-top: 22px;
  padding: 26px 36px;
  border: 1px solid #e6e0db;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 2px 0 rgba(87, 74, 69, 0.12),
    0 14px 28px rgba(89, 70, 64, 0.08);
}

.institute-media img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

.institute-media--right img {
  border-radius: 20px;
}

.institute-copy h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.55rem, 2.15vw, 2.3rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.institute-copy h2 span {
  color: var(--red);
  font-size: 18px;
}

.institute-copy--bottom {
  max-width: 560px;
}

.institute-copy--bottom p {
  margin: 0;
  color: #111;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.025em;
}

.institute-copy--bottom strong {
  color: var(--red);
  font-weight: 700;
}

.related-section {
  margin-top: 40px;
  margin-bottom: 0;
}

.related-section h2 {
  color: #111;
}

.related-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.related-footer-note {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 2px;
  text-align: right;
  font-size: 14px;
  line-height: 1.2;
}

.related-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 155px;
  min-height: 153px;
  padding: 12px 12px 10px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 16px rgba(218, 41, 28, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-link:hover,
.related-link:focus-visible {
  transform: scale(1.03);
  box-shadow: 0 12px 22px rgba(218, 41, 28, 0.2);
}

.related-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}

.related-link span {
  display: block;
  line-height: 1.12;
}

@media (max-width: 1080px) {
  .section-anchor-bar {
    top: 67px;
  }

  .section-anchor-bar__inner {
    width: min(100%, calc(100% - 24px));
    gap: 18px;
    padding: 13px 0 13px;
  }

  .section-anchor-bar__brand img {
    height: 42px;
  }

  .section-anchor-bar__links {
    gap: 22px;
  }

  .practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .age-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 92px;
  }

  .age-cards::before {
    display: none;
  }

  .specialists-grid {
    grid-template-columns: 1fr;
  }

  .alert-card--large,
  .alert-card--tall,
  .alert-card--square {
    grid-column: span 6;
  }

  .institute-layout,
  .institute-feature,
  .emphasis-feature {
    grid-template-columns: 1fr;
  }

  .institute-articles-track {
    grid-auto-columns: minmax(240px, 1fr);
  }
}

@media (max-width: 780px) {
  .claro-header,
  .claro-bar {
    margin-bottom: 0;
    border-bottom: 0;
    box-shadow: none;
  }

  .claro-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 10px;
    background: var(--red);
    pointer-events: none;
  }

  .section-anchor-bar {
    position: relative;
    top: 0;
    margin-top: -9px;
    border-top: 0;
    box-shadow:
      0 10px 24px rgba(92, 18, 12, 0.16),
      0 18px 36px rgba(61, 10, 7, 0.1);
  }

  .section-anchor-bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    height: 9px;
    background: var(--red);
    pointer-events: none;
  }

  .section-anchor-bar__inner {
    gap: 14px;
    padding: 10px 0 12px;
  }

  .section-anchor-bar__brand img {
    height: 38px;
  }

  .section-anchor-bar__links {
    width: 100%;
    justify-content: center;
    gap: 10px 12px;
    overflow-x: visible;
    flex-wrap: wrap;
    padding: 0 4px 2px;
    scrollbar-width: auto;
  }

  .section-anchor-link {
    flex: 0 1 auto;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.15;
  }

  section {
    scroll-margin-top: 55px;
  }

  .content-shell {
    width: min(100%, calc(100% - 24px));
  }

  .intro-section,
  .screen-time-section {
    grid-template-columns: 1fr;
  }

  .institute-feature {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .emphasis-feature {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
  }

  .institute-media--right {
    order: 2;
  }

  .emphasis-media {
    order: 1;
  }

  .institute-copy--bottom {
    order: 3;
  }

  .emphasis-copy {
    order: 2;
    max-width: none;
  }

  .institute-copy--bottom .cta-button {
    margin-top: 18px;
  }

  .intro-copy,
  .section-copy--time,
  .section-head,
  .institute-copy {
    text-align: left;
  }

  .screen-devices {
    gap: 12px;
    margin: 14px 0 16px;
    padding: 9px 14px;
  }

  .screen-device {
    padding: 0;
  }

  .time-visual {
    order: -1;
    max-width: 360px;
  }

  .practical-grid,
  .age-cards {
    grid-template-columns: 1fr;
  }

  .age-cards {
    justify-items: center;
    row-gap: 52px;
    padding: 22px 12px 24px;
  }

  h2,
  .section-copy h2,
  .practical-section h2,
  .emphasis-section h2,
  .section-head h2,
  .institute-copy h2 {
    font-size: 36px;
  }

  .age-card {
    margin-inline: auto;
    min-height: 210px;
    margin-top: 140px;
    padding: 22px 18px 18px;
  }

  .age-card::before {
    width: 104px;
    height: 104px;
    top: -132px;
  }

  .age-card > img {
    width: 76px;
    height: 76px;
    top: -118px;
  }

  .age-chip {
    min-width: 160px;
    font-size: 0.8rem;
    top: -34px;
  }

  .tip-card {
    min-height: 250px;
  }

  .tip-card img {
    width: 60%;
    margin-inline: auto;
  }

  .alert-card--large,
  .alert-card--tall,
  .alert-card--square {
    grid-column: span 12;
  }

  .platform-grid {
    grid-auto-columns: 82%;
    padding-inline: 9%;
    scroll-padding-inline: 9%;
  }

  .platform-card {
    width: 100%;
    min-width: 0;
  }

  .institute-articles-track {
    grid-auto-columns: 82%;
    padding-inline: 9%;
    scroll-padding-inline: 9%;
  }

  .related-link {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
 
  }
}

@media (max-width: 640px) {
  .related-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 80%;
    margin-inline: auto;
    
  }

  .related-link {
    width: 100%;
    
  }
}

@media (max-width: 400px) {
  .platform-card {
    width: 300px;
    min-width: 300px;
    height: 560px;
  }

  .platform-grid {
    grid-auto-columns: 300px;
    padding-inline: 10px;
    scroll-padding-inline: 10px;
  }
}

h2,
.section-copy h2,
.practical-section h2,
.emphasis-section h2,
.section-head h2,

.institute-copy h2 {
  font-size: 36px;
}

.related-section h2{
  font-size: 28px;
 padding-bottom: 15px;
 padding-top: 15px;
}

h3,
.age-card h3,
.flip-card-copy h3,
.tip-card h3,
.specialist-card h3,
.platform-card h3 {
  font-size: 21px;
}

.age-card h3 {
  font-size: 16.2px;
}


p,
.intro-copy p,
.section-copy p,
.section-head p,
.platform-card p,
.institute-copy p,
.emphasis-section p,
.age-card p,
.flip-card-copy p,
.tip-card p,
.specialist-card p,
.institute-copy--bottom p {
  font-size: 16px;
  max-width: 596px;
}

span,
.highlight-copy,
.specialist-tag,
.specialist-author span:last-child,
 
.claro-tv-mark,
.claro-tv-plus,
.related-link span {
  font-size: 16px;
}

.platform-tag  span {
  font-size: 12px;
  font-weight: 200;
}

 /* ===== Barra vermelha / layout ===== */
.claro-header { position: sticky; top: 0; z-index: 9999; }
.claro-bar { background:#DA291C; }
.claro-bar { display:flex; align-items:center; justify-content:center; }
.claro-bar { padding: 22px 18px; gap: 18px; }

   
   .claro-burger { margin-left: auto; }

.claro-logo img { 
  
  display:block;
  margin-top: -15px;

}

.claro-burger {
  display:none;
 margin-left: auto;
  background:transparent;
  border:0;
  color:#fff;
  font-size: 26px;
  cursor:pointer;
}

/* ===== Nav desktop ===== */
.claro-nav { display:flex; align-items:center; gap: 10px; }
.claro-item {   position: static;
}
.claro-link {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  padding: 14px 10px;
  display:flex;
  align-items:center;
  gap: 6px;
}
.claro-chevron { font-size: 12px; display:inline-block; transition: transform .2s ease; }
.claro-item.is-open .claro-chevron { transform: rotate(180deg); }

.claro-static {
  color:#fff;
  text-decoration:none;
  font-weight:700;
  padding: 14px 10px;
}

/* ===== Mega menu (desktop) ===== */
.claro-mega{
  display:none;
  position:absolute;
   left: 0;
  right: 0;
  background:#fff;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
   padding-left: 0;
  padding-right: 0;
  min-width: 720px;
  gap: 34px;
  z-index: 99999;
}
.claro-mega > div {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.claro-item.is-open > .claro-mega { display:flex; }

.claro-col { display:flex; flex-direction:column; min-width: 150px; gap: 10px; color:#111; }
.claro-col strong { font-size: 14px; font-weight: 700; }
.submenu-coluna strong { font-size: 14px; font-weight: 700; }
.claro-col a { color:#111; text-decoration:none; font-size: 14px; }
.claro-col a:hover { text-decoration: underline; }

/* bloco “Contrate” */
.claro-actions { display:flex; align-items:center; gap: 10px; margin-left: 10px; position: relative; }

/* BOTÃO AMARELO */
.claro-cta {
  background: #FECD32;
  color: #000;
  border: 0;
  border-radius: 999px;
      padding: 11px 20px;
  font-weight: 700;
  font-size: 14px;
   
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}

/* BOTÃO BRANCO */
.claro-secondary {
  background: #fff;
  color: #DA291C;
  border: 0;
  border-radius: 999px;
  padding: 8px 22px;
  font-weight: 700;
  font-size: 14px;

  min-height: 36px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  flex-shrink: 0;   
  text-decoration: none;
}

.claro-mega--cta{
  left: auto;
  right: 0;
  min-width: 520px;
}
.claro-cta-box p{ margin:0 0 14px 0; color:#111; font-weight:700; }
.claro-cta-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.claro-cta-grid a{
  display:flex; align-items:center; justify-content:center;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 12px;
  text-decoration:none;
  color:#111;
  
}
/* ===== Mobile ===== */
@media (max-width: 1200px){
  .claro-burger{ display:block; }
  .claro-nav{ display:none; }
}

.claro-drawer{
  position: fixed;
  top:0;
  left:-100%;
  width: 100%;
  height: 100%;
  background:#fff;
  z-index: 999999;
  transition: left .25s ease;
}
.claro-drawer.is-open{ left:0; }

.claro-drawer-close{
  position:absolute;
  top: 14px;
  left: 14px;
  background:transparent;
  border:0;
  font-size: 28px;
  cursor:pointer;
}
.claro-drawer-list{
  padding-top: 64px;
  display:flex;
  flex-direction: column;
}
.claro-drawer-item{
  text-align:left;
  padding: 16px 18px;
  border:0;
  border-bottom: 1px solid #e9e9e9;
  background:#fff;
  font-weight:800;
  font-size: 16px;
  cursor:pointer;
  color:#111;
  text-decoration:none;
}
.claro-chevron {
  font-size: 12px;
  margin-left: 6px;
  transition: transform .3s ease;
  color: #fff;
}

/* GIRA quando o menu abre */
.claro-item.is-open .claro-chevron {
  transform: rotate(180deg);
}
.claro-chevron {
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
  transition: transform .3s ease;
}

.claro-item.is-open .claro-chevron {
  transform: rotate(180deg);
}

:root { --menuH: 64px; }


.claro-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: #DA291C;
}


body { 
 /* padding-top: var(--menuH);  fix altura errada */
   padding-top: 82px;
 
 }

/* submenu branco: tela toda e fixo */
.claro-mega {
  position: fixed !important;
  top: var(--menuH) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
 max-width: 1250ppxx;
  margin: 0 auto;
  /* visual do print */
  background: #fff;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);

  /* espaçamento interno */
  padding: 28px 40px;

  
  display: none!important;              
}


 

/* abre quando o item estiver aberto */
.claro-item.is-open > .claro-mega,
.claro-actions.is-open > .claro-mega {
  display: flex;
}
 /* ===== CONTRATE: cards===== */
.claro-cta-box p{
  margin: 0 0 14px 0;
  font-weight: 700;
  color:#111;
}

.claro-cta-grid--4{
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 16px;
}

.claro-card{
  border: 1px solid #E6E6E6;
  border-radius: 18px;
  background: #fff;
  padding: 16px;
  min-height: 92px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  text-decoration: none;
  color: #111;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.claro-card:hover{
  background:#DA291C;
  border-color:#DA291C;
  color:#fff;
}


.claro-card__icon{
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.claro-card__icon .mdn-Icon--md,
.claro-card__icon .mdn-Icon--md:before{
  font-size: 26px;
  line-height: 1;
}
 
.claro-card__icon svg{
  width: 26px;
  height: 26px;
  display: block;
}

.claro-card__title{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.15;
}

/* ativo (Contrate online) */
.claro-card.is-active{
  background: #DA291C;
  border-color: #DA291C;
  color: #fff;
  box-shadow: 0 8px 22px rgba(218,41,28,.25);
}
.claro-card.is-active .claro-card__icon svg{
  color: #fff;
   
  
}

/* responsivo */
@media (max-width: 980px){
  .claro-cta-grid--4{ grid-template-columns: repeat(2, minmax(160px, 1fr)); }
}
@media (max-width: 520px){
  .claro-cta-grid--4{ grid-template-columns: 1fr; }
}

.endereco {
  text-transform: capitalize;
}

.claro-actions { position: relative;
 }
.claro-cta { position: relative;
   z-index: 1; 
  }
.claro-secondary { position: relative;
   z-index: 2; 
  }
.claro-cta, .claro-secondary { 
  flex-shrink: 0; 
     padding-top: 14px;

}
/* ====== TIRA BLUR DOS ÍCONES DO CONTRATE ====== */


.claro-card__icon { 
  line-height: 0;
}




.claro-card__icon svg{
  shape-rendering: geometricPrecision;
   
  
  transform: none !important;
  filter: none !important;
}

.claro-card__icon img{
  image-rendering: -webkit-optimize-contrast;
}



.claro-item.is-open .claro-mega,
.claro-actions.is-open .claro-mega {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}






.claro-link:active,
.claro-link.is-active {
  background: #0000002e; 

}
 
.claro-item.is-open .claro-link, .claro-item.active 
.claro-link, .claro-link.is-active { background: #0000002e; }

@media (max-width: 768px) {

  .claro-nav {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    background: #da291c;
  }

  .claro-item {
    width: 100%;
  }

  .claro-link {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
  }

  /* mega menu vira bloco normal */
  .claro-mega {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .claro-col {
    padding: 10px 16px;
  }
}
/* MOBILE: esconde o menu desktop no header (fora do drawer) */
@media (max-width:1200px){
  .claro-nav{ display: none !important; }

  /* dentro do drawer, vamos mostrar o nav clonado */
  .claro-drawer .claro-nav{
    display: flex !important;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .claro-drawer .claro-static,
  .claro-drawer .claro-secondary{
    display: block;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }

  /* itens viram accordion */
  .claro-drawer .claro-item{ width: 100%; }
  .claro-drawer .claro-link{
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
    background: transparent;
  }

  /* mega menu vira bloco normal e fica fechado por padrão */
  .claro-drawer .claro-mega{
    position: static;
    width: 100%;
    display: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 10px 0;
  }

  /* quando abrir */
  .claro-drawer .claro-item.is-open .claro-mega{ display: block; }

  /* colunas empilham */
  .claro-drawer .claro-col{
    padding: 10px 16px;
  }
  .claro-drawer .claro-col a{
    display: block;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    opacity: .95;
  }
  .claro-drawer .claro-col strong{
    display:block;
    margin: 10px 0 6px;
    color:#fff;
    font-weight: 700;
  }

  /* setinha gira quando abre */
  .claro-drawer .claro-item.is-open .claro-chevron{
    transform: rotate(180deg);
  }
  .claro-drawer .claro-chevron{
    transition: transform .2s ease;
  }
}
@media (max-width: 1200px){

  /* Drawer ocupa a tela e vira "página" */
  .claro-drawer{
    position: fixed;
    inset: 0;
    background: #da291c;
    overflow-y: auto;
    padding-top: 64px; /* espaço pro X */
  }

  .claro-drawer-close{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    background: transparent;
    border: 0;
    color: #111;        /* se quiser branco, troca pra #fff */
    font-size: 26px;
  }

  /* nav clonado dentro do drawer */
  .claro-drawer .claro-nav{
    display: flex !important;
    flex-direction: column;
    width: 100%;
    padding: 10px 0 24px;
  }

  /* itens principais alinhados à esquerda */
  .claro-drawer .claro-link,
  .claro-drawer .claro-static,
  .claro-drawer .claro-secondary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
  }

  /* linha divisória suave */
  .claro-drawer .claro-item,
  .claro-drawer .claro-static,
  .claro-drawer .claro-secondary{
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  /* >>> o mais importante: submenu NO DRAWER fica fechado por padrão <<< */
  .claro-drawer .claro-mega{
    display: none !important;
    position: static;
    width: 100%;
    background: rgba(0,0,0,.08);
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0;
  }

  /* abre só quando o item estiver is-open */
  .claro-drawer .claro-item.is-open .claro-mega{
    display: block !important;
  }

  /* colunas viram blocos */
  .claro-drawer .claro-col{
    padding: 8px 18px;
  }

  .claro-drawer .claro-col strong{
    display: block;
    margin: 10px 0 6px;
    color: #fff;
    font-weight: 700;
  }

  .claro-drawer .claro-col a{
    display: block;
    padding: 8px 0;
    color: rgba(255,255,255,.95);
    text-decoration: none;
    font-weight: 500;
  }

  /* setinha gira quando abre */
  .claro-drawer .claro-chevron{
    transition: transform .2s ease;
  }
  .claro-drawer .claro-item.is-open .claro-chevron{
    transform: rotate(180deg);
  }

  /* Botões do final (Contrate / Minha Claro) */
  .claro-drawer .claro-actions{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }

  .claro-drawer .claro-cta{
    width: 150px;
    align-self: center;
    border-radius: 999px;
  
    padding: 10px 14px
  }

  .claro-drawer .claro-secondary{
    width: 150px;
    align-self: center;
    justify-content: center;
    background: #fff;
    color: #da291c;
    border-radius: 999px;
    margin:0px 1px 17px 14px;
    padding: 10px 14px;
  }
}
@media (max-width: 1200px){
  /* Drawer: começa FECHADO */
  .claro-drawer{
    position: fixed;
    inset: 0;
    background: #da291c;
    overflow-y: auto;
    padding-top: 64px; /* espaço pro X */

    /* >>> escondido por padrão <<< */
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }

  /* Drawer: ABERTO só com .is-open */
  .claro-drawer.is-open{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1200px){

  /* garante que cada item possa crescer */
  .claro-drawer .claro-item{
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* submenu sempre no fluxo (não sobrepõe) */
  .claro-drawer .claro-mega{
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    float: none !important;

    /* pra empurrar pra baixo */
    display: none !important;
    margin: 0 !important;
  }

  .claro-drawer .claro-item.is-open .claro-mega{
    display: block !important;
  }

  /* se alguma coluna estiver absoluta no desktop, zera */
  .claro-drawer .claro-col{
    position: static !important;
  }
}
/* FOOTER */




.footer {
  background: #c40000;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-right: 96px;
}

.footer .column {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  min-width: 200px;
}

.footer .column:nth-child(2) a:nth-of-type(3),
.footer .column:nth-child(2) a:nth-of-type(5),
.footer .column:nth-child(3) h3,
.footer .column:nth-child(3) a:nth-of-type(1),
.footer .column:nth-child(3) a:nth-of-type(2) {
  color: transparent;
  position: relative;
}

.footer .column:nth-child(2) a:nth-of-type(3)::after,
.footer .column:nth-child(2) a:nth-of-type(5)::after,
.footer .column:nth-child(3) h3::after,
.footer .column:nth-child(3) a:nth-of-type(1)::after,
.footer .column:nth-child(3) a:nth-of-type(2)::after {
  position: absolute;
  inset: 0 auto auto 0;
  color: #fff;
  white-space: nowrap;
}

.footer .column:nth-child(2) a:nth-of-type(3)::after {
  content: "Contratos e regulamentos";
}

.footer .column:nth-child(2) a:nth-of-type(5)::after {
  content: "Portal de Privacidade";
}

.footer .column:nth-child(2)::after {
  content: "GARI";
  display: block;
  margin: 4px 0;
  font-size: 14px;
  color: #fff;
}

.footer .column:nth-child(3) h3::after {
  content: "Institucional";
}

.footer .column:nth-child(3) a:nth-of-type(1)::after {
  content: "Por que Claro";
}

.footer .column:nth-child(3) a:nth-of-type(2)::after {
  content: "Relação com investidores";
}

.footer .column:nth-child(3) a:nth-of-type(n + 3) {
  display: none;
}

.footer .column h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer a {
  color: white;
  text-decoration: none;
  margin: 4px 0;
  font-size: 14px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer-top-button {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  text-decoration: none;
}

.footer .footer-top-button img {
  width: 54px;
  height: 54px;
  display: block;
  transition: transform 0.18s ease;
}

.footer .footer-top-button:hover img {
  transform: translateY(-2px);
}

.mdn-Footer-list-item--text p{
	margin-bottom: 0;
	padding-top: 0.1rem;
}
.mdn-Icon--md, .mdn-Icon--md:before {
     line-height: 1;
}
.mdn-Text{
	margin-bottom: 0;
}
@media only screen and (min-width: 61.9375rem) {
    .mdn-Footer-content {
        width: 100%;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .mdn-Footer .mdn-Footer-disclaimer .mdn-Text.mdn-Text--caption:first-of-type {
        justify-content: center;
    }
}

@media only screen and (min-width: 1280px) {

	.mdn-Container {
		max-width: 1220px;
	}
}

@media only screen and (min-width: 1300px) {

	.mdn-Container {
		max-width: 1250px;
	}
}

@media only screen and (max-width: 500px) {
    .mdn-Footer-list-item--text {
        width: 100%;
        text-align: center;
        margin-bottom: var(--theme-spacing-stack-xs);
        margin-right: 0;
    }
}

@media only screen and (min-width: 61.9375rem) {
    .mdn-Footer-content>* {
        width: 80%;
    }
}

.mdn-Footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 1rem;
	padding-bottom: 0.8rem;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature {
  background: #DA291C;
  color: #fff;
  padding: 28px 0 34px;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Container {
  width: min(1540px, calc(100% - 48px));
  margin: 0 auto;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-social-and-disclaimer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
 
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item {
  display: flex;
  align-items: center;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item--text {
  margin-right: 10px;
  flex: 0 0 auto;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item--text .mdn-Text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item-socialLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 28px;
  height: 28px;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item-socialLink:hover {
  opacity: 0.9;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Icon--md,
.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Icon--md:before {
  display: inline-block;
  font-size: 25.2px;
  line-height: 1;
  color: #fff !important;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature [class^="mdn-Icon-"],
.mdn-Footer.mdn-Footer--social.mdn-Footer--signature [class*=" mdn-Icon-"],
.mdn-Footer.mdn-Footer--social.mdn-Footer--signature [class^="mdn-Icon-"]:before,
.mdn-Footer.mdn-Footer--social.mdn-Footer--signature [class*=" mdn-Icon-"]:before {
  font-family: "mdn-Icon" !important;
  font-style: normal !important;
  color: #fff !important;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  text-align: left;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer .mdn-Text {
  color: #fff;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer .mdn-Text:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 28px;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer-link {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature #mdn-Footer-legal {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-logo {
  display: block;
  flex: 0 0 auto;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  margin-top: 0;
  margin-right: 18px;
  background: url("../img/logo_rodape.png") center center / contain no-repeat;
}

@media only screen and (max-width: 900px) {
  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-content {
    flex-direction: column;
    align-items: center;
  }

  /*.mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list {
    gap: 14px;
  } */

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-logo {
    width: 72px;
    height: 72px;
  }
}

@media only screen and (max-width: 640px) {
  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature {
    padding: 18px 0 16px;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Container {
    width: min(100%, calc(100% - 24px));
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item--text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-social-and-disclaimer,
  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item--text .mdn-Text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 12px;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin: 0 0 26px;
    padding: 0;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Icon--md,
  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Icon--md:before {
    display: inline-block;
    font-size: 26.1px;
    line-height: 1;
    color: #fff !important;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-list-item:not(.mdn-Footer-list-item--text) {
    width: 25.2px;
    height: 25.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer .mdn-Text:first-child {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px 18px;
    text-align: center;
    margin-bottom: 2px;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature #mdn-Footer-legal,
  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-disclaimer-link {
    font-size: 12px;
    font-weight: 400;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature #mdn-Footer-legal {
    max-width: 430px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
  }

  .mdn-Footer.mdn-Footer--social.mdn-Footer--signature .mdn-Footer-logo {
    width: 48px;
    height: 48px;
    margin-right: 0;
    margin-bottom: -19px;
  }
}

@media (max-width: 900px) {
  .related-footer-note {
    text-align: right;
    font-size: 13px;
  }

  .footer .container {
    padding-right: 0;
    padding-bottom: 78px;
  }

  .footer .footer-top-button {
    right: 8px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}

@media (max-width: 768px) {
  .practical-section h2 {
    max-width: 310px;
  }
}



 
