:root {
  /* Sheltra brand foundation. Keep the --af-* aliases for saved blocks. */
  --sheltra-forest: var(--wp--preset--color--forest);
  --sheltra-sage: var(--wp--preset--color--sage);
  --sheltra-warm-white: var(--wp--preset--color--warm-white);
  --sheltra-terracotta: var(--wp--preset--color--terracotta);
  --sheltra-sand: var(--wp--preset--color--sand);
  --sheltra-action: var(--wp--preset--color--action);
  --sheltra-muted: color-mix(in srgb, var(--sheltra-forest) 78%, var(--sheltra-warm-white));
  --sheltra-font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sheltra-font-display: "Playfair Display", Georgia, serif;
  --af-ink: var(--sheltra-forest);
  --af-sage: var(--sheltra-forest);
  --af-mint: var(--sheltra-sage);
  --af-cream: var(--sheltra-sand);
  --af-paper: var(--sheltra-warm-white);
  --af-white: var(--sheltra-warm-white);
  --af-rose: var(--sheltra-terracotta);
  --af-ink-06: color-mix(in srgb, var(--sheltra-forest) 6%, transparent);
  --af-ink-08: color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  --af-ink-12: color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  --af-ink-18: color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  --af-ink-72: color-mix(in srgb, var(--sheltra-forest) 72%, transparent);
  --af-shadow-sm: 0 8px 24px color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  --af-shadow-lg: 0 20px 52px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  --af-radius-sm: 10px;
  --af-radius-md: 16px;
  --af-radius-lg: 20px;
  --af-radius-xl: 24px;
  --af-container: min(1240px, calc(100vw - 40px));
}

/* Reusable pricing-page introduction directly below the header module. */
.af-pricing-intro-section {
  position: relative;
  z-index: 5;
  padding: 0 24px 76px;
  background: var(--af-paper);
}

.af-pricing-intro-inner {
  position: relative;
  width: min(1180px, 100%);
  min-height: 378px;
  margin: -36px auto 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  border-radius: 38px 38px 78px 38px;
  background: var(--sheltra-warm-white);
  box-shadow: 0 28px 56px color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
}

.af-pricing-intro-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 378px;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 44px 38px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.af-pricing-intro-content h2 {
  max-width: 900px;
  margin: 0;
  color: var(--af-ink);
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.af-pricing-intro-content h2 .serif {
  color: var(--sheltra-action);
  font-size: 1.08em;
  font-weight: 500;
}

.af-pricing-intro-text,
.af-editor-pricing-intro .af-pricing-intro-content > p:not(:first-child) {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--sheltra-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.af-pricing-intro-chips {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.af-pricing-intro-chips li,
.af-editor-pricing-intro .af-pricing-intro-chips > span {
  display: inline-flex;
  min-height: 38px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  border-radius: 999px;
  background: var(--sheltra-warm-white);
  color: var(--af-ink);
  padding: 8px 15px;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 800;
}

.af-pricing-intro-chips li > span,
.af-editor-pricing-intro .af-pricing-intro-chips i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--af-sage);
  flex: 0 0 auto;
}

.af-pricing-intro-shape {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.af-pricing-intro-shape--peach {
  bottom: -92px;
  left: -72px;
  width: 240px;
  height: 240px;
  background: var(--sheltra-terracotta);
}

.af-pricing-intro-shape--lilac {
  top: -125px;
  right: -48px;
  width: 300px;
  height: 250px;
  background: var(--sheltra-sage);
}

.af-editor-pricing-intro {
  padding-top: 46px;
}

.af-editor-pricing-intro .af-pricing-intro-inner {
  margin-top: 0;
}

@media (max-width: 800px) {
  .af-pricing-intro-section {
    padding: 0 14px 54px;
  }

  .af-pricing-intro-inner {
    min-height: 0;
    margin-top: -22px;
    border-radius: 28px 28px 50px 28px;
  }

  .af-pricing-intro-content {
    min-height: 0;
    padding: 46px 22px 38px;
  }

  .af-pricing-intro-content h2 {
    font-size: clamp(2.1rem, 11vw, 3.15rem);
  }

  .af-pricing-intro-text,
  .af-editor-pricing-intro .af-pricing-intro-content > p:not(:first-child) {
    font-size: 0.98rem;
  }

  .af-pricing-intro-shape--peach {
    width: 170px;
    height: 170px;
  }

  .af-pricing-intro-shape--lilac {
    top: -90px;
    right: -70px;
    width: 210px;
    height: 190px;
  }
}

/* Refined comparison header, adapted from the approved Sheltra layout. */
.af-comparison-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(68px, 7vw, 112px) 0 clamp(62px, 7vw, 104px);
  color: var(--af-ink);
  background: var(--sheltra-sage);
}

.af-comparison-hero-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.af-comparison-hero-shape--one {
  top: clamp(-230px, -13vw, -120px);
  left: clamp(-230px, -11vw, -120px);
  width: clamp(330px, 34vw, 620px);
  aspect-ratio: 1;
  border: clamp(80px, 8vw, 140px) solid color-mix(in srgb, var(--sheltra-sage) 78%, transparent);
  background: color-mix(in srgb, var(--sheltra-warm-white) 86%, transparent);
}

.af-comparison-hero-shape--two {
  right: clamp(-250px, -10vw, -100px);
  bottom: clamp(-330px, -17vw, -180px);
  width: clamp(460px, 43vw, 780px);
  aspect-ratio: 1.12;
  background: color-mix(in srgb, var(--sheltra-terracotta) 35%, transparent);
}

.af-comparison-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100vw - 48px));
  margin: 0 auto;
}

.af-comparison-hero-main {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(570px, 1.12fr);
  align-items: center;
  gap: clamp(38px, 4.5vw, 72px);
}

.af-comparison-hero-intro {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0;
}

.af-comparison-hero-intro .section-kicker,
.af-editor-comparison-hero .af-comparison-hero-intro > .section-kicker {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 8px 13px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  border-radius: 999px;
  color: var(--sheltra-muted);
  background: color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  transform: rotate(-1.2deg);
}

.af-comparison-hero-intro h1 {
  max-width: 650px;
  margin: 0;
  color: var(--af-ink);
  font-size: clamp(2.8rem, 4.15vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.af-comparison-hero-intro h1 .serif {
  display: block;
  margin-top: 0.08em;
  color: var(--sheltra-action);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 1.04em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.af-comparison-hero-intro > p {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--sheltra-muted);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.58;
}

.af-comparison-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.af-comparison-hero-actions .button,
.af-editor-comparison-hero .af-comparison-hero-actions > span {
  display: inline-flex;
  min-height: 52px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 22%, transparent);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.af-comparison-hero-button--primary {
  color: #fff;
  border-color: var(--af-ink) !important;
  background: var(--af-ink) !important;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
}

.af-comparison-hero-button--primary::after {
  margin-left: 15px;
  content: "→";
}

.af-comparison-hero-button--secondary {
  color: var(--af-ink) !important;
  background: color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent) !important;
}

.af-comparison-hero-actions .button:hover,
.af-comparison-hero-actions .button:focus-visible {
  transform: translateY(-2px);
}

.af-comparison-hero-assurances {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--sheltra-muted);
  font-size: 0.72rem;
  list-style: none;
}

.af-comparison-hero-assurances li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.af-comparison-hero-assurances li > span,
.af-comparison-hero-trust-item > span {
  display: grid;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--af-sage);
  background: color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent);
  font-size: 0.72rem;
  font-weight: 900;
}

.af-comparison-hero-visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: 18px 18px 38px 28px;
}

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

.af-comparison-hero-visual::before {
  top: 28px;
  right: -1%;
  width: 84%;
  height: 76%;
  border-radius: 43% 57% 48% 52% / 56% 41% 59% 44%;
  background: var(--sheltra-sage);
  transform: rotate(6deg);
}

.af-comparison-hero-visual::after {
  bottom: 13%;
  left: -1%;
  width: 48%;
  height: 48%;
  border-radius: 58% 42% 55% 45% / 47% 57% 43% 53%;
  background: color-mix(in srgb, var(--sheltra-terracotta) 35%, transparent);
  transform: rotate(-10deg);
}

.af-comparison-hero-visual-heading {
  display: grid;
  position: relative;
  z-index: 4;
  grid-template-columns: minmax(150px, 1fr) minmax(280px, 390px);
  align-items: start;
  gap: 18px;
  margin: 0 0 -8px;
  pointer-events: none;
}

.af-comparison-hero-visual-heading p {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  border-radius: 999px;
  color: var(--sheltra-muted);
  background: color-mix(in srgb, var(--sheltra-warm-white) 97%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--sheltra-forest) 11%, transparent);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
  transform: rotate(-1.8deg);
}

.af-comparison-hero-visual-heading h2 {
  position: relative;
  max-width: 390px;
  margin: 32px -5px 0 0;
  justify-self: end;
  padding: 15px 21px 16px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  border-radius: 25px 25px 25px 8px;
  color: var(--af-ink);
  background: color-mix(in srgb, var(--sheltra-warm-white) 97%, transparent);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
  transform: rotate(1deg);
}

.af-comparison-hero-figure {
  display: grid;
  position: relative;
  z-index: 2;
  margin: 0;
}

.af-comparison-hero-card {
  display: grid;
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1.82 / 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 7px solid color-mix(in srgb, var(--sheltra-warm-white) 90%, transparent);
  border-radius: 60px 108px 55px 90px;
  background: var(--sheltra-sage);
  box-shadow: 0 28px 64px color-mix(in srgb, var(--sheltra-forest) 17%, transparent);
  transform: rotate(0.55deg);
}

.af-comparison-hero-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  background: var(--sheltra-sand);
}

.af-comparison-hero-panel + .af-comparison-hero-panel {
  border-top: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.72);
}

.af-comparison-hero-panel img,
.af-comparison-hero-image-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.af-comparison-hero-panel img {
  object-fit: cover;
}

.af-comparison-hero-panel--left img {
  filter: grayscale(0.56) saturate(0.72) contrast(0.92);
}

.af-comparison-hero-panel--right img {
  filter: saturate(0.9) contrast(0.96);
}

.af-comparison-hero-image-placeholder {
  display: grid;
  place-items: center;
  padding: 28px;
  color: color-mix(in srgb, var(--sheltra-forest) 58%, transparent);
  background:
    radial-gradient(circle at 22% 28%, color-mix(in srgb, var(--sheltra-sage) 92%, transparent), transparent 34%),
    radial-gradient(circle at 76% 64%, color-mix(in srgb, var(--sheltra-terracotta) 82%, transparent), transparent 36%),
    var(--sheltra-sand);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

.af-comparison-hero-label {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: color-mix(in srgb, var(--sheltra-action) 94%, transparent);
  box-shadow: 0 9px 20px color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.af-comparison-hero-panel--right .af-comparison-hero-label {
  background: color-mix(in srgb, var(--sheltra-forest) 94%, transparent);
}

.af-comparison-hero-copycards {
  display: grid;
  position: relative;
  z-index: 3;
  margin-top: -25px;
  padding: 0 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.af-comparison-hero-copycard {
  min-height: 118px;
  padding: 19px 20px 20px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 10%, transparent);
  border-radius: 25px;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.af-comparison-hero-copycard strong {
  display: block;
  color: var(--af-ink);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
}

.af-comparison-hero-copycard p {
  margin: 7px 0 0;
  color: var(--sheltra-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.af-comparison-hero-copycard--left {
  border-radius: 25px 25px 25px 9px;
  background: linear-gradient(145deg, var(--sheltra-terracotta), var(--sheltra-terracotta));
  transform: translateY(10px) rotate(-0.7deg);
}

.af-comparison-hero-copycard--right {
  border-radius: 25px 25px 9px 25px;
  background: linear-gradient(145deg, var(--sheltra-sage), var(--sheltra-sage));
  transform: translateY(-2px) rotate(0.65deg);
}

.af-comparison-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(56px, 6vw, 86px);
  padding: 19px 21px;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--sheltra-forest) 7%, transparent);
  backdrop-filter: blur(10px);
}

.af-comparison-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.af-comparison-hero-trust-item p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.af-comparison-hero-trust-item strong {
  color: var(--af-ink);
  font-size: 0.8rem;
  line-height: 1.25;
}

.af-comparison-hero-trust-item small {
  margin-top: 3px;
  color: var(--sheltra-muted);
  font-size: 0.67rem;
  line-height: 1.35;
}

.af-editor-comparison-hero {
  padding-inline: 24px;
}

.af-editor-comparison-hero .af-comparison-hero-inner {
  width: min(1260px, 100%);
}

.af-editor-comparison-hero .af-comparison-hero-card {
  min-height: 0;
}

@media (max-width: 1050px) {
  .af-comparison-hero-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .af-comparison-hero-intro {
    max-width: 760px;
  }

  .af-comparison-hero-visual {
    width: min(820px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .af-comparison-hero {
    padding: 54px 0 70px;
  }

  .af-comparison-hero-inner {
    width: min(100% - 28px, 1360px);
  }

  .af-comparison-hero-visual {
    padding: 28px 0 24px;
  }

  .af-comparison-hero-visual-heading {
    display: block;
    position: relative;
    inset: auto;
    width: calc(100% - 18px);
    margin: 0 auto -4px;
  }

  .af-comparison-hero-visual-heading p,
  .af-comparison-hero-visual-heading h2 {
    position: relative;
    inset: auto;
  }

  .af-comparison-hero-visual-heading p {
    width: max-content;
    max-width: 92%;
    padding: 7px 10px;
  }

  .af-comparison-hero-visual-heading h2 {
    max-width: 88%;
    margin: -3px 0 0 auto;
    padding: 12px 15px 13px;
    border-radius: 20px 20px 20px 7px;
    font-size: 1.25rem;
  }

  .af-comparison-hero-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    border-width: 4px;
    border-radius: 34px 56px 30px 46px;
    box-shadow: 0 20px 44px color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
    transform: none;
  }

  .af-comparison-hero-panel {
    min-height: 0;
  }

  .af-comparison-hero-panel + .af-comparison-hero-panel {
    border-top: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.72);
  }

  .af-comparison-hero-copycards {
    margin-top: -14px;
    padding: 0 7px;
    gap: 7px;
  }

  .af-comparison-hero-copycard {
    min-height: 0;
    padding: 14px 12px 15px;
  }

  .af-comparison-hero-trust {
    grid-template-columns: 1fr;
    padding: 17px;
    gap: 15px;
  }
}

@media (max-width: 560px) {
  .af-comparison-hero-intro h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .af-comparison-hero-actions {
    display: grid;
  }

  .af-comparison-hero-actions .button,
  .af-editor-comparison-hero .af-comparison-hero-actions > span {
    width: 100%;
    white-space: normal;
  }

  .af-comparison-hero-assurances {
    display: grid;
  }

  .af-comparison-hero-copycards {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .af-comparison-hero-copycard--left,
  .af-comparison-hero-copycard--right {
    transform: none;
  }
}

/* Opt-in section backgrounds. The absent class is the legacy rendering. */
.af-section-bg.af-section-bg--light {
  background: var(--af-paper);
  color: var(--af-ink);
}

.af-section-bg.af-section-bg--dark {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-section-bg.af-section-bg--pastel-mint {
  background: var(--af-mint);
  color: var(--af-ink);
}

.af-section-bg.af-section-bg--pastel-cream {
  background: var(--af-cream);
  color: var(--af-ink);
}

.af-section-bg.af-section-bg--pastel-rose {
  background: var(--af-rose);
  color: var(--af-ink);
}

.af-section-bg--dark .section-title,
.af-section-bg--dark .section-lead,
.af-section-bg--dark .faq-intro,
.af-section-bg--dark .af-faq-intro,
.af-section-bg--dark .af-faq-light-intro,
.af-section-bg--dark .af-trust-founder-copy,
.af-section-bg--dark .af-contact-copy,
.af-section-bg--dark .af-contact-light-copy {
  color: var(--af-paper);
}

.af-section-bg--dark .section-kicker {
  color: var(--af-mint);
}

.af-section-bg--dark .faq-item,
.af-section-bg--dark .faq-list,
.af-section-bg--dark .af-faq-item,
.af-section-bg--dark .af-faq-light-item,
.af-section-bg--dark .af-faq-list,
.af-section-bg--dark .af-faq-light-list {
  border-color: color-mix(in srgb, var(--sheltra-warm-white) 50%, transparent);
}

.af-section-bg--dark .faq-item summary::after,
.af-section-bg--dark .af-faq-item summary::after,
.af-section-bg--dark .af-faq-light-item summary::after {
  border-color: var(--af-paper);
}

.af-section-bg--dark .faq-item p,
.af-section-bg--dark .af-faq-item p,
.af-section-bg--dark .af-faq-light-item p,
.af-section-bg--dark .af-faq-answer,
.af-section-bg--dark .af-faq-light-intro p,
.af-section-bg--dark .af-contact-copy > p,
.af-section-bg--dark .af-contact-light-copy p {
  color: color-mix(in srgb, var(--sheltra-warm-white) 78%, transparent);
}

.af-section-bg--dark .af-faq-answer a,
.af-section-bg--dark .af-contact-light-direct a {
  color: var(--af-mint);
}

.af-section-bg--dark .af-contact-card,
.af-section-bg--dark .af-cta-light-box {
  color: var(--af-ink);
}

/* Compact CTA variant. */
.af-cta-light {
  background: var(--af-paper);
  padding-block: clamp(48px, 6vw, 80px);
}

.af-cta-light-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 250px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-lg);
  background: var(--af-cream);
  box-shadow: 10px 12px 0 var(--af-mint);
}

.af-cta-light-box::after {
  content: "♥";
  position: absolute;
  top: -72px;
  right: 54px;
  color: var(--af-mint);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 10rem;
  line-height: 1;
  opacity: 0.72;
  transform: rotate(12deg);
}

.af-cta-light-copy,
.af-cta-light-actions {
  position: relative;
  z-index: 1;
}

.af-cta-light-copy h2 {
  max-width: 800px;
  margin: 12px 0 14px;
  font-size: clamp(2rem, 4vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.af-cta-light-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--af-ink-72);
}

.af-cta-light-actions,
.af-cta-light-actions .cta-actions {
  display: grid;
  gap: 12px;
}

.af-cta-light-actions .button {
  width: 100%;
  justify-content: center;
}

.af-cta-light-actions small {
  text-align: center;
  color: var(--af-ink-72);
}

/* Group-backed FAQ wireframe variant. */
.section.af-faq-light {
  padding-block: clamp(54px, 6vw, 86px);
  background: color-mix(in srgb, var(--af-cream) 22%, var(--af-paper));
}

.af-faq-light-layout {
  display: block;
}

.af-faq-light-intro {
  position: static;
  margin-bottom: clamp(26px, 3vw, 38px);
}

.af-faq-light-intro .section-title {
  max-width: 920px;
  margin: 12px 0 14px;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.af-faq-light-intro p {
  max-width: 820px;
  margin: 0;
  color: var(--af-ink-72);
  line-height: 1.65;
}

.af-faq-light-list {
  display: grid;
  gap: 14px;
  border: 0;
}

.af-faq-light-item {
  overflow: hidden;
  border: 1px solid var(--af-ink-18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
}

.af-faq-light-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 20px;
  align-items: center;
  min-height: 86px;
  padding: 22px 26px;
  list-style: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
}

.af-faq-light-item summary::-webkit-details-marker {
  display: none;
}

.af-faq-light-item summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--af-ink-72);
  font-size: 1.35rem;
  font-weight: 400;
  transition: transform 0.18s ease;
}

.af-faq-light-item[open] summary::after {
  transform: rotate(45deg);
}

.af-faq-light-item .af-faq-answer {
  max-width: 980px;
  padding: 0 58px 24px 26px;
  color: var(--af-ink-72);
  line-height: 1.7;
}

.af-faq-light-item .af-faq-answer > :first-child {
  margin-top: 0;
}

.af-faq-light-item .af-faq-answer > :last-child {
  margin-bottom: 0;
}

.af-faq-light-item summary:focus-visible {
  outline: 3px solid var(--af-sage);
  outline-offset: -3px;
}

/* Compact contact CTA variant. */
.section.af-contact-light {
  padding-block: 34px;
  background: var(--af-paper);
}

.af-contact-light-layout {
  display: block;
}

.af-contact-light-kicker {
  margin-bottom: 18px;
}

.af-contact-light-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.af-contact-light-copy .section-title {
  max-width: 900px;
  margin: 0 auto 14px;
  font-size: clamp(1.75rem, 2.2vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.af-contact-light-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--af-ink-72);
  font-size: 1.04rem;
  line-height: 1.65;
}

.af-contact-light-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.af-contact-light-actions .button {
  min-width: 210px;
  justify-content: center;
}

.af-contact-light-direct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
  margin-top: 20px;
  color: var(--af-ink-72);
}

.af-contact-light-direct a {
  color: var(--af-ink);
  text-decoration: underline;
  text-decoration-color: var(--af-ink-18);
  text-decoration-style: dashed;
  text-underline-offset: 7px;
}

.af-contact-light-direct a:hover,
.af-contact-light-direct a:focus-visible {
  color: var(--af-sage);
  text-decoration-color: currentColor;
}

/* Low-height contact CTA for pricing and content interstitials. */
.section.af-contact-small-height {
  padding-block: clamp(30px, 4vw, 48px);
}

.section.af-contact-small-height:not(.af-section-bg) {
  background: color-mix(in srgb, var(--af-cream) 58%, var(--af-paper));
}

.af-contact-small-height__box {
  display: grid;
  min-height: 84px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 0;
  color: inherit;
}

.af-contact-small-height__copy h2 {
  margin: 0;
  font-size: clamp(1.15rem, 1.45vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.af-contact-small-height__copy p {
  margin: 7px 0 0;
  color: var(--af-ink-72);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.45;
}

.af-contact-small-height.af-section-bg--dark .af-contact-small-height__copy p {
  color: color-mix(in srgb, var(--sheltra-warm-white) 78%, transparent);
}

.af-contact-small-height.af-section-bg--dark .af-contact-small-height__action.button {
  border-color: var(--af-paper);
  background: var(--af-paper);
  color: var(--af-ink);
}

.af-contact-small-height__action.button {
  min-width: 210px;
  min-height: 52px;
  justify-content: center;
  white-space: nowrap;
}

.af-faq-answer a {
  color: var(--af-sage);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.af-faq-answer a:hover,
.af-faq-answer a:focus-visible {
  color: var(--af-ink);
}

/* Stable, non-distorting founder/customer image frame. */
.af-trust-founder-media,
.af-editor-trust-founder-media {
  min-height: 0;
  isolation: isolate;
}

.af-trust-founder-media img,
.af-editor-trust-founder-media img {
  position: absolute;
  inset: 0;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.af-trust-founder-label {
  z-index: 2;
}

/* Realistic previews, scoped to block editor canvases. */
.editor-styles-wrapper .af-editor-cta-preview,
.editor-styles-wrapper .af-editor-faq-preview,
.editor-styles-wrapper .af-editor-contact-preview {
  color: var(--af-ink);
}

.editor-styles-wrapper .af-editor-cta-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1.5px solid var(--af-ink);
  border-radius: 24px;
  background: var(--af-sage);
  color: var(--af-paper);
  box-shadow: 7px 8px 0 var(--af-ink);
}

.editor-styles-wrapper .af-editor-cta-preview--light {
  background: var(--af-cream);
  color: var(--af-ink);
  box-shadow: 7px 8px 0 var(--af-mint);
}

.editor-styles-wrapper .af-editor-cta-preview h2,
.editor-styles-wrapper .af-editor-cta-preview p {
  margin: 0;
}

.editor-styles-wrapper .af-editor-cta-preview h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.editor-styles-wrapper .af-editor-cta-preview p {
  margin-top: 12px;
}

.editor-styles-wrapper .af-editor-cta-preview-actions {
  display: grid;
  gap: 10px;
}

.editor-styles-wrapper .af-editor-cta-preview-actions .button {
  justify-content: center;
  pointer-events: none;
}

.editor-styles-wrapper .af-editor-faq-preview {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  padding: 30px;
  background: color-mix(in srgb, var(--sheltra-sage) 44%, transparent);
}

.editor-styles-wrapper .af-editor-faq-list {
  border-top: 1.5px solid var(--af-ink);
}

.editor-styles-wrapper .af-editor-faq-item {
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1.5px solid var(--af-ink);
}

.editor-styles-wrapper .af-editor-faq-item span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--af-ink);
  border-radius: 50%;
}

.editor-styles-wrapper .af-editor-faq--light .af-editor-faq-preview {
  grid-template-columns: 1fr;
  gap: 24px;
  background: color-mix(in srgb, var(--af-cream) 22%, var(--af-paper));
}

.editor-styles-wrapper .af-editor-faq--light .af-editor-faq-list {
  display: grid;
  gap: 10px;
  border: 0;
}

.editor-styles-wrapper .af-editor-faq--light .af-editor-faq-item {
  min-height: 66px;
  padding: 0 18px;
  border: 1px solid var(--af-ink-18);
  border-radius: 10px;
}

.editor-styles-wrapper .af-editor-faq--light .af-editor-faq-item span {
  border: 0;
  border-radius: 0;
}

.af-editor-faq-order-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--sheltra-sage);
}

.af-editor-faq-order-actions {
  display: flex;
  gap: 4px;
}

.editor-styles-wrapper .af-editor-contact-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 32px;
  background: linear-gradient(112deg, var(--sheltra-warm-white), var(--sheltra-warm-white));
}

.editor-styles-wrapper .af-editor-contact--light .af-editor-contact-preview {
  grid-template-columns: 1fr;
  background: var(--af-paper);
}

.editor-styles-wrapper .af-editor-contact--small-height .af-editor-contact-preview {
  display: block;
  padding: 24px;
  background: color-mix(in srgb, var(--af-cream) 58%, var(--af-paper));
}

.editor-styles-wrapper .af-editor-contact--small-height.af-section-bg .af-editor-contact-preview {
  background: inherit;
}

.editor-styles-wrapper .af-editor-contact-small-height {
  display: grid;
  min-height: 84px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 0;
}

.editor-styles-wrapper .af-editor-contact-small-height__copy h2 {
  margin: 0 0 6px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.editor-styles-wrapper .af-editor-contact-small-height__copy p {
  margin: 0;
  color: var(--af-ink-72);
}

.editor-styles-wrapper .af-editor-contact-small-height__action.button {
  min-width: 190px;
  justify-content: center;
  pointer-events: none;
}

.editor-styles-wrapper .af-editor-contact-light-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.editor-styles-wrapper .af-editor-contact-light-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.editor-styles-wrapper .af-editor-contact-light-copy p {
  margin: 0 auto;
}

.editor-styles-wrapper .af-editor-contact-light-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.editor-styles-wrapper .af-editor-contact-light-actions .button {
  min-width: 190px;
  justify-content: center;
  pointer-events: none;
}

.editor-styles-wrapper .af-editor-contact-light-direct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin-top: 22px;
  color: var(--af-ink-72);
}

.editor-styles-wrapper .af-editor-contact-photo {
  width: min(100%, 420px);
  aspect-ratio: 4 / 3;
  margin-top: 20px;
  border-radius: 34% 66% 48% 52% / 52% 40% 60% 48%;
  object-fit: cover;
  object-position: center 42%;
}

.editor-styles-wrapper .af-editor-contact-card {
  padding: 28px;
  border: 1.5px solid var(--af-ink);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 48%, transparent);
}

.editor-styles-wrapper .af-section-bg--dark {
  background: var(--af-ink) !important;
}

.editor-styles-wrapper .af-section-bg--light {
  background: var(--af-paper) !important;
}

.editor-styles-wrapper .af-section-bg--pastel-mint {
  background: var(--af-mint) !important;
}

.editor-styles-wrapper .af-section-bg--pastel-cream {
  background: var(--af-cream) !important;
}

.editor-styles-wrapper .af-section-bg--pastel-rose {
  background: var(--af-rose) !important;
}

@media (max-width: 900px) {
  .af-cta-light-box,
  .af-faq-light-layout,
  .af-contact-light-layout,
  .editor-styles-wrapper .af-editor-cta-preview,
  .editor-styles-wrapper .af-editor-faq-preview,
  .editor-styles-wrapper .af-editor-contact-preview {
    grid-template-columns: 1fr;
  }

  .af-faq-light-intro {
    position: static;
  }

  .af-contact-light-layout {
    max-width: 760px;
  }

  .af-contact-small-height__box,
  .editor-styles-wrapper .af-editor-contact-small-height {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .af-contact-small-height__action.button,
  .editor-styles-wrapper .af-editor-contact-small-height__action.button {
    width: fit-content;
  }
}

@media (max-width: 600px) {
  .af-cta-light-box {
    padding: 30px 22px;
    border-radius: 24px;
    box-shadow: 7px 8px 0 var(--af-mint);
  }

  .af-cta-light-box::after {
    display: none;
  }

  .af-cta-light-actions,
  .af-cta-light-actions .cta-actions {
    width: 100%;
  }

  .af-faq-light-item summary {
    min-height: 68px;
    padding: 18px 20px;
  }

  .af-faq-light-item .af-faq-answer {
    padding: 0 44px 20px 20px;
  }

  .af-contact-light-actions {
    display: grid;
  }

  .af-contact-light-actions .button {
    width: 100%;
  }

  .af-contact-light-direct {
    display: grid;
    gap: 14px;
  }

  .section.af-contact-small-height {
    padding-block: 22px;
  }

  .af-contact-small-height__box {
    padding: 0;
  }

  .af-contact-small-height__action.button,
  .editor-styles-wrapper .af-editor-contact-small-height__action.button {
    width: 100%;
  }
}

/* Compact Sheltra start-partner application block. */
.af-start-partner {
  --af-start-accent: var(--sheltra-terracotta);
  --af-start-accent-soft: var(--sheltra-sand);
  --af-start-background: var(--sheltra-warm-white);
  --af-start-shadow: color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  background-color: var(--af-start-background);
  border: 2px solid var(--af-ink);
  border-radius: 32px;
  box-shadow: 10px 12px 0 var(--af-start-shadow);
  color: var(--af-ink);
  margin: 40px auto;
  max-width: 1540px;
  overflow: hidden;
  position: relative;
  width: min(calc(100% - 40px), 1540px);
}

.af-start-partner::before {
  background-image:
    linear-gradient(color-mix(in srgb, var(--sheltra-forest) 4.5%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--sheltra-forest) 4.5%, transparent) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.af-start-partner--bg-paper {
  --af-start-background: var(--sheltra-warm-white);
}

.af-start-partner--bg-mint {
  --af-start-background: var(--sheltra-sage);
}

.af-start-partner--bg-cream {
  --af-start-background: var(--sheltra-sand);
}

.af-start-partner--accent-coral {
  --af-start-accent: var(--sheltra-terracotta);
  --af-start-accent-soft: var(--sheltra-sand);
  --af-start-shadow: color-mix(in srgb, var(--sheltra-action) 22%, transparent);
}

.af-start-partner--accent-sage {
  --af-start-accent: var(--sheltra-forest);
  --af-start-accent-soft: var(--sheltra-sage);
  --af-start-shadow: color-mix(in srgb, var(--sheltra-forest) 24%, transparent);
}

.af-start-partner--accent-mustard {
  --af-start-accent: var(--sheltra-action);
  --af-start-accent-soft: var(--sheltra-sand);
  --af-start-shadow: color-mix(in srgb, var(--sheltra-action) 24%, transparent);
}

.af-start-partner__inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  min-height: 340px;
  padding: 16px 42px;
  position: relative;
  z-index: 1;
}

.af-start-partner--padding-normal .af-start-partner__inner {
  min-height: 380px;
  padding: 42px 50px;
}

.af-start-partner--padding-spacious .af-start-partner__inner {
  min-height: 408px;
  padding: 50px 58px;
}

.af-start-partner__copy,
.af-start-partner__ticket,
.af-start-partner__form-head > div,
.af-start-partner__field {
  min-width: 0;
}

.af-start-partner__copy {
  max-width: 780px;
}

.af-start-partner__badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.af-start-partner__eyebrow,
.af-start-partner__limit {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  min-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
}

.af-start-partner__limit {
  background: var(--af-start-accent-soft);
  border-color: var(--af-start-accent);
  color: var(--sheltra-forest);
  gap: 7px;
}

.af-start-partner__limit i {
  background: var(--af-start-accent);
  border: 4px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  display: block;
  height: 14px;
  width: 14px;
}

.af-start-partner__headline {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 820px;
}

.af-start-partner__headline span,
.af-start-partner__headline strong {
  display: block;
}

.af-start-partner__headline strong {
  color: var(--af-start-accent);
  font-weight: 900;
  margin-top: 7px;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--af-start-accent) 70%, transparent);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.af-start-partner__text {
  color: color-mix(in srgb, var(--sheltra-forest) 82%, transparent);
  font-size: 18px;
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 820px;
}

