:root {
  --an-magenta: #be003f;
  --an-magenta-dark: #82002c;
  --an-magenta-soft: #fff0f5;
  --an-pink: #f71d74;
  --an-green: #008d49;
  --an-green-dark: #006c39;
  --an-green-soft: #ecf8f1;
  --an-blue: #087fc0;
  --an-blue-soft: #eaf7fd;
  --an-orange: #f27922;
  --an-purple: #8d23a8;
  --an-cream: #f7efd9;
  --an-cream-deep: #ead8ae;
  --an-paper: #fffaf0;
  --an-ink: #102330;
  --an-muted: #5f707b;
  --an-line: #e4e8e8;
  --an-white: #fff;
  --an-shadow: 0 24px 70px rgba(77, 20, 40, .13);
  --an-radius: 20px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body.page-anitta {
  margin: 0;
  color: var(--an-ink);
  background: var(--an-white);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.an-page,
.an-page * {
  box-sizing: border-box;
}

.an-page {
  color: var(--an-ink);
  background: var(--an-white);
  overflow: clip;
  font-family: "Geist", Arial, Helvetica, sans-serif;
}

.an-page img,
.an-page svg {
  display: block;
  max-width: 100%;
}

.an-page h1,
.an-page h2,
.an-page h3,
.an-page p,
.an-page a,
.an-page summary,
.an-page li {
  overflow-wrap: break-word;
}

.an-page h1,
.an-page h2,
.an-page h3 {
  font-family: "Geist", Arial, Helvetica, sans-serif;
  font-weight: 850;
  text-wrap: balance;
}

.an-page p {
  text-wrap: pretty;
}

.an-page [id] {
  scroll-margin-top: 136px;
}

.an-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.an-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 9px;
  color: #fff;
  background: #102330;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 28px));
  transition: transform .18s ease;
}

.an-skip:focus {
  transform: translateY(0);
}

.an-breadcrumb {
  border-bottom: 1px solid #dce8ed;
  background: #f6fbfd;
}

.an-breadcrumb .an-container {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #71828b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.an-breadcrumb a {
  color: #0577ad;
  text-decoration: none;
}

.an-breadcrumb span:last-child {
  overflow: hidden;
  color: #294450;
  text-overflow: ellipsis;
}

.an-hero {
  position: relative;
  padding: 58px 0 54px;
  color: var(--an-white);
  background:
    radial-gradient(circle at 88% 10%, rgba(247, 29, 116, .44), transparent 29%),
    radial-gradient(circle at 7% 80%, rgba(0, 141, 73, .32), transparent 31%),
    linear-gradient(135deg, #7d002a 0%, #b4003d 50%, #8b0030 100%);
  isolation: isolate;
}

.an-hero::before,
.an-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.an-hero::before {
  inset: 0;
  opacity: .16;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.85) 1px, transparent 1.2px),
    radial-gradient(circle, rgba(255,228,177,.7) 1px, transparent 1.2px);
  background-position: 0 0, 11px 11px;
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.an-hero::after {
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -210px;
  border-radius: 50%;
  border: 72px solid rgba(247, 239, 217, .09);
}

.an-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.an-hero-copy,
.an-hero-media,
.an-cie-grid > * {
  min-width: 0;
}

.an-hero-copy {
  max-width: 1010px;
}

.an-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--an-magenta);
  background: var(--an-magenta-soft);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.an-hero .an-kicker {
  border: 1px solid rgba(255,255,255,.28);
  color: #fff5d9;
  background: rgba(255,255,255,.1);
}

.an-hero h1 {
  max-width: 1000px;
  margin: 0 0 18px;
  color: #fff8e9;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.047em;
}

.an-lead {
  max-width: 900px;
  margin: 0;
  color: #f8e9ec;
  font-size: 19px;
  line-height: 1.66;
}

.an-lead strong {
  color: #fff;
}

.an-sale-box {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 5px solid #ffd66b;
  border-radius: 0 14px 14px 0;
  background: rgba(77,0,26,.38);
  box-shadow: 0 18px 50px rgba(69, 0, 23, .18);
  backdrop-filter: blur(8px);
}

