:root {
  --pt-magenta: #9b1c25;
  --pt-magenta-dark: #6f1118;
  --pt-magenta-soft: #f7eeee;
  --pt-pink: #8f8f8f;
  --pt-green: #008d49;
  --pt-green-dark: #006c39;
  --pt-green-soft: #ecf8f1;
  --pt-blue: #555;
  --pt-blue-soft: #f1f1f1;
  --pt-orange: #777;
  --pt-purple: #333;
  --pt-cream: #ededeb;
  --pt-cream-deep: #d5d5d2;
  --pt-paper: #f4f4f2;
  --pt-ink: #171717;
  --pt-muted: #626262;
  --pt-line: #dedede;
  --pt-white: #fff;
  --pt-shadow: 0 24px 70px rgba(0, 0, 0, .13);
  --pt-radius: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pt-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;
}

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

.pt-breadcrumb {
  border-bottom: 1px solid #dedede;
  background: #f4f4f4;
}

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

.pt-breadcrumb a {
  color: #333;
  text-decoration: none;
}

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

.pt-hero {
  position: relative;
  padding: 58px 0 54px;
  color: var(--pt-white);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .09), transparent 29%),
    radial-gradient(circle at 7% 80%, rgba(123, 19, 27, .25), transparent 31%),
    linear-gradient(135deg, #080808 0%, #1c1c1c 52%, #090909 100%);
  isolation: isolate;
}

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

.pt-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%);
}

.pt-hero::after {
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -210px;
  border-radius: 50%;
  border: 72px solid rgba(255, 255, 255, .04);
}

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

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

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

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

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

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

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

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

.pt-sale-box {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 5px solid #a42731;
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,.055);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

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

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

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

.pt-primary,
.pt-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;
}

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

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

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

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

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

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

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

.pt-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(0, 0, 0, .54);
}

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

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

.pt-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;
}

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

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

.pt-tinted {
  background:
    linear-gradient(180deg, rgba(238,238,236,.82), rgba(249,249,248,.96));
}

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

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

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

.pt-prose a {
  color: #7c1820;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pt-prose h2,
.pt-heading h2,
.pt-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;
}

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

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

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

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

.pt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #111, #777, #b8b8b8);
}

.pt-card:nth-child(2)::before {
  background: linear-gradient(90deg, #5f1118, #a42731);
}

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

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

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

.pt-note {
  margin: 20px 0 0;
  padding: 17px 18px;
  border: 1px solid #d9d9d9;
  border-left: 4px solid #777;
  border-radius: 12px;
  color: #425d69;
  background: #f7f7f7;
  line-height: 1.64;
}

.pt-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .055);
  -webkit-overflow-scrolling: touch;
}

.pt-sales-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #303030;
  font-size: 14px;
  line-height: 1.45;
}

.pt-sales-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.pt-sales-table th,
.pt-sales-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: middle;
}

.pt-sales-table th {
  color: #fff;
  background: #161616;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pt-sales-table tbody tr:last-child td {
  border-bottom: 0;
}

.pt-sales-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.pt-sales-table time {
  color: #7f1720;
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
}

.pt-sales-table a {
  color: #6f1118;
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

.pt-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);
}

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

.pt-dates article { color: #333; border-top: 5px solid #333; }
.pt-dates article:nth-child(3n+2) { color: #777; border-top-color: #777; }
.pt-dates article:nth-child(3n) { color: #8f1d26; border-top-color: #8f1d26; }

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

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

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

.pt-meia {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(255,255,255,.09), transparent 28%),
    radial-gradient(circle at 5% 100%, rgba(143,29,38,.24), transparent 30%),
    linear-gradient(135deg, #090909, #202020 55%, #080808);
}

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

.pt-meia .pt-kicker {
  color: #4e0e14;
  background: #ecd2d4;
}

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

.pt-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);
}

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

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

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

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

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

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

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

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

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

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

.pt-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);
}

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

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

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

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

.pt-links {
  background:
    radial-gradient(circle at 100% 0, rgba(0,0,0,.06), transparent 28%),
    linear-gradient(180deg, #fff, #f4f4f4);
}

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

.pt-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;
}

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

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

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

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

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

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

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

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

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

.pt-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);
}

.pt-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;
}

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

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

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

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

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

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

.pt-source {
  padding: 27px 0;
  color: #dce8ed;
  background: #111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-table-wrap {
    border-radius: 14px;
  }

  .pt-sales-table {
    min-width: 700px;
    font-size: 13px;
  }

  .pt-sales-table th,
  .pt-sales-table td {
    padding: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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