.af-start-partner__benefits {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.af-start-partner__benefits li {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  line-height: 1.2;
}

.af-start-partner__benefit-icon {
  align-items: center;
  background: var(--sheltra-sage);
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 26%, transparent);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 15px;
  font-style: normal;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.af-start-partner__benefit-icon::before {
  content: "✓";
}

.af-start-partner__benefit-icon[data-icon="heart"]::before {
  content: "♡";
}

.af-start-partner__benefit-icon[data-icon="spark"]::before {
  content: "✦";
}

.af-start-partner__benefit-icon[data-icon="people"]::before {
  content: "••";
  letter-spacing: 1px;
}

.af-start-partner__benefit-icon[data-icon="paw"]::before {
  content: "♣";
}

.af-start-partner__benefit-icon[data-icon="shield"]::before {
  content: "◇";
}

.af-start-partner__ticket {
  background: var(--sheltra-warm-white);
  border: 2px solid var(--af-ink);
  border-radius: 26px;
  box-shadow: 10px 10px 0 color-mix(in srgb, var(--af-start-accent) 54%, var(--sheltra-sage));
  padding: 18px 24px 14px;
  position: relative;
}

.af-start-partner__ticket::before,
.af-start-partner__ticket::after {
  background: var(--af-start-background);
  border: 2px solid var(--af-ink);
  border-radius: 50%;
  content: "";
  height: 34px;
  position: absolute;
  top: 92px;
  width: 34px;
  z-index: 2;
}

.af-start-partner__ticket::before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  left: -19px;
  transform: rotate(45deg);
}

.af-start-partner__ticket::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
  right: -19px;
  transform: rotate(-45deg);
}

.af-start-partner__pin {
  background: var(--sheltra-terracotta);
  border: 2px solid var(--af-ink);
  border-radius: 50%;
  height: 42px;
  left: -28px;
  position: absolute;
  top: -23px;
  width: 42px;
}

.af-start-partner__pin::after {
  background: var(--af-start-accent);
  border-radius: 50%;
  bottom: -8px;
  content: "";
  height: 18px;
  position: absolute;
  right: -3px;
  width: 18px;
  z-index: -1;
}

.af-start-partner__form-head {
  align-items: start;
  border-bottom: 1.5px dashed color-mix(in srgb, var(--sheltra-forest) 34%, transparent);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.af-start-partner__form-eyebrow {
  color: var(--af-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.af-start-partner__form-head h3,
.af-start-partner__success h3 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.af-start-partner__form-head p,
.af-start-partner__success p {
  color: color-mix(in srgb, var(--sheltra-forest) 76%, transparent);
  font-size: 13px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.af-start-partner__price {
  align-items: center;
  background: var(--sheltra-sand);
  border: 1.5px solid var(--af-ink);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--af-start-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  min-width: 92px;
  padding: 8px 12px;
  transform: rotate(1.5deg);
}

.af-start-partner__price strong {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.af-start-partner__price span {
  font-size: 9px;
  font-weight: 900;
  margin-top: 5px;
  text-transform: uppercase;
}

.af-start-partner__form .hp {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.af-start-partner__fields {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-start-partner__field.full {
  grid-column: 1 / -1;
}

.af-start-partner__field label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 4px;
}

.af-start-partner__field input,
.af-start-partner__field textarea {
  background: #fff;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 46%, transparent);
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--af-ink);
  font: inherit;
  font-size: 14px;
  min-height: 44px;
  padding: 9px 12px;
  width: 100%;
}

.af-start-partner__field textarea {
  min-height: 70px;
  resize: vertical;
}

.af-start-partner__field input:focus,
.af-start-partner__field textarea:focus,
.af-start-partner__privacy input:focus-visible,
.af-start-partner__submit:focus-visible,
.af-start-partner__secondary-action:focus-visible {
  border-color: var(--af-start-accent);
  outline: 3px solid color-mix(in srgb, var(--af-start-accent) 30%, transparent);
  outline-offset: 2px;
}

.af-start-partner__field input[aria-invalid="true"],
.af-start-partner__field textarea[aria-invalid="true"] {
  border-color: #b42318;
}

.af-start-partner__field small {
  color: color-mix(in srgb, var(--sheltra-forest) 70%, transparent);
  display: block;
  font-size: 10px;
  line-height: 1.3;
  margin-top: 3px;
}

.af-start-partner__field .af-start-partner__field-error {
  color: #9c1c14;
  font-weight: 700;
}

.af-start-partner__privacy {
  align-items: flex-start;
  color: color-mix(in srgb, var(--sheltra-forest) 78%, transparent);
  display: flex;
  font-size: 10px;
  gap: 8px;
  line-height: 1.35;
  margin: 7px 0;
}

.af-start-partner__privacy input {
  accent-color: var(--af-start-accent);
  flex: 0 0 18px;
  height: 18px;
  margin: 0;
  width: 18px;
}

.af-start-partner__privacy a {
  color: var(--af-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.af-start-partner__privacy .af-start-partner__field-error {
  color: #9c1c14;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 3px;
}

.af-start-partner__submit,
.af-start-partner__secondary-action {
  align-items: center;
  border: 1.5px solid var(--af-ink);
  border-radius: 11px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.af-start-partner__submit {
  background: var(--af-ink);
  box-shadow: 4px 5px 0 var(--af-start-accent);
  color: #fff;
  width: 100%;
}

.af-start-partner__submit:hover {
  background: var(--sheltra-action-hover);
  transform: translateY(-1px);
}

.af-start-partner__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.af-start-partner__submit i {
  font-size: 20px;
  font-style: normal;
}

.af-start-partner__note {
  color: color-mix(in srgb, var(--sheltra-forest) 68%, transparent);
  font-size: 10px;
  line-height: 1.3;
  margin: 6px 0 0;
  text-align: center;
}

.af-start-partner__error-summary {
  background: #fff0ed;
  border-left: 3px solid #b42318;
  color: #7d1d17;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  padding: 8px 10px;
}

.af-start-partner__success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 12px 34px;
  text-align: center;
}

.af-start-partner__success-check {
  align-items: center;
  background: var(--sheltra-sage);
  border: 1.5px solid var(--af-ink);
  border-radius: 50%;
  display: flex;
  font-size: 32px;
  height: 74px;
  justify-content: center;
  margin-bottom: 16px;
  width: 74px;
}

.af-start-partner__success .af-start-partner__form-eyebrow {
  color: var(--af-start-accent);
}

.af-start-partner__success p {
  max-width: 430px;
}

.af-start-partner__secondary-action {
  background: transparent;
  color: var(--af-ink);
  justify-content: center;
  margin-top: 18px;
  min-width: 220px;
}

.af-start-partner__secondary-action:hover {
  background: var(--af-start-accent-soft);
}

.af-start-partner--editor {
  margin-block: 24px;
  width: 100%;
}

.af-start-partner--editor .af-start-partner__eyebrow,
.af-start-partner--editor .af-start-partner__limit,
.af-start-partner--editor .af-start-partner__form-eyebrow {
  display: inline-flex;
}

.af-start-partner--editor .af-start-partner__form-head h3,
.af-start-partner--editor .af-start-partner__form-head p,
.af-start-partner--editor .af-start-partner__headline span,
.af-start-partner--editor .af-start-partner__headline strong,
.af-start-partner--editor .af-start-partner__price strong,
.af-start-partner--editor .af-start-partner__price span {
  min-width: 24px;
}

.af-start-partner--editor .af-start-partner__submit {
  cursor: default;
}

@media (max-width: 1180px) {
  .af-start-partner__inner {
    gap: 26px;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    padding-inline: 30px;
  }

  .af-start-partner__headline {
    font-size: 42px;
  }

  .af-start-partner__text {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .af-start-partner {
    border-radius: 24px;
    margin-block: 28px;
  }

  .af-start-partner__inner,
  .af-start-partner--padding-normal .af-start-partner__inner,
  .af-start-partner--padding-spacious .af-start-partner__inner {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 34px;
  }

  .af-start-partner__copy {
    max-width: none;
  }

  .af-start-partner__ticket {
    padding: 26px;
  }
}

@media (max-width: 520px) {
  .af-start-partner {
    border-radius: 20px;
    box-shadow: 6px 7px 0 var(--af-start-shadow);
    width: calc(100% - 24px);
  }

  .af-start-partner__inner,
  .af-start-partner--padding-normal .af-start-partner__inner,
  .af-start-partner--padding-spacious .af-start-partner__inner {
    gap: 26px;
    padding: 24px 18px;
  }

  .af-start-partner__badges {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .af-start-partner__headline {
    font-size: 36px;
    line-height: 1;
  }

  .af-start-partner__text {
    font-size: 15px;
    margin-top: 20px;
  }

  .af-start-partner__benefits {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .af-start-partner__ticket {
    border-radius: 20px;
    box-shadow: 6px 7px 0 color-mix(in srgb, var(--af-start-accent) 54%, var(--sheltra-sage));
    padding: 22px 16px 18px;
  }

  .af-start-partner__ticket::before,
  .af-start-partner__ticket::after {
    display: none;
  }

  .af-start-partner__pin {
    height: 34px;
    left: -11px;
    top: -17px;
    width: 34px;
  }

  .af-start-partner__form-head {
    gap: 12px;
  }

  .af-start-partner__form-head h3,
  .af-start-partner__success h3 {
    font-size: 22px;
  }

  .af-start-partner__price {
    min-height: 58px;
    min-width: 76px;
    padding: 7px 9px;
  }

  .af-start-partner__price strong {
    font-size: 22px;
  }

  .af-start-partner__fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .af-start-partner__field.full {
    grid-column: auto;
  }

  .af-start-partner__success {
    min-height: 300px;
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-start-partner *,
  .af-start-partner *::before,
  .af-start-partner *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--af-ink);
  background: var(--af-paper);
  font-family: var(--sheltra-font-ui, "Inter", system-ui, sans-serif);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

::selection {
  background: var(--af-mint);
  color: var(--af-ink);
}

:focus-visible {
  outline: 3px solid var(--af-sage);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--af-ink);
  color: var(--af-paper);
  border-radius: 999px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.announcement {
  position: relative;
  z-index: 40;
  background: var(--af-ink);
  color: var(--af-paper);
  text-align: center;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  padding: 9px 44px;
}

.announcement a {
  border-bottom: 1px solid color-mix(in srgb, var(--sheltra-warm-white) 55%, transparent);
}

.announcement strong {
  color: var(--af-mint);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--sheltra-warm-white) 90%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.scrolled {
  border-color: var(--af-ink-08);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--sheltra-forest) 4%, transparent);
}

.nav {
  width: var(--af-container);
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.33rem;
}

.brand-mark {
  width: 42px;
  height: 49px;
  display: block;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-name {
  color: currentColor;
}

.brand-mark--lockup {
  width: 48px;
  height: 56px;
}

.brand-wordmark {
  display: grid;
  color: var(--af-navy);
  font-family: var(--sheltra-font-ui, "Inter", system-ui, sans-serif);
  line-height: 1;
  letter-spacing: 0;
}

.brand-wordmark .brand-name {
  font-size: 1.5rem;
  font-weight: 800;
}

.brand-tagline {
  margin-top: 3px;
  color: var(--af-green);
  font-size: .49rem;
  font-weight: 800;
}

.brand-byline {
  margin-top: 3px;
  color: #bdbdbd;
  font-size: .36rem;
  font-weight: 700;
}

.nav-links {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--af-sage);
  border-radius: 2px;
  transition: right 0.2s ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.active::after {
  right: 0;
}

.nav-item {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
}

.nav-link-parent {
  gap: 8px;
}

.nav-link-parent::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.97);
  border-left: 1px solid var(--af-ink-08);
  border-top: 1px solid var(--af-ink-08);
  opacity: 0;
  transform: translateX(-50%) rotate(45deg);
  transition: opacity 0.18s ease, bottom 0.18s ease;
  pointer-events: none;
  z-index: 91;
}

.nav-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.18s ease;
}

.has-mega:hover > .nav-link,
.has-mega:focus-within > .nav-link {
  color: var(--af-sage);
}

.has-mega:hover > .nav-link::after,
.has-mega:focus-within > .nav-link::after {
  right: 0;
}

.has-mega:hover > .nav-link::before,
.has-mega:focus-within > .nav-link::before {
  bottom: -18px;
  opacity: 1;
}

.has-mega:hover .nav-chevron,
.has-mega:focus-within .nav-chevron {
  transform: translateY(1px) rotate(225deg);
}

.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  z-index: 90;
  width: min(760px, calc(100vw - 40px));
  opacity: 0;
  padding-top: 12px;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.mega-menu-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 0;
  padding: 22px;
  border: 1px solid var(--af-ink-12);
  border-radius: 28px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 98%, transparent);
  box-shadow: var(--af-shadow-lg);
}

.mega-menu-panel.is-full {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 28px;
}

.mega-menu-title {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 5px 10px;
  color: var(--af-ink-72);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-menu-title strong {
  color: var(--af-ink);
}

.mega-menu-title span {
  text-align: right;
}

.mega-menu-list {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.mega-menu-panel.is-full .mega-menu-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mega-menu-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-height: 0;
  padding: 11px;
  border-radius: 16px;
  transition: background 0.18s ease, transform 0.18s ease;
}

.mega-menu-panel.is-full .mega-menu-item {
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 0;
  gap: 11px;
  padding: 11px;
  border-radius: 16px;
}

.mega-menu-item:hover,
.mega-menu-item:focus-visible {
  background: var(--af-cream);
  transform: translateY(-1px);
}

.mega-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--af-ink-12);
  border-radius: 13px;
  background: var(--af-white);
  box-shadow: none;
  color: var(--af-ink);
}

.mega-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mega-icon.is-text {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--af-white);
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 900;
}

.mega-copy,
.mega-help-card {
  display: grid;
  gap: 10px;
}

.mega-copy strong,
.mega-help-card strong {
  color: var(--af-ink);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.mega-copy > span,
.mega-help-card > span:not(.mega-icon) {
  color: var(--af-ink-72);
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 1.35;
}

.mega-copy em,
.mega-help-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--af-sage);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
}

.mega-menu-panel.is-full .mega-copy {
  gap: 3px;
}

.mega-menu-panel.is-full .mega-copy strong {
  font-size: 0.85rem;
}

.mega-menu-panel.is-full .mega-copy > span {
  font-size: 0.69rem;
  line-height: 1.35;
}

.mega-menu-all {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--af-ink-12);
  border-radius: 16px;
  background: var(--af-mint);
  padding: 12px 15px;
  font-size: 0.8rem;
  font-weight: 800;
}

.mega-copy i,
.mega-help-card i,
.mobile-subnav-link i {
  font-style: normal;
}

.mega-menu-side {
  display: grid;
  align-items: stretch;
  border-left: 1px solid var(--af-ink-08);
  padding-left: 36px;
}

.mega-help-card {
  align-content: start;
  min-height: 188px;
  padding: 28px 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sheltra-sage) 44%, transparent), color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent));
  color: var(--af-ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mega-help-card:hover,
.mega-help-card:focus-visible {
  box-shadow: 0 16px 34px color-mix(in srgb, var(--sheltra-forest) 10%, transparent);
  transform: translateY(-2px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-link {
  padding: 10px 4px;
  font-size: 0.93rem;
  font-weight: 800;
  white-space: nowrap;
}

.login-link:hover,
.login-link:focus-visible {
  color: var(--af-sage);
}

.nav-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 6px;
  padding-left: 18px;
  border-left: 1.5px solid var(--af-ink-12);
  color: var(--af-ink);
  white-space: nowrap;
}

.nav-phone-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--af-ink-18);
  border-radius: 50%;
  background: var(--af-mint);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--sheltra-sage) 48%, transparent);
  color: var(--af-ink);
  font-size: 0.95rem;
  font-weight: 900;
}

.nav-phone-copy {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.nav-phone-copy small {
  color: var(--af-sage);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-phone-copy strong {
  color: var(--af-ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.nav-phone:hover .nav-phone-icon,
.nav-phone:focus-visible .nav-phone-icon {
  transform: translateY(-1px);
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--sheltra-sage) 62%, transparent);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.language-current {
  min-width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--af-ink-12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  list-style: none;
  padding: 0;
  transition: color 0.2s ease, background 0.2s ease, transform 0.18s ease;
}

.language-current::-webkit-details-marker {
  display: none;
}

.language-switcher[open] .language-current,
.language-current:hover,
.language-current:focus-visible {
  background: var(--af-white);
  color: var(--af-sage);
}

.language-switcher[open] .language-current {
  transform: translateY(-1px);
}

.language-code {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

.language-flag {
  font-size: 1.08rem;
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 80;
  min-width: 168px;
  display: grid;
  gap: 6px;
  border: 1.5px solid var(--af-ink);
  border-radius: 18px;
  background: var(--af-paper);
  box-shadow: 6px 6px 0 var(--af-ink), var(--af-shadow-sm);
  padding: 8px;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--af-ink);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.language-option:hover,
.language-option:focus-visible {
  background: var(--af-mint);
}

.button,
.af-form button {
  min-height: 50px;
  padding: 0 22px;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.af-form button:hover {
  transform: translateY(-2px);
}

.button-dark,
.af-form button {
  background: var(--af-ink);
  color: var(--af-paper);
  box-shadow: 0 6px 0 color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
}

.button-light {
  background: var(--af-paper);
  color: var(--af-ink);
  box-shadow: 0 6px 0 var(--af-ink-12);
}

.button-sage {
  background: var(--af-sage);
  color: var(--af-paper);
  box-shadow: 0 6px 0 color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.9rem;
}

.nav .button-small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.9rem;
}

.button-compact,
.nav .button-compact {
  min-height: 42px;
  padding-inline: 14px;
  font-size: 0.86rem;
}

.mobile-toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--af-ink);
  background: var(--af-paper);
  display: none;
  place-items: center;
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle span::before,
.mobile-toggle span::after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  background: var(--af-ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-toggle span {
  position: relative;
}

.mobile-toggle span::before {
  position: absolute;
  top: -6px;
}

.mobile-toggle span::after {
  position: absolute;
  top: 6px;
}

.mobile-toggle.active span {
  background: transparent;
}

.mobile-toggle.active span::before {
  transform: translateY(6px) rotate(45deg);
}

.mobile-toggle.active span::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-links.mobile {
  display: none;
}

.section,
.hero,
.af-page-hero {
  position: relative;
  overflow: hidden;
}

.section {
  padding: 118px 0;
}

.section-inner,
.hero-inner,
.af-page-hero-inner,
.af-pricing-hero-inner,
.af-pricing-cards-section,
.footer-inner {
  width: var(--af-container);
  margin: 0 auto;
}

.hero {
  background: var(--af-cream);
  border-bottom: 1.5px solid var(--af-ink);
}

.hero::before,
.af-page-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 84px solid var(--af-mint);
  border-radius: 46% 54% 57% 43% / 56% 39% 61% 44%;
  right: -220px;
  top: -220px;
  transform: rotate(24deg);
  opacity: 0.68;
}

.hero-inner,
.af-page-hero-inner,
.af-pricing-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 56px;
  align-items: center;
  padding: 64px 0 76px;
}

.af-pricing-hero-inner {
  min-height: 500px;
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 920px;
}

.hero-copy h1,
.af-page-hero h1 {
  font-size: clamp(3.25rem, 7.5vw, 7.8rem);
  line-height: 0.91;
  letter-spacing: -0.05em;
  margin: 20px 0 24px;
}

.af-serif,
.highlight {
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-style: italic;
  font-weight: 500;
}

.hero-copy p,
.af-page-hero p,
.section-lead {
  color: var(--af-ink-72);
  font-size: clamp(1.02rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--af-sage);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--af-sage);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
}

.hero-actions,
.af-hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-proof,
.af-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: var(--af-ink-72);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-proof span,
.af-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.af-proof-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--af-mint);
  display: grid;
  place-items: center;
  color: var(--af-ink);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 900;
}

.ui-preview,
.af-product-scene,
.product-mockup {
  min-height: 520px;
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-xl);
  background: var(--af-paper);
  box-shadow: var(--af-shadow-lg), 10px 10px 0 var(--af-ink);
  padding: 24px;
  position: relative;
}

.ui-window {
  border: 1.5px solid var(--af-ink);
  border-radius: 26px;
  overflow: hidden;
  background: var(--af-white);
  min-height: 430px;
}

.ui-window-top,
.af-mock-header,
.af-hub-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1.5px solid var(--af-ink);
  background: color-mix(in srgb, var(--sheltra-sand) 55%, transparent);
  font-size: 0.82rem;
  font-weight: 800;
}

.ui-window-top i,
.af-mock-header i,
.af-hub-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--af-ink);
}

.ui-window-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 386px;
}

.ui-sidebar {
  background: var(--af-ink);
  color: var(--af-paper);
  padding: 18px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.ui-sidebar span {
  display: block;
  border-radius: 9px;
  padding: 9px 10px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 6%, transparent);
  font-size: 0.72rem;
  font-weight: 800;
}

.ui-sidebar span:first-child {
  background: var(--af-sage);
}

.ui-main {
  padding: 24px;
}

.ui-metrics,
.ui-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ui-card {
  border: 1.5px solid var(--af-ink-12);
  border-radius: 16px;
  background: var(--af-paper);
  padding: 16px;
  min-height: 94px;
}

.ui-card strong {
  display: block;
  font-size: 1.45rem;
  margin-top: 10px;
}

.ui-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.ui-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--af-ink-12);
  border-radius: 16px;
  padding: 12px;
  background: var(--af-white);
}

.section-title {
  font-size: clamp(2.65rem, 5.4vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin: 18px 0;
  max-width: 960px;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bento-grid,
.feature-grid,
.audience-grid,
.principles-grid,
.af-module-grid,
.af-pricing-grid,
.af-addon-grid {
  display: grid;
  gap: 18px;
}

.bento-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  margin-top: 52px;
}

.feature-grid,
.audience-grid,
.principles-grid,
.af-addon-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
}

.af-module-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.bento-card,
.feature-card,
.audience-card,
.principle,
.af-module-card,
.af-addon-card,
.af-price-card,
.af-audience-price-card {
  position: relative;
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-lg);
  padding: 28px;
  background: var(--af-paper);
  box-shadow: 6px 6px 0 var(--af-ink);
  min-height: 220px;
}

.bento-card.large {
  grid-row: span 2;
  min-height: 460px;
  background: var(--af-ink);
  color: var(--af-paper);
}

.bento-card.mint,
.feature-card.mint,
.af-module-card.mint {
  background: var(--af-mint);
}

.bento-card.cream {
  background: var(--af-cream);
}

.feature-card.sage,
.af-module-card.sage {
  background: var(--af-sage);
  color: var(--af-paper);
}

.af-module-card.dark,
.af-price-card.org {
  background: var(--af-ink);
  color: var(--af-paper);
}

.card-icon,
.af-card-icon,
.principle-icon,
.af-addon-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--af-mint);
  color: var(--af-ink);
  border: 1.5px solid currentColor;
  box-shadow: 3px 3px 0 currentColor;
  font-size: 1.25rem;
  font-weight: 900;
}

.bento-card h3,
.feature-card h3,
.audience-card h3,
.principle h3,
.af-module-card h3,
.af-price-card h2,
.af-addon-card h3 {
  margin: 22px 0 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.bento-card p,
.feature-card p,
.audience-card p,
.principle p,
.af-module-card p,
.af-addon-card p,
.af-price-card p {
  color: currentColor;
  opacity: 0.78;
}

.module-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 36px 0 24px;
}

.module-tab,
.af-filter-button {
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-paper);
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer;
}

.module-tab.active,
.af-filter-button.active {
  background: var(--af-ink);
  color: var(--af-paper);
  box-shadow: 0 5px 0 var(--af-sage);
}

.module-panel {
  display: none;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  border: 1.5px solid var(--af-ink);
  border-radius: 38px;
  background: var(--af-paper);
  overflow: hidden;
  box-shadow: 9px 9px 0 var(--af-ink);
}

.module-panel.active {
  display: grid;
}

.module-copy {
  padding: 54px 48px;
}

.module-visual {
  background: var(--af-mint);
  padding: 52px;
  border-left: 1.5px solid var(--af-ink);
}

.feature-list,
.af-mini-features,
.af-plan-features,
.af-all-plan-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.feature-list span,
.af-mini-features span,
.af-all-plan-items span {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.82rem;
  font-weight: 800;
}

.af-module-tabs-centered-tabs {
  background: var(--sheltra-warm-white);
  color: var(--af-ink);
  padding: clamp(56px, 6vw, 84px) 0;
}

.af-module-tabs-centered-tabs .section-inner {
  width: min(1540px, calc(100vw - 44px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px) clamp(30px, 5vw, 62px) clamp(28px, 4vw, 48px);
  border: 1px solid var(--af-ink-08);
  border-radius: 34px;
  background: var(--sheltra-warm-white);
  box-shadow: 0 18px 64px color-mix(in srgb, var(--sheltra-forest) 6%, transparent);
}

.af-module-tabs-centered-tabs .section-kicker,
.af-module-tabs-centered-tabs .section-title,
.af-module-tabs-centered-tabs .section-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.af-module-tabs-centered-tabs .section-title {
  max-width: 990px;
  font-size: clamp(2.85rem, 4.55vw, 4.75rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--sheltra-forest);
}

.af-module-tabs-centered-tabs .section-lead {
  max-width: 770px;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  color: var(--af-ink-72);
}

.af-module-tabs-centered-tabs .module-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(34px, 4vw, 52px) 0 0;
  border-bottom: 1.5px solid var(--af-ink-12);
}

.af-module-tabs-centered-tabs .module-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 18px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: color-mix(in srgb, var(--sheltra-forest) 58%, transparent);
  box-shadow: none;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 900;
}

.af-module-tabs-centered-tabs .module-tab span {
  color: color-mix(in srgb, var(--sheltra-forest) 42%, transparent);
  font-size: 0.78em;
}

.af-module-tabs-centered-tabs .module-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5px;
  left: 0;
  height: 4px;
  background: transparent;
}

.af-module-tabs-centered-tabs .module-tab.active {
  background: transparent;
  color: var(--sheltra-forest);
  box-shadow: none;
}

.af-module-tabs-centered-tabs .module-tab.active::after {
  background: var(--sheltra-terracotta);
}

.af-module-tabs-centered-tabs .module-panel {
  min-height: 500px;
  border: 0;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(90deg, var(--sheltra-warm-white) 0 46%, var(--sheltra-warm-white) 46% 100%);
  box-shadow: none;
}

.af-module-tabs-centered-tabs .module-panel[hidden] {
  display: none;
}

.af-module-tabs-centered-tabs .module-copy {
  align-self: center;
  padding: clamp(38px, 5vw, 68px) clamp(32px, 5vw, 68px);
}

.af-module-tabs-centered-tabs .module-copy .card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: clamp(34px, 5vw, 58px);
  border-radius: 16px;
  background: var(--af-white);
  box-shadow: 4px 5px 0 var(--af-ink-08);
}

.module-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--af-sage);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-module-tabs-centered-tabs .module-copy h3 {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--sheltra-forest);
  font-size: clamp(2.2rem, 3.55vw, 3.75rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.af-module-tabs-centered-tabs .module-copy p {
  max-width: 600px;
  margin: 0;
  color: color-mix(in srgb, var(--sheltra-forest) 72%, transparent);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
}

.af-module-tabs-centered-tabs .feature-list {
  max-width: 620px;
  gap: 10px;
  margin-top: 26px;
}

.af-module-tabs-centered-tabs .feature-list span {
  border: 1px solid var(--af-ink-12);
  background: rgba(255, 255, 255, 0.66);
  color: var(--sheltra-forest);
  box-shadow: 0 1px 0 var(--af-ink-08);
}

.af-module-tabs-centered-tabs .af-card-link {
  margin-top: 34px;
  color: var(--sheltra-forest);
}

.af-module-tabs-centered-tabs .module-visual {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(34px, 4vw, 58px);
  border-left: 1.5px solid var(--af-ink-12);
  background: transparent;
}

.af-tab-product-preview {
  width: min(620px, 100%);
}

.af-tab-device {
  overflow: hidden;
  border: 2px solid var(--af-ink);
  border-radius: 28px;
  background: var(--sheltra-warm-white);
  box-shadow: 13px 14px 0 var(--af-ink);
}

.af-tab-device-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 22px;
  border-bottom: 1.5px solid var(--af-ink-12);
}

.af-tab-device-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--sheltra-terracotta);
}

.af-tab-device-bar span:nth-child(2) {
  background: var(--sheltra-terracotta);
}

.af-tab-device-bar span:nth-child(3) {
  background: var(--sheltra-sage);
}

.af-tab-device-bar strong {
  flex: 1;
  text-align: center;
  color: color-mix(in srgb, var(--sheltra-forest) 58%, transparent);
  font-size: 0.82rem;
}

.af-tab-device-body {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.86);
}

.af-tab-context,
.af-tab-animal-row,
.af-tab-next-step,
.af-tab-mini-list li {
  display: flex;
  align-items: center;
}

.af-tab-context {
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--af-ink-12);
  color: color-mix(in srgb, var(--sheltra-forest) 68%, transparent);
  font-size: 0.96rem;
}

.af-tab-context i {
  color: var(--af-sage);
  font-style: normal;
  font-weight: 800;
}

.af-tab-animal-row {
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--af-ink-12);
}

.af-tab-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--af-mint);
  font-size: 1.4rem;
}

.af-tab-animal-row b,
.af-tab-next-step b,
.af-tab-progress strong {
  display: block;
  color: var(--af-ink);
  font-size: 1.22rem;
  line-height: 1.15;
}

.af-tab-animal-row em,
.af-tab-next-step em,
.af-tab-progress span {
  display: block;
  color: color-mix(in srgb, var(--sheltra-forest) 66%, transparent);
  font-style: normal;
}

.af-tab-animal-row small,
.af-tab-next-step small {
  margin-left: auto;
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--sheltra-sage);
  color: var(--af-sage);
  font-size: 0.78rem;
  font-weight: 900;
}

.af-tab-progress i {
  display: block;
  height: 10px;
  margin-top: 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--af-sage) var(--af-progress), color-mix(in srgb, var(--sheltra-forest) 8%, transparent) var(--af-progress));
}

.af-tab-next-step {
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--af-ink-08);
  border-radius: 18px;
  background: var(--sheltra-sand);
}

.af-tab-next-step > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--af-mint);
  color: var(--af-ink);
  font-weight: 900;
}

.af-tab-mini-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-tab-mini-list li {
  gap: 10px;
  color: color-mix(in srgb, var(--sheltra-forest) 70%, transparent);
  font-weight: 800;
}

.af-tab-mini-list span {
  color: var(--af-sage);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .af-module-tabs-centered-tabs .module-panel {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, var(--sheltra-warm-white) 0 46%, var(--sheltra-warm-white) 46% 100%);
  }

  .af-module-tabs-centered-tabs .module-copy {
    padding-bottom: 28px;
  }

  .af-module-tabs-centered-tabs .module-copy .card-icon {
    margin-bottom: 34px;
  }

  .af-module-tabs-centered-tabs .module-visual {
    border-top: 1.5px solid var(--af-ink-12);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .af-module-tabs-centered-tabs {
    padding: 54px 0;
  }

  .af-module-tabs-centered-tabs .section-inner {
    width: min(100% - 18px, 720px);
    padding: 36px 18px 18px;
    border-radius: 24px;
  }

  .af-module-tabs-centered-tabs .section-title {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  .af-module-tabs-centered-tabs .module-tabs {
    grid-template-columns: 1fr;
    margin-top: 36px;
    border-bottom: 0;
  }

  .af-module-tabs-centered-tabs .module-tab {
    justify-content: flex-start;
    min-height: 54px;
    padding: 12px 2px;
    border-bottom: 1px solid var(--af-ink-08);
  }

  .af-module-tabs-centered-tabs .module-tab::after {
    right: auto;
    width: 96px;
  }

  .af-module-tabs-centered-tabs .module-panel {
    min-height: auto;
    border-radius: 0 0 20px 20px;
  }

  .af-module-tabs-centered-tabs .module-copy,
  .af-module-tabs-centered-tabs .module-visual {
    padding: 28px 14px;
  }

  .af-module-tabs-centered-tabs .module-copy h3 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .af-tab-device {
    border-radius: 22px;
    box-shadow: 7px 8px 0 var(--af-ink);
  }

  .af-tab-device-body {
    padding: 22px;
  }

  .af-tab-animal-row,
  .af-tab-next-step {
    align-items: flex-start;
    flex-direction: column;
  }

  .af-tab-animal-row small,
  .af-tab-next-step small {
    margin-left: 0;
  }
}

.sv-system {
  background: var(--af-mint);
  border-radius: 48px 48px 0 0;
}

.sv-system .section-inner {
  position: relative;
  z-index: 1;
}

.sv-system-head {
  max-width: 790px;
}

.sv-system .section-title {
  max-width: 900px;
}

.sv-serif {
  display: block;
  color: var(--af-sage);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.sv-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.sv-feature {
  min-height: 235px;
  padding: 25px;
  border: 1.5px solid var(--af-ink);
  border-radius: 27px;
  background: var(--af-paper);
  box-shadow: 6px 7px 0 color-mix(in srgb, var(--sheltra-forest) 11%, transparent);
  position: relative;
  overflow: hidden;
}

.sv-feature:nth-child(2),
.sv-feature:nth-child(5) {
  background: var(--af-cream);
}

.sv-feature:nth-child(3) {
  transform: rotate(1deg);
}

.sv-feature:nth-child(4) {
  transform: rotate(-0.7deg);
}

.sv-feature-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border: 1px solid var(--af-ink-12);
  border-radius: 16px;
  background: var(--af-white);
  font-size: 1.3rem;
}

.sv-feature h3 {
  margin: 34px 0 8px;
  font-size: 1.18rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.sv-feature p {
  margin: 0;
  color: var(--af-ink-72);
  font-size: 0.86rem;
}

.sv-feature a {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid var(--af-ink);
  font-size: 0.77rem;
  font-weight: 800;
}

.af-module-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.af-filter-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.af-module-card.hidden {
  display: none;
}

.af-module-tag,
.af-plan-name,
.af-tax-note {
  display: block;
  color: currentColor;
  opacity: 0.72;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 20px;
}

.workflow-rail {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 46px;
}

.workflow-step {
  border: 1.5px solid var(--af-ink);
  border-radius: 22px;
  background: var(--af-paper);
  padding: 18px 14px;
  text-align: center;
  box-shadow: 4px 4px 0 var(--af-ink);
}

.workflow-step i {
  font-style: normal;
  font-size: 1.55rem;
}

.workflow-step b,
.workflow-step span {
  display: block;
}

.af-solution-core-section {
  background: var(--af-cream);
}

.af-solution-core-section:nth-of-type(even) {
  background: var(--af-mint);
}

.af-solution-core-section .section-inner {
  max-width: 980px;
}

.af-solution-check-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.af-solution-check-list li {
  min-height: 96px;
  border: 1.5px solid var(--af-ink);
  border-radius: 22px;
  background: var(--af-paper);
  box-shadow: 5px 5px 0 var(--af-ink-12);
  padding: 18px;
  font-weight: 800;
}

.af-solution-check-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-ink);
  font-size: 0.7rem;
  font-weight: 900;
}