.an-sale-box strong {
  color: #ffdf87;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.an-sale-box p {
  margin: 7px 0 0;
  color: #fff5f7;
  line-height: 1.62;
}

.an-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.an-primary,
.an-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.an-primary {
  border: 1px solid var(--an-green);
  color: #fff;
  background: var(--an-green);
  box-shadow: 0 14px 30px rgba(0, 141, 73, .22);
}

.an-primary:hover {
  border-color: var(--an-green-dark);
  background: var(--an-green-dark);
  box-shadow: 0 18px 36px rgba(0, 108, 57, .26);
  transform: translateY(-2px);
}

.an-secondary {
  border: 1px solid #d6dfe3;
  color: #173744;
  background: #fff;
}

.an-secondary:hover {
  border-color: #a9c2cd;
  background: #f7fbfd;
  transform: translateY(-2px);
}

.an-hero .an-secondary {
  border-color: rgba(255,255,255,.32);
  color: #fff;
  background: rgba(255,255,255,.1);
}

.an-hero .an-secondary:hover {
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.17);
}

.an-meta {
  margin: 18px 0 0;
  color: #e9cbd4;
  font-size: 12px;
  line-height: 1.5;
}

.an-hero-media {
  position: relative;
  width: 100%;
  margin: 6px 0 0;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 90px rgba(61, 0, 21, .42);
}

.an-hero-media picture,
.an-hero-media img {
  width: 100%;
  display: block;
}

.an-hero-media img {
  height: auto;
  border-radius: 15px;
  background: var(--an-cream);
  object-fit: contain;
}

.an-hero-media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.an-section {
  padding: 72px 0;
}

.an-section + .an-section:not(.an-tinted):not(.an-meia):not(.an-faq-section):not(.an-links) {
  border-top: 1px solid #eef2f3;
}

.an-tinted {
  background:
    linear-gradient(180deg, rgba(247,239,217,.72), rgba(255,250,240,.9));
}

.an-prose {
  max-width: 880px;
}

.an-prose p,
.an-cie-grid p {
  margin: 0 0 17px;
  color: #425b67;
  font-size: 17px;
  line-height: 1.78;
}

.an-prose p:last-child,
.an-cie-grid p:last-of-type {
  margin-bottom: 0;
}

.an-prose a {
  color: #0678ad;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.an-prose h2,
.an-heading h2,
.an-cie-grid h2 {
  max-width: 900px;
  margin: 0 0 14px;
  color: #112f3d;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.an-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.an-heading p {
  margin: 0;
  color: #60737c;
  font-size: 17px;
  line-height: 1.68;
}

.an-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.an-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e0e8ea;
  border-radius: var(--an-radius);
  background: #fff;
  box-shadow: 0 15px 44px rgba(16, 35, 48, .055);
}

.an-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--an-magenta), var(--an-pink), var(--an-orange));
}

.an-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--an-blue), var(--an-green));
}

.an-card h3 {
  margin: 3px 0 10px;
  color: #143541;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.16;
}

.an-card p {
  margin: 0 0 14px;
  color: #526873;
  line-height: 1.67;
}