.pricing-hero {
  background: var(--af-cream);
  border-bottom: 1.5px solid var(--af-ink);
}

.af-pricing-cards-section {
  margin-top: -80px;
  position: relative;
  z-index: 4;
  padding-bottom: 76px;
}

.af-pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}

.af-price-card {
  min-height: 590px;
  display: flex;
  flex-direction: column;
}

.af-price-card.plus {
  background: var(--af-mint);
}

.af-plan-badge {
  position: absolute;
  top: -16px;
  right: 24px;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-ink);
  color: var(--af-paper);
  padding: 7px 12px;
  font-weight: 900;
  font-size: 0.76rem;
}

.af-price {
  margin: 24px 0 10px;
}

.af-price strong {
  font-size: clamp(2.6rem, 4.4vw, 4rem);
  letter-spacing: -0.05em;
}

.af-price span {
  display: block;
  opacity: 0.72;
  font-weight: 800;
}

.af-plan-divider {
  border-top: 1.5px solid currentColor;
  opacity: 0.2;
  margin: 24px 0;
}

.af-plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  font-size: 0.92rem;
}

.af-plan-feature i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-ink);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 900;
}

.af-all-plans {
  margin-top: 28px;
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-lg);
  background: var(--af-paper);
  padding: 22px;
  box-shadow: 6px 6px 0 var(--af-ink);
}

.af-comparison-wrap {
  position: relative;
  margin-top: 44px;
}

.af-comparison-section .section-inner {
  width: min(1740px, calc(100vw - 64px));
}

.af-comparison-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.af-comparison-control.button {
  min-height: 44px;
  padding: 10px 18px;
}

.af-comparison-scroll {
  overflow-x: auto;
  padding: 28px 12px 68px 0;
}

.af-comparison-frame {
  position: relative;
  min-width: 1080px;
  border: 1.5px solid var(--af-ink);
  border-radius: 28px;
  background: var(--af-paper);
  box-shadow: 8px 8px 0 var(--af-ink);
}

.af-comparison-table-clip {
  overflow: hidden;
  border-radius: 26px;
  background: var(--af-paper);
}

.af-comparison-recommendation {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 76%;
  min-width: 130px;
  padding: 8px 18px;
  transform: translate(-50%, -55%);
  border: 2px solid var(--af-paper);
  border-radius: 999px;
  background: var(--af-ink);
  box-shadow: 0 0 0 1.5px var(--af-ink);
  color: var(--af-paper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.af-comparison-table {
  width: 100%;
  min-width: 1078px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--af-paper);
}

.af-comparison-label-column {
  width: 52%;
}

.af-comparison-plan-column {
  width: 16%;
}

.af-comparison-table th,
.af-comparison-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--af-ink-12);
  text-align: left;
  vertical-align: middle;
}

.af-comparison-table tr:last-child > * {
  border-bottom: 0;
}

.af-comparison-table th {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-comparison-table thead th {
  height: 112px;
  border-bottom: 0;
  font-size: 1rem;
  white-space: nowrap;
}

.af-comparison-table thead th:first-child {
  border-radius: 0;
}

.af-comparison-table thead th:last-child {
  border-radius: 0;
}

.af-comparison-control--bottom.button,
.editor-styles-wrapper .af-comparison-control--bottom.components-button {
  position: absolute;
  z-index: 5;
  left: 50%;
  display: inline-flex;
  min-width: 250px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  transform: translateX(-50%);
  border: 2px solid var(--af-ink);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: var(--af-paper);
  box-shadow: none;
  color: var(--af-ink);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.af-comparison-wrap > .af-comparison-control--bottom.button {
  bottom: 14px;
}

.editor-styles-wrapper .af-comparison-frame > .af-comparison-control--bottom.components-button {
  bottom: -52px;
}

.af-comparison-control--bottom.button:hover,
.af-comparison-control--bottom.button:focus-visible {
  background: var(--af-mint);
  color: var(--af-ink);
}

.af-comparison-control--bottom.button:hover {
  transform: translateX(-50%) translateY(-2px);
}

.af-comparison-control--bottom.button:focus-visible {
  outline: 3px solid var(--af-sage);
  outline-offset: 3px;
}

.af-comparison-control-chevron {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: transform 180ms ease, margin 180ms ease;
}

.af-comparison-control--bottom[aria-expanded="true"] .af-comparison-control-chevron {
  margin-top: 4px;
  transform: rotate(225deg);
}

.af-comparison-table thead th:not(:first-child),
.af-comparison-table tbody td {
  text-align: center;
}

.af-comparison-column-label,
.af-comparison-plan-name,
.af-comparison-plan-price {
  display: block;
  white-space: nowrap;
}

.af-comparison-column-label,
.af-comparison-plan-name {
  font-size: 1.12rem;
  font-weight: 900;
}

.af-comparison-plan-price {
  margin-top: 5px;
  color: color-mix(in srgb, var(--sheltra-warm-white) 72%, transparent);
  font-size: 0.72rem;
  font-weight: 800;
}

.af-comparison-limits th,
.af-comparison-limits td {
  background: color-mix(in srgb, var(--af-paper) 92%, var(--af-mint));
}

.af-comparison-limits th {
  color: var(--af-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.af-comparison-group-row th,
.af-comparison-group-row td {
  height: 104px;
  background: var(--af-paper);
  color: var(--af-ink);
}

.af-comparison-group-title {
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.af-comparison-group-title > span {
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.af-comparison-group-title small {
  color: var(--af-slate);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.af-comparison-group-title::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin: 0 5px 4px auto;
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--af-slate);
  transition: margin 180ms ease, transform 180ms ease;
}

.af-comparison-group-title[aria-expanded="true"]::after {
  margin-bottom: -4px;
  transform: rotate(225deg);
}

.af-comparison-feature-row th,
.af-comparison-feature-row td {
  padding-top: 14px;
  padding-bottom: 14px;
  background: color-mix(in srgb, var(--af-mint) 24%, var(--af-paper));
  color: var(--af-slate);
}

.af-comparison-feature-row th {
  padding-left: 48px;
  font-size: 0.9rem;
  font-weight: 700;
}

.af-comparison-feature-name {
  vertical-align: middle;
}

.af-comparison-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
}

.af-comparison-value--label {
  font-weight: 800;
}

.af-comparison-value--yes,
.af-comparison-value--no {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1;
}

.af-comparison-value--yes {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--af-mint) 40%, var(--af-paper));
  color: var(--af-sage);
}

.af-comparison-value--no {
  opacity: 0.42;
}

.af-comparison-value--partial {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--af-cream);
  color: #8a6d35;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.af-comparison-value--text {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.af-comparison-info {
  position: relative;
  display: inline-flex;
  margin-left: 7px;
  vertical-align: middle;
}

.af-comparison-info-button {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  padding: 0;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: var(--af-slate);
  cursor: help;
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.af-comparison-tooltip {
  position: absolute;
  z-index: 20;
  bottom: calc(100% + 10px);
  left: 50%;
  width: min(270px, 70vw);
  padding: 10px 12px;
  transform: translate(-50%, 4px);
  border-radius: 10px;
  background: var(--af-ink);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--sheltra-forest) 22%, transparent);
  color: var(--af-paper);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transition: opacity 150ms ease, transform 150ms ease;
}

.af-comparison-info:hover .af-comparison-tooltip,
.af-comparison-info:focus-within .af-comparison-tooltip {
  transform: translate(-50%, 0);
  opacity: 1;
}

.af-comparison-editor-table .components-base-control {
  margin: 0;
}

.af-comparison-editor-table thead th .components-base-control + .components-base-control {
  margin-top: 7px;
}

.af-comparison-editor-table thead .components-text-control__input {
  border-color: color-mix(in srgb, var(--sheltra-warm-white) 52%, transparent);
  background: color-mix(in srgb, var(--sheltra-warm-white) 10%, transparent);
  color: var(--af-paper);
  font-weight: 800;
  white-space: nowrap;
}

.af-comparison-editor-table thead .components-text-control__input:focus {
  border-color: var(--af-mint);
  box-shadow: 0 0 0 1px var(--af-mint);
}

.af-comparison-editor-table .af-comparison-limits th {
  min-width: 360px;
}

.af-comparison-editor-inline-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.af-comparison-editor-inline-actions .components-button {
  min-width: 32px;
  height: 32px;
  padding: 0;
}

.af-comparison-editor-count {
  margin: 12px 0 0;
  color: var(--af-slate);
  font-weight: 800;
}

.af-comparison-editor-delete-group.components-button {
  width: auto;
  min-height: 36px;
  margin-top: 12px;
  padding-right: 12px;
  padding-left: 10px;
  justify-content: center;
  white-space: nowrap;
}

.af-comparison-editor-group-toolbar .af-comparison-editor-delete-group.components-button {
  margin-top: 0;
}

.af-comparison-editor-groups {
  display: grid;
  margin-top: 26px;
  overflow: hidden;
  border: 1.5px solid var(--af-ink);
  border-radius: 20px;
  background: var(--af-paper);
}

.af-comparison-editor-group-summary {
  display: grid;
  grid-template-columns: minmax(300px, 55fr) repeat(3, minmax(90px, 15fr));
  align-items: center;
  min-height: 76px;
  padding: 12px 20px;
  border: 0;
  border-bottom: 1px solid var(--af-ink-12);
  background: var(--af-paper);
  color: var(--af-ink);
  cursor: pointer;
  text-align: left;
}

.af-comparison-editor-group-summary:last-child {
  border-bottom: 0;
}

.af-comparison-editor-group-summary.is-active {
  background: color-mix(in srgb, var(--af-mint) 40%, var(--af-paper));
  box-shadow: inset 5px 0 0 var(--af-sage);
}

.af-comparison-editor-group-summary > .af-comparison-value {
  justify-self: center;
}

.af-comparison-editor-group-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 900;
}

.af-comparison-editor-group-title small {
  color: var(--af-slate);
  font-size: 0.72rem;
}

.af-comparison-editor-group-panel {
  margin-top: 18px;
  padding: 20px;
  border: 1.5px solid var(--af-ink);
  border-radius: 20px;
  background: color-mix(in srgb, var(--af-mint) 18%, var(--af-paper));
}

.af-comparison-editor-group-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) repeat(3, auto);
  gap: 8px;
  align-items: end;
  margin-bottom: 16px;
}

.af-comparison-editor-feature {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(330px, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid var(--af-ink-12);
  border-radius: 14px;
  background: var(--af-paper);
}

.af-comparison-editor-feature-copy,
.af-comparison-editor-feature-plans {
  display: grid;
  gap: 8px;
}

.af-comparison-editor-feature-plans {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}

.af-comparison-editor-feature .components-base-control,
.af-comparison-editor-group-toolbar .components-base-control {
  margin: 0;
}

.af-comparison-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .af-comparison-editor-feature {
    grid-template-columns: 1fr;
  }

  .af-comparison-editor-feature .af-comparison-editor-inline-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .af-comparison-section .section-inner {
    width: calc(100vw - 32px);
  }

  .af-comparison-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .af-comparison-scroll {
    margin-right: calc(var(--af-gutter) * -1);
  }

  .af-comparison-table th,
  .af-comparison-table td {
    padding-right: 16px;
    padding-left: 16px;
  }

  .af-comparison-editor-group-summary {
    grid-template-columns: minmax(260px, 55fr) repeat(3, minmax(88px, 15fr));
  }

  .af-comparison-editor-group-toolbar,
  .af-comparison-editor-feature-plans {
    grid-template-columns: 1fr;
  }
}

.faq-layout,
.af-faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: start;
}

.faq-list,
.af-faq-list {
  border-top: 1.5px solid var(--af-ink);
}

.faq-item,
.af-faq-item {
  border-bottom: 1.5px solid var(--af-ink);
}

.faq-item summary,
.af-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  font-size: 1.04rem;
  font-weight: 900;
}

.faq-item summary::-webkit-details-marker,
.af-faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after,
.af-faq-item summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--af-ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  transition: transform 0.18s ease, background 0.18s ease;
}

.faq-item[open] summary::after,
.af-faq-item[open] summary::after {
  transform: rotate(45deg);
  background: var(--af-mint);
}

.faq-item p,
.af-faq-item p {
  margin: -4px 60px 24px 0;
  color: var(--af-ink-72);
  line-height: 1.7;
}

.cta-section {
  background: var(--af-cream);
}

.cta-box {
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-xl);
  background: var(--af-sage);
  color: var(--af-paper);
  padding: clamp(32px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 36px;
  align-items: center;
  box-shadow: 10px 10px 0 var(--af-ink);
}

.cta-box h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin: 0 0 20px;
}

.cta-box p {
  font-size: 1.12rem;
  max-width: 680px;
  opacity: 0.86;
}

.heart-card {
  width: 190px;
  aspect-ratio: 1;
  border: 1.5px solid var(--af-ink);
  border-radius: 46% 54% 57% 43% / 56% 39% 61% 44%;
  background: var(--af-paper);
  display: grid;
  place-items: center;
  box-shadow: 8px 8px 0 var(--af-ink);
  transform: rotate(5deg);
}

footer {
  background: var(--af-ink);
  color: var(--af-paper);
}

.footer-inner {
  padding: 76px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}

.footer-brand p {
  color: color-mix(in srgb, var(--sheltra-warm-white) 62%, transparent);
  max-width: 360px;
}

.footer-brand .brand {
  color: var(--af-paper);
}

.footer-brand .brand-mark {
  color: var(--af-paper);
  box-shadow: none;
}

.af-plan-offer-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  max-width: 66%;
  padding: 10px 15px;
  border: 1.5px solid var(--af-ink);
  border-top: 0;
  border-right: 0;
  border-radius: 0 27px 0 18px;
  background: var(--sheltra-terracotta);
  color: var(--af-ink);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid color-mix(in srgb, var(--sheltra-warm-white) 24%, transparent);
  border-radius: 999px;
  padding: 7px 12px;
  color: color-mix(in srgb, var(--sheltra-warm-white) 78%, transparent);
  font-size: 0.82rem;
  font-weight: 800;
}

.footer-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--af-mint);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sheltra-sage) 12%, transparent);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.footer-col {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-col h4 {
  color: var(--af-mint);
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-col a {
  color: color-mix(in srgb, var(--sheltra-warm-white) 68%, transparent);
  font-size: 0.94rem;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: var(--af-paper);
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--sheltra-warm-white) 14%, transparent);
  color: color-mix(in srgb, var(--sheltra-warm-white) 52%, transparent);
  font-size: 0.9rem;
}

.footer-legal {
  display: flex;
  gap: 18px;
}

.af-form-section {
  background: var(--af-cream);
}

.af-form-wrap {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  align-items: start;
}

.af-form {
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-lg);
  background: var(--af-paper);
  padding: 28px;
  box-shadow: 8px 8px 0 var(--af-ink);
  display: grid;
  gap: 18px;
}

.af-form-row {
  display: grid;
  gap: 7px;
}

.af-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.af-form label {
  font-weight: 800;
}

.af-form input,
.af-form textarea,
.af-form select {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid var(--af-ink);
  border-radius: 14px;
  background: var(--af-white);
  color: var(--af-ink);
  padding: 10px 12px;
}

.af-form textarea {
  min-height: 140px;
  resize: vertical;
}

.af-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.af-form-note,
.af-form-error,
.af-form-success {
  color: var(--af-ink-72);
  font-size: 0.92rem;
}

.af-form-error {
  color: #8a2c2c;
  font-weight: 800;
}

.af-form-success {
  color: var(--af-sage);
  font-weight: 800;
}

.af-contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at -6% 52%, color-mix(in srgb, var(--sheltra-sage) 72%, transparent) 0 180px, transparent 181px),
    radial-gradient(circle at 100% 72%, color-mix(in srgb, var(--sheltra-terracotta) 34%, transparent) 0 180px, transparent 181px),
    linear-gradient(112deg, var(--sheltra-warm-white) 0%, var(--sheltra-warm-white) 54%, var(--sheltra-warm-white) 100%);
  border-bottom: 1px solid var(--af-ink-12);
}

.af-contact-section::before,
.af-contact-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.36;
}

.af-contact-section::before {
  left: -18px;
  top: 40px;
  width: 88px;
  height: 210px;
  border-left: 2px solid var(--af-sage);
  border-radius: 999px;
  transform: rotate(22deg);
}

.af-contact-section::after {
  right: -88px;
  bottom: -86px;
  width: 280px;
  height: 280px;
  border: 54px solid color-mix(in srgb, var(--sheltra-terracotta) 44%, transparent);
  border-radius: 42% 58% 52% 48% / 50% 44% 56% 50%;
  transform: rotate(-12deg);
}

.af-contact-layout {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 118px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  padding: clamp(54px, 5vw, 76px) 0;
}

.af-contact-copy h1 {
  max-width: 720px;
  margin: 20px 0 18px;
  font-size: clamp(3.4rem, 4.8vw, 5.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.af-contact-copy > p {
  max-width: 560px;
  margin: 0;
  color: var(--af-ink-72);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.af-contact-visual {
  position: relative;
  min-height: 440px;
  margin-top: 28px;
}

.af-contact-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(560px, 78%);
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  border-radius: 38% 62% 45% 55% / 50% 38% 62% 50%;
  background: var(--af-mint);
  box-shadow: 0 26px 70px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.af-contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.af-contact-mini-card,
.af-contact-quote {
  position: absolute;
  z-index: 2;
  display: grid;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  backdrop-filter: blur(14px);
}

.af-contact-mini-card {
  right: 0;
  width: min(265px, 42%);
  min-height: 88px;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 18px;
}

.af-contact-mini-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-ink);
  font-size: 1.35rem;
  font-weight: 900;
}

.af-contact-mini-card strong {
  font-size: 1rem;
  line-height: 1.28;
}

.af-contact-mini-card-question {
  top: 82px;
}

.af-contact-mini-card-team {
  top: 190px;
}

.af-contact-quote {
  right: 0;
  bottom: 0;
  width: min(315px, 48%);
  min-height: 132px;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 24px;
  border-radius: 20px;
}

.af-contact-quote span {
  align-self: start;
  color: var(--af-sage);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 3.2rem;
  line-height: 0.78;
}

.af-contact-quote p {
  margin: 0;
  color: var(--af-ink-72);
  font-size: 1rem;
  line-height: 1.45;
}

.af-contact-quote i {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: var(--sheltra-terracotta);
  font-size: 2.2rem;
  font-style: normal;
}

.af-contact-card {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--af-ink);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 9px 9px 0 color-mix(in srgb, var(--sheltra-forest) 58%, transparent), 0 30px 78px color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  backdrop-filter: blur(16px);
}

.af-contact-card-head {
  padding: 34px 40px 0;
}

.af-contact-card-head h2 {
  margin: 0;
  font-size: clamp(2.35rem, 3vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.af-contact-card-head p {
  margin: 14px 0 0;
  color: var(--af-ink-72);
  font-size: 1.02rem;
}

.af-contact-card-body {
  padding: 28px 40px 30px;
}

.af-contact-form {
  display: grid;
  gap: 16px;
}

.af-contact-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.af-contact-card .af-registration-field label {
  background: var(--sheltra-warm-white);
}

.af-contact-card .af-registration-field input,
.af-contact-card .af-registration-field select,
.af-contact-card .af-registration-field textarea {
  border-color: color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  background: rgba(255, 255, 255, 0.74);
}

.af-contact-card .af-registration-field textarea {
  width: 100%;
  min-height: 136px;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  border-radius: 11px;
  color: var(--af-ink);
  outline: none;
  padding: 17px 15px 13px;
  resize: vertical;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.af-contact-card .af-registration-field textarea:focus {
  border-color: var(--af-sage);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.af-contact-status {
  margin: 0;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 800;
}

.af-contact-status.is-success {
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 28%, transparent);
  background: color-mix(in srgb, var(--sheltra-sage) 50%, transparent);
  color: var(--af-sage);
}

.af-contact-status.is-error {
  border: 1.5px solid rgba(138, 44, 44, 0.18);
  background: rgba(138, 44, 44, 0.08);
  color: #8a2c2c;
}

.af-contact-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 8px;
  font-size: 1.28rem;
}

.af-contact-privacy {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.af-contact-trustbar {
  justify-content: space-between;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 10%, transparent);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.54);
}

.af-contact-trustbar span + span {
  border-left: 1px solid color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  padding-left: 22px;
}

@media (max-width: 1180px) {
  .af-contact-layout {
    grid-template-columns: 1fr;
    max-width: 820px;
    min-height: auto;
  }

  .af-contact-copy h1,
  .af-contact-copy > p {
    max-width: 760px;
  }

  .af-contact-visual {
    width: min(720px, 100%);
  }
}

@media (max-width: 760px) {
  .af-contact-layout {
    padding: 46px 0 58px;
  }

  .af-contact-copy h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .af-contact-visual {
    min-height: 520px;
  }

  .af-contact-photo {
    width: 88%;
  }

  .af-contact-mini-card,
  .af-contact-quote {
    right: 0;
    width: min(300px, 64%);
  }

  .af-contact-card-head,
  .af-contact-card-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .af-contact-trustbar {
    display: grid;
    gap: 12px;
  }

  .af-contact-trustbar span + span {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .af-contact-visual {
    min-height: 440px;
  }

  .af-contact-mini-card {
    grid-template-columns: 42px 1fr;
    min-height: 72px;
    padding: 12px;
  }

  .af-contact-mini-card span {
    width: 40px;
    height: 40px;
  }

  .af-contact-mini-card strong,
  .af-contact-quote p {
    font-size: 0.88rem;
  }

  .af-contact-mini-card-question {
    top: 46px;
  }

  .af-contact-mini-card-team {
    top: 138px;
  }

  .af-contact-quote {
    min-height: 112px;
    padding: 18px;
  }
}

body.af-registration-page {
  --container: min(1500px, calc(100vw - 84px));
  --af-container: min(1500px, calc(100vw - 84px));
  background: var(--sheltra-warm-white);
}

body.af-registration-page .af-registration-announcement {
  padding: 9px 16px;
  font-weight: 600;
}

body.af-registration-page .af-registration-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 78px);
  background:
    radial-gradient(circle at 2% 98%, color-mix(in srgb, var(--sheltra-terracotta) 27%, transparent) 0 150px, transparent 151px),
    radial-gradient(circle at 45% 64%, color-mix(in srgb, var(--sheltra-sage) 74%, transparent) 0 180px, transparent 181px),
    radial-gradient(circle at 84% 38%, color-mix(in srgb, var(--sheltra-sand) 70%, transparent), transparent 360px),
    linear-gradient(180deg, var(--sheltra-warm-white) 0%, var(--sheltra-warm-white) 100%);
  border-bottom: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
}

.af-registration-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 340px;
  height: 340px;
  border: 56px solid color-mix(in srgb, var(--sheltra-sage) 50%, transparent);
  border-radius: 50%;
  right: -172px;
  bottom: -190px;
  opacity: 0.86;
}

.af-registration-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(color-mix(in srgb, var(--sheltra-forest) 3.5%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--sheltra-forest) 3%, transparent) 1px, transparent 1px);
  background-size: 32px 32px;
  mix-blend-mode: multiply;
}

.af-registration-ribbon {
  position: relative;
  z-index: 2;
  background: var(--af-ink);
  color: var(--af-paper);
  text-align: center;
  padding: 9px 16px;
  font-size: 0.84rem;
  font-weight: 700;
}

.af-registration-ribbon strong {
  color: var(--af-mint);
}

.af-registration-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(740px, 1.1fr) minmax(520px, 0.66fr);
  gap: 64px;
  align-items: center;
  padding: 46px 0 64px;
}

.af-registration-section .reveal {
  opacity: 1;
  transform: none;
}

.af-registration-copy {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(300px, 0.68fr);
  gap: 30px;
  align-items: center;
}

.af-registration-copy-main {
  min-width: 0;
}

.af-registration-copy .eyebrow {
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 82%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 3px 0 color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  padding: 9px 17px;
  color: var(--sheltra-forest);
  letter-spacing: 0.14em;
  font-size: 0.75rem;
}

.af-registration-copy h1 {
  max-width: 720px;
  margin: 22px 0 20px;
  font-size: clamp(3.6rem, 4.9vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

.af-registration-copy h1 .af-serif {
  display: inline-block;
  color: var(--af-sage);
  font-size: 0.88em;
  line-height: 0.98;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: color-mix(in srgb, var(--sheltra-forest) 56%, transparent);
  text-underline-offset: 8px;
}

.af-registration-copy p {
  max-width: 560px;
  margin: 0;
  color: color-mix(in srgb, var(--sheltra-forest) 86%, transparent);
  font-size: 1.04rem;
  line-height: 1.55;
}

.af-registration-benefits {
  margin-top: 32px;
  max-width: 520px;
}

.af-registration-benefits strong {
  display: block;
  margin-bottom: 10px;
  color: var(--af-sage);
  font-size: 1.03rem;
  font-weight: 900;
}

.af-registration-benefits ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-registration-benefits li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid color-mix(in srgb, var(--sheltra-forest) 11%, transparent);
  color: var(--af-ink);
  font-size: 0.96rem;
}

.af-registration-benefits li span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-sage);
  color: var(--af-paper);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  font-size: 1.05rem;
  font-weight: 900;
}

.af-registration-visual {
  position: relative;
  min-height: 520px;
  align-self: stretch;
}

.af-registration-photo-wrap {
  position: absolute;
  left: 2%;
  top: 112px;
  z-index: 2;
  width: min(365px, 100%);
  aspect-ratio: 0.96;
  overflow: hidden;
  border: 0;
  border-radius: 52% 48% 34% 38% / 40% 44% 56% 60%;
  box-shadow: 0 24px 54px color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
}

.af-registration-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: 1;
  border: 14px solid rgba(255, 255, 255, 0.95);
  border-radius: inherit;
  pointer-events: none;
}

.af-registration-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% 46%;
}

.af-registration-visual::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 230px;
  width: 285px;
  height: 230px;
  border-radius: 55% 45% 47% 53% / 44% 46% 54% 56%;
  background: color-mix(in srgb, var(--sheltra-sage) 64%, transparent);
  transform: rotate(-12deg);
}

.af-registration-visual::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 68px;
  width: 250px;
  height: 210px;
  border-radius: 56% 44% 45% 55% / 44% 48% 52% 56%;
  background: color-mix(in srgb, var(--sheltra-forest) 28%, transparent);
  transform: rotate(12deg);
}

.af-registration-visual-leaf {
  position: absolute;
  z-index: 1;
  right: 22px;
  top: 22px;
  width: 96px;
  height: 114px;
  border-left: 2px solid color-mix(in srgb, var(--sheltra-forest) 58%, transparent);
  border-radius: 50%;
  transform: rotate(30deg);
}

.af-registration-visual-leaf::before,
.af-registration-visual-leaf::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 22px;
  border: 2px solid color-mix(in srgb, var(--sheltra-forest) 58%, transparent);
  border-left: 0;
  border-radius: 100% 0 100% 0;
  transform: rotate(-22deg);
}

.af-registration-visual-leaf::before {
  top: 20px;
  left: 8px;
}

.af-registration-visual-leaf::after {
  top: 55px;
  left: -4px;
}

.af-registration-visual-paw {
  position: absolute;
  z-index: 1;
  left: 82px;
  top: 92px;
  color: color-mix(in srgb, var(--sheltra-terracotta) 48%, transparent);
  font-size: 4rem;
  font-weight: 900;
  transform: rotate(-18deg);
}

.af-registration-animal-card {
  position: absolute;
  left: -54px;
  bottom: 104px;
  z-index: 4;
  width: min(355px, calc(100% + 28px));
  min-height: 86px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: center;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 42%, transparent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  padding: 13px 14px;
}

.af-registration-animal-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 36%, var(--sheltra-forest) 0 5px, transparent 6px),
    radial-gradient(circle at 33% 36%, var(--sheltra-forest) 0 5px, transparent 6px),
    radial-gradient(circle at 48% 58%, var(--sheltra-forest) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--sheltra-sand) 0 42%, var(--sheltra-forest) 43% 68%, var(--sheltra-warm-white) 69%);
  border: 3px solid color-mix(in srgb, var(--sheltra-sage) 96%, transparent);
}

.af-registration-animal-card strong {
  color: var(--af-sage);
  font-size: 1.05rem;
}

.af-registration-animal-card small {
  display: block;
  margin-top: 3px;
  color: var(--af-ink);
  font-size: 0.86rem;
}

.af-registration-animal-card i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sheltra-sand) 46%, transparent);
  color: var(--af-ink);
  font-style: normal;
  font-size: 1.55rem;
  line-height: 1;
}

.af-registration-points,
.af-registration-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--af-ink-72);
  font-size: 0.84rem;
  font-weight: 800;
}

.af-registration-points {
  margin-top: 22px;
}

.af-registration-points span,
.af-registration-trustbar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.af-registration-points i,
.af-registration-trustbar i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--af-paper);
  border: 1px solid var(--af-ink-12);
  display: grid;
  place-items: center;
  color: var(--af-sage);
  font-style: normal;
  font-weight: 900;
  font-size: 0.72rem;
}

.af-registration-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 720px;
}

.af-registration-trust-grid div {
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 68%, transparent);
  padding: 16px;
}

.af-registration-trust-grid strong,
.af-registration-trust-grid span {
  display: block;
}

.af-registration-trust-grid strong {
  margin-bottom: 6px;
  font-size: 0.96rem;
  font-weight: 900;
}

.af-registration-trust-grid span {
  color: var(--af-ink-72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.af-registration-card {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--af-ink);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 9px 9px 0 var(--af-ink), 0 28px 74px color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  backdrop-filter: blur(16px);
}

.af-registration-card-head {
  padding: 38px 44px 0;
}

.af-registration-card-kicker {
  margin-bottom: 10px;
  color: var(--af-sage);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.af-registration-card-head h2 {
  margin: 0;
  font-size: clamp(2.7rem, 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

.af-registration-card-head p {
  margin: 14px 0 0;
  color: color-mix(in srgb, var(--sheltra-forest) 86%, transparent);
  font-size: 1rem;
  line-height: 1.5;
}

.af-registration-card-body {
  padding: 26px 44px 34px;
}

.af-registration-form {
  display: grid;
  gap: 15px;
}

.af-registration-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.af-registration-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.af-registration-field {
  position: relative;
}

.af-registration-field.full {
  grid-column: 1 / -1;
}

.af-registration-field label {
  position: absolute;
  left: 15px;
  top: -10px;
  z-index: 1;
  padding: 0 7px;
  background: var(--sheltra-warm-white);
  color: var(--af-ink);
  font-size: 0.74rem;
  font-weight: 800;
}

.af-registration-field input,
.af-registration-field select {
  width: 100%;
  height: 48px;
  min-height: 48px;
  border: 1.5px solid var(--af-ink-18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--af-ink);
  outline: none;
  padding: 13px 15px 12px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.af-registration-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.7);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--af-ink) 50%),
    linear-gradient(135deg, var(--af-ink) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 44px;
}

.af-registration-field input:focus,
.af-registration-field select:focus {
  border-color: var(--af-sage);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.af-registration-field input[aria-invalid="true"],
.af-registration-field select[aria-invalid="true"] {
  border-color: rgba(138, 44, 44, 0.62);
  box-shadow: 0 0 0 4px rgba(138, 44, 44, 0.09);
}

.af-registration-field-error {
  margin: 7px 2px 0;
  color: #8a2c2c;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

.af-registration-note,
.af-registration-privacy {
  margin: 0;
  color: var(--af-ink-72);
  font-size: 0.8rem;
  line-height: 1.48;
}

.af-registration-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  padding: 6px 0 2px;
  color: var(--af-ink);
  font-size: 0.82rem;
}

.af-registration-note i {
  color: var(--af-sage);
  font-style: normal;
  font-weight: 900;
}

.af-registration-privacy a,
.af-registration-login a {
  color: var(--af-ink);
  font-weight: 800;
  border-bottom: 1px solid var(--af-ink-18);
}

.af-registration-form button {
  width: 100%;
}

body.af-registration-page .af-registration-submit {
  min-height: 60px;
  border-radius: 18px;
  font-size: 1.24rem;
  box-shadow: inset 0 -4px 0 color-mix(in srgb, var(--sheltra-forest) 22%, transparent), 0 7px 0 var(--af-ink);
}

.af-registration-success-section {
  min-height: calc(100svh - 78px);
  display: grid;
  place-items: center;
  border-top: 1.5px solid var(--af-ink);
  border-radius: 34px 34px 0 0;
  background: var(--sheltra-warm-white);
}

body.af-registration-page .af-registration-success-section {
  background: var(--sheltra-warm-white);
}

.af-registration-success-section::before,
.af-registration-success-section::after {
  display: none;
}

.af-registration-success-panel {
  width: min(960px, calc(100% - 40px));
  display: grid;
  justify-items: center;
  padding: clamp(72px, 9vw, 126px) 0 clamp(64px, 8vw, 108px);
  text-align: center;
}

.af-registration-success-visual {
  position: relative;
  width: 250px;
  height: 205px;
  margin-bottom: 6px;
}

.af-registration-success-check {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 166px;
  height: 166px;
  display: grid;
  place-items: center;
  border: 2px solid var(--af-ink);
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--sheltra-forest);
  box-shadow: 12px 14px 0 color-mix(in srgb, var(--sheltra-forest) 10%, transparent);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.af-registration-success-paw {
  position: absolute;
  right: 14px;
  bottom: 4px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--af-ink);
  border-radius: 22px;
  background: var(--af-cream);
  box-shadow: 6px 7px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  font-size: 2rem;
  transform: rotate(7deg);
}

.af-registration-success-visual i {
  position: absolute;
  font-style: normal;
}

.af-registration-success-visual .is-heart {
  left: 12px;
  top: 20px;
  color: var(--sheltra-terracotta);
  font-size: 1.5rem;
}

.af-registration-success-visual .is-spark {
  right: 7px;
  top: 3px;
  color: var(--sheltra-terracotta);
  font-size: 2rem;
}

.af-registration-success-visual .is-dot {
  left: 42px;
  bottom: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--af-sage);
}

.af-registration-success-panel .section-kicker {
  margin-bottom: 26px;
  color: var(--af-sage);
  letter-spacing: 0.14em;
}

.af-registration-success-panel h1 {
  max-width: 820px;
  margin: 0;
  color: var(--af-ink);
  font-size: clamp(3.4rem, 6.3vw, 5.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.af-registration-success-lead {
  max-width: 760px;
  margin: 34px auto 0;
  color: var(--af-ink-72);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.65;
}

.af-registration-success-mail {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 32%, transparent);
  border-radius: 24px;
  background: color-mix(in srgb, var(--sheltra-sage) 52%, transparent);
  padding: 26px 32px;
  text-align: left;
}

.af-registration-success-mail > span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  color: var(--sheltra-forest);
  font-size: 2rem;
}

.af-registration-success-mail strong {
  display: block;
  color: var(--sheltra-forest);
  font-size: 1.18rem;
  font-weight: 900;
}

.af-registration-success-mail p {
  margin: 3px 0 0;
  color: var(--af-ink-72);
  font-size: 1rem;
}

.af-registration-success-actions {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: center;
  margin-top: 46px;
}

.af-registration-success-actions .button {
  min-height: 72px;
  justify-content: center;
  border-radius: 22px;
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  font-size: 1.18rem;
}

.af-registration-success-actions .button span {
  margin-left: 16px;
  font-size: 1.5rem;
}

.af-registration-success-again {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--sheltra-forest);
  color: var(--sheltra-forest);
  font-size: 1.2rem;
  font-weight: 900;
}

.af-registration-success-support {
  margin: 40px 0 0;
  color: color-mix(in srgb, var(--sheltra-forest) 54%, transparent);
}

.af-registration-success-support a {
  color: var(--sheltra-forest);
  border-bottom: 1px solid var(--sheltra-forest);
}

@media (max-width: 700px) {
  .af-registration-success-section {
    border-radius: 24px 24px 0 0;
  }

  .af-registration-success-panel {
    width: min(100% - 28px, 560px);
    padding: 60px 0 72px;
  }

  .af-registration-success-visual {
    transform: scale(0.82);
    margin: -16px 0 -8px;
  }

  .af-registration-success-panel .section-kicker {
    margin-bottom: 20px;
  }

  .af-registration-success-panel h1 {
    font-size: 3rem;
  }

  .af-registration-success-lead {
    margin-top: 24px;
    font-size: 1.05rem;
  }

  .af-registration-success-mail {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    margin-top: 34px;
    border-radius: 20px;
    padding: 20px;
  }

  .af-registration-success-mail > span {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 1.5rem;
  }

  .af-registration-success-actions {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .af-registration-success-actions .button,
  .af-registration-success-again {
    min-height: 62px;
  }

  .af-registration-success-support {
    max-width: 320px;
    margin-top: 32px;
  }
}

.editor-styles-wrapper .af-registration-editor-preview {
  --af-ink: var(--sheltra-forest);
  --af-ink-12: color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  --af-ink-18: color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  --af-ink-72: color-mix(in srgb, var(--sheltra-forest) 72%, transparent);
  --af-mint: var(--sheltra-sage);
  --af-paper: var(--sheltra-warm-white);
  --af-sage: var(--sheltra-forest);
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--sheltra-warm-white) 0%, var(--sheltra-warm-white) 100%);
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-grid {
  position: relative;
  z-index: 2;
  padding: 36px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-areas:
    "hero visual form"
    "benefits visual form";
  grid-template-columns: minmax(280px, 0.95fr) minmax(220px, 0.62fr) minmax(380px, 0.72fr);
  grid-template-rows: auto 1fr;
  gap: 0 28px;
  align-items: center;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-hero-content {
  grid-area: hero;
  min-width: 0;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-hero-content h1 {
  margin: 18px 0 16px;
  font-size: 58px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-hero-content p {
  max-width: 560px;
  margin: 0;
  color: color-mix(in srgb, var(--sheltra-forest) 86%, transparent);
  font-size: 15px;
  line-height: 1.55;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-benefits {
  grid-area: benefits;
  margin-top: 24px;
  align-self: start;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-benefits li {
  min-height: 50px;
  font-size: 14px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-visual {
  grid-area: visual;
  min-height: 430px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-visual .af-registration-photo-wrap {
  top: 74px;
  width: min(290px, 100%);
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-visual .af-registration-animal-card {
  left: -28px;
  bottom: 54px;
  width: min(300px, calc(100% + 18px));
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-image-action {
  position: absolute;
  z-index: 6;
  right: 8px;
  top: 8px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-form {
  grid-area: form;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-card-head {
  padding: 30px 32px 0;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-card-head h2 {
  font-size: 42px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-card-body {
  padding: 22px 32px 28px;
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-submit {
  width: 100%;
  min-height: 54px;
  border-radius: 16px;
  font-size: 18px;
  box-shadow: inset 0 -4px 0 color-mix(in srgb, var(--sheltra-forest) 22%, transparent), 0 6px 0 var(--af-ink);
}

.editor-styles-wrapper .af-registration-editor-preview .af-registration-privacy strong,
.editor-styles-wrapper .af-registration-editor-preview .af-registration-login strong {
  color: var(--af-ink);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-areas:
      "hero visual"
      "benefits visual"
      "form form";
    grid-template-columns: minmax(280px, 0.95fr) minmax(240px, 0.62fr);
    gap: 0 28px;
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-form {
    width: min(720px, 100%);
    margin: 0 auto;
    margin-top: 32px;
  }
}

@media (max-width: 700px) {
  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-grid {
    padding: 24px 18px 34px;
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-areas:
      "hero"
      "benefits"
      "visual"
      "form";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-hero-content h1 {
    font-size: 44px;
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-visual .af-registration-animal-card {
    left: 50%;
    bottom: 20px;
    width: min(345px, calc(100% - 12px));
    transform: translateX(-50%);
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-form-grid {
    grid-template-columns: 1fr;
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-field.full {
    grid-column: auto;
  }

  .editor-styles-wrapper .af-registration-editor-preview .af-registration-editor-form {
    margin-top: 28px;
  }
}

.af-registration-form button:disabled,
.af-registration-resend-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.af-registration-error {
  margin: 0 0 16px;
  border: 1.5px solid rgba(138, 44, 44, 0.28);
  border-radius: 16px;
  background: rgba(138, 44, 44, 0.08);
  color: #8a2c2c;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 800;
}

.af-registration-success {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 32%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--sheltra-sage) 52%, transparent);
  padding: 18px;
}

.af-registration-success > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-sage);
  color: var(--af-paper);
  font-weight: 900;
}

.af-registration-success h3 {
  margin: 0 0 6px;
  font-size: 1.22rem;
}

.af-registration-success p {
  margin: 0;
  color: var(--af-ink-72);
  line-height: 1.48;
}

.af-registration-success p + p {
  margin-top: 8px;
}

.af-registration-success strong {
  color: var(--af-ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.af-registration-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.af-registration-resend-form {
  display: contents;
}

.af-registration-resend-notice {
  margin: 14px 0 0;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 0.86rem;
  font-weight: 800;
}

.af-registration-resend-notice.is-success {
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 28%, transparent);
  background: color-mix(in srgb, var(--sheltra-sage) 42%, transparent);
  color: var(--af-sage-dark);
}

.af-registration-resend-notice.is-error {
  border: 1.5px solid rgba(138, 44, 44, 0.22);
  background: rgba(138, 44, 44, 0.08);
  color: #8a2c2c;
}

.af-registration-login-link {
  align-self: center;
  color: var(--af-ink-72);
  font-size: 0.84rem;
  font-weight: 800;
  border-bottom: 1px solid var(--af-ink-18);
}

.af-registration-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 20px 0 16px;
  color: var(--af-ink-72);
  font-size: 0.82rem;
  font-weight: 800;
}

.af-registration-divider::before,
.af-registration-divider::after {
  content: "";
  height: 1px;
  background: var(--af-ink-12);
}

.af-registration-social p {
  margin: 0 0 8px;
  color: var(--af-ink-72);
  font-size: 0.86rem;
  line-height: 1.42;
}

.af-registration-social > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.af-registration-social-button {
  min-height: 48px;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  box-shadow: 0 5px 0 var(--af-ink-12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.af-registration-social-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 0 var(--af-ink-12);
}

.af-registration-social-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
  filter: saturate(0.82);
}

.af-registration-social-button.is-disabled:hover {
  transform: none;
  box-shadow: 0 5px 0 var(--af-ink-12);
}

.af-registration-social-button small {
  margin-left: -4px;
  color: var(--af-ink-72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-registration-provider-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--af-mint);
  font-size: 0.82rem;
  font-weight: 900;
}

.af-registration-provider-icon svg {
  width: 14px;
  height: 14px;
}

.af-registration-login {
  margin-top: 14px;
  text-align: center;
  color: var(--af-ink-72);
  font-size: 0.84rem;
}

.af-registration-trustbar {
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  font-size: 0.78rem;
  font-weight: 800;
}

.af-registration-trustbar span {
  justify-content: center;
  min-width: 0;
  flex: 1 1 0;
  text-align: center;
}

.af-registration-trustbar span + span {
  border-left: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  padding-left: 14px;
}

.af-demo-booking-section {
  position: relative;
  overflow: hidden;
  background: var(--af-cream);
  border-bottom: 1.5px solid var(--af-ink);
  padding: 92px 0;
}

.af-demo-booking-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 84px solid color-mix(in srgb, var(--sheltra-sage) 66%, transparent);
  border-radius: 46% 54% 57% 43% / 56% 39% 61% 44%;
  right: -220px;
  top: -230px;
  transform: rotate(24deg);
}

.af-demo-booking-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  gap: 40px;
  align-items: center;
}

.af-demo-copy .section-title {
  font-size: clamp(3rem, 5.6vw, 6.1rem);
}

.af-demo-agenda {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.af-demo-agenda span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--af-ink-12);
  border-radius: 18px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 58%, transparent);
  color: var(--af-ink-72);
  font-size: 0.9rem;
  font-weight: 800;
}

.af-demo-agenda i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--af-ink);
  border-radius: 12px;
  background: var(--af-mint);
  box-shadow: 2px 2px 0 var(--af-ink);
  color: var(--af-ink);
  font-style: normal;
  font-weight: 900;
}

.af-demo-proof .af-proof-dot {
  background: var(--af-paper);
  border: 1px solid var(--af-ink-18);
}

.calendly-card {
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-lg);
  background: var(--af-paper);
  box-shadow: 8px 8px 0 var(--af-ink), var(--af-shadow-lg);
  overflow: hidden;
  min-height: 820px;
}

.calendly-head {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  background: var(--af-cream);
  border-bottom: 1.5px solid var(--af-ink);
}

.calendly-head strong {
  font-size: 1.02rem;
}

.calendly-head span {
  color: var(--af-ink-72);
  font-size: 0.86rem;
  font-weight: 700;
}

.privacy-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--af-ink-18);
  border-radius: 999px;
  background: var(--af-paper);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.privacy-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--af-sage);
}

.calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 720px;
}

.calendly-fallback {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--af-ink-72);
  font-size: 0.84rem;
}

.calendly-fallback a {
  color: var(--af-ink);
  font-weight: 900;
  border-bottom: 1px solid var(--af-ink-18);
}

.af-demo-what-section {
  background: var(--af-paper);
}

.af-demo-what-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.af-demo-what-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid var(--af-ink);
  border-radius: 28px;
  background: var(--af-paper);
  padding: 28px;
}

.af-demo-what-card:nth-child(2) {
  background: var(--af-mint);
}

.af-demo-what-card:nth-child(3) {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-demo-what-card:nth-child(4) {
  background: var(--af-sage);
  color: var(--af-paper);
}

.af-demo-what-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 16px;
  box-shadow: 3px 3px 0 currentColor;
  font-weight: 900;
}

.af-demo-what-card h3 {
  margin: auto 0 12px;
  font-size: 1.35rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.af-demo-what-card p {
  margin: 0;
  color: currentColor;
  opacity: 0.72;
  font-size: 0.92rem;
  line-height: 1.62;
}

.arkflow-consent {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: center;
  box-sizing: border-box;
  width: min(calc(100vw - 32px), 820px);
  max-height: calc(100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1.5px solid var(--af-ink);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 100vmax color-mix(in srgb, var(--sheltra-forest) 36%, transparent),
    0 16px 44px color-mix(in srgb, var(--sheltra-forest) 18%, transparent),
    0 3px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  padding: clamp(16px, 2vw, 24px);
  transform: translate(-50%, -50%);
  isolation: isolate;
}

.arkflow-consent::before {
  content: none;
}

.arkflow-consent.visible {
  display: grid;
}

.arkflow-consent-copy {
  min-width: 0;
}

.arkflow-consent-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.arkflow-consent-cookie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffffff;
  color: var(--af-ink);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.arkflow-consent-cookie svg {
  width: 26px;
  height: 26px;
}

.arkflow-consent h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.arkflow-consent p {
  max-width: 460px;
  margin: 0 0 9px;
  color: var(--af-ink-72);
  font-size: 0.88rem;
  line-height: 1.48;
}

.arkflow-consent-privacy {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
  color: var(--af-ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-underline-offset: 5px;
}

.arkflow-consent-privacy span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: var(--af-sage);
}

.arkflow-consent-visual {
  position: relative;
  min-height: 210px;
  align-self: stretch;
  overflow: hidden;
}

.arkflow-consent-visual img {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: min(100%, 230px);
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.arkflow-consent-actions,
.arkflow-consent-options {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.arkflow-consent-options {
  margin-top: 8px;
}

.arkflow-consent-option {
  position: relative;
  display: inline-flex;
  flex: 1 1 138px;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 42px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--sheltra-forest) 3%, transparent);
  color: var(--af-ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 7px 10px;
}

.arkflow-consent-option.is-external {
  flex-basis: 202px;
}

.arkflow-consent-option > span:not(.arkflow-consent-option-icon):not(.arkflow-consent-switch):not(.arkflow-consent-state) {
  white-space: nowrap;
}

.arkflow-consent-option:focus-within {
  outline: 3px solid color-mix(in srgb, var(--sheltra-forest) 28%, transparent);
  outline-offset: 3px;
}

.arkflow-consent-option.is-required {
  background: linear-gradient(135deg, color-mix(in srgb, var(--sheltra-sage) 75%, transparent), color-mix(in srgb, var(--sheltra-warm-white) 95%, transparent));
  cursor: default;
}

.arkflow-consent-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  border-radius: 9px;
  color: var(--af-ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.arkflow-consent-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.arkflow-consent-switch {
  position: relative;
  width: 36px;
  height: 22px;
  margin-left: auto;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.arkflow-consent-switch::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 160ms ease;
}

.arkflow-consent-option input:checked + .arkflow-consent-switch {
  background: var(--af-sage);
  border-color: var(--af-sage);
}

.arkflow-consent-option input:checked + .arkflow-consent-switch::before {
  transform: translateX(14px);
}

.arkflow-consent-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--af-sage);
  color: #ffffff;
}

.arkflow-consent-state::before {
  content: "";
  width: 7px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.arkflow-consent-actions {
  margin-top: 6px;
}

.arkflow-consent-actions .button {
  flex: 1 1 180px;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  font-size: 0.88rem;
  padding-inline: 16px;
}

@media (max-width: 980px) {
  .arkflow-consent {
    grid-template-columns: 1fr;
    width: min(calc(100vw - 20px), 560px);
    padding: 18px;
  }

  .arkflow-consent-visual {
    display: none;
  }

  .arkflow-consent-heading {
    gap: 10px;
    margin-bottom: 12px;
  }

  .arkflow-consent-cookie {
    width: 42px;
    height: 42px;
  }

  .arkflow-consent-cookie svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 560px) {
  .arkflow-consent {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 18px;
    padding: 14px;
  }

  .arkflow-consent h2 {
    font-size: 1.25rem;
  }

  .arkflow-consent p {
    font-size: 0.84rem;
  }

  .arkflow-consent-option,
  .arkflow-consent-actions .button {
    flex-basis: 100%;
  }
}

.af-cookie-settings-page {
  padding-top: clamp(80px, 9vw, 140px);
  padding-bottom: clamp(70px, 8vw, 120px);
}

.af-cookie-settings-wrap {
  display: grid;
  gap: 30px;
}

.af-cookie-settings-hero {
  max-width: 900px;
}

.af-cookie-settings-hero .section-lead {
  margin-bottom: 26px;
}

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

.af-cookie-card,
.af-cookie-settings-note {
  border: 1.5px solid var(--af-ink);
  border-radius: 20px;
  background: var(--af-paper);
  box-shadow: 5px 5px 0 var(--af-ink-10);
}

.af-cookie-card {
  min-height: 210px;
  padding: 22px;
}

.af-cookie-card span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--af-mint);
  padding: 6px 10px;
  color: var(--af-sage);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.af-cookie-card h2,
.af-cookie-settings-note h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.1;
}

.af-cookie-card p,
.af-cookie-settings-note p {
  margin: 0;
  color: var(--af-ink-72);
  line-height: 1.65;
}

.af-cookie-settings-note {
  padding: 26px;
  background: var(--af-cream);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1480px) {
  body.af-registration-page {
    --container: min(1320px, calc(100vw - 56px));
    --af-container: min(1320px, calc(100vw - 56px));
  }

  .af-registration-grid {
    grid-template-columns: minmax(650px, 1fr) minmax(470px, 0.7fr);
    gap: 38px;
  }

  .af-registration-copy {
    grid-template-columns: minmax(360px, 0.96fr) minmax(260px, 0.58fr);
    gap: 20px;
  }

  .af-registration-copy h1 {
    font-size: clamp(3.25rem, 4.4vw, 5.1rem);
  }

  .af-registration-photo-wrap {
    width: min(325px, 100%);
  }

  .af-registration-animal-card {
    left: -34px;
    width: min(330px, calc(100% + 18px));
  }
}

@media (max-width: 1320px) {
  .nav-actions > .nav-phone {
    display: none;
  }

  .mega-menu {
    width: min(760px, calc(100vw - 40px));
  }
}

@media (max-width: 1180px) {
  .mega-menu-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px;
  }

  .mega-menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-menu-side {
    border-left: 0;
    border-top: 1px solid var(--af-ink-08);
    padding-left: 0;
    padding-top: 22px;
  }

  .af-pricing-grid,
  .feature-grid,
  .audience-grid,
  .principles-grid,
  .af-addon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .af-module-grid,
  .bento-grid,
  .sv-feature-grid,
  .af-demo-what-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-rail {
    grid-template-columns: repeat(4, 1fr);
  }

  .af-solution-check-list {
    grid-template-columns: 1fr;
  }

  .af-demo-booking-grid {
    grid-template-columns: 1fr;
  }

  .af-registration-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .af-registration-copy {
    max-width: none;
  }

  .af-registration-card {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .af-demo-copy {
    max-width: 800px;
  }
}

@media (max-width: 900px) {
  :root {
    --af-container: min(100% - 28px, 720px);
  }

  .nav {
    width: var(--af-container);
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav > .nav-links:not(.mobile),
  .nav-actions > .nav-phone,
  .nav-actions .login-link,
  .nav-actions .button {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .sv-system {
    border-radius: 32px 32px 0 0;
  }

  .sv-feature-grid {
    grid-template-columns: 1fr;
  }

  .sv-feature {
    min-height: auto;
    transform: none !important;
  }

  .mobile-toggle {
    display: grid;
  }

  .nav-links.mobile {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border: 1.5px solid var(--af-ink);
    border-radius: 24px;
    background: var(--af-paper);
    padding: 18px;
    box-shadow: var(--af-shadow-lg), 8px 8px 0 var(--af-ink);
  }

  .nav-links.mobile.open {
    display: flex;
  }

  .mobile-language {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 8px;
  }

  .mobile-nav-group {
    display: grid;
    gap: 8px;
  }

  .mobile-nav-group > .nav-link {
    justify-content: flex-start;
  }

  .mobile-subnav {
    display: grid;
    gap: 8px;
    padding-left: 12px;
  }

  .mobile-subnav-link {
    display: grid;
    gap: 4px;
    border: 1px solid var(--af-ink-08);
    border-radius: 14px;
    background: color-mix(in srgb, var(--sheltra-sage) 22%, transparent);
    padding: 10px 12px;
  }

  .mobile-subnav-link.featured {
    background: var(--af-cream);
  }

  .mobile-subnav-link strong {
    font-size: 0.9rem;
    font-weight: 800;
  }

  .mobile-subnav-link span {
    color: var(--af-sage);
    font-size: 0.8rem;
    font-weight: 800;
  }

  .nav-links.mobile .nav-phone {
    width: 100%;
    min-height: 58px;
    margin: 6px 0;
    padding: 12px;
    border: 1.5px solid var(--af-ink-12);
    border-radius: 18px;
    background: var(--af-cream);
  }

  .nav-links.mobile .nav-phone-icon {
    width: 38px;
    height: 38px;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--sheltra-sage) 48%, transparent);
  }

  .hero-inner,
  .af-page-hero-inner,
  .af-pricing-hero-inner,
  .module-panel,
  .cta-box,
  .footer-top,
  .faq-layout,
  .af-faq-layout,
  .af-form-wrap {
    grid-template-columns: 1fr;
  }

  .af-demo-booking-section {
    padding: 72px 0;
  }

  .af-registration-grid {
    padding: 52px 0 70px;
  }

  .af-registration-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .af-registration-visual {
    min-height: 390px;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .af-registration-photo-wrap {
    left: 50%;
    top: 34px;
    width: min(320px, 74vw);
    transform: translateX(-50%);
  }

  .af-registration-animal-card {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: min(345px, calc(100vw - 54px));
  }

  .af-registration-copy h1 {
    font-size: 4.7rem;
  }

  .af-registration-trust-grid {
    grid-template-columns: 1fr;
  }

  .calendly-card {
    min-height: 780px;
    border-radius: 28px;
  }

  .calendly-inline-widget {
    height: 680px;
  }

  .hero-inner,
  .af-page-hero-inner {
    min-height: auto;
    padding: 70px 0;
  }

  .section {
    padding: 82px 0;
  }

  .ui-window-body,
  .ui-metrics {
    grid-template-columns: 1fr;
  }

  .ui-sidebar {
    display: none;
  }

  .module-visual {
    border-left: 0;
    border-top: 1.5px solid var(--af-ink);
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .hero-copy h1,
  .af-page-hero h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .af-pricing-grid,
  .feature-grid,
  .audience-grid,
  .principles-grid,
  .af-addon-grid,
  .af-module-grid,
  .bento-grid,
  .workflow-rail,
  .af-form-grid,
  .af-registration-form-grid,
  .af-registration-social > div,
  .af-demo-what-grid {
    grid-template-columns: 1fr;
  }

  .af-registration-field.full {
    grid-column: auto;
  }

  .af-registration-card {
    border-radius: 28px;
    box-shadow: 6px 6px 0 var(--af-ink);
  }

  body.af-registration-page {
    --container: min(100% - 28px, 720px);
    --af-container: min(100% - 28px, 720px);
  }

  .af-registration-copy h1 {
    font-size: 3.1rem;
    line-height: 1.02;
  }

  .af-registration-card-head h2 {
    font-size: 2.15rem;
  }

  .af-registration-card-head,
  .af-registration-card-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .af-registration-card-head {
    padding-top: 24px;
  }

  .af-registration-trustbar {
    justify-content: flex-start;
  }

  .af-registration-trustbar span {
    justify-content: flex-start;
    flex-basis: 100%;
    text-align: left;
  }

  .af-registration-trustbar span + span {
    border-left: 0;
    padding-left: 0;
  }

  .af-registration-actions .button {
    width: 100%;
  }

  .calendly-head {
    display: grid;
    align-items: start;
    padding: 17px;
  }

  .privacy-pill {
    justify-self: start;
  }

  .calendly-card {
    min-height: 750px;
    box-shadow: 5px 5px 0 var(--af-ink);
  }

  .calendly-inline-widget {
    height: 640px;
  }

  .af-demo-agenda span {
    align-items: start;
  }

  .af-module-toolbar,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-box {
    padding: 28px;
    border-radius: 28px;
  }

  .heart-card {
    width: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Prototype alignment: match the supplied Arkflow HTML references more closely. */
.announcement {
  padding: 10px 44px;
  font-weight: 500;
}

.site-header {
  position: sticky;
  top: 0;
  background: color-mix(in srgb, var(--sheltra-warm-white) 88%, transparent);
}

.nav {
  width: var(--af-container);
  min-height: 78px;
  gap: 34px;
}

.hero,
.af-page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1.5px solid var(--af-ink);
}

.hero,
.af-page-hero.pricing {
  background: var(--af-cream);
}

.af-page-hero.product {
  background: var(--af-mint);
}

.hero::before,
.af-page-hero::before {
  width: 500px;
  height: 500px;
  border-width: 84px;
  right: -210px;
  top: -220px;
  opacity: 0.68;
}

.hero::after,
.af-page-hero.product::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -140px;
  width: 280px;
  height: 280px;
  background: var(--af-sage);
  border-radius: 44% 56% 33% 67% / 60% 42% 58% 40%;
  opacity: 0.16;
}

.hero-inner,
.af-page-hero-inner {
  min-height: 670px;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
  gap: 52px;
  padding: 58px 0 72px;
}

.af-pricing-hero-inner {
  min-height: 390px;
  padding: 48px 0 118px;
  max-width: 1320px;
}

.eyebrow {
  padding: 8px 13px;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-paper);
  box-shadow: 3px 3px 0 var(--af-ink);
  color: var(--af-ink);
  transform: rotate(-1deg);
}

.hero-copy h1,
.af-page-hero h1 {
  font-size: clamp(3.35rem, 5.75vw, 5.75rem);
  line-height: 0.9;
  letter-spacing: -0.073em;
  margin: 22px 0 18px;
  max-width: 800px;
  font-weight: 900;
}

.af-page-hero.product h1 {
  font-size: clamp(3.8rem, 7.2vw, 7.35rem);
  max-width: 900px;
}

.af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy {
  width: 100%;
  max-width: none;
}

.af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy h1 {
  max-width: 1280px;
  margin: 14px auto 10px;
  text-align: center;
  font-size: clamp(3.05rem, 4.5vw, 5rem);
  line-height: 0.97;
}

.highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
  white-space: nowrap;
}

.highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2%;
  right: -3%;
  bottom: 5%;
  height: 37%;
  background: var(--af-mint);
  border-radius: 42% 58% 48% 52% / 58% 40% 60% 42%;
  transform: rotate(-1.5deg);
}

.af-page-hero.product .highlight,
.af-page-hero.pricing .highlight {
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.af-page-hero.product .highlight::before,
.af-page-hero.pricing .highlight::before {
  content: none;
}

.hero-copy p,
.af-page-hero p {
  max-width: 650px;
  font-size: clamp(1.02rem, 1.18vw, 1.14rem);
  line-height: 1.52;
}

.af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy p {
  margin: 0 auto;
  max-width: 730px;
  text-align: center;
  font-size: clamp(1rem, 1.15vw, 1.13rem);
}

.hero-note {
  margin-top: 14px;
  gap: 10px 18px;
  font-size: 0.82rem;
}

.hero-visual {
  min-height: 540px;
  display: grid;
  place-items: center;
  position: relative;
  perspective: 1200px;
}

.visual-blob {
  position: absolute;
  width: 460px;
  height: 460px;
  background: var(--af-mint);
  border: 1.5px solid var(--af-ink);
  border-radius: 56% 44% 39% 61% / 44% 53% 47% 56%;
  transform: rotate(-8deg);
  box-shadow: 12px 12px 0 var(--af-sage);
}

.dashboard {
  position: relative;
  z-index: 2;
  width: min(570px, 100%);
  min-height: 430px;
  background: var(--af-paper);
  border: 1.5px solid var(--af-ink);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--af-shadow-lg), 9px 9px 0 var(--af-ink);
  transform: rotate(1.1deg) translateZ(0);
}

.window-bar {
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--af-ink-12);
  background: color-mix(in srgb, var(--sheltra-sand) 55%, transparent);
}

.window-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--af-ink);
}

.window-dot:nth-child(1) {
  background: var(--af-sage);
}

.window-dot:nth-child(2) {
  background: var(--af-cream);
}

.window-dot:nth-child(3) {
  background: var(--af-mint);
}

.window-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--af-ink-72);
}

.dashboard-body {
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 386px;
}

.dashboard-sidebar {
  background: var(--af-ink);
  color: var(--af-paper);
  padding: 17px 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 0 5px;
  font-size: 0.74rem;
  font-weight: 900;
}

.mini-brand-badge {
  width: 23px;
  height: 23px;
  border-radius: 8px;
  background: var(--af-mint);
  color: var(--af-ink);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.side-item {
  min-height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  color: color-mix(in srgb, var(--sheltra-warm-white) 72%, transparent);
  font-size: 0.58rem;
  font-weight: 700;
}

.side-item.active {
  background: var(--af-sage);
  color: var(--af-paper);
}

.side-icon {
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 0.45rem;
  font-style: normal;
}

.dashboard-main {
  padding: 19px 18px;
  overflow: hidden;
}

.dash-head,
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-head {
  margin-bottom: 15px;
}

.dash-title {
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.dash-date {
  font-size: 0.54rem;
  color: var(--af-ink-72);
  background: var(--af-cream);
  border-radius: 999px;
  padding: 6px 9px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.metric-card {
  min-height: 76px;
  border: 1px solid var(--af-ink-12);
  border-radius: 13px;
  padding: 10px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 75%, transparent);
}

.metric-card:nth-child(1) {
  background: var(--af-cream);
}

.metric-card:nth-child(2) {
  background: var(--af-mint);
}

.metric-card:nth-child(3) {
  background: color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
}

.metric-label,
.task-meta,
.animal-meta {
  color: var(--af-ink-72);
}

.metric-label {
  font-size: 0.49rem;
  font-weight: 800;
}

.metric-value {
  font-size: 1.28rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-top: 6px;
}

.metric-trend {
  font-size: 0.43rem;
  margin-top: 4px;
  font-weight: 700;
  color: var(--af-sage);
}

.dash-columns {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10px;
  margin-top: 10px;
}

.dash-panel {
  border: 1px solid var(--af-ink-12);
  border-radius: 13px;
  padding: 11px;
  min-height: 195px;
  background: var(--af-paper);
}

.panel-title {
  font-size: 0.58rem;
  font-weight: 900;
}

.tiny-link {
  font-size: 0.45rem;
  color: var(--af-sage);
  font-weight: 800;
}

.animal-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 6px 0;
  border-top: 1px solid var(--af-ink-08);
}

.animal-row:first-of-type {
  border-top: 0;
}

.animal-avatar {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  background: var(--af-cream);
}

.animal-row:nth-child(3) .animal-avatar {
  background: var(--af-mint);
}

.animal-name {
  font-size: 0.53rem;
  font-weight: 900;
}

.animal-meta {
  font-size: 0.42rem;
}

.status-pill {
  font-size: 0.38rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 6px;
  background: var(--af-mint);
  white-space: nowrap;
}

.task {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 7px;
  margin: 10px 0;
}

.task-check {
  width: 16px;
  height: 16px;
  border: 1px solid var(--af-ink-18);
  border-radius: 5px;
  background: var(--af-cream);
}

.task-title {
  font-size: 0.49rem;
  font-weight: 800;
  line-height: 1.3;
}

.task-meta {
  font-size: 0.4rem;
}

.progress {
  height: 5px;
  background: var(--af-ink-08);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 8px;
}

.progress span {
  display: block;
  height: 100%;
  width: 64%;
  background: var(--af-sage);
  border-radius: inherit;
}

.floating-card {
  position: absolute;
  z-index: 4;
  background: var(--af-paper);
  border: 1.5px solid var(--af-ink);
  box-shadow: 5px 5px 0 var(--af-ink);
  border-radius: 16px;
  padding: 12px 14px;
  animation: float 5s ease-in-out infinite;
}

.floating-card.top {
  top: 55px;
  right: -13px;
  width: 190px;
  transform: rotate(3deg);
}

.floating-card.bottom {
  left: -18px;
  bottom: 56px;
  width: 205px;
  transform: rotate(-3deg);
  animation-delay: -2.4s;
}

.float-kicker {
  font-size: 0.54rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--af-sage);
  font-weight: 900;
}