.an-text-link {
  color: var(--an-magenta);
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.an-note {
  margin: 20px 0 0;
  padding: 17px 18px;
  border: 1px solid #d8e7ed;
  border-left: 4px solid var(--an-blue);
  border-radius: 12px;
  color: #425d69;
  background: #f5fbfe;
  line-height: 1.64;
}

.an-dates {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.an-dates article {
  position: relative;
  min-height: 146px;
  overflow: hidden;
  padding: 22px 18px 20px;
  border: 1px solid #e0e5e5;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(33, 45, 52, .055);
}

.an-dates article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -32px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: currentColor;
  opacity: .055;
}

.an-dates article:nth-child(1) { color: var(--an-purple); border-top: 5px solid var(--an-purple); }
.an-dates article:nth-child(2) { color: var(--an-orange); border-top: 5px solid var(--an-orange); }
.an-dates article:nth-child(3) { color: var(--an-pink); border-top: 5px solid var(--an-pink); }
.an-dates article:nth-child(4) { color: var(--an-blue); border-top: 5px solid var(--an-blue); }
.an-dates article:nth-child(5) { color: var(--an-green); border-top: 5px solid var(--an-green); }
.an-dates article:nth-child(6) { color: #c84f4f; border-top: 5px solid #df6767; }
.an-dates article:nth-child(7) { color: #c78a00; border-top: 5px solid #e9a817; }
.an-dates article:nth-child(8) { color: #1743bd; border-top: 5px solid #176fdb; }

.an-dates time {
  display: block;
  margin-bottom: 12px;
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.an-dates strong {
  display: block;
  color: #153644;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.04;
}

.an-dates span {
  display: block;
  margin-top: 8px;
  color: #6c7c83;
  font-size: 13px;
  font-weight: 650;
}

.an-meia {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(247,29,116,.35), transparent 28%),
    radial-gradient(circle at 5% 100%, rgba(0,141,73,.32), transparent 30%),
    linear-gradient(135deg, #8d002f, #bc003e 55%, #83002e);
}

.an-meia .an-heading h2 {
  color: #fff8eb;
}

.an-meia .an-kicker {
  color: #744d00;
  background: #ffe6a7;
}

.an-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.an-steps li {
  display: flex;
  gap: 15px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  color: #18333d;
  background: #fff;
  box-shadow: 0 18px 50px rgba(62,0,21,.14);
}

.an-steps li > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #8a0735;
  background: #f9e8b9;
  font-size: 14px;
  font-weight: 900;
}

.an-steps h3 {
  margin: 0 0 7px;
  color: #153540;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.an-steps p {
  margin: 0;
  color: #566b74;
  line-height: 1.62;
}

.an-cie-grid {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: 34px;
  align-items: start;
}

.an-check {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid #cfe6d7;
  border-radius: 20px;
  background: linear-gradient(145deg, #f5fcf7, var(--an-green-soft));
  box-shadow: 0 16px 45px rgba(0, 87, 45, .07);
}

.an-check::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--an-green);
}

.an-check h3 {
  margin: 0 0 14px;
  color: #143a2b;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.16;
}

.an-check ul {
  margin: 0;
  padding-left: 20px;
  color: #45645a;
}

.an-check li {
  margin: 10px 0;
  line-height: 1.55;
}

.an-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.an-prep-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e3e8e8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(30, 49, 57, .045);
}

.an-prep-grid b {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--an-magenta);
  font-size: 12px;
  font-weight: 900;
}

.an-prep-grid article:nth-child(2) b { background: var(--an-blue); }
.an-prep-grid article:nth-child(3) b { background: var(--an-green); }
.an-prep-grid article:nth-child(4) b { background: var(--an-orange); }

.an-prep-grid h3 {
  margin: 12px 0 7px;
  color: #153642;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.an-prep-grid p {
  margin: 0;
  color: #61737b;
  line-height: 1.58;
}

.an-links {
  background:
    radial-gradient(circle at 100% 0, rgba(8,127,192,.09), transparent 28%),
    linear-gradient(180deg, #fff, #f7fbfd);
}

.an-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.an-link-grid a {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #dfe9ed;
  border-radius: 17px;
  color: #1d3b47;
  background: #fff;
  box-shadow: 0 12px 34px rgba(13, 59, 80, .045);
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.an-link-grid a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--an-magenta);
}

.an-link-grid a:nth-child(2)::before { background: var(--an-green); }
.an-link-grid a:nth-child(3)::before { background: var(--an-blue); }

.an-link-grid a:hover {
  border-color: #c9dce4;
  box-shadow: 0 18px 42px rgba(13, 59, 80, .08);
  transform: translateY(-2px);
}

.an-link-grid strong,
.an-link-grid span {
  display: block;
}

.an-link-grid strong {
  margin-bottom: 8px;
  color: #163744;
  font-size: 18px;
  font-weight: 850;
}

.an-link-grid span {
  color: #62747d;
  line-height: 1.55;
}

.an-centered {
  margin-top: 26px;
  text-align: center;
}

.an-faq-section {
  background: var(--an-paper);
}

.an-faq-list {
  max-width: 920px;
}

.an-faq {
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #e4dfd1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(70, 53, 27, .035);
}

.an-faq summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  color: #173643;
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
}