.float-title {
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 4px;
}

.float-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  font-size: 0.5rem;
  color: var(--af-ink-72);
}

.mini-avatar {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--af-mint);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
}

@keyframes float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

.home-photo-hero {
  background:
    radial-gradient(circle at 0 100%, color-mix(in srgb, var(--sheltra-forest) 18%, transparent) 0 118px, transparent 119px),
    linear-gradient(112deg, var(--sheltra-sage) 0%, var(--sheltra-sage) 47%, var(--sheltra-warm-white) 100%);
  border-bottom: 0;
}

.home-photo-hero::before {
  right: -180px;
  top: auto;
  bottom: -230px;
  width: 540px;
  height: 540px;
  border-color: color-mix(in srgb, var(--sheltra-sage) 86%, transparent);
  opacity: 1;
  transform: rotate(-14deg);
}

.home-photo-hero::after {
  left: -120px;
  bottom: -120px;
  width: 340px;
  height: 300px;
  background: color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
}

.home-photo-hero .hero-inner {
  width: min(1680px, calc(100vw - 88px));
  min-height: clamp(700px, calc(100svh - 126px), 850px);
  grid-template-columns: minmax(500px, 0.84fr) minmax(760px, 1.16fr);
  gap: 60px;
  padding: 50px 0 64px;
}

.home-photo-hero .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3.7rem, 5.25vw, 5.75rem);
  line-height: 0.9;
  margin: 18px 0 16px;
}

.home-photo-hero .highlight {
  white-space: nowrap;
}

.home-photo-hero .highlight::before {
  content: none;
}

.home-photo-hero .hero-copy p {
  max-width: 600px;
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.48;
}

.home-photo-hero .hero-copy {
  position: relative;
  z-index: 6;
}

.home-photo-hero .eyebrow {
  padding: 7px 12px;
  font-size: 0.7rem;
}

.home-photo-hero .hero-actions {
  gap: 12px;
  margin-top: 18px;
}

.home-photo-hero .button {
  min-height: 46px;
  padding-inline: 20px;
}

.home-photo-hero .hero-note {
  gap: 10px 16px;
  margin-top: 12px;
  font-size: 0.78rem;
}

.home-photo-scene {
  min-height: 650px;
  isolation: isolate;
  justify-self: end;
  width: min(760px, 100%);
  transform: translateX(72px);
}

.home-photo-scene::before {
  content: "";
  position: absolute;
  inset: 8% 6% 10% 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 46%, color-mix(in srgb, var(--sheltra-forest) 24%, transparent), transparent 58%);
  filter: blur(8px);
}

.home-photo-window {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  border: 1.5px solid var(--af-ink);
  border-radius: 22px;
  background: var(--af-paper);
  box-shadow: var(--af-shadow-lg);
  overflow: visible;
  transform: rotate(0.8deg) translateZ(0);
}

.home-photo-toolbar {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--af-ink-12);
  background: color-mix(in srgb, var(--sheltra-sand) 70%, transparent);
  border-radius: 21px 21px 0 0;
}

.home-photo-toolbar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--af-ink-18);
}

.home-photo-toolbar span:nth-child(1) {
  background: var(--sheltra-terracotta);
}

.home-photo-toolbar span:nth-child(2) {
  background: var(--sheltra-sand);
}

.home-photo-toolbar span:nth-child(3) {
  background: var(--sheltra-sage);
}

.home-photo-frame {
  position: relative;
  margin: 12px;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  border-radius: 16px;
  background: var(--af-cream);
}

.home-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(0.98);
}

.home-photo-frame figcaption {
  position: absolute;
  left: 28px;
  top: 28px;
  color: var(--af-ink);
  font-size: clamp(0.92rem, 1.18vw, 1.25rem);
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  padding: 8px 12px 9px;
  border: 1px solid var(--af-ink-18);
  border-radius: 14px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 86%, transparent);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  backdrop-filter: blur(8px);
}

.home-photo-frame figcaption span {
  display: block;
  color: var(--af-sage);
  font-size: 0.9em;
  margin-top: 6px;
}

.home-photo-sprig {
  position: absolute;
  z-index: 1;
  width: 78px;
  height: 140px;
  opacity: 0.45;
  pointer-events: none;
}

.home-photo-sprig::before,
.home-photo-sprig::after {
  content: "";
  position: absolute;
  left: 34px;
  width: 2px;
  height: 120px;
  background: var(--af-sage);
  border-radius: 999px;
  transform: rotate(-17deg);
}

.home-photo-sprig::after {
  left: 19px;
  top: 22px;
  width: 44px;
  height: 84px;
  background:
    radial-gradient(ellipse at 50% 50%, var(--af-sage) 0 50%, transparent 52%) 0 0 / 22px 18px repeat-y,
    radial-gradient(ellipse at 50% 50%, var(--af-sage) 0 50%, transparent 52%) 24px 11px / 22px 18px repeat-y;
  transform: rotate(-22deg);
}

.home-photo-sprig-a {
  left: -80px;
  bottom: 122px;
}

.home-photo-sprig-b {
  right: -58px;
  top: 170px;
  transform: scale(0.85) rotate(18deg);
}

.home-float-card {
  position: absolute;
  z-index: 5;
  background: color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent);
  border: 1.5px solid var(--af-ink);
  border-radius: 18px;
  box-shadow: var(--af-shadow);
  padding: 14px;
  color: var(--af-ink);
  animation: float 6.5s ease-in-out infinite;
  backdrop-filter: blur(10px);
}

.home-float-card span:first-child {
  display: block;
  color: var(--af-sage);
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.home-float-card strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.home-float-card p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0;
  color: var(--af-ink-72);
  font-size: 0.64rem;
  line-height: 1.35;
}

.home-float-card i {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-sage);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.home-float-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid var(--af-ink-18);
  border-radius: 999px;
  color: var(--af-ink);
  background: var(--af-paper);
  font-size: 0.7rem;
  font-weight: 900;
}

.home-float-card-done {
  top: 8px;
  right: -58px;
  width: 218px;
  transform: rotate(1.6deg);
}

.home-float-card-request {
  top: 210px;
  left: -94px;
  width: 225px;
  transform: rotate(-1.8deg);
  animation-delay: -2.1s;
}

.home-float-card-profile {
  left: -72px;
  bottom: 78px;
  width: 238px;
  animation-delay: -3.4s;
}

.home-float-card-profile p {
  background: color-mix(in srgb, var(--sheltra-sand) 72%, transparent);
  border-radius: 11px;
  padding: 8px 10px;
}

.home-profile-head {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  align-items: center;
}

.home-profile-head img {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.home-profile-head small {
  display: block;
  color: var(--af-ink-72);
  font-size: 0.64rem;
  margin-top: 5px;
}

.home-float-card-profile a {
  justify-content: space-between;
  background: var(--af-mint);
  border: 0;
}

.home-float-card-tasks {
  right: -70px;
  bottom: 116px;
  width: 236px;
  animation-delay: -1.2s;
}

.home-float-card-tasks ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.home-float-card-tasks li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}

.home-float-card-tasks li i {
  width: 20px;
  height: 20px;
  border: 1px solid var(--af-ink-18);
  background: var(--af-paper);
  color: var(--af-sage);
}

.home-float-card-tasks li:first-child i {
  background: var(--af-mint);
  border: 0;
}

.home-float-card-tasks li b,
.home-float-card-tasks li small {
  display: block;
}

.home-float-card-tasks li b {
  font-size: 0.6rem;
}

.home-float-card-tasks li small {
  color: var(--af-ink-72);
  font-size: 0.5rem;
  margin-top: 3px;
}

.home-float-card-tasks a {
  justify-content: space-between;
  border: 0;
  border-top: 1px solid var(--af-ink-12);
  border-radius: 0;
  margin: 12px -17px -17px;
  padding: 12px 17px;
  min-height: auto;
}

.home-float-card-metrics {
  left: 52%;
  bottom: 18px;
  width: 300px;
  transform: translateX(-50%);
  animation-delay: -4.2s;
}

.home-float-card-metrics > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  text-align: center;
}

.home-float-card-metrics b {
  display: grid;
  gap: 5px;
  font-size: 0.96rem;
}

.home-float-card-metrics small {
  color: var(--af-ink-72);
  font-size: 0.48rem;
  line-height: 1.15;
}

.af-modular-hero .af-hero-trust-note,
.af-cta-note {
  margin-top: 12px;
  color: var(--af-ink-72);
  font-size: 0.95rem;
  font-weight: 800;
}

.af-modular-hero-visual {
  align-content: center;
}

.af-modular-hero-visual .af-hero-tiles {
  display: contents;
}

.af-modular-hero-visual .af-hero-tiles > .home-float-card {
  position: absolute;
}

.home-photo-hero.af-hero-variant-home-v2 {
  background:
    radial-gradient(circle at 9% -10%, color-mix(in srgb, var(--sheltra-sage) 78%, transparent) 0 250px, transparent 252px),
    linear-gradient(112deg, var(--sheltra-sand) 0%, var(--sheltra-sand) 46%, var(--sheltra-warm-white) 100%);
  overflow: hidden;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-inner {
  width: min(1240px, calc(100vw - 80px));
  min-height: 720px;
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: clamp(38px, 5.2vw, 72px);
  align-items: center;
  padding: clamp(54px, 5vw, 76px) 0 clamp(62px, 5.6vw, 84px);
}

.home-photo-hero.af-hero-variant-home-v2 .hero-copy {
  max-width: 570px;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-copy h1 {
  max-width: 590px;
  margin: 20px 0 18px;
  font-size: clamp(3.2rem, 4.45vw, 4.9rem);
  line-height: 0.96;
}

.home-photo-hero.af-hero-variant-home-v2 .highlight {
  display: block;
  white-space: normal;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-actions.cta-actions {
  width: auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-actions.cta-actions .button {
  width: auto;
  min-width: 176px;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-actions.cta-actions .af-card-link {
  flex-basis: 100%;
  margin-top: 2px;
  min-height: 0;
  color: var(--af-sage);
  font-size: 1rem;
  line-height: 1.2;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-proof.hero-note {
  position: static;
  max-width: 560px;
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-proof.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--af-ink-72);
  font-size: 0.8rem;
  font-weight: 800;
}

.home-photo-hero.af-hero-variant-home-v2 .hero-proof.hero-note i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-sage);
  font-size: 0.72rem;
  font-style: normal;
}

.home-photo-hero.af-hero-variant-home-v2 .af-hero-trust-note {
  max-width: 540px;
  margin-top: 16px;
  font-size: 0.92rem;
}

.home-photo-hero.af-hero-variant-home-v2 .home-photo-scene {
  width: min(620px, 100%);
  min-height: 520px;
  justify-self: center;
  transform: none;
}

.home-photo-hero.af-hero-variant-home-v2 .home-photo-window {
  width: min(610px, 100%);
}

.home-photo-hero.af-hero-variant-home-v2 .home-float-card {
  animation: none;
}

.home-photo-hero.af-hero-variant-home-v2 .home-float-card-done {
  display: none;
}

.home-photo-hero.af-hero-variant-home-v2 .home-float-card-tasks {
  right: -12px;
  bottom: 62px;
  width: 210px;
}

.home-photo-hero.af-hero-variant-home-v2 .home-float-card-metrics {
  left: 50%;
  bottom: 14px;
  width: min(280px, 48%);
}

.home-photo-hero.af-hero-variant-home-v2 .home-float-card-request,
.home-photo-hero.af-hero-variant-home-v2 .home-float-card-profile {
  display: none;
}

@media (max-width: 1180px) {
  .home-photo-hero.af-hero-variant-home-v2 .hero-inner {
    width: min(900px, calc(100vw - 48px));
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 54px 0 82px;
  }

  .home-photo-hero.af-hero-variant-home-v2 .hero-copy,
  .home-photo-hero.af-hero-variant-home-v2 .hero-copy h1 {
    max-width: 780px;
  }

  .home-photo-hero.af-hero-variant-home-v2 .home-photo-scene {
    width: min(680px, 100%);
    min-height: 540px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .home-photo-hero.af-hero-variant-home-v2 .hero-inner {
    width: min(720px, calc(100vw - 34px));
    padding: 42px 0 64px;
  }

  .home-photo-hero.af-hero-variant-home-v2 .hero-copy h1 {
    font-size: clamp(3.1rem, 13vw, 5.2rem);
  }

  .home-photo-hero.af-hero-variant-home-v2 .home-photo-scene {
    min-height: auto;
  }

  .home-photo-hero.af-hero-variant-home-v2 .home-float-card {
    display: none;
  }
}

@media (max-width: 620px) {
  .home-photo-hero.af-hero-variant-home-v2 .hero-inner {
    width: min(460px, calc(100vw - 28px));
    padding: 34px 0 52px;
  }

  .home-photo-hero.af-hero-variant-home-v2 .hero-actions.cta-actions {
    display: grid;
  }

  .home-photo-hero.af-hero-variant-home-v2 .hero-actions.cta-actions .button {
    width: 100%;
  }

  .home-photo-hero.af-hero-variant-home-v2 .hero-proof.hero-note {
    gap: 9px;
  }
}

.home-photo-hero.af-solution-hero {
  background:
    radial-gradient(circle at -5% 31%, color-mix(in srgb, var(--sheltra-sage) 72%, transparent) 0 210px, transparent 211px),
    linear-gradient(112deg, var(--sheltra-warm-white) 0%, var(--sheltra-warm-white) 58%, var(--sheltra-warm-white) 100%);
  overflow: hidden;
}

.home-photo-hero.af-solution-hero::before {
  right: auto;
  left: -180px;
  top: 120px;
  bottom: auto;
  width: 410px;
  height: 410px;
  border-width: 0;
  background: color-mix(in srgb, var(--sheltra-sage) 54%, transparent);
  opacity: 1;
  transform: none;
}

.home-photo-hero.af-solution-hero::after {
  content: none;
}

.home-photo-hero.af-solution-hero .hero-inner {
  position: relative;
  width: min(1508px, calc(100vw - 96px));
  min-height: auto;
  grid-template-columns: minmax(390px, 0.82fr) minmax(640px, 1.18fr);
  gap: clamp(48px, 5.8vw, 96px);
  align-items: center;
  padding: clamp(50px, 5vw, 78px) 0 clamp(58px, 5.4vw, 88px);
}

.home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-hero-content {
  grid-column: 1;
  grid-row: 1;
}

.home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-solution-visual,
.home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-modular-hero-visual {
  grid-column: 2;
  grid-row: 1;
}

.home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-hero-tiles {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 600px;
  pointer-events: none;
}

.home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-hero-tiles > .home-float-card {
  pointer-events: auto;
}

.home-photo-hero.af-solution-hero .hero-copy h1 {
  max-width: 660px;
  font-size: clamp(4.25rem, 6.25vw, 7.15rem);
  line-height: 0.91;
  margin: 18px 0 22px;
}

.home-photo-hero.af-solution-hero .highlight {
  display: block;
  color: var(--af-sage);
  white-space: normal;
}

.home-photo-hero.af-solution-hero .hero-copy p {
  max-width: 620px;
  font-size: clamp(1rem, 1.06vw, 1.14rem);
  line-height: 1.58;
}

.home-photo-hero.af-solution-hero .hero-note {
  max-width: 570px;
  gap: 12px 22px;
}

.home-photo-hero.af-solution-hero .home-photo-scene {
  width: min(760px, 100%);
  min-height: 600px;
  justify-self: center;
  transform: none;
}

.home-photo-hero.af-solution-hero .home-photo-scene::before,
.home-photo-hero.af-solution-hero .home-photo-sprig {
  display: none;
}

.af-solution-visual {
  position: relative;
  width: 100%;
  min-height: 600px;
  isolation: isolate;
}

.af-solution-blob {
  position: absolute;
  z-index: -1;
  border-radius: 52% 48% 47% 53% / 50% 52% 48% 50%;
}

.af-solution-blob-mint {
  left: 10px;
  top: 38px;
  width: min(390px, 52vw);
  height: 520px;
  background: linear-gradient(160deg, var(--sheltra-sage) 0%, var(--sheltra-forest) 100%);
  border: 2px solid var(--af-ink);
  transform: rotate(-2deg);
}

.af-solution-blob-cream {
  right: 8px;
  top: 58px;
  width: min(520px, 62vw);
  height: 520px;
  background: color-mix(in srgb, var(--sheltra-sand) 82%, transparent);
  transform: rotate(5deg);
}

.af-solution-mascot {
  position: absolute;
  left: 58px;
  top: 84px;
  width: 310px;
  height: 430px;
  border: 2px solid var(--af-ink);
  border-radius: 47% 51% 43% 48% / 40% 42% 55% 58%;
  background: linear-gradient(90deg, var(--sheltra-forest) 0 18%, var(--sheltra-terracotta) 19% 75%, var(--sheltra-forest) 76% 100%);
  box-shadow: 18px 28px 0 color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  overflow: visible;
}

.af-solution-ear {
  position: absolute;
  top: 148px;
  width: 70px;
  height: 128px;
  border: 2px solid var(--af-ink);
  background: var(--sheltra-forest);
  border-radius: 56% 44% 48% 52% / 42% 43% 57% 58%;
}

.af-solution-ear-left {
  left: -42px;
  transform: rotate(12deg);
}

.af-solution-ear-right {
  right: -42px;
  transform: rotate(-12deg);
}

.af-solution-face {
  position: absolute;
  left: 50%;
  top: 260px;
  display: flex;
  align-items: center;
  gap: 34px;
  transform: translateX(-50%);
}

.af-solution-face span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--af-ink);
}

.af-solution-face i {
  position: absolute;
  left: calc(50% - 7px);
  top: 28px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 15px solid var(--af-ink);
}

.af-solution-caption {
  position: absolute;
  left: 38px;
  right: -82px;
  bottom: 24px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent);
  color: var(--af-ink);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  white-space: nowrap;
}

.af-solution-caption span {
  color: var(--af-sage);
}

.af-solution-app-card {
  position: absolute;
  right: 0;
  top: 126px;
  z-index: 2;
  width: min(520px, 72%);
  padding: 20px 22px 24px;
  border: 2px solid var(--af-ink);
  border-radius: 22px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 94%, transparent);
  box-shadow: 22px 28px 52px color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  transform: rotate(1deg);
}

.af-solution-app-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -2px 0 24px;
  color: var(--af-ink);
  font-size: 0.74rem;
  font-weight: 900;
}

.af-solution-app-toolbar span {
  width: 10px;
  height: 10px;
  border: 1px solid var(--af-ink-18);
  border-radius: 999px;
  background: var(--sheltra-warm-white);
}

.af-solution-app-toolbar span:nth-child(1) {
  background: var(--sheltra-terracotta);
}

.af-solution-app-toolbar span:nth-child(2) {
  background: var(--sheltra-sand);
}

.af-solution-app-toolbar span:nth-child(3) {
  background: var(--sheltra-sage);
}

.af-solution-app-card p {
  margin: 0 0 18px;
  color: var(--af-ink-72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.af-solution-animal-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 17px;
  background: var(--af-cream);
}

.af-solution-animal-row > span,
.af-solution-feed > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--af-mint);
  font-size: 1.15rem;
  font-style: normal;
}

.af-solution-animal-row strong,
.af-solution-app-grid strong,
.af-solution-feed strong {
  display: block;
  color: var(--af-ink);
  font-size: 0.86rem;
  line-height: 1.2;
}

.af-solution-animal-row small,
.af-solution-app-grid small,
.af-solution-feed small {
  display: block;
  color: var(--af-ink-72);
  font-size: 0.68rem;
  line-height: 1.35;
}

.af-solution-animal-row em {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--af-mint);
  color: var(--af-sage);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 900;
}

.af-solution-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.af-solution-app-grid span {
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--af-ink-12);
  border-radius: 14px;
  background: var(--af-paper);
}

.af-solution-feed {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 12px;
  border-top: 1px solid var(--af-ink-12);
}

.home-photo-hero.af-solution-hero .af-hero-tiles > .home-float-card {
  animation: none;
  min-height: auto;
  padding: 12px 16px;
  border-radius: 19px;
  box-shadow: 8px 8px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.home-photo-hero.af-solution-hero .home-float-card-done {
  top: 10px;
  right: 16px;
  width: 236px;
}

.home-photo-hero.af-solution-hero .home-float-card-request,
.home-photo-hero.af-solution-hero .home-float-card-profile,
.home-photo-hero.af-solution-hero .home-float-card-tasks,
.home-photo-hero.af-solution-hero .home-float-card-metrics {
  display: none;
}

.af-solution-feature-strip {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 4.5vw, 62px);
  min-height: 100px;
  padding: 24px clamp(22px, 5vw, 72px);
  background: var(--af-ink);
  color: var(--af-paper);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--sheltra-warm-white) 6%, transparent);
}

.af-solution-feature-strip span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 900;
  white-space: nowrap;
}

.af-solution-feature-strip i {
  font-style: normal;
  opacity: 0.9;
}

.af-solution-feature-strip + .af-bento-section {
  padding-top: clamp(78px, 8vw, 124px);
}

@media (max-width: 1180px) {
  .home-photo-hero.af-solution-hero .hero-inner {
    width: min(940px, calc(100vw - 48px));
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 46px 0 64px;
  }

  .home-photo-hero.af-solution-hero .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(4rem, 10vw, 6.4rem);
  }

  .home-photo-hero.af-solution-hero .home-photo-scene {
    width: min(760px, 100%);
    min-height: 560px;
  }

  .home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-solution-visual,
  .home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-hero-tiles,
  .home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-modular-hero-visual {
    grid-column: 1;
    grid-row: 2;
  }

  .home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-hero-tiles {
    min-height: 560px;
  }

  .af-solution-feature-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
  }
}

@media (max-width: 900px) {
  .home-photo-hero.af-solution-hero .hero-inner {
    width: min(720px, calc(100vw - 34px));
    padding: 34px 0 48px;
  }

  .home-photo-hero.af-solution-hero .hero-copy h1 {
    font-size: clamp(3.2rem, 14vw, 5.4rem);
  }

  .home-photo-hero.af-solution-hero .hero-copy p {
    font-size: 1rem;
  }

  .home-photo-hero.af-solution-hero .home-photo-scene {
    min-height: 480px;
  }

  .home-photo-hero.af-solution-hero .af-modular-hero-inner > .af-hero-tiles {
    min-height: 0;
  }

  .af-solution-visual {
    min-height: 480px;
  }

  .af-solution-mascot {
    left: 12px;
    top: 80px;
    width: 230px;
    height: 330px;
  }

  .af-solution-ear {
    top: 118px;
    width: 54px;
    height: 96px;
  }

  .af-solution-face {
    top: 205px;
  }

  .af-solution-caption {
    left: 20px;
    right: -64px;
    bottom: 18px;
    font-size: 0.72rem;
  }

  .af-solution-app-card {
    right: 0;
    top: 96px;
    width: min(470px, 74%);
    padding: 16px;
  }

  .home-photo-hero.af-solution-hero .af-hero-tiles > .home-float-card {
    display: none;
  }
}

@media (max-width: 620px) {
  .home-photo-hero.af-solution-hero .hero-inner {
    width: min(460px, calc(100vw - 28px));
    padding: 30px 0 38px;
  }

  .home-photo-hero.af-solution-hero .hero-copy h1 {
    font-size: clamp(2.9rem, 15vw, 4.45rem);
  }

  .home-photo-hero.af-solution-hero .hero-actions {
    display: grid;
  }

  .home-photo-hero.af-solution-hero .home-photo-scene,
  .af-solution-visual {
    min-height: 380px;
  }

  .af-solution-blob-mint {
    left: -28px;
    top: 52px;
    width: 240px;
    height: 310px;
  }

  .af-solution-blob-cream {
    right: -42px;
    top: 70px;
    width: 300px;
    height: 300px;
  }

  .af-solution-mascot {
    left: 0;
    top: 92px;
    width: 160px;
    height: 236px;
  }

  .af-solution-ear {
    top: 82px;
    width: 38px;
    height: 70px;
  }

  .af-solution-ear-left {
    left: -24px;
  }

  .af-solution-ear-right {
    right: -24px;
  }

  .af-solution-face {
    top: 145px;
    gap: 22px;
  }

  .af-solution-caption {
    left: 8px;
    right: -112px;
    bottom: 12px;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.6rem;
  }

  .af-solution-app-card {
    right: -6px;
    top: 74px;
    width: min(310px, 76%);
    padding: 12px;
    border-radius: 18px;
  }

  .af-solution-app-toolbar {
    margin-bottom: 12px;
    font-size: 0.62rem;
  }

  .af-solution-app-card p,
  .af-solution-feed {
    display: none;
  }

  .af-solution-animal-row {
    grid-template-columns: 38px 1fr;
  }

  .af-solution-animal-row em {
    display: none;
  }

  .af-solution-app-grid {
    grid-template-columns: 1fr;
  }

  .af-solution-app-grid span:nth-child(n + 3) {
    display: none;
  }

  .af-solution-feature-strip {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: auto;
    padding: 22px 28px;
  }

  .af-solution-feature-strip span {
    white-space: normal;
  }
}

.af-single-tab-element {
  display: grid;
}

.bento-card .af-card-link,
.audience-card .af-card-link {
  margin-top: 22px;
}

.bento-card .af-card-image,
.audience-card .af-card-image,
.principle .af-card-image {
  width: 100%;
  max-height: 170px;
  margin-bottom: 18px;
  object-fit: cover;
}

.af-modular-cta-copy {
  min-width: 0;
}

.section.cta-section.af-modular-cta-section {
  padding-block: clamp(48px, 6vw, 80px);
  color: var(--af-paper);
}

.section.cta-section.af-modular-cta-section:not(.af-section-bg) {
  background: var(--af-paper);
}

.cta-section .cta-box.af-modular-cta-box {
  width: var(--af-container);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(28px, 3vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: clamp(28px, 4vw, 56px);
  overflow: visible;
  border-radius: 24px;
  background: var(--af-sage);
  color: var(--af-paper);
  box-shadow: 8px 9px 0 var(--af-ink);
}

.af-modular-cta-box::before {
  content: none;
}

.af-modular-cta-box .af-cta-content h2 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.af-modular-cta-box .af-cta-content p {
  margin: 14px 0 0;
  max-width: 820px;
  color: inherit;
  font-size: 1rem;
  opacity: 0.9;
}

.af-modular-cta-actions,
.af-modular-cta-actions .cta-actions {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.af-modular-cta-actions .button {
  width: 100%;
  justify-content: center;
}

.af-modular-cta-note {
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
  opacity: 0.86;
}

.af-cta-content h2,
.af-cta-content p {
  margin-left: 0;
}

@media (max-width: 760px) {
  .cta-section .cta-box.af-modular-cta-box {
    padding: 28px 22px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 22px;
  }

  .af-modular-cta-box .af-cta-content h2 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }
}

.editor-styles-wrapper .af-editor-section,
.editor-styles-wrapper .af-editor-child,
.editor-styles-wrapper .af-editor-card {
  border: 1.5px solid var(--af-ink);
  border-radius: 18px;
  background: var(--af-paper);
  color: var(--af-ink);
  padding: 18px;
}

.editor-styles-wrapper .af-editor-section {
  display: grid;
  gap: 18px;
  margin: 18px 0;
}

.editor-styles-wrapper .af-editor-child,
.editor-styles-wrapper .af-editor-card {
  display: grid;
  gap: 12px;
}

.editor-styles-wrapper .af-editor-block-title,
.editor-styles-wrapper .af-editor-card-kicker,
.editor-styles-wrapper .af-editor-innerblocks-label {
  color: var(--af-sage);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-styles-wrapper .af-editor-field {
  display: grid;
  gap: 6px;
}

.editor-styles-wrapper .af-editor-field-label {
  color: var(--af-ink-72);
  font-size: 0.78rem;
  font-weight: 800;
}

.components-panel .af-editor-board-background-control {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.components-panel .af-editor-board-background-preview {
  width: 100%;
  min-height: 88px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  border-radius: 6px;
  background-position: center;
  background-repeat: repeat;
  background-size: 160px auto;
}

.components-panel .af-editor-board-color-label {
  margin-bottom: 8px;
  color: var(--af-ink-72);
  font-size: 0.78rem;
  font-weight: 800;
}

.editor-styles-wrapper .af-editor-innerblocks {
  display: grid;
  gap: 14px;
}

.editor-styles-wrapper .af-editor-mini-list {
  display: grid;
  gap: 8px;
}

.editor-styles-wrapper .af-editor-mini-list-row {
  display: grid;
  grid-template-columns: minmax(36px, auto) minmax(120px, 1fr) minmax(120px, 1fr) auto;
  gap: 8px;
  align-items: center;
  border-radius: 10px;
  background: var(--af-white);
  padding: 8px;
}

.editor-styles-wrapper .af-editor-section-hero .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .af-editor-hero-tiles .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  gap: 14px;
}

.audience-strip {
  background: var(--af-paper);
  border-bottom: 1.5px solid var(--af-ink);
}

.audience-inner {
  width: var(--af-container);
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 28px;
  color: var(--af-ink-72);
  font-size: 0.87rem;
  font-weight: 700;
}

.audience-label {
  color: var(--af-ink);
  font-weight: 900;
}

.audience-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.audience-icon {
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: var(--af-cream);
  display: grid;
  place-items: center;
  border: 1px solid var(--af-ink-12);
  font-style: normal;
}

.section-title {
  font-size: clamp(2.65rem, 4.7vw, 5rem);
  line-height: 1.01;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.problem-section::after,
.product-section::after {
  content: "";
  position: absolute;
  right: -130px;
  top: 80px;
  width: 320px;
  height: 320px;
  border: 52px solid var(--af-cream);
  border-radius: 58% 42% 55% 45%;
  transform: rotate(16deg);
  opacity: 0.8;
}

.bento-grid {
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: repeat(2, minmax(260px, auto));
  gap: 20px;
}

.bento-card {
  min-height: 260px;
  padding: 34px;
  box-shadow: none;
}

.bento-card.large {
  grid-row: 1 / span 2;
  min-height: 560px;
}

.af-card-section-home-v2-inline {
  background: var(--sheltra-warm-white);
  color: var(--af-ink);
  padding: clamp(84px, 9vw, 132px) 0;
}

.af-card-section-home-v2-inline .section-inner {
  width: min(1540px, calc(100vw - 56px));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.78fr);
  gap: 0 clamp(46px, 6vw, 96px);
  align-items: start;
}

.af-card-section-home-v2-inline .section-kicker {
  grid-column: 1 / -1;
  color: var(--af-sage);
}

.af-card-section-home-v2-inline .section-title {
  max-width: 900px;
  margin: 22px 0 0;
  color: var(--sheltra-forest);
  font-size: clamp(3.1rem, 5.2vw, 5.55rem);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 600;
}

.af-card-section-home-v2-inline .section-lead {
  max-width: 690px;
  margin: 118px 0 0;
  color: var(--af-ink-72);
  font-size: clamp(1.16rem, 1.45vw, 1.36rem);
  line-height: 1.58;
}

.af-card-section-home-v2-inline .bento-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: clamp(18px, 2vw, 26px);
  margin-top: clamp(54px, 6vw, 82px);
}

.af-card-section-home-v2-inline .bento-card {
  min-height: clamp(320px, 28vw, 410px);
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3vw, 42px);
  border: 1.5px solid var(--af-ink);
  border-radius: 28px;
  background: var(--sheltra-sand);
  box-shadow: 8px 9px 0 color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  color: var(--sheltra-forest);
}

.af-card-section-home-v2-inline .bento-card::before {
  color: var(--sheltra-terracotta);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.af-card-section-home-v2-inline .bento-card:nth-child(1)::before {
  content: "01";
}

.af-card-section-home-v2-inline .bento-card:nth-child(2)::before {
  content: "02";
}

.af-card-section-home-v2-inline .bento-card:nth-child(3)::before {
  content: "03";
}

.af-card-section-home-v2-inline .bento-card .card-icon {
  display: none;
}

.af-card-section-home-v2-inline .bento-card h3 {
  margin: auto 0 18px;
  font-size: clamp(1.65rem, 2.25vw, 2.28rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.af-card-section-home-v2-inline .bento-card p {
  margin: 0;
  color: color-mix(in srgb, var(--sheltra-forest) 72%, transparent);
  font-size: clamp(1.02rem, 1.18vw, 1.14rem);
  line-height: 1.55;
}

.af-card-section-home-v2-inline .bento-card.dark {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-card-section-home-v2-inline .bento-card.dark h3,
.af-card-section-home-v2-inline .bento-card.dark p {
  color: var(--af-paper);
}

.af-card-section-home-v2-inline .bento-card.dark p {
  opacity: 0.78;
}

.af-card-section-home-v2-inline .bento-card.cream {
  background: var(--sheltra-sand);
}

.af-card-section-home-v2-inline .bento-card.mint {
  background: var(--sheltra-sage);
}

@media (max-width: 1080px) {
  .af-card-section-home-v2-inline .section-inner {
    grid-template-columns: 1fr;
  }

  .af-card-section-home-v2-inline .section-lead {
    max-width: 820px;
    margin-top: 24px;
  }

  .af-card-section-home-v2-inline .bento-grid {
    grid-template-columns: 1fr;
  }

  .af-card-section-home-v2-inline .bento-card {
    min-height: 280px;
  }
}

@media (max-width: 620px) {
  .af-card-section-home-v2-inline {
    padding: 64px 0;
  }

  .af-card-section-home-v2-inline .section-inner {
    width: min(100% - 28px, 720px);
  }

  .af-card-section-home-v2-inline .section-title {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .af-card-section-home-v2-inline .bento-card {
    min-height: 250px;
    padding: 28px;
    border-radius: 24px;
  }
}

.af-modules-section,
.af-pricing-audience-section {
  background: var(--af-cream);
}

.af-flow-section {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-flow-section .section-lead,
.af-flow-section .section-kicker {
  color: color-mix(in srgb, var(--sheltra-warm-white) 72%, transparent);
}

.workflow-step {
  background: transparent;
  color: var(--af-paper);
  box-shadow: none;
  border-color: color-mix(in srgb, var(--sheltra-warm-white) 24%, transparent);
}

.af-flow-section-home-v2-flow {
  min-height: auto;
  display: grid;
  align-items: center;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--sheltra-sage) 32%, transparent), color-mix(in srgb, var(--sheltra-warm-white) 0%, transparent) 48%),
    linear-gradient(135deg, var(--sheltra-warm-white) 0%, var(--sheltra-sand) 100%);
  color: var(--af-ink);
  padding: clamp(76px, 7vw, 112px) 0;
  overflow: hidden;
}

.af-flow-section-home-v2-flow::before,
.af-flow-section-home-v2-flow::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.af-flow-section-home-v2-flow::before {
  display: none;
}

.af-flow-section-home-v2-flow::after {
  display: none;
}

.af-flow-section-home-v2-flow .section-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100vw - 56px));
  display: grid;
  justify-items: center;
}

.af-flow-section-home-v2-flow .section-kicker,
.af-flow-section-home-v2-flow .section-title,
.af-flow-section-home-v2-flow .section-lead {
  max-width: 780px;
  text-align: center;
}

.af-flow-section-home-v2-flow .section-kicker {
  color: var(--sheltra-muted);
}

.af-flow-section-home-v2-flow .section-title {
  margin: 12px auto 0;
  color: var(--af-ink);
  font-size: clamp(2.85rem, 4.45vw, 4.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.af-flow-section-home-v2-flow .section-lead {
  margin-top: 16px;
  color: var(--af-ink-72);
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
}

.af-flow-section-home-v2-flow .workflow-rail {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(42px, 4.8vw, 62px);
}

.af-flow-section-home-v2-flow .workflow-rail::before {
  display: none;
}

.af-flow-section-home-v2-flow .workflow-step {
  position: relative;
  z-index: 1;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 20px 22px;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  border-radius: 24px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 92%, transparent);
  color: var(--af-ink);
  box-shadow: 8px 8px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  text-align: left;
}

.af-flow-section-home-v2-flow .workflow-step:nth-child(2n) {
  transform: none;
}

.af-flow-section-home-v2-flow .workflow-step:nth-child(2),
.af-flow-section-home-v2-flow .workflow-step:nth-child(5) {
  background: var(--sheltra-sand);
}

.af-flow-section-home-v2-flow .workflow-step:nth-child(3),
.af-flow-section-home-v2-flow .workflow-step:nth-child(6) {
  background: var(--sheltra-sage);
}

.af-flow-section-home-v2-flow .workflow-step i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border: 1.5px solid var(--af-ink);
  border-radius: 50%;
  background: var(--sheltra-sage);
  color: var(--af-ink);
  box-shadow: 4px 4px 0 color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 900;
}

.af-flow-section-home-v2-flow .workflow-step b {
  color: var(--af-ink);
  font-size: 1.16rem;
  line-height: 1.12;
}

.af-flow-section-home-v2-flow .workflow-step span {
  max-width: none;
  margin-top: 12px;
  color: var(--af-ink-72);
  font-size: 0.94rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .af-flow-section-home-v2-flow .workflow-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 820px;
  }

  .af-flow-section-home-v2-flow .workflow-rail::before {
    display: none;
  }

  .af-flow-section-home-v2-flow .workflow-step:nth-child(2n) {
    transform: none;
  }
}

@media (max-width: 700px) {
  .af-flow-section-home-v2-flow {
    min-height: auto;
    padding: 58px 0 66px;
  }

  .af-flow-section-home-v2-flow .section-inner {
    width: min(100% - 28px, 720px);
  }

  .af-flow-section-home-v2-flow .section-title {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .af-flow-section-home-v2-flow .workflow-rail {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .af-flow-section-home-v2-flow .workflow-step {
    min-height: auto;
    align-items: flex-start;
    text-align: left;
    padding: 22px;
  }

  .af-flow-section-home-v2-flow .workflow-step i {
    margin-bottom: 24px;
  }

  .af-flow-section-home-v2-flow .workflow-step span {
    max-width: none;
  }
}

.af-product-mock {
  min-height: 510px;
  border: 1.5px solid var(--af-ink);
  border-radius: 36px;
  background: var(--af-cream);
  box-shadow: 10px 10px 0 var(--af-ink);
  padding: 42px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.af-product-mock .dashboard {
  width: min(560px, 100%);
  transform: none;
}

.af-pricing-cards-section {
  width: 100%;
  margin-top: 0;
  padding: 0 0 118px;
  background: var(--af-paper);
}

.af-pricing-grid {
  width: var(--af-container);
  margin: -74px auto 0;
  gap: 15px;
}

.af-price-card {
  min-height: 640px;
  padding: 27px;
  box-shadow: 5px 5px 0 var(--af-ink-12);
}

.af-price-card.start {
  background: var(--af-paper);
}

.af-price-card.rescue {
  background: var(--af-cream);
}

.af-price-card.plus {
  background: var(--af-mint);
  box-shadow: 7px 7px 0 var(--af-ink);
  transform: translateY(-18px);
}

.af-price-card.org {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-price-card h2 {
  font-size: 2rem;
  letter-spacing: -0.045em;
  margin: 12px 0 6px;
}

.af-price-card .button {
  margin: 25px 0 27px;
  width: 100%;
}

.af-price-card.org .button {
  background: var(--af-paper);
  color: var(--af-ink);
  box-shadow: 0 6px 0 color-mix(in srgb, var(--sheltra-warm-white) 18%, transparent);
}

.af-all-plans {
  width: var(--af-container);
  margin: 28px auto 0;
}

.af-pricing-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.af-audience-price-card {
  min-height: 255px;
  border: 1.5px solid var(--af-ink);
  border-radius: 28px;
  padding: 29px;
  background: var(--af-paper);
  position: relative;
  overflow: hidden;
}

.af-audience-price-card:nth-child(2) {
  background: var(--af-cream);
}

.af-audience-price-card:nth-child(3) {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-audience-price-card span {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.6;
}

.af-audience-price-card h3 {
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  margin: 46px 0 11px;
}

.af-audience-price-card p {
  margin: 0;
  opacity: 0.7;
  font-size: 0.88rem;
}

.af-addon-card:nth-child(2) {
  background: var(--af-cream);
}

.af-addon-card:nth-child(3) {
  background: var(--af-mint);
}

.af-addon-card:nth-child(4) {
  background: var(--af-sage);
  color: var(--af-paper);
}

/* Managed extensions and bookable packages. */
.af-addons-section {
  padding-block: clamp(96px, 8vw, 144px);
  background: var(--sheltra-warm-white);
}

.af-addons-section .section-inner {
  width: min(1740px, calc(100vw - 64px));
}

.af-addons-section .section-kicker {
  margin-bottom: 22px;
}

.af-addons-section .section-title {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.75rem, 4.2vw, 4.7rem);
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.af-addons-section .section-lead {
  max-width: 1100px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}

.af-addon-showcase {
  width: min(1100px, 100%);
  margin: clamp(34px, 4vw, 50px) auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--af-ink);
  overflow: visible;
}

.af-addon-tabs {
  width: max-content;
  max-width: 100%;
  min-height: 52px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 5px 7px;
  border: 1px solid color-mix(in srgb, var(--af-sage) 25%, var(--af-ink-12));
  border-radius: 999px;
  background: color-mix(in srgb, var(--af-mint) 42%, var(--af-white));
  overflow-x: auto;
  scrollbar-width: none;
}

.af-addon-tabs::-webkit-scrollbar {
  display: none;
}

.af-addon-tab {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 5px 18px 5px 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--af-ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.af-addon-tab:not(.is-active):hover {
  background: rgba(255, 255, 255, 0.72);
}

.af-addon-tab:focus-visible {
  outline: 2px solid var(--af-ink);
  outline-offset: 3px;
}

.af-addon-tab.is-active {
  background: var(--af-ink);
  color: var(--af-white);
}

.af-addon-tab-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid var(--af-ink-18);
  border-radius: 50%;
  background: color-mix(in srgb, var(--af-mint) 44%, var(--af-white));
  color: var(--af-ink);
  font-size: 0.78rem;
  line-height: 1;
}

.af-addon-tab.is-active .af-addon-tab-icon {
  background: var(--af-white);
}

.af-addon-group {
  display: grid;
  gap: 0;
  padding: 0 0 23px;
  border: 1px solid var(--af-ink);
  border-radius: 22px;
  background: var(--sheltra-warm-white);
  box-shadow: 7px 9px 0 var(--af-ink);
  color: var(--af-ink);
  overflow: hidden;
}

.af-addon-group[hidden] {
  display: none;
}

.af-addon-group-title {
  margin: 3px 0 4px;
  font-size: clamp(1.4rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.af-addon-group-title-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.af-addon-group-title-row .card-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--af-ink);
  border-radius: 14px;
  background: color-mix(in srgb, var(--af-mint) 28%, var(--af-white));
  box-shadow: none;
  font-size: 1rem;
  line-height: 1;
}

.af-addon-group-title-copy {
  min-width: 0;
}

.af-addon-group-kicker,
.af-addon-bundle-kicker {
  display: block;
  color: var(--af-sage);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.af-addon-group-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  min-height: 120px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--af-ink-12);
}

.af-addon-group-copy {
  min-width: 0;
}

.af-addon-group-title-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--af-ink-72);
  font-size: 0.78rem;
  line-height: 1.4;
}

.af-addon-group-commerce {
  display: flex;
  min-width: 140px;
  justify-content: flex-end;
}

.af-addon-group-tag {
  max-width: 190px;
  color: var(--af-ink);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: right;
}

.af-addon-bundle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--af-sage) 30%, var(--af-ink-12));
  border-left: 2px solid var(--af-sage);
  border-radius: 12px;
  background: color-mix(in srgb, var(--af-mint) 43%, var(--af-white));
}