.an-faq summary::-webkit-details-marker {
  display: none;
}

.an-faq summary::after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 19px;
  color: var(--an-magenta);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.an-faq[open] summary::after {
  content: "–";
}

.an-faq[open] summary {
  color: var(--an-magenta-dark);
  background: #fff9fb;
}

.an-faq div {
  padding: 0 20px 19px;
}

.an-faq p {
  margin: 0;
  color: #586b74;
  line-height: 1.67;
}

.an-source {
  padding: 27px 0;
  color: #dce8ed;
  background: #082b3f;
}

.an-source strong {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.an-source p {
  margin: 7px 0 0;
  color: #c2d2d9;
  font-size: 13px;
  line-height: 1.65;
}

.an-primary:focus-visible,
.an-secondary:focus-visible,
.an-text-link:focus-visible,
.an-link-grid a:focus-visible,
.an-faq summary:focus-visible,
.an-breadcrumb a:focus-visible {
  outline: 3px solid #087fc0;
  outline-offset: 3px;
}

@media (min-width: 981px) {
  .an-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    gap: 42px;
    align-items: center;
  }

  .an-hero-media {
    width: 100%;
    max-width: 520px;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 980px) {
  .an-dates {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .an-steps {
    grid-template-columns: 1fr;
  }

  .an-cie-grid {
    grid-template-columns: 1fr;
  }

  .an-prep-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .an-container {
    width: min(100% - 32px, 680px);
  }

  .an-hero {
    padding: 38px 0 40px;
  }

  .an-hero-grid {
    gap: 26px;
  }

  .an-hero h1 {
    font-size: clamp(35px, 10.6vw, 50px);
    line-height: 1.01;
    letter-spacing: -.04em;
  }

  .an-lead {
    font-size: 17px;
    line-height: 1.62;
  }

  .an-sale-box {
    padding: 15px 16px;
  }

  .an-hero-media {
    padding: 6px;
    border-radius: 15px;
  }

  .an-hero-media img {
    border-radius: 10px;
  }

  .an-section {
    padding: 54px 0;
  }

  .an-prose h2,
  .an-heading h2,
  .an-cie-grid h2 {
    font-size: clamp(29px, 8vw, 38px);
  }

  .an-split,
  .an-link-grid {
    grid-template-columns: 1fr;
  }

  .an-card,
  .an-check {
    padding: 23px;
  }

  .an-actions {
    flex-direction: column;
  }

  .an-primary,
  .an-secondary {
    width: 100%;
  }

  .an-meta {
    font-size: 11px;
  }
}

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

  .an-breadcrumb .an-container {
    min-height: 40px;
    font-size: 11px;
  }

  .an-hero {
    padding-top: 32px;
  }

  .an-hero h1 {
    font-size: clamp(33px, 10.8vw, 43px);
  }

  .an-kicker {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .an-dates {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .an-dates article {
    min-height: 126px;
    padding: 17px 14px;
  }

  .an-dates strong {
    font-size: 19px;
  }

  .an-dates span {
    font-size: 12px;
  }

  .an-prep-grid {
    grid-template-columns: 1fr;
  }

  .an-steps li {
    padding: 21px;
  }

  .an-faq summary {
    padding-left: 17px;
    font-size: 15px;
  }

  .an-faq div {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 360px) {
  .an-container {
    width: min(100% - 22px, 680px);
  }

  .an-dates {
    grid-template-columns: 1fr;
  }

  .an-hero h1 {
    font-size: 32px;
  }
}