.af-addon-bundle-copy > strong {
  display: block;
  margin-top: 4px;
  color: var(--af-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.af-addon-bundle-copy small {
  display: block;
  margin-top: 4px;
  color: var(--af-ink-72);
  font-size: 0.65rem;
}

.af-addon-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px 7px;
  color: var(--af-ink);
  text-align: right;
}

.af-addon-price strong {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.af-addon-price span,
.af-addon-price small {
  color: var(--af-ink-72);
  font-size: 0.64rem;
}

.af-addon-price em {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--af-ink);
  color: var(--af-white);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.af-addon-bundle .af-addon-price {
  width: auto;
  flex-wrap: nowrap;
  gap: 6px 10px;
}

.af-addon-bundle .af-addon-price strong {
  font-size: clamp(1.45rem, 2vw, 1.7rem);
}

.af-addon-group-commerce .af-addon-price {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.af-addon-group-commerce .af-addon-price strong {
  font-size: clamp(1.9rem, 3vw, 2.2rem);
}

.af-addon-group-commerce .af-addon-price span,
.af-addon-group-commerce .af-addon-price small {
  font-size: 0.62rem;
  font-weight: 800;
}

.af-addon-bundles {
  display: grid;
  gap: 10px;
  padding: 0 22px;
}

.af-addon-options-block {
  display: grid;
  gap: 10px;
  padding: 18px 22px 11px;
}

.af-addon-options-label,
.af-addon-bundles-label,
.af-addon-bundle-kicker {
  color: var(--af-sage-dark);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-addon-bundle-kicker {
  color: var(--af-sage);
}

.af-addon-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 9px;
}

.af-addon-option {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 54px;
  gap: 4px 10px;
  align-content: center;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--sheltra-sand) 34%, var(--af-ink-12));
  border-radius: 11px;
  background: color-mix(in srgb, var(--af-cream) 74%, var(--af-white));
}

.af-addon-option > strong {
  grid-column: 1;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.af-addon-option .af-addon-price {
  grid-column: 1;
  justify-content: flex-start;
  color: var(--af-ink-72);
  text-align: left;
}

.af-addon-option .af-addon-price strong {
  font-size: 0.86rem;
}

.af-addon-option .af-addon-price span,
.af-addon-option .af-addon-price small {
  font-size: 0.7rem;
}

.af-addon-option-info {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.af-addon-option-info > button {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  padding: 0;
  border: 1.5px solid var(--af-ink-72);
  border-radius: 50%;
  background: transparent;
  color: var(--af-ink-72);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  cursor: help;
}

.af-addon-option-info > button:focus-visible {
  outline: 3px solid var(--af-sage);
  outline-offset: 2px;
}

.af-addon-option-info > [role="tooltip"] {
  position: absolute;
  z-index: 20;
  right: -12px;
  bottom: calc(100% + 10px);
  width: min(270px, calc(100vw - 70px));
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--af-ink);
  box-shadow: var(--af-shadow-sm);
  color: var(--af-white);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.af-addon-option-info:hover > [role="tooltip"],
.af-addon-option-info:focus-within > [role="tooltip"] {
  opacity: 1;
  transform: translateY(0);
}

.af-addon-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.af-addon-features span {
  padding: 8px 11px;
  border: 1px solid var(--af-ink-12);
  border-radius: 6px;
  background: color-mix(in srgb, var(--af-mint) 36%, var(--af-white));
  font-size: 0.78rem;
  font-weight: 700;
}


.af-cta-light--pricing-interstitial {
  padding-block: clamp(32px, 4vw, 52px);
}

.af-cta-light--pricing-interstitial .af-cta-light-box {
  min-height: 0;
  padding-block: clamp(28px, 4vw, 44px);
}

.af-cta-light--pricing-interstitial .af-cta-light-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.editor-styles-wrapper .af-editor-pricing-managed .af-addon-card {
  min-height: 0;
}

@media (max-width: 760px) {
  .af-addons-section {
    padding-block: 78px 88px;
  }

  .af-addons-section .section-inner {
    width: calc(100vw - 32px);
  }

  .af-addons-section .section-title {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
  }

  .af-addons-section .section-lead {
    margin-top: 20px;
    font-size: 1rem;
  }

  .af-addon-showcase {
    width: 100%;
    margin-top: 32px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .af-addon-tabs {
    width: 100%;
    min-height: 50px;
    margin-bottom: 14px;
    gap: 2px;
    padding: 4px 6px;
  }

  .af-addon-tab {
    min-height: 40px;
    padding: 5px 10px 5px 6px;
    font-size: 0.76rem;
  }

  .af-addon-tab-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .af-addon-group {
    padding: 0 0 16px;
    border-radius: 18px;
    box-shadow: 5px 7px 0 var(--af-ink);
  }

  .af-addon-group-head {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 22px 18px;
  }

  .af-addon-group-title-row {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .af-addon-group-title-row .card-icon {
    width: 44px;
    height: 44px;
    border-width: 2px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .af-addon-group-title {
    margin-block: 3px 4px;
    font-size: 1.5rem;
  }

  .af-addon-group-title-copy p {
    grid-column: 1 / -1;
    font-size: 0.78rem;
  }

  .af-addon-group-commerce {
    min-width: 0;
    justify-content: flex-start;
  }

  .af-addon-group-commerce .af-addon-price,
  .af-addon-bundle {
    justify-content: flex-start;
    text-align: left;
  }

  .af-addon-group-commerce .af-addon-price {
    justify-items: start;
  }

  .af-addon-group-commerce .af-addon-price strong {
    font-size: 2.1rem;
  }

  .af-addon-group-tag {
    max-width: none;
    text-align: left;
  }

  .af-addon-options-block {
    padding: 18px 16px 10px;
  }

  .af-addon-options {
    grid-template-columns: 1fr;
  }

  .af-addon-option {
    min-height: 62px;
    padding: 13px 14px;
    border-radius: 12px;
  }

  .af-addon-bundles {
    padding-inline: 16px;
  }

  .af-addon-bundle {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 15px;
    border-radius: 12px;
  }

  .af-addon-bundle .af-addon-price {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .af-addon-option-info > [role="tooltip"] {
    right: -6px;
  }
}

.cta-section {
  background: var(--af-mint);
}

@media (max-width: 1180px) {
  .hero-inner,
  .af-page-hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .af-page-hero-copy {
    max-width: 850px;
  }

  .hero-visual {
    min-height: 580px;
  }

  .af-price-card.plus {
    transform: none;
  }

  .home-photo-hero .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 46px;
    padding: 58px 0 92px;
  }

  .home-photo-scene {
    width: min(760px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .home-float-card-request {
    left: -32px;
  }

  .home-float-card-profile {
    left: -12px;
  }

  .home-float-card-tasks {
    right: -22px;
  }
}

@media (min-width: 1181px) and (max-height: 860px) {
  .home-photo-hero .hero-inner {
    min-height: calc(100svh - 112px);
    gap: 52px;
    padding: 32px 0 42px;
  }

  .home-photo-hero .hero-copy h1 {
    max-width: 670px;
    font-size: clamp(3.35rem, 4.65vw, 5rem);
    margin: 12px 0 12px;
  }

  .home-photo-hero .hero-copy p {
    max-width: 560px;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .home-photo-hero .hero-actions {
    margin-top: 14px;
  }

  .home-photo-hero .button {
    min-height: 42px;
  }

  .home-photo-hero .hero-note {
    margin-top: 10px;
  }

  .home-photo-scene {
    min-height: 560px;
    transform: translateX(62px) scale(0.94);
    transform-origin: center right;
  }

  .home-float-card-request {
    top: 172px;
  }

  .home-float-card-profile {
    bottom: 58px;
  }

  .home-float-card-metrics {
    bottom: 6px;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .home-photo-hero .hero-inner {
    width: min(1440px, calc(100vw - 56px));
    grid-template-columns: minmax(420px, 0.82fr) minmax(660px, 1.18fr);
    gap: 44px;
  }

  .home-photo-hero .hero-copy h1 {
    font-size: clamp(3.55rem, 5vw, 5.05rem);
  }

  .home-photo-hero .highlight {
    white-space: normal;
  }

  .home-photo-scene {
    width: min(700px, 100%);
    transform: translateX(48px);
  }

  .home-photo-window {
    width: min(660px, 100%);
  }

  .home-float-card-request {
    left: -58px;
  }

  .home-float-card-tasks {
    right: -44px;
  }
}

@media (max-width: 900px) {
  .hero-inner,
  .af-page-hero-inner {
    min-height: auto;
    padding: 62px 0 68px;
  }

  .hero h1,
  .af-page-hero h1 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .hero-visual {
    min-height: 520px;
  }

  .dashboard {
    width: 94%;
    min-height: 425px;
  }

  .dashboard-body {
    grid-template-columns: 98px 1fr;
  }

  .floating-card.top {
    right: 0;
    top: 34px;
  }

  .floating-card.bottom {
    left: 0;
    bottom: 34px;
  }

  .home-photo-hero .hero-inner {
    padding: 46px 0 70px;
  }

  .home-photo-hero .hero-copy h1 {
    font-size: clamp(3.35rem, 14vw, 5.35rem);
  }

  .home-photo-scene {
    display: block;
    min-height: auto;
  }

  .home-photo-window {
    width: 100%;
  }

  .home-float-card-request,
  .home-float-card-tasks,
  .home-float-card-metrics,
  .home-photo-sprig {
    display: none;
  }

  .home-float-card-done {
    top: 18px;
    right: 16px;
    width: min(220px, 48vw);
  }

  .home-float-card-profile {
    left: 16px;
    bottom: 18px;
    width: min(255px, 52vw);
  }

  .bento-grid,
  .af-pricing-audience-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bento-card.large {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .announcement {
    padding: 9px 18px;
  }

  .hero::before,
  .af-page-hero::before {
    width: 350px;
    height: 350px;
    border-width: 58px;
  }

  .hero h1,
  .af-page-hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.15rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    display: grid;
  }

  .hero-visual {
    min-height: 445px;
    margin-inline: -4px;
  }

  .home-photo-hero .hero-inner {
    padding: 38px 0 54px;
  }

  .home-photo-hero .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .home-photo-hero .hero-copy p {
    font-size: 1rem;
  }

  .home-photo-frame {
    margin: 10px;
    aspect-ratio: 4 / 3;
  }

  .home-photo-toolbar {
    height: 34px;
    padding: 0 14px;
  }

  .home-photo-toolbar span {
    width: 10px;
    height: 10px;
  }

  .home-photo-frame figcaption,
  .home-float-card {
    display: none;
  }

  .visual-blob,
  .floating-card {
    display: none;
  }

  .dashboard {
    width: 100%;
    min-height: 350px;
    border-radius: 19px;
    box-shadow: 5px 5px 0 var(--af-ink);
  }

  .dashboard-body {
    grid-template-columns: 73px 1fr;
    min-height: 320px;
  }

  .dashboard-sidebar {
    padding: 10px 7px;
  }

  .side-item {
    font-size: 0;
    justify-content: center;
  }

  .dashboard-main {
    padding: 13px 10px;
  }

  .metric-grid {
    gap: 7px;
  }

  .metric-card {
    min-height: 65px;
    padding: 7px;
  }

  .dash-columns {
    grid-template-columns: 1fr;
  }

  .dash-panel:nth-child(2) {
    display: none;
  }

  .af-product-mock {
    padding: 16px;
    min-height: 420px;
    border-radius: 28px;
  }

  .af-price-card {
    min-height: auto;
  }
}

/* Pricing hero and plan cards share the same visual stage in frontend and editor. */
.af-page-hero.pricing {
  min-height: 430px;
  border-bottom: 0;
  background: var(--af-cream);
  isolation: isolate;
}

.af-page-hero.pricing::before {
  z-index: 0;
  top: -355px;
  right: auto;
  left: -285px;
  width: 720px;
  height: 720px;
  border: 92px solid color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transform: none;
}

.af-page-hero.pricing::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -4%;
  bottom: -1px;
  left: -4%;
  height: 112px;
  background: var(--sheltra-warm-white);
  clip-path: polygon(0 82%, 22% 88%, 52% 40%, 78% 25%, 100% 0, 100% 100%, 0 100%);
}

.af-page-hero.pricing .af-pricing-hero-inner {
  z-index: 2;
  width: min(1360px, calc(100% - 48px));
  min-height: 430px;
  max-width: none;
  padding: 70px 0 84px;
}

.af-page-hero.pricing .af-page-hero-copy {
  position: relative;
  z-index: 2;
}

.af-page-hero.pricing .af-pricing-hero-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -430px;
  bottom: -360px;
  width: 670px;
  height: 670px;
  border: 74px solid rgb(235 118 88 / 20%);
  border-radius: 50%;
}

.af-page-hero.pricing .eyebrow {
  display: block;
  width: auto;
  margin: 0 auto 17px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--sheltra-action);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
  transform: none;
}

.af-page-hero.pricing .eyebrow-dot {
  display: none;
}

.af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy h1 {
  max-width: 1120px;
  margin: 0 auto 28px;
  font-size: 4.7rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy p {
  max-width: 900px;
  font-size: 1.17rem;
  line-height: 1.55;
}

.af-pricing-cards-section {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow-x: clip;
  margin: 0;
  padding: 30px 0 128px;
  background: var(--sheltra-warm-white);
}

.af-pricing-billing-switch {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(590px, calc(100% - 32px));
  margin: 0 auto 38px;
  padding: 6px;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-paper);
  box-shadow: 5px 6px 0 var(--af-mint);
}

.af-pricing-billing-switch button {
  min-width: 0;
  min-height: 56px;
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--af-ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.12;
  cursor: pointer;
}

.af-pricing-billing-switch button.active {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-pricing-billing-switch button:focus-visible {
  outline: 3px solid var(--sheltra-terracotta);
  outline-offset: 2px;
}

.af-pricing-billing-switch button span {
  display: block;
  margin-top: 4px;
  color: var(--af-sage);
  font-size: 0.67rem;
}

.af-pricing-billing-switch button.active span {
  color: var(--af-mint);
}

.af-pricing-billing-note {
  width: min(840px, calc(100% - 32px));
  margin: -14px auto 20px;
  color: var(--af-ink-72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.af-pricing-grid {
  width: min(1420px, calc(100% - 120px));
  margin: 0 auto;
  gap: 24px;
  align-items: start;
  justify-content: center;
}

.af-pricing-grid-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.af-pricing-grid-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.af-pricing-grid-count-2 {
  max-width: 960px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-pricing-grid-count-1 {
  max-width: 470px;
  grid-template-columns: minmax(0, 1fr);
}

.af-price-card {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 0;
  padding: 0;
  border: 1.5px solid var(--af-ink);
  border-radius: 31px;
  background: var(--af-cream);
  box-shadow: 8px 9px 0 var(--af-ink-08);
  color: var(--af-ink);
  overflow: visible;
}

.af-price-card.start,
.af-price-card.rescue {
  background: var(--af-cream);
}

.af-price-card.plus {
  z-index: 2;
  border: 3px solid var(--af-ink);
  background: var(--af-mint);
  box-shadow: 12px 14px 0 var(--af-sage);
  transform: none;
}

.af-price-card.plus:not(.has-offer)::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 22%, transparent);
  border-radius: 22px;
  pointer-events: none;
}

.af-price-card.org {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-price-card-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 38px 38px 36px;
  border-radius: 29px;
  background: inherit;
  color: inherit;
}

.af-price-card.has-offer {
  z-index: 3;
  background: var(--af-ink);
  box-shadow: 12px 14px 0 var(--af-sage);
  color: var(--af-paper);
}

.af-price-card.has-offer .af-price-card-main {
  min-height: 0;
  padding: 54px 48px 44px;
  border-radius: 0 0 29px 29px;
  background: var(--af-ink);
}

.af-plan-badge {
  z-index: 8;
  top: -20px;
  right: auto;
  left: 50%;
  padding: 10px 24px;
  border: 2px solid var(--af-paper);
  border-radius: 999px;
  background: var(--af-ink);
  box-shadow: 0 4px 0 var(--af-ink-18);
  color: var(--af-paper);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.af-price-card.has-offer .af-plan-badge {
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.af-plan-offer-panel {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 58px 48px 38px;
  border-bottom: 1.5px solid var(--af-ink);
  border-radius: 29px 29px 0 0;
  background: var(--sheltra-terracotta);
  color: var(--af-paper);
}

.af-plan-offer-panel[hidden],
.af-plan-offer-panel [hidden] {
  display: none !important;
}

.af-plan-offer-panel::before {
  content: none;
}

.af-plan-offer-copy {
  display: grid;
  max-width: min(340px, calc(100% - 74px));
  gap: 12px;
}

.af-plan-offer-kicker {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.af-plan-offer-title {
  max-width: 100%;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.af-plan-offer-label {
  max-width: 320px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.42;
}

.af-plan-offer-saving {
  position: absolute;
  z-index: 6;
  top: -54px;
  right: -52px;
  display: grid;
  place-content: center;
  width: 174px;
  height: 174px;
  padding: 29px;
  background: var(--sheltra-sand);
  color: var(--af-ink);
  text-align: center;
  clip-path: polygon(50% 0%, 59% 9%, 71% 4%, 77% 16%, 90% 14%, 92% 28%, 100% 36%, 94% 49%, 100% 60%, 90% 68%, 89% 82%, 75% 84%, 68% 97%, 55% 91%, 44% 100%, 35% 90%, 21% 96%, 16% 82%, 3% 77%, 9% 63%, 0 52%, 8% 40%, 2% 27%, 15% 20%, 18% 6%, 34% 10%);
  transform: rotate(5deg);
}

.af-plan-offer-saving[data-offer-shape="circle"] {
  border-radius: 50%;
  clip-path: none;
}

.af-plan-offer-saving::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 2px dashed var(--sheltra-action);
  border-radius: 50%;
}

.af-plan-offer-saving strong,
.af-plan-offer-saving span {
  position: relative;
  z-index: 1;
}

.af-plan-offer-saving strong {
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1;
}

.af-plan-offer-saving span {
  margin-top: 5px;
  color: var(--sheltra-action);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.af-plan-offer-limit {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  width: min(100%, 340px);
  height: auto;
  margin-top: 28px;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 72%);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--af-paper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.af-plan-offer-limit .af-plan-offer-info-wrap {
  position: relative;
  right: auto;
  bottom: auto;
}

.af-plan-offer-limit .af-plan-feature-info {
  width: 19px;
  height: 19px;
  min-width: 19px;
  min-height: 19px;
}

.af-plan-name {
  margin-top: 0;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 0.74;
  text-transform: uppercase;
}

.af-price-card h2,
.af-price-card.org h2 {
  min-height: 58px;
  max-width: none;
  margin: 11px 0 12px;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0;
}

.af-price-card.has-offer h2 {
  min-height: 0;
  margin-bottom: 26px;
  color: var(--af-paper);
  font-size: 3rem;
}

.af-plan-copy {
  min-height: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.52;
  opacity: 0.82;
}

.af-price-card.has-offer .af-plan-copy {
  min-height: 0;
  color: var(--af-paper);
  font-size: 1.06rem;
  opacity: 0.78;
}

.af-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 7px;
  margin: 18px 0 5px;
}

.af-price strong {
  font-size: 4.75rem;
  line-height: 0.82;
  letter-spacing: 0;
  white-space: nowrap;
}

.af-price span {
  display: inline;
  padding-bottom: 5px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0.66;
}

.af-price-original {
  padding-bottom: 5px;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0.52;
  white-space: nowrap;
}

.af-price-card.has-offer .af-price {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px 10px;
  align-items: end;
  margin-top: 34px;
}

.af-price-card.has-offer .af-price-original {
  grid-column: 1 / -1;
  padding: 0;
  font-size: 1.35rem;
}

.af-price-card.has-offer .af-price strong {
  grid-column: 1;
  font-size: 5.2rem;
}

.af-price-card.has-offer .af-price > span {
  grid-column: 2;
}

.af-plan-offer-price-note {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  max-width: 100%;
  margin: 8px 0 2px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--sheltra-sand);
  color: var(--af-ink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
}

.af-plan-offer-price-note::before {
  content: "\2713";
  display: inline-grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--sheltra-action);
  color: var(--af-paper);
  font-size: 0.72rem;
  line-height: 1;
}

.af-plan-offer-price-note[hidden] {
  display: none !important;
}

.af-plan-offer-info-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.af-tax-note {
  min-height: 36px;
  margin-top: 2px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  opacity: 0.58;
}

.af-annual-billing {
  height: 0;
  margin: 0;
  overflow: hidden;
  color: currentColor;
  font-size: 0.77rem;
  font-weight: 900;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
}

.af-annual-billing.visible {
  height: auto;
  min-height: 18px;
  margin-top: 7px;
  opacity: 1;
  visibility: visible;
}

.af-price-card .button {
  width: 100%;
  min-height: 54px;
  margin: 20px 0 24px;
}

.af-price-card.has-offer .button {
  border-color: var(--af-paper);
  background: var(--af-paper);
  box-shadow: 0 7px 0 rgb(255 255 255 / 18%);
  color: var(--af-ink);
}

.af-price-card.has-offer .button:hover,
.af-price-card.has-offer .button:focus-visible {
  background: var(--sheltra-sand);
  color: var(--af-ink);
}

.af-plan-divider {
  height: 1px;
  margin: 0 0 20px;
  border-top: 0;
  background: currentColor;
  opacity: 0.16;
}

.af-plan-includes {
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 900;
}

.af-plan-features {
  display: grid;
  gap: 11px;
  margin-top: 0;
}

.af-plan-feature {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  width: auto;
  font-size: 0.89rem;
  line-height: 1.4;
}

.af-plan-feature-content {
  position: relative;
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.af-plan-feature-text {
  display: inline;
}

.af-plan-feature-text a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.af-plan-feature-info-wrap {
  position: static;
  display: inline-flex;
  margin-inline-start: 6px;
  vertical-align: text-bottom;
}

.af-plan-feature-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: normal 700 12px/1 Arial, Helvetica, sans-serif;
  opacity: 0.82;
  cursor: help;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.af-plan-feature-info > span {
  display: block;
  width: 100%;
  line-height: 18px;
  text-align: center;
}

.af-plan-feature-info:hover,
.af-plan-feature-info:focus-visible {
  opacity: 1;
}

.af-plan-feature-info:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.af-plan-feature-tooltip {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: calc(100% + 9px);
  width: min(280px, 82vw);
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--af-ink);
  box-shadow: 0 7px 18px rgb(28 37 46 / 22%);
  color: var(--af-paper);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.af-plan-feature-info-wrap:hover .af-plan-feature-tooltip,
.af-plan-feature-info-wrap:focus-within .af-plan-feature-tooltip,
.af-plan-offer-info-wrap:hover .af-plan-feature-tooltip,
.af-plan-offer-info-wrap:focus-within .af-plan-feature-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.af-plan-feature i {
  width: 19px;
  height: 19px;
  font-size: 0.58rem;
}

.af-price-card.plus .af-plan-feature i {
  background: var(--af-paper);
}

.af-all-plans {
  margin: 38px auto 0;
  border-radius: 24px;
  background: var(--af-cream);
  padding: 23px 28px;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
}

.af-all-plans strong {
  font-size: 1.15rem;
}

.af-all-plan-items {
  justify-content: flex-end;
  gap: 10px 22px;
  margin-top: 0;
  color: var(--af-ink-72);
  font-size: 0.76rem;
  font-weight: 800;
}

.af-pricing-footer-note {
  width: min(980px, calc(100% - 40px));
  margin: 36px auto 0;
  color: var(--af-ink-72);
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: center;
}

.af-price-containers-section {
  position: relative;
  padding: 112px 0 128px;
  background: var(--sheltra-warm-white);
}

.af-price-containers-section .section-kicker,
.af-price-containers-section .section-title,
.af-price-containers-section .section-lead {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-price-containers-section .section-title {
  max-width: 1120px;
  margin-bottom: 20px;
}

.af-price-containers-section .section-lead {
  max-width: 880px;
  margin-bottom: 44px;
}

.af-price-container-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(1420px, 100%);
  margin: 0 auto;
  gap: 24px;
}

.af-price-container-grid--columns-1 .af-price-container-card {
  flex: 0 1 min(100%, 920px);
}

.af-price-container-grid--columns-2 .af-price-container-card {
  flex: 0 1 calc((100% - 24px) / 2);
}

.af-price-container-grid--columns-3 .af-price-container-card {
  flex: 0 1 calc((100% - 48px) / 3);
}

.af-price-container-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-width: 0;
  min-height: 220px;
  padding: 42px 44px;
  border: 2px solid var(--af-ink);
  border-radius: 31px;
  background: var(--af-cream);
  color: var(--af-ink);
}

.af-price-container-card--cream {
  background: var(--sheltra-sand);
}

.af-price-container-card--mint {
  background: var(--sheltra-sage);
}

.af-price-container-card--paper {
  background: var(--af-paper);
}

.af-price-container-card--dark {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-price-container-copy {
  min-width: 0;
}

.af-price-container-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgb(255 255 255 / 84%);
  color: var(--af-sage);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.af-price-container-card--dark .af-price-container-badge {
  background: rgb(255 255 255 / 12%);
  color: var(--af-mint);
}

.af-price-container-card h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.af-price-container-card p {
  max-width: 720px;
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.72;
}

.af-price-container-price {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  min-width: 150px;
  text-align: right;
}

.af-price-container-price strong {
  color: inherit;
  font-size: clamp(2.8rem, 4.2vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  white-space: nowrap;
}

.af-price-container-price span {
  margin-top: 10px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  opacity: 0.66;
}

.editor-styles-wrapper .af-editor-price-containers .af-price-container-editor-settings {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
}

.editor-styles-wrapper .af-editor-price-containers .af-price-container-editor-settings .components-base-control {
  margin-bottom: 0;
}

.editor-styles-wrapper .af-editor-price-containers .af-price-container-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.editor-styles-wrapper .af-editor-price-containers .af-price-container-editor-add {
  display: flex;
  margin: 24px auto 0;
}

@media (max-width: 1180px) {
  .af-price-container-grid--columns-3 .af-price-container-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .af-price-container-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .af-price-container-price {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }
}

@media (max-width: 1180px) {
  .af-pricing-grid,
  .af-pricing-grid-count-3,
  .af-pricing-grid-count-4 {
    width: min(920px, calc(100% - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-plan-offer-saving {
    top: -42px;
    right: -24px;
    width: 146px;
    height: 146px;
  }
}

@media (max-width: 900px) {
  .af-page-hero.pricing,
  .af-page-hero.pricing .af-pricing-hero-inner {
    min-height: 390px;
  }

  .af-page-hero.pricing .af-pricing-hero-inner {
    padding: 58px 0 72px;
  }

  .af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy h1 {
    font-size: 3.5rem;
  }

  .af-all-plans {
    grid-template-columns: 1fr;
  }

  .af-all-plan-items {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .af-page-hero.pricing {
    min-height: 360px;
  }

  .af-page-hero.pricing .af-pricing-hero-inner {
    width: min(100% - 28px, 620px);
    min-height: 360px;
    padding: 48px 0 62px;
  }

  .af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy h1 {
    margin-bottom: 22px;
    font-size: 2.75rem;
    line-height: 0.98;
  }

  .af-page-hero.pricing .af-pricing-hero-inner .af-page-hero-copy p {
    font-size: 1rem;
  }

  .af-page-hero.pricing::after {
    height: 75px;
  }

  .af-pricing-cards-section {
    padding-top: 24px;
  }

  .af-pricing-billing-switch {
    margin-bottom: 32px;
  }

  .af-pricing-billing-switch button {
    min-height: 50px;
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .af-pricing-grid,
  .af-pricing-grid-count-2,
  .af-pricing-grid-count-3,
  .af-pricing-grid-count-4 {
    width: min(100% - 28px, 520px);
    grid-template-columns: 1fr;
  }

  .af-price-card-main,
  .af-price-card.has-offer .af-price-card-main {
    min-height: auto;
    padding: 34px 27px 31px;
  }

  .af-price-card.has-offer .af-price-card-main {
    padding-top: 40px;
  }

  .af-plan-copy {
    min-height: 0;
  }

  .af-price-card.has-offer .af-plan-copy {
    min-height: 0;
  }

  .af-price {
    margin-top: 20px;
  }

  .af-price strong {
    font-size: 4rem;
  }

  .af-plan-offer-panel {
    min-height: 0;
    padding: 42px 27px 27px;
  }

  .af-plan-offer-copy {
    max-width: calc(100% - 58px);
    gap: 9px;
  }

  .af-plan-offer-title {
    font-size: 2rem;
  }

  .af-plan-offer-saving {
    top: -30px;
    right: -7px;
    width: 112px;
    height: 112px;
    padding: 20px;
  }

  .af-plan-offer-saving strong {
    font-size: 1.45rem;
  }

  .af-plan-offer-saving::before {
    inset: 15px;
  }

  .af-plan-offer-limit {
    width: 100%;
    margin-top: 24px;
    padding-top: 17px;
    font-size: 0.74rem;
  }

  .af-price-card.has-offer h2 {
    font-size: 2.55rem;
  }

  .af-price-card.has-offer .af-price {
    margin-top: 30px;
  }

  .af-price-card.has-offer .af-price strong {
    font-size: 4.2rem;
  }

  .af-plan-offer-price-note {
    font-size: 0.74rem;
  }

  .af-pricing-footer-note {
    width: min(100% - 28px, 520px);
    margin-top: 28px;
    font-size: 0.78rem;
  }

  .af-price-containers-section {
    padding: 78px 0 88px;
  }

  .af-price-containers-section .section-lead {
    margin-bottom: 32px;
  }

  .af-price-container-grid--columns-1 .af-price-container-card,
  .af-price-container-grid--columns-2 .af-price-container-card,
  .af-price-container-grid--columns-3 .af-price-container-card {
    flex-basis: 100%;
  }

  .af-price-container-card {
    min-height: 0;
    padding: 32px 27px;
    border-radius: 24px;
  }

  .af-price-container-price strong {
    font-size: 3.3rem;
  }
}

/* Offer cards use the same compact presentation in the editor and frontend. */
.af-pricing-grid:has(.af-price-card.has-offer) {
  padding-top: 52px;
}

.af-price-card.has-offer {
  z-index: 4;
  border: 5px solid var(--sheltra-terracotta);
  border-radius: 34px;
  background: var(--af-ink);
  box-shadow: 13px 16px 0 var(--sheltra-action);
  color: var(--af-paper);
}

.af-price-card.has-offer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 8px;
  border: 1.5px solid var(--sheltra-terracotta);
  border-radius: 23px;
  pointer-events: none;
}

.af-price-card.has-offer .af-price-card-main {
  min-height: 100%;
  padding: 58px 48px 48px;
  border-radius: 27px;
  background: var(--af-ink);
}

.af-price-card.has-offer .af-plan-badge {
  top: -27px;
  right: auto;
  left: 28px;
  transform: none;
}

.af-plan-offer-panel {
  position: absolute;
  z-index: 12;
  top: 0;
  right: clamp(-72px, -4vw, -52px);
  display: flex;
  box-sizing: border-box;
  width: clamp(224px, 16vw, 252px);
  min-height: 0;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 38px 28px 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--sheltra-sand);
  text-align: center;
  transform: translateY(-28%) rotate(5deg);
  overflow: visible;
}

.af-plan-offer-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border: 7px solid var(--af-ink);
  border-radius: 50%;
  background: var(--sheltra-terracotta);
  box-shadow: 0 9px 0 color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
}

.af-plan-offer-panel::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 15px;
  border: 2px solid rgb(255 240 216 / 78%);
  border-radius: 50%;
  pointer-events: none;
}

.af-plan-offer-panel[data-offer-shape="sun"]::before {
  inset: -5px;
  border: 0;
  border-radius: 0;
  clip-path: polygon(50% 0%, 59% 9%, 71% 4%, 77% 16%, 90% 14%, 92% 28%, 100% 36%, 94% 49%, 100% 60%, 90% 68%, 89% 82%, 75% 84%, 68% 97%, 55% 91%, 44% 100%, 35% 90%, 21% 96%, 16% 82%, 3% 77%, 9% 63%, 0 52%, 8% 40%, 2% 27%, 15% 20%, 18% 6%, 34% 10%);
  box-shadow: none;
}

.af-plan-offer-panel[data-offer-shape="sun"]::after {
  inset: 20px;
  border-style: dashed;
}

.af-plan-offer-copy,
.af-plan-offer-saving {
  display: contents;
}

.af-plan-offer-copy > *,
.af-plan-offer-saving > *,
.af-plan-offer-limit {
  position: relative;
  z-index: 1;
  width: 84%;
  margin: 0;
  flex: 0 0 auto;
  overflow-wrap: normal;
  word-break: normal;
}

.af-plan-offer-kicker {
  order: 1;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-wrap: balance;
}

.af-plan-offer-title {
  order: 2;
  max-width: 100%;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.af-plan-offer-saving strong {
  order: 3;
  width: auto;
  max-width: 90%;
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  white-space: nowrap;
}

.af-plan-offer-saving span {
  order: 4;
  color: var(--sheltra-sand);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-wrap: balance;
}

.af-plan-offer-label {
  order: 5;
  max-width: 100%;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.af-plan-offer-limit {
  order: 6;
  display: flex;
  width: auto;
  max-width: 84%;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: auto;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--sheltra-sand);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-wrap: balance;
}

.af-plan-offer-limit .af-plan-feature-info {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-width: 2px;
}

.af-price-card.has-offer .af-plan-name,
.af-price-card.has-offer h2,
.af-price-card.has-offer .af-plan-copy,
.af-price-card.has-offer .af-price,
.af-price-card.has-offer .af-plan-offer-price-note,
.af-price-card.has-offer .af-annual-billing,
.af-price-card.has-offer .af-tax-note,
.af-price-card.has-offer .button,
.af-price-card.has-offer .af-plan-divider,
.af-price-card.has-offer .af-plan-includes,
.af-price-card.has-offer .af-plan-features {
  position: relative;
  z-index: 2;
}

.af-price-card.has-offer h2 {
  margin: 12px 0 28px;
  font-size: 3rem;
}

.af-price-card.has-offer .af-plan-copy {
  margin-bottom: 26px;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.52;
}

.af-price-card.has-offer .af-price {
  margin-top: 0;
}

.af-price-card.has-offer .af-price-original {
  position: relative;
  display: inline-block;
  width: max-content;
  text-decoration: none;
}

.af-price-card.has-offer .af-price-original::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 52%;
  height: 4px;
  border-radius: 999px;
  background: var(--sheltra-terracotta);
  transform: rotate(-5deg);
}

.af-price-card.has-offer .af-price strong {
  color: var(--af-paper);
  font-size: 5.7rem;
}

.af-price-card.has-offer .af-plan-offer-price-note {
  margin-top: 12px;
  padding: 9px 15px;
  background: var(--sheltra-sand);
}

.af-price-card.has-offer .button {
  min-height: 62px;
  border: 2px solid var(--sheltra-sand);
  background: var(--sheltra-terracotta);
  box-shadow: 0 8px 0 var(--sheltra-action);
  color: var(--af-paper);
}

.af-price-card.has-offer .button::after {
  content: "\2192";
  margin-inline-start: 12px;
  font-size: 1.35rem;
  line-height: 1;
}

.af-price-card.has-offer .button:hover,
.af-price-card.has-offer .button:focus-visible {
  background: var(--sheltra-action);
  color: var(--af-paper);
}

/* Shared Sheltra tooltip design. */
.af-plan-feature-info {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 2px solid currentColor;
  font: normal 900 13px/1 Arial, Helvetica, sans-serif;
  opacity: 1;
}

.af-plan-feature-info > span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  line-height: 1;
}

.af-plan-feature-tooltip {
  z-index: 30;
  width: min(440px, calc(100vw - 40px));
  padding: 22px 26px;
  border: 3px solid var(--af-ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 9px 0 color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  color: var(--af-ink);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.42;
  white-space: pre-line;
}

.af-plan-feature-tooltip::first-line {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.af-plan-feature-tooltip::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -11px;
  width: 18px;
  height: 18px;
  border-right: 3px solid var(--af-ink);
  border-bottom: 3px solid var(--af-ink);
  background: #fff;
  transform: rotate(45deg);
}

.af-plan-offer-info-wrap .af-plan-feature-tooltip {
  top: calc(100% + 26px);
  right: 50%;
  bottom: auto;
  width: min(520px, calc(100vw - 40px));
  transform: translateX(50%) rotate(-5deg) translateY(4px);
}

.af-plan-offer-info-wrap:hover .af-plan-feature-tooltip,
.af-plan-offer-info-wrap:focus-within .af-plan-feature-tooltip {
  transform: translateX(50%) rotate(-5deg) translateY(0);
}

.af-plan-offer-info-wrap .af-plan-feature-tooltip::before {
  top: -11px;
  right: calc(50% - 9px);
  bottom: auto;
  border: 0;
  border-top: 3px solid var(--af-ink);
  border-left: 3px solid var(--af-ink);
}

@media (max-width: 1180px) {
  .af-pricing-grid:has(.af-price-card.has-offer) {
    padding-top: 50px;
  }

  .af-plan-offer-panel {
    right: -28px;
    width: 210px;
    transform: translateY(-28%) rotate(5deg);
  }
}

@media (max-width: 680px) {
  .af-pricing-grid:has(.af-price-card.has-offer) {
    padding-top: 48px;
  }

  .af-price-card.has-offer {
    border-width: 4px;
    border-radius: 29px;
    box-shadow: 9px 11px 0 var(--sheltra-action);
  }

  .af-price-card.has-offer::before {
    inset: 7px;
    border-radius: 19px;
  }

  .af-price-card.has-offer .af-price-card-main {
    padding: 55px 27px 34px;
    border-radius: 23px;
  }

  .af-plan-offer-panel {
    right: -8px;
    width: 204px;
    gap: 1px;
    padding: 33px 24px 29px;
    transform: translateY(-28%) rotate(5deg);
  }

  .af-plan-offer-copy > *,
  .af-plan-offer-saving > *,
  .af-plan-offer-limit {
    width: 82%;
  }

  .af-plan-offer-limit {
    width: auto;
    max-width: 78%;
  }

  .af-plan-offer-panel::before {
    border-width: 5px;
  }

  .af-plan-offer-panel::after {
    inset: 12px;
  }

  .af-plan-offer-saving strong {
    max-width: 94%;
    font-size: 2.15rem;
  }

  .af-plan-offer-kicker {
    font-size: 0.47rem;
  }

  .af-plan-offer-title {
    font-size: 0.64rem;
  }

  .af-plan-offer-label {
    font-size: 0.58rem;
  }

  .af-plan-offer-saving span {
    font-size: 0.52rem;
  }

  .af-plan-offer-limit {
    gap: 4px;
    margin-top: 1px;
    font-size: 0.48rem;
  }

  .af-plan-offer-limit .af-plan-feature-info {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-width: 1.5px;
    font-size: 11px;
  }

  .af-price-card.has-offer h2 {
    font-size: 2.55rem;
  }

  .af-price-card.has-offer .af-plan-copy {
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .af-price-card.has-offer .af-price strong {
    font-size: 4.45rem;
  }

  .af-plan-feature-tooltip,
  .af-plan-offer-info-wrap .af-plan-feature-tooltip {
    width: min(330px, calc(100vw - 34px));
    padding: 18px 20px;
    border-radius: 19px;
    font-size: 0.84rem;
  }
}

/* Pricing page previews are scoped to Gutenberg and never affect the frontend. */
.editor-styles-wrapper .af-editor-pricing-preview {
  --af-container: min(100%, 1320px);
  width: 100%;
  max-width: none;
  margin: 0;
}

.editor-styles-wrapper .af-editor-pricing-preview .reveal {
  opacity: 1;
  transform: none;
}

.editor-styles-wrapper .af-editor-pricing-preview .section-inner,
.editor-styles-wrapper .af-editor-pricing-preview .af-pricing-hero-inner,
.editor-styles-wrapper .af-editor-pricing-preview .af-pricing-cards-section,
.editor-styles-wrapper .af-editor-pricing-preview .af-pricing-grid,
.editor-styles-wrapper .af-editor-pricing-preview .af-all-plans {
  width: 100%;
  max-width: none;
}

.editor-styles-wrapper .af-editor-pricing-hero {
  min-height: 420px;
}

.editor-styles-wrapper .af-editor-pricing-hero .af-pricing-hero-inner {
  min-height: 420px;
  padding: 54px 32px 92px;
}

.editor-styles-wrapper .af-editor-pricing-hero h1 {
  margin-inline: auto;
  max-width: 1200px;
}

.editor-styles-wrapper .af-editor-pricing-managed .af-pricing-cards-section {
  margin: 0;
  padding: 42px 18px 66px;
}

.editor-styles-wrapper .af-editor-pricing-managed .af-pricing-billing-switch {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 34px;
  transform: none;
}

.editor-styles-wrapper .af-editor-pricing-managed .af-pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 350px));
  justify-content: center;
  margin: 0;
}

.editor-styles-wrapper .af-editor-pricing-managed .af-price-card,
.editor-styles-wrapper .af-editor-pricing-managed .af-price-card.plus {
  min-height: 0;
  transform: none;
}

.editor-styles-wrapper .af-editor-pricing-managed .af-price-card .button {
  cursor: default;
  text-decoration: none;
}

.editor-styles-wrapper .af-editor-pricing-managed .section,
.editor-styles-wrapper .af-editor-pricing-audience {
  padding: 72px 24px;
}

.editor-styles-wrapper .af-editor-pricing-managed .af-addon-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.editor-styles-wrapper .af-editor-pricing-managed .af-comparison-wrap {
  max-width: 100%;
}

.editor-styles-wrapper .af-editor-pricing-audience .af-pricing-audience-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.editor-styles-wrapper .af-editor-faq-preview [data-rich-text-placeholder]::after {
  color: inherit;
  opacity: 1;
}

/* Blog and editorial templates */
.af-blog-hero-compact {
  background: var(--af-cream);
  border-bottom: 1.5px solid var(--af-ink);
  overflow: hidden;
  position: relative;
}

.af-blog-hero-inner,
.article-hero-inner {
  width: var(--af-container);
  margin: 0 auto;
  min-height: 560px;
  display: grid;
  align-items: center;
  gap: 64px;
  padding: 78px 0;
}

.af-blog-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
}

.af-blog-hero-copy h1,
.article-hero h1 {
  max-width: 900px;
  margin: 22px 0 22px;
  font-size: clamp(4rem, 9vw, 8.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.af-blog-hero-copy p,
.article-deck {
  max-width: 760px;
  margin: 0;
  color: var(--af-ink-72);
  font-size: clamp(1.04rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}

.af-hero-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.af-blog-quick-panel {
  border: 1.5px solid var(--af-ink);
  border-radius: 30px;
  background: var(--af-paper);
  box-shadow: 8px 8px 0 var(--af-ink);
  padding: 26px;
  display: grid;
  gap: 14px;
}

.af-blog-quick-panel > span,
.af-resource-type,
.resource-type {
  color: var(--af-sage);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.af-blog-quick-panel a {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--af-ink-12);
  border-radius: 18px;
  background: var(--af-white);
}

.af-blog-quick-panel small {
  color: var(--af-ink-72);
}

.af-jumpbar,
.jumpbar {
  position: sticky;
  top: 78px;
  z-index: 20;
  background: color-mix(in srgb, var(--sheltra-warm-white) 90%, transparent);
  border-bottom: 1px solid var(--af-ink-08);
  backdrop-filter: blur(16px);
}

.af-jumpbar-inner,
.jumpbar-inner {
  width: var(--af-container);
  margin: 0 auto;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
}

.af-jumpbar a,
.jumpbar a {
  flex: 0 0 auto;
  border: 1px solid var(--af-ink-18);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 800;
}

.af-articles-head,
.af-resources-head,
.resources-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.af-blog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.af-blog-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.af-blog-filter {
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--af-paper);
  color: var(--af-ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 9px 14px;
}

.af-blog-filter.active {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-article-count {
  color: var(--af-ink-72);
  font-size: 0.82rem;
  font-weight: 800;
}

.af-article-grid,
.af-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.af-blog-card {
  min-height: 420px;
  border: 1.5px solid var(--af-ink);
  border-radius: 28px;
  background: var(--af-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 0 var(--af-ink-08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.af-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 7px 7px 0 var(--af-ink);
}

.af-blog-card.hidden {
  display: none;
}

.af-card-visual {
  min-height: 180px;
  background: var(--af-mint);
  border-bottom: 1.5px solid var(--af-ink);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.af-card-visual.cream {
  background: var(--af-cream);
}

.af-card-visual.sage {
  background: var(--af-sage);
}

.af-card-visual.dark {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-card-image {
  width: min(220px, 74%);
  aspect-ratio: 1.4;
  border: 1.5px solid currentColor;
  border-radius: 24px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 72%, transparent);
  box-shadow: 6px 6px 0 currentColor;
  display: grid;
  place-items: center;
  position: relative;
  transform: rotate(-2deg);
}

.af-card-image span {
  font-size: 2.4rem;
}

.af-card-image strong {
  font-size: 0.9rem;
  font-weight: 900;
}

.af-card-content {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.af-card-content h2,
.af-card-content h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.af-card-content p {
  margin: 0 0 22px;
  color: var(--af-ink-72);
  line-height: 1.65;
}

.af-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
}

.af-card-link span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.af-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: var(--af-ink-72);
  font-size: 0.76rem;
  font-weight: 800;
}

.af-article-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--af-ink);
}

.af-article-tag i,
.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--af-sage);
  box-shadow: 0 0 0 5px var(--af-mint);
}

.af-blog-lead-grid {
  display: grid;
  gap: 18px;
}

.af-featured-article {
  border: 1.5px solid var(--af-ink);
  border-radius: 34px;
  background: var(--af-cream);
  box-shadow: 8px 8px 0 var(--af-ink);
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  overflow: hidden;
}

.af-featured-article .af-card-visual {
  min-height: 430px;
  border-bottom: 0;
  border-right: 1.5px solid var(--af-ink);
}

.af-featured-copy {
  padding: 48px;
}

.af-featured-copy h2 {
  margin: 18px 0 18px;
  font-size: clamp(2.25rem, 4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.af-topic-grid,
.af-resource-grid,
.resource-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.af-topic-card,
.af-resource-card {
  border: 1.5px solid var(--af-ink);
  border-radius: 28px;
  background: var(--af-white);
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 0 var(--af-ink-08);
}

.af-topic-card i,
.resource-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 18px;
  background: var(--af-mint);
  box-shadow: 3px 3px 0 currentColor;
  font-style: normal;
  font-size: 1.35rem;
  margin-bottom: 26px;
}

.af-resource-card.cream {
  background: var(--af-cream);
}

.af-resource-card.mint {
  background: var(--af-mint);
}

.af-resource-card.dark {
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-resource-card.dark p {
  color: color-mix(in srgb, var(--sheltra-warm-white) 72%, transparent);
}

.af-resource-card h3,
.af-topic-card h3 {
  margin: 12px 0;
  font-size: 1.55rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.af-resource-card p,
.af-topic-card span {
  color: var(--af-ink-72);
  line-height: 1.6;
}

.af-resource-cta-card {
  max-width: 340px;
  border: 1.5px solid var(--af-ink);
  border-radius: 26px;
  background: var(--af-mint);
  box-shadow: 5px 5px 0 var(--af-ink);
  padding: 24px;
}

.article-hero {
  background: var(--af-cream);
  border-bottom: 1.5px solid var(--af-ink);
  overflow: hidden;
}

.article-hero-inner {
  width: min(1480px, calc(100vw - 64px));
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.72fr);
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--af-ink-72);
  font-size: 0.86rem;
  font-weight: 800;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  color: var(--af-ink-72);
  font-size: 0.86rem;
  font-weight: 800;
}

.article-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.meta-dot {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-ink);
  font-size: 0.72rem;
  font-style: normal;
}

.article-visual {
  min-height: 440px;
  display: grid;
  place-items: center;
}

.article-visual .af-card-visual {
  width: min(560px, 100%);
  min-height: 360px;
  border: 1.5px solid var(--af-ink);
  border-radius: 34px;
  box-shadow: 9px 9px 0 var(--af-ink);
}

.article-body-section .section-inner {
  width: min(1480px, calc(100vw - 64px));
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 17px;
}

.toc-card,
.side-resource-card,
.author-card {
  border: 1.5px solid var(--af-ink);
  border-radius: 24px;
  background: var(--af-white);
  box-shadow: 4px 4px 0 var(--af-ink-08);
  padding: 20px;
}

.toc-card strong,
.side-resource-card strong {
  display: block;
  margin-bottom: 12px;
}

.toc-card nav {
  display: grid;
  gap: 2px;
}

.toc-card a {
  border-bottom: 1px solid var(--af-ink-08);
  color: var(--af-ink-72);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 8px 0;
}

.toc-card a.active,
.toc-card a:hover {
  color: var(--af-ink);
}

.side-resource-card {
  background: var(--af-mint);
}

.article-main {
  border: 1.5px solid var(--af-ink);
  border-radius: 34px;
  background: var(--af-white);
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--af-ink-08);
}

.article-content {
  padding: 62px 72px;
}

.article-content > p:first-child,
.article-content .lead-box {
  color: var(--af-ink);
  font-size: clamp(1.18rem, 1.5vw, 1.48rem);
  line-height: 1.72;
}

.article-content p {
  max-width: 940px;
  color: var(--af-ink-72);
  font-size: 1.02rem;
  line-height: 1.82;
}

.article-content h2 {
  max-width: 980px;
  margin: 58px 0 20px;
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.article-content h3 {
  max-width: 920px;
  margin: 36px 0 14px;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.article-content ul,
.article-content ol {
  max-width: 900px;
  color: var(--af-ink-72);
  line-height: 1.78;
}

.article-content a {
  color: var(--af-sage);
  font-weight: 800;
  border-bottom: 1px solid color-mix(in srgb, var(--sheltra-forest) 35%, transparent);
}

.article-content .wp-block-table,
.article-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 38px;
  border: 1.5px solid var(--af-ink);
  border-radius: 24px;
  overflow-x: auto;
  background: var(--af-paper);
}

.article-content .wp-block-table table,
.article-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.article-content .wp-block-table th,
.article-content .wp-block-table td,
.article-table th,
.article-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--af-ink-12);
  text-align: left;
  vertical-align: top;
}

.article-content .wp-block-table th,
.article-table th {
  background: var(--af-ink);
  color: var(--af-paper);
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.callout,
.af-download-box,
.checklist-block {
  max-width: 980px;
  margin: 32px 0;
}

.callout,
.af-download-box {
  border: 1.5px solid var(--af-ink);
  border-radius: 26px;
  background: var(--af-mint);
  box-shadow: 5px 5px 0 var(--af-ink);
  padding: 28px;
}

.af-download-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: var(--af-cream);
}

.checklist-block {
  display: grid;
  gap: 12px;
}

.check-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  border: 1px solid var(--af-ink-12);
  border-radius: 18px;
  background: var(--af-paper);
  padding: 16px;
}

.check-item span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--af-mint);
  font-weight: 900;
}

.check-item p,
.callout p,
.af-download-box p {
  margin: 7px 0 0;
}

.article-end {
  border-top: 1.5px solid var(--af-ink);
  background: var(--af-cream);
  padding: 34px 72px 48px;
}

.resources-section {
  background: var(--af-mint);
}

.af-legal-section {
  background: var(--af-paper);
  overflow: visible;
}

.af-legal-section > * {
  width: min(940px, calc(100vw - 40px));
  margin-right: auto;
  margin-left: auto;
}

.af-legal-section .section-title {
  margin-top: 0;
  font-size: clamp(3.1rem, 7vw, 5.7rem);
}

.af-legal-section .section-lead {
  max-width: 840px;
  color: var(--af-ink);
}

.af-legal-section p,
.af-legal-section li {
  color: var(--af-ink-72);
  font-size: 1.02rem;
  line-height: 1.82;
}

.af-legal-section h2 {
  margin-top: 54px;
  margin-bottom: 16px;
  color: var(--af-ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.af-legal-section ul {
  padding-left: 1.3rem;
}

.af-legal-section li + li {
  margin-top: 7px;
}

.af-legal-section a {
  color: var(--af-sage);
  font-weight: 800;
  border-bottom: 1px solid color-mix(in srgb, var(--sheltra-forest) 35%, transparent);
}

.af-legal-section .wp-block-table {
  width: min(1040px, calc(100vw - 40px));
  max-width: none;
  margin: 28px auto 34px;
  border: 1.5px solid var(--af-ink);
  border-radius: 24px;
  background: var(--af-white);
  overflow-x: auto;
  box-shadow: 6px 6px 0 var(--af-ink-08);
}

.af-legal-section .wp-block-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.af-legal-section .wp-block-table th,
.af-legal-section .wp-block-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--af-ink-12);
  text-align: left;
  vertical-align: top;
}

.af-legal-section .wp-block-table th {
  background: var(--af-ink);
  color: var(--af-paper);
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.af-legal-section .wp-block-table td:first-child {
  width: 28%;
  color: var(--af-ink);
  font-weight: 800;
}

.af-legal-note {
  margin-top: 48px;
  border: 1.5px solid var(--af-ink);
  border-radius: 24px;
  background: var(--af-cream);
  box-shadow: 5px 5px 0 var(--af-ink);
  padding: 22px 24px;
}

.af-legal-note strong,
.af-legal-note p {
  color: var(--af-ink);
}

@media (max-width: 1180px) {
  .af-blog-hero-inner,
  .article-hero-inner,
  .af-featured-article {
    grid-template-columns: 1fr;
  }

  .article-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
  }

  .af-article-grid,
  .af-topic-grid,
  .af-resource-grid,
  .resource-grid,
  .related-grid,
  .af-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .af-blog-hero-inner,
  .article-hero-inner,
  .article-body-section .section-inner {
    width: min(100% - 28px, 720px);
  }

  .af-blog-hero-copy h1,
  .article-hero h1 {
    font-size: clamp(3rem, 15vw, 4.9rem);
  }

  .af-articles-head,
  .af-resources-head,
  .resources-head,
  .af-blog-toolbar,
  .af-download-box {
    grid-template-columns: 1fr;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    order: -1;
  }

  .toc-card nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .article-content {
    padding: 34px 22px;
  }

  .article-end {
    padding: 28px 22px 34px;
  }
}

@media (max-width: 620px) {
  .af-article-grid,
  .af-topic-grid,
  .af-resource-grid,
  .resource-grid,
  .related-grid,
  .af-archive-grid {
    grid-template-columns: 1fr;
  }

  .toc-card nav {
    grid-template-columns: 1fr;
  }

  .article-content .wp-block-table table,
  .article-table {
    min-width: 760px;
  }

  .article-content .wp-block-table th,
  .article-content .wp-block-table td,
  .article-table th,
  .article-table td {
    padding: 14px 16px;
  }
}

@media (max-width: 900px) {
  .af-cookie-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .af-cookie-settings-grid {
    grid-template-columns: 1fr;
  }

  .af-cookie-card {
    min-height: 0;
  }
}

/* Expandable topic board: scoped to the standalone Gutenberg module. */
.af-topic-board-section {
  background: var(--sheltra-warm-white);
  overflow: hidden;
}

.af-topic-board-intro {
  display: block;
  max-width: 740px;
  margin-bottom: clamp(42px, 5.4vw, 70px);
}

.af-topic-board-intro .section-title,
.af-topic-board-intro .section-lead {
  margin-bottom: 0;
}

.af-topic-board-intro .section-title {
  max-width: 740px;
  font-size: clamp(2.65rem, 4.6vw, 4.35rem);
  letter-spacing: 0;
  line-height: 1.02;
}

.af-topic-board {
  --af-board-color: var(--sheltra-sand);
  --af-board-image: none;
  position: relative;
  min-height: 570px;
  padding: clamp(34px, 4.2vw, 54px);
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 78%, transparent);
  border-radius: 18px;
  background-color: var(--af-board-color);
  background-image: var(--af-board-image);
  background-position: center;
  background-repeat: repeat;
  background-size: clamp(500px, 58vw, 680px) auto;
  box-shadow:
    inset 0 0 0 10px var(--sheltra-forest),
    inset 0 0 0 12px color-mix(in srgb, var(--sheltra-forest) 80%, transparent),
    inset 0 0 34px color-mix(in srgb, var(--sheltra-forest) 24%, transparent),
    inset 0 2px 16px color-mix(in srgb, var(--sheltra-sand) 12%, transparent),
    0 18px 0 color-mix(in srgb, var(--sheltra-forest) 10%, transparent),
    0 28px 38px color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  overflow: hidden;
}

.af-topic-board::before {
  position: absolute;
  inset: 10px;
  border: 1px solid color-mix(in srgb, var(--sheltra-sand) 22%, transparent);
  border-radius: 13px;
  box-shadow: inset 0 0 26px color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  content: "";
  pointer-events: none;
}

.af-topic-board-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 500px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 30px 34px;
}

.af-board-topic-card {
  --af-paper-delay: 0s;
  --af-paper-drop-x: 0px;
  --af-paper-drop-y: 46px;
  --af-paper-rotation: 0deg;
  --af-tape-rotation: 0deg;
  position: relative;
  z-index: 1;
  grid-column: span 4;
  border: 0;
  border-radius: 3px;
  background-color: var(--sheltra-warm-white);
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.74), color-mix(in srgb, var(--sheltra-sand) 38%, transparent)),
    radial-gradient(circle at 18% 24%, color-mix(in srgb, var(--sheltra-forest) 6%, transparent) 0 1px, transparent 2px);
  background-size: 100% 100%, 24px 24px;
  box-shadow: 0 17px 24px color-mix(in srgb, var(--sheltra-forest) 24%, transparent), 0 2px 1px rgba(255, 255, 255, 0.75) inset;
  color: var(--af-ink);
  overflow: visible;
  transform-origin: center;
  transform: rotate(var(--af-paper-rotation));
}

.af-board-topic-card-summary {
  min-height: 138px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 48px 36px 16px;
  cursor: pointer;
  list-style: none;
}

.af-board-topic-card-summary::-webkit-details-marker {
  display: none;
}

.af-board-topic-card-summary::marker {
  content: "";
}

.af-board-topic-card-summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sheltra-sage) 92%, transparent);
  outline-offset: 7px;
}

.af-board-topic-card-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1.2px solid color-mix(in srgb, var(--sheltra-forest) 82%, transparent);
  border-radius: 15px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 86%, transparent);
  box-shadow: 0 2px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  font-size: 1.45rem;
  line-height: 1;
}

.af-board-topic-card-copy,
.af-board-topic-card-title,
.af-board-topic-card-text {
  display: block;
}

.af-board-topic-card-title {
  color: var(--af-ink);
  font-size: clamp(1.18rem, 1.6vw, 1.38rem);
  font-weight: 900;
  line-height: 1.15;
}

.af-board-topic-card-text {
  max-width: 245px;
  margin-top: 8px;
  color: rgba(20, 24, 28, 0.86);
  font-size: clamp(0.9rem, 1.08vw, 0.98rem);
  font-weight: 500;
  line-height: 1.42;
}

.af-board-topic-card-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.af-board-topic-card-body {
  margin: 0 36px;
  padding: 18px 0 34px;
  border-top: 1.2px solid color-mix(in srgb, var(--sheltra-forest) 33%, transparent);
}

.af-board-topic-card-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-board-topic-card-body li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--af-ink);
  font-size: clamp(0.95rem, 1.18vw, 1.06rem);
  font-weight: 800;
  line-height: 1.32;
}

.af-board-topic-card-body li > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--sheltra-forest);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
}

.af-board-topic-card-pin {
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.86) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--sheltra-sage), var(--sheltra-forest));
  box-shadow: 0 6px 9px color-mix(in srgb, var(--sheltra-forest) 30%, transparent), inset -3px -4px 7px color-mix(in srgb, var(--sheltra-forest) 22%, transparent);
  transform: translateX(-50%);
}

.af-board-topic-card-tape,
.af-board-topic-card-doodle {
  display: none;
}

.af-board-topic-card-note,
.af-board-topic-card-note span {
  display: block;
}

.af-board-topic-card-note {
  position: absolute;
  z-index: 2;
  color: var(--sheltra-muted);
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  pointer-events: none;
}

.af-board-topic-card--paper-left {
  grid-column: 1 / 5;
  margin-top: 22px;
  --af-paper-rotation: -4.4deg;
  --af-paper-drop-x: -42px;
}

.af-board-topic-card--paper-left .af-board-topic-card-note {
  top: 36px;
  right: 48px;
  font-size: 2.25rem;
  line-height: 1;
  transform: rotate(12deg);
}

.af-board-topic-card--paper {
  grid-column: 5 / 9;
  margin-top: 22px;
  --af-paper-rotation: 1.2deg;
  --af-paper-drop-x: 8px;
}

.af-board-topic-card--paper .af-board-topic-card-pin {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.9) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--sheltra-sand), var(--sheltra-terracotta));
}

.af-board-topic-card--paper .af-board-topic-card-note {
  right: 40px;
  bottom: 26px;
  max-width: 132px;
  transform: rotate(-8deg);
}

.af-board-topic-card--paper .af-board-topic-card-note::after,
.af-board-topic-card--sticky .af-board-topic-card-note::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 7px;
  background: currentColor;
  border-radius: 999px;
  content: "";
  opacity: 0.75;
}

.af-board-topic-card--lined {
  grid-column: 9 / 13;
  margin-top: 34px;
  background-color: var(--sheltra-sand);
  background-image:
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0 29px, color-mix(in srgb, var(--sheltra-forest) 12%, transparent) 30px 31px),
    linear-gradient(105deg, rgba(255, 255, 255, 0.7), color-mix(in srgb, var(--sheltra-sand) 34%, transparent));
  --af-paper-rotation: 3.4deg;
  --af-paper-drop-x: 44px;
  --af-tape-rotation: 31deg;
}

.af-board-topic-card--lined .af-board-topic-card-pin {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.88) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--sheltra-terracotta), var(--sheltra-action));
}

.af-board-topic-card--lined .af-board-topic-card-tape {
  position: absolute;
  top: -17px;
  right: -20px;
  z-index: 5;
  width: 116px;
  height: 38px;
  display: block;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sheltra-sand) 26%, transparent), color-mix(in srgb, var(--sheltra-sand) 84%, transparent) 18%, color-mix(in srgb, var(--sheltra-sand) 82%, transparent) 82%, color-mix(in srgb, var(--sheltra-sand) 34%, transparent)),
    repeating-linear-gradient(45deg, color-mix(in srgb, var(--sheltra-forest) 8%, transparent) 0 5px, transparent 5px 10px);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--sheltra-forest) 13%, transparent);
  transform: rotate(var(--af-tape-rotation));
}

.af-board-topic-card--lined .af-board-topic-card-note {
  right: 48px;
  bottom: 28px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.78rem;
  line-height: 1;
  transform: rotate(5deg);
}

.af-board-topic-card--sticky {
  grid-column: 1 / 5;
  margin-top: 2px;
  margin-left: 58px;
  background-color: var(--sheltra-sand);
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, 0.62), color-mix(in srgb, var(--sheltra-sand) 22%, transparent)),
    radial-gradient(circle at 24% 24%, color-mix(in srgb, var(--sheltra-forest) 8%, transparent) 0 1px, transparent 2px);
  --af-paper-rotation: 0.2deg;
  --af-paper-drop-x: -22px;
  --af-paper-drop-y: 54px;
  --af-tape-rotation: -3deg;
}

.af-board-topic-card--sticky .af-board-topic-card-summary {
  min-height: 190px;
  padding: 42px 32px 68px;
}

.af-board-topic-card--sticky .af-board-topic-card-tape {
  position: absolute;
  top: 86px;
  left: -33px;
  z-index: 4;
  width: 42px;
  height: 84px;
  display: block;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sheltra-sand) 42%, transparent), color-mix(in srgb, var(--sheltra-sand) 90%, transparent), color-mix(in srgb, var(--sheltra-sand) 72%, transparent)),
    repeating-linear-gradient(45deg, color-mix(in srgb, var(--sheltra-forest) 8%, transparent) 0 5px, transparent 5px 10px);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--sheltra-forest) 13%, transparent);
  transform: rotate(var(--af-tape-rotation));
}

.af-board-topic-card--sticky .af-board-topic-card-note {
  right: 76px;
  bottom: 27px;
  transform: rotate(-3deg);
}

.af-board-topic-card--wide {
  grid-column: 7 / 13;
  margin-top: 34px;
  background-color: var(--sheltra-warm-white);
  --af-paper-rotation: -1deg;
  --af-paper-drop-x: 36px;
  --af-paper-drop-y: 60px;
}

.af-board-topic-card--wide .af-board-topic-card-summary {
  min-height: 145px;
  padding: 38px 36px 38px;
}

.af-board-topic-card--wide .af-board-topic-card-pin {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.88) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--sheltra-sage), var(--sheltra-forest));
}

.af-board-topic-card--wide .af-board-topic-card-doodle {
  position: absolute;
  top: 34px;
  right: 48px;
  width: 72px;
  height: 62px;
  display: block;
}

.af-board-topic-card--wide .af-board-topic-card-doodle::before {
  position: absolute;
  top: 0;
  left: 36px;
  width: 2.5px;
  height: 48px;
  background: var(--sheltra-muted);
  border-radius: 999px;
  box-shadow: -22px 14px 0 var(--sheltra-muted), 24px 22px 0 var(--sheltra-muted);
  content: "";
  transform: rotate(25deg);
}

.af-board-topic-card--green-note {
  grid-column: 5 / 7;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  width: min(100%, 190px);
  min-height: 150px;
  margin-top: 16px;
  padding: 34px 22px 24px;
  background: var(--sheltra-sage);
  box-shadow: 0 14px 18px color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  color: var(--sheltra-muted);
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.28;
  --af-paper-delay: 0.88s;
  --af-paper-drop-x: -18px;
  --af-paper-drop-y: 58px;
  --af-paper-rotation: -6deg;
}

.af-board-topic-card--green-note .af-board-topic-card-tape {
  position: absolute;
  top: -24px;
  left: 78px;
  width: 42px;
  height: 62px;
  display: block;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sheltra-sand) 42%, transparent), color-mix(in srgb, var(--sheltra-sand) 92%, transparent), color-mix(in srgb, var(--sheltra-sand) 74%, transparent)),
    repeating-linear-gradient(45deg, color-mix(in srgb, var(--sheltra-forest) 8%, transparent) 0 5px, transparent 5px 10px);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.af-board-topic-card-green-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-board-topic-card-green-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
}

.af-board-topic-card-green-list li::before {
  content: "✓";
  font-family: var(--sheltra-font-ui, "Inter", system-ui, sans-serif);
  font-weight: 900;
}

.af-board-topic-card--green-note > p {
  margin: 0;
}

.af-board-topic-card--green-note .af-board-topic-card-note {
  right: 15px;
  bottom: 9px;
  font-size: 1.6rem;
  line-height: 1;
}

.af-board-topic-card--position-left {
  grid-column: 1 / 5;
}

.af-board-topic-card--position-center {
  grid-column: 5 / 9;
}

.af-board-topic-card--position-right {
  grid-column: 9 / 13;
}

.af-board-topic-card--sticky.af-board-topic-card--position-center,
.af-board-topic-card--sticky.af-board-topic-card--position-right {
  margin-left: 0;
}

.af-board-topic-card--wide.af-board-topic-card--position-left {
  grid-column: 1 / 7;
}

.af-board-topic-card--wide.af-board-topic-card--position-center {
  grid-column: 4 / 10;
}

.af-board-topic-card--wide.af-board-topic-card--position-right {
  grid-column: 7 / 13;
}

.af-board-topic-card--green-note.af-board-topic-card--position-left {
  grid-column: 1 / 3;
}

.af-board-topic-card--green-note.af-board-topic-card--position-center {
  grid-column: 6 / 8;
}

.af-board-topic-card--green-note.af-board-topic-card--position-right {
  grid-column: 11 / 13;
}

.af-board-topic-card:nth-of-type(1) {
  --af-paper-delay: 0.05s;
}

.af-board-topic-card:nth-of-type(2) {
  --af-paper-delay: 0.22s;
}

.af-board-topic-card:nth-of-type(3) {
  --af-paper-delay: 0.39s;
}

.af-board-topic-card:nth-of-type(4) {
  --af-paper-delay: 0.58s;
}

.af-board-topic-card:nth-of-type(5) {
  --af-paper-delay: 0.76s;
}

.af-trust-founder-section {
  background: var(--sheltra-warm-white);
}

.af-trust-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(44px, 7vw, 108px);
}

.af-trust-founder-copy {
  max-width: 650px;
}

.af-trust-founder-copy .section-title {
  margin-bottom: 24px;
}

.af-trust-founder-media,
.af-editor-trust-founder-media {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1.5px solid color-mix(in srgb, var(--sheltra-forest) 82%, transparent);
  border-radius: 8px;
  background: var(--sheltra-sage);
  box-shadow: 12px 14px 0 color-mix(in srgb, var(--sheltra-forest) 24%, transparent);
  overflow: visible;
}

.af-trust-founder-media img,
.af-editor-trust-founder-media img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.af-trust-founder-label {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 44px);
  z-index: 2;
  max-width: min(78%, 330px);
  color: var(--af-ink);
  font-size: clamp(0.94rem, 1.2vw, 1.1rem);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.af-trust-founder-label--patch {
  padding: 11px 17px;
  border: 1.5px solid var(--af-ink);
  border-radius: 999px;
  background: var(--sheltra-warm-white);
  box-shadow: 5px 6px 0 color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  transform: rotate(-2deg);
}

.af-trust-founder-label--sticky {
  padding: 18px 20px;
  border-radius: 4px;
  background: var(--sheltra-sand);
  box-shadow: 4px 7px 12px color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-weight: 700;
  transform: rotate(-3deg);
}

.af-editor-trust-founder {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 28px;
  margin-top: 16px;
}

.af-editor-trust-founder-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--sheltra-forest) 60%, transparent);
  font-weight: 800;
}

.af-topic-board-note {
  --af-note-rotation: -6deg;
  --af-tape-rotation: 0deg;
  position: relative;
  z-index: 2;
  grid-column: 5 / 7;
  justify-self: center;
  align-self: start;
  width: min(100%, 190px);
  min-height: 150px;
  margin-top: 16px;
  padding: 34px 22px 24px;
  background: var(--sheltra-sage);
  box-shadow: 0 14px 18px color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  color: var(--sheltra-muted);
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  transform: rotate(var(--af-note-rotation));
}

.af-topic-board-note ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-topic-board-note li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
}

.af-topic-board-note li::before {
  content: "✓";
  font-family: var(--sheltra-font-ui, "Inter", system-ui, sans-serif);
  font-weight: 900;
}

.af-topic-board-note-tape {
  position: absolute;
  top: -24px;
  left: 78px;
  width: 42px;
  height: 62px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sheltra-sand) 42%, transparent), color-mix(in srgb, var(--sheltra-sand) 92%, transparent), color-mix(in srgb, var(--sheltra-sand) 74%, transparent)),
    repeating-linear-gradient(45deg, color-mix(in srgb, var(--sheltra-forest) 8%, transparent) 0 5px, transparent 5px 10px);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.af-topic-board.reveal:not(.visible) .af-board-topic-card {
  opacity: 0;
  transform: translate3d(var(--af-paper-drop-x), var(--af-paper-drop-y), 0) rotate(calc(var(--af-paper-rotation) - 8deg)) scale(0.96);
}

.af-topic-board.reveal:not(.visible) .af-board-topic-card-pin,
.af-topic-board.reveal:not(.visible) .af-board-topic-card-tape,
.af-topic-board.reveal:not(.visible) .af-topic-board-note-tape {
  opacity: 0;
}

.af-topic-board.reveal:not(.visible) .af-topic-board-note {
  opacity: 0;
  transform: translate3d(-18px, 58px, 0) rotate(-14deg) scale(0.94);
}

.af-topic-board.visible .af-board-topic-card {
  animation: af-board-paper-land 0.72s cubic-bezier(0.2, 0.78, 0.2, 1.08) both;
  animation-delay: var(--af-paper-delay);
}

.af-topic-board.visible .af-board-topic-card-pin {
  animation: af-board-pin-pop 0.34s cubic-bezier(0.25, 1.5, 0.35, 1) both;
  animation-delay: calc(var(--af-paper-delay) + 0.42s);
}

.af-topic-board.visible .af-board-topic-card-tape {
  animation: af-board-tape-stick 0.36s ease-out both;
  animation-delay: calc(var(--af-paper-delay) + 0.5s);
}

.af-topic-board.visible .af-topic-board-note {
  animation: af-board-note-land 0.62s cubic-bezier(0.2, 0.78, 0.2, 1.08) both;
  animation-delay: 0.88s;
}

.af-topic-board.visible .af-topic-board-note-tape {
  animation: af-board-tape-stick 0.36s ease-out both;
  animation-delay: 1.22s;
}

@keyframes af-board-paper-land {
  0% {
    opacity: 0;
    transform: translate3d(var(--af-paper-drop-x), var(--af-paper-drop-y), 0) rotate(calc(var(--af-paper-rotation) - 8deg)) scale(0.96);
  }

  68% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) rotate(calc(var(--af-paper-rotation) + 1deg)) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: rotate(var(--af-paper-rotation));
  }
}

@keyframes af-board-pin-pop {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -18px, 0) scale(1.35);
  }

  72% {
    opacity: 1;
    transform: translate3d(-50%, 3px, 0) scale(0.88);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes af-board-tape-stick {
  0% {
    opacity: 0;
    transform: translate3d(10px, -18px, 0) rotate(calc(var(--af-tape-rotation) + 12deg)) scale(1.12);
  }

  100% {
    opacity: 1;
    transform: rotate(var(--af-tape-rotation));
  }
}

@keyframes af-board-note-land {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 58px, 0) rotate(-14deg) scale(0.94);
  }

  72% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) rotate(calc(var(--af-note-rotation) + 1deg)) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: rotate(var(--af-note-rotation));
  }
}

.af-topic-board-note-heart {
  position: absolute;
  right: 15px;
  bottom: 9px;
  font-size: 1.6rem;
  line-height: 1;
}

.af-editor-topic-board-heading {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  border-radius: 10px;
  background: var(--sheltra-sand);
}

.af-editor-topic-board-heading .components-base-control,
.af-editor-topic-board-heading .components-base-control__field {
  margin-bottom: 0;
}

.af-editor-topic-board-heading textarea,
.af-editor-topic-card textarea {
  min-height: 92px;
}

.af-editor-topic-card-summary {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.af-editor-topic-details {
  display: grid;
  gap: 9px;
  margin: 10px 0 16px;
}

.af-editor-topic-detail {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.af-editor-topic-detail .components-base-control,
.af-editor-topic-detail .components-base-control__field {
  margin-bottom: 0;
}

.af-editor-empty-state {
  margin: 0;
  color: var(--af-ink-72);
}

@media (max-width: 900px) {
  .af-topic-board-intro {
    max-width: 680px;
  }

  .af-topic-board-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .af-board-topic-card.af-board-topic-card--position-left,
  .af-topic-board-note {
    grid-column: 1 / 4;
    grid-row: auto;
    margin-left: 0;
  }

  .af-board-topic-card.af-board-topic-card--position-center {
    grid-column: 2 / 6;
    grid-row: auto;
    margin-left: 0;
  }

  .af-board-topic-card.af-board-topic-card--position-right {
    grid-column: 4 / 7;
    grid-row: auto;
    margin-left: 0;
  }

  .af-board-topic-card--wide .af-board-topic-card-doodle {
    display: none;
  }

  .af-editor-topic-card-summary {
    grid-template-columns: 1fr;
  }

  .af-trust-founder-grid,
  .af-editor-trust-founder {
    grid-template-columns: 1fr;
  }

  .af-trust-founder-copy {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  .af-topic-board {
    min-height: 0;
    padding: 26px 20px;
    border-radius: 16px;
  }

  .af-topic-board-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
  }

  .af-board-topic-card.af-board-topic-card--position-left,
  .af-board-topic-card.af-board-topic-card--position-center,
  .af-board-topic-card.af-board-topic-card--position-right,
  .af-topic-board-note {
    grid-column: auto;
    width: 100%;
    margin: 0;
    --af-paper-rotation: 0deg;
    --af-note-rotation: 0deg;
    clip-path: none;
  }

  .af-board-topic-card-summary {
    min-height: 0;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 34px 22px 16px;
  }

  .af-board-topic-card-icon {
    width: 54px;
    height: 54px;
  }

  .af-board-topic-card-body {
    margin: 0 22px;
    padding-bottom: 24px;
  }

  .af-board-topic-card:not(.af-board-topic-card--green-note) .af-board-topic-card-note,
  .af-board-topic-card:not(.af-board-topic-card--green-note) .af-board-topic-card-tape,
  .af-board-topic-card-doodle {
    display: none !important;
  }

  .af-topic-board-note {
    justify-self: stretch;
  }

  .af-editor-topic-detail {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .af-editor-topic-detail .components-button {
    grid-column: 2;
    justify-self: start;
  }

  .af-trust-founder-media,
  .af-editor-trust-founder-media {
    min-width: 0;
    box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  }
}

/* Modular About page. All selectors are scoped to the new blocks. */
.af-about-richtext > :first-child {
  margin-top: 0;
}

.af-about-richtext > :last-child {
  margin-bottom: 0;
}

.af-about-richtext a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.af-about-hero {
  position: relative;
  overflow: clip;
  padding-block: 76px 84px;
  background: var(--af-cream);
  color: var(--af-ink);
}

.af-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 76px;
  align-items: center;
}

.af-about-hero-copy {
  min-width: 0;
}

.af-about-hero-title {
  max-width: 790px;
  margin: 18px 0 24px;
  color: var(--af-ink);
  font-family: var(--sheltra-font-ui, "Inter", system-ui, sans-serif);
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.af-about-hero-title em,
.af-about-hero-title i {
  color: var(--af-sage);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-style: italic;
  font-weight: 500;
}

.af-about-hero-text {
  max-width: 680px;
  color: var(--af-ink-72);
  font-size: 1.12rem;
  line-height: 1.7;
}

.af-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.af-about-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.af-about-proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--af-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.af-about-proofs li span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--af-sage);
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-ink);
}

.af-about-hero-media {
  position: relative;
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 5;
  border: 2px solid var(--af-ink);
  border-radius: var(--af-radius-lg);
  background: var(--af-paper);
  box-shadow: 14px 16px 0 color-mix(in srgb, var(--sheltra-forest) 34%, transparent);
}

.af-about-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--af-radius-lg) - 2px);
  object-fit: cover;
  object-position: center;
}

.af-about-photo-note {
  position: absolute;
  z-index: 2;
  max-width: min(260px, 72%);
  padding: 11px 16px;
  border: 1.5px solid var(--af-ink);
  background: var(--af-white);
  box-shadow: 5px 6px 0 color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
  color: var(--af-ink);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
}

.af-about-photo-note--top {
  top: 28px;
  left: -34px;
  border-radius: 999px;
  transform: rotate(-3deg);
}

.af-about-photo-note--bottom {
  right: -20px;
  bottom: 32px;
  border-radius: 4px;
  background: var(--sheltra-sand);
  transform: rotate(2deg);
}

.af-about-history {
  padding-block: 104px;
  background: var(--af-paper);
}

.af-about-history-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.16fr);
  gap: 92px;
  align-items: start;
}

.af-about-section-intro {
  max-width: 620px;
}

.af-about-section-intro .section-title {
  margin: 14px 0 20px;
  font-size: 3.55rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.af-about-section-intro .section-lead,
.af-about-section-intro > .af-about-richtext {
  color: var(--af-ink-72);
  font-size: 1.06rem;
  line-height: 1.7;
}

.af-about-timeline {
  position: relative;
  display: grid;
  gap: 22px;
  padding-left: 42px;
}

.af-about-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 15px;
  width: 1px;
  background: var(--af-ink-18);
}

.af-about-timeline-item {
  position: relative;
}

.af-about-timeline-marker {
  position: absolute;
  top: 28px;
  left: -42px;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1.5px solid var(--af-ink);
  border-radius: 50%;
  background: var(--af-mint);
  color: var(--af-ink);
  font-size: 0.7rem;
  font-weight: 800;
}

.af-about-timeline-card {
  padding: 26px 28px;
  border: 1px solid var(--af-ink-12);
  border-radius: var(--af-radius-sm);
  background: var(--af-white);
}

.af-about-timeline-date,
.af-about-value-meta {
  color: var(--af-sage);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.af-about-timeline-card h3,
.af-about-value-card h3 {
  margin: 8px 0 10px;
  color: var(--af-ink);
  font-size: 1.42rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.af-about-timeline-card .af-about-richtext,
.af-about-value-card .af-about-richtext,
.af-about-team-copy .af-about-richtext {
  color: var(--af-ink-72);
  line-height: 1.65;
}

.af-about-timeline-tag,
.af-about-team-tag {
  display: inline-flex;
  margin-top: 16px;
  padding: 6px 10px;
  border: 1px solid var(--af-ink-12);
  border-radius: 999px;
  background: var(--af-cream);
  color: var(--af-ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.af-about-quote {
  padding-block: 96px;
  background: var(--af-ink);
  color: var(--af-paper);
}

.af-about-quote-inner {
  display: grid;
  grid-template-columns: 88px minmax(0, 900px);
  gap: 30px;
  justify-content: center;
  align-items: start;
}

.af-about-quote-mark {
  color: var(--af-mint);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 7rem;
  line-height: 0.8;
}

.af-about-quote blockquote {
  margin: 0;
}

.af-about-quote blockquote > p {
  margin: 0;
  color: var(--af-paper);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 2.65rem;
  font-style: italic;
  line-height: 1.28;
}

.af-about-quote footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin-top: 28px;
}

.af-about-quote footer strong {
  color: var(--af-white);
}

.af-about-quote footer span {
  color: color-mix(in srgb, var(--sheltra-warm-white) 68%, transparent);
}

.af-about-values {
  padding-block: 104px;
  background: var(--af-white);
}

.af-about-values-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 58px;
}

.af-about-values-statement {
  padding: 28px 30px;
  border-left: 3px solid var(--af-sage);
  background: var(--af-cream);
}

.af-about-values-statement strong {
  display: block;
  color: var(--af-ink);
  font-family: var(--sheltra-font-display, "Playfair Display", Georgia, serif);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.35;
}

.af-about-values-statement p {
  margin: 10px 0 0;
  color: var(--af-ink-72);
}

.af-about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--af-ink-18);
  border-left: 1px solid var(--af-ink-18);
}

.af-about-value-card {
  min-height: 240px;
  padding: 34px;
  border-right: 1px solid var(--af-ink-18);
  border-bottom: 1px solid var(--af-ink-18);
  background: var(--af-paper);
}

.af-about-value-card:nth-child(2),
.af-about-value-card:nth-child(3) {
  background: color-mix(in srgb, var(--af-mint) 35%, var(--af-paper));
}

.af-about-value-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.af-about-value-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--af-ink);
  border-radius: 50%;
  background: var(--af-white);
  color: var(--af-ink);
}

.af-about-team {
  padding-block: 104px;
  background: color-mix(in srgb, var(--af-mint) 62%, var(--af-paper));
}

.af-about-team-intro {
  margin-bottom: 56px;
}

.af-about-team-list {
  display: grid;
  gap: 28px;
}

.af-about-team-member {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
  padding: 18px;
  border: 1.5px solid var(--af-ink);
  border-radius: var(--af-radius-md);
  background: var(--af-white);
  box-shadow: 8px 9px 0 color-mix(in srgb, var(--sheltra-forest) 22%, transparent);
}

.af-about-team-member:nth-child(even) {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.68fr);
}

.af-about-team-member:nth-child(even) .af-about-team-photo {
  grid-column: 2;
  grid-row: 1;
}

.af-about-team-member:nth-child(even) .af-about-team-copy {
  grid-column: 1;
  grid-row: 1;
}

.af-about-team-photo {
  position: relative;
  display: grid;
  min-height: 260px;
  margin: 0;
  place-items: center;
  overflow: visible;
  border-radius: calc(var(--af-radius-md) - 6px);
  background: var(--af-cream);
}

.af-about-team-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 360px;
  border-radius: calc(var(--af-radius-md) - 6px);
  object-fit: cover;
  object-position: center;
}

.af-about-team-photo > span {
  color: var(--af-sage);
  font-size: 4rem;
  font-weight: 800;
}

.af-about-team-photo figcaption {
  position: absolute;
  right: -18px;
  bottom: 24px;
  max-width: 78%;
  padding: 10px 14px;
  border: 1px solid var(--af-ink);
  border-radius: 3px;
  background: var(--sheltra-sand);
  box-shadow: 4px 5px 0 color-mix(in srgb, var(--sheltra-forest) 14%, transparent);
  color: var(--af-ink);
  font-weight: 800;
  transform: rotate(-2deg);
}

.af-about-team-copy {
  padding: 22px 24px 22px 0;
}

.af-about-team-member:nth-child(even) .af-about-team-copy {
  padding: 22px 0 22px 24px;
}

.af-about-team-copy h3 {
  margin: 10px 0 14px;
  color: var(--af-ink);
  font-size: 2.2rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.af-about-editor-list-note,
.af-about-editor-image-placeholder {
  color: var(--af-ink-72);
  font-size: 0.78rem;
}

.af-about-editor-image-placeholder {
  display: grid;
  height: 100%;
  place-items: center;
}

.editor-styles-wrapper .af-about-editor-preview {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-block: 10px;
}

.editor-styles-wrapper .af-about-editor-preview .section-inner {
  width: min(100%, 1240px);
}

.editor-styles-wrapper .af-about-editor-preview [contenteditable="true"]:focus {
  outline: 1px dashed var(--af-sage);
  outline-offset: 4px;
}

.editor-styles-wrapper .af-about-timeline > .af-editor-innerblocks,
.editor-styles-wrapper .af-about-values-grid > .af-editor-innerblocks,
.editor-styles-wrapper .af-about-team-list > .af-editor-innerblocks {
  width: 100%;
}

.editor-styles-wrapper .af-about-timeline > .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .af-about-team-list > .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  gap: 22px;
}

.editor-styles-wrapper .af-about-values-grid > .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-styles-wrapper .af-about-values-grid > .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  margin: 0;
}

.editor-styles-wrapper .af-about-team-photo figcaption {
  margin: 0;
}

@media (max-width: 1080px) {
  .af-about-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 48px;
  }

  .af-about-hero-title {
    font-size: 3.6rem;
  }

  .af-about-history-layout {
    gap: 56px;
  }

  .af-about-section-intro .section-title {
    font-size: 3rem;
  }
}

@media (max-width: 820px) {
  .af-about-hero-grid,
  .af-about-history-layout,
  .af-about-values-head {
    grid-template-columns: 1fr;
  }

  .af-about-hero-media {
    width: min(100%, 560px);
    aspect-ratio: 5 / 4;
    justify-self: center;
  }

  .af-about-values-head {
    gap: 34px;
  }

  .af-about-team-member,
  .af-about-team-member:nth-child(even) {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
    gap: 28px;
  }

  .af-about-team-member:nth-child(even) .af-about-team-photo,
  .af-about-team-member:nth-child(even) .af-about-team-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .af-about-team-member:nth-child(even) .af-about-team-copy,
  .af-about-team-copy {
    padding: 18px 16px 18px 0;
  }
}

@media (max-width: 620px) {
  .af-about-hero,
  .af-about-history,
  .af-about-quote,
  .af-about-values,
  .af-about-team {
    padding-block: 62px;
  }

  .af-about-hero-grid {
    gap: 42px;
  }

  .af-about-hero-title {
    margin-top: 14px;
    font-size: 2.8rem;
    line-height: 1;
  }

  .af-about-hero-text {
    font-size: 1rem;
  }

  .af-about-actions {
    display: grid;
  }

  .af-about-actions .button {
    width: 100%;
    justify-content: center;
  }

  .af-about-proofs {
    display: grid;
    gap: 10px;
  }

  .af-about-hero-media {
    aspect-ratio: 4 / 5;
    box-shadow: 8px 9px 0 color-mix(in srgb, var(--sheltra-forest) 30%, transparent);
  }

  .af-about-photo-note--top {
    top: 18px;
    left: -8px;
  }

  .af-about-photo-note--bottom {
    right: -6px;
    bottom: 22px;
  }

  .af-about-section-intro .section-title {
    font-size: 2.55rem;
  }

  .af-about-timeline {
    padding-left: 34px;
  }

  .af-about-timeline-marker {
    left: -34px;
    width: 28px;
    height: 28px;
  }

  .af-about-timeline-card,
  .af-about-value-card {
    padding: 22px;
  }

  .af-about-quote-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .af-about-quote-mark {
    font-size: 5rem;
  }

  .af-about-quote blockquote > p {
    font-size: 1.8rem;
  }

  .af-about-values-grid,
  .editor-styles-wrapper .af-about-values-grid > .af-editor-innerblocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .af-about-value-card {
    min-height: 0;
  }

  .af-about-team-member,
  .af-about-team-member:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .af-about-team-photo {
    min-height: 240px;
  }

  .af-about-team-photo > img {
    min-height: 240px;
  }

  .af-about-team-member:nth-child(even) .af-about-team-copy,
  .af-about-team-copy {
    padding: 22px 12px 18px;
  }

  .af-about-team-copy h3 {
    font-size: 1.8rem;
  }
}
