@font-face {
  font-family: "Regolapro";
  src: url("./fonts/RegolaPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regolapro";
  src: url("./fonts/RegolaPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regolapro";
  src: url("./fonts/RegolaPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regolapro book";
  src: url("./fonts/RegolaPro-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* remove this whole :root and put in your global css file that's shared on all pages, then just remove this section from all other Stitches you add later, only need this once in your global stylesheet */
  --primary: #4541e1;
  --primaryLight: #ffba43;
  --secondary: #ffba43;
  --secondaryLight: #ffba43;
  --headerColor: #1a1a1a;
  --bodyTextColor: #4e4b66;
  --bodyTextColorWhite: #fafbfc;

  /* 13px - 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;

  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  /* prevents padding from affecting height and width */
  box-sizing: border-box;
}
main a {
  color: var(--bodyTextColor);
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
}

.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  color: var(--primary);
  margin-bottom: 0.25rem;
  display: block;
}

.cs-title {
  font-size: var(--headerFontSize);
  font-weight: 700;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--headerColor);
  position: relative;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
}

.cs-text {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
}

/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1426 {
    /* Centers button */
    text-align: center;

    /* 200px - 300px - leaving extra space for the navigation */
    padding: clamp(12.5rem, 25.95vw, 18.75em) 1rem;

    /* prevents the topper line from causing an overflow */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1426 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1426 .cs-background:before {
    /* Overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.48;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;

    /* prevents the cursor from interacting with it */
    pointer-events: none;
  }
  #hero-1426 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero-1426 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  #hero-1426 .cs-content {
    width: 100%;
    max-width: 39.375rem;
  }
  #hero-1426 .cs-topper {
    /* 13px - 16px */
    font-size: clamp(0.8125rem, 1.5vw, 1rem);
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--secondary);
    display: inline-block;
    position: relative;
  }
  #hero-1426 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: 51.8125rem;
    color: #fff;
    position: relative;
  }
  #hero-1426 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 auto 0;
    margin-bottom: 2rem;
    color: #fff;
  }
  #hero-1426 .cs-button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #hero-1426 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #1a1a1a;
    min-width: 12.5rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #hero-1426 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #hero-1426 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-1426 .cs-button1 {
    background-color: var(--secondary);
  }
}

/* --- SaaS UI/UX hero styling (override to match screenshot) --- */
:root {
  --bg: #fbf4eb;
  --accent: #81ef89;
  --primary: var(--accent);
  --secondary: var(--accent);
  --headerColor: #343434;
  --bodyTextColor: #26221e;
  --bodyTextColorWhite: #ffffff;
  --topperFontSize: clamp(18px, 2vw, 26px);
  --headerFontSize: clamp(46px, 7vw, 96px);
  --h2FontSize: clamp(36px, 7vw, 72px);
  --bodyFontSize: clamp(1.05rem, 1.55vw, 1.25rem);
  --grayMid: #121214b8;
}

html,
body {
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#hero-1426 {
  background: var(--bg);
  min-height: 100vh;
  padding: 0 1rem;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero-1426 .cs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1200px;
  width: 100%;
  padding: 6rem 0;
}

#hero-1426 .cs-content {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#hero-1426 .cs-topper {
  margin: 0 0 24px 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  color: #15151575;
  font-size: var(--topperFontSize);
  display: inline-block;
}

#hero-1426 .cs-title {
  color: var(--headerColor);
  font-size: var(--headerFontSize);
  font-weight: 500;
  text-align: left;
  line-height: 1.05;
  margin: 0;
  width: 100%;
  margin-bottom: 24px;
  letter-spacing: -0.125rem;
  max-width: 100%;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
}

#hero-1426 .cs-text {
  color: var(--bodyTextColor);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.675;
  max-width: 700px;
  margin: 16px 0 62px 0;
  text-align: left;
}

#hero-1426 .cs-button-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.75rem;
}

#hero-1426 .cs-button-solid {
  background-color: var(--accent);
  color: var(--headerColor);
  border-radius: 0.5rem;
  min-width: unset;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  box-sizing: border-box;
  letter-spacing: 1.5px;
  z-index: 0;
  text-transform: uppercase;
}

#hero-1426 .cs-button-solid:before {
  display: none;
}

#hero-1426 .cs-button-link {
  color: var(--headerColor);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#hero-1426 .cs-button-link:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------
   Section theme: add class "dark" on any <section> to invert surface vs text.
   Light (default): warm bg + dark text. Dark: near-black bg + light text.
   ------------------------------------------------------------------ */
section.dark {
  --section-bg: #343434;
  --section-ink: #fdf9f5;
  --section-muted: rgba(255, 255, 255, 0.52);
  --section-body: #fef9f6cc;
  --section-button-text: #141416;
  background-color: var(--section-bg);
  color: var(--section-ink);
}

#hero-1426.dark {
  background: var(--section-bg);
}

#hero-1426.dark .cs-topper {
  color: var(--section-muted);
}

#hero-1426.dark .cs-title {
  color: var(--section-ink);
}

#hero-1426.dark .cs-text {
  color: var(--section-body);
}

#hero-1426.dark .cs-button-solid {
  background-color: var(--accent);
  color: var(--section-button-text);
}

#hero-1426.dark .cs-button-link {
  color: var(--section-ink);
}

#hero-1426.dark .cs-button-link:hover {
  color: var(--section-ink);
}

/* Seamless page bg when the full-height hero is dark (same as section.dark) */
html:has(#hero-1426.dark),
body:has(#hero-1426.dark) {
  background: #121214;
}

/* ------------------------------------------------------------------
   Content section: light band (works after dark hero)
   ------------------------------------------------------------------ */
.section--light {
  background: var(--bg);
  color: var(--headerColor);
}

.section-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3.5rem, 10vw, 10.25rem) 0;
}

.section-design-saas .section-heading {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: var(--h2FontSize);
  letter-spacing: -0.06rem;
  color: var(--headerColor);
  text-align: left;
  max-width: 80%;
  margin: 0 0 clamp(2.5rem, 8vw, 14rem) 0;
  line-height: 1.05;
}

.section-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.section-media {
  width: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.iso-cube-container {
  position: relative;
  top: -120px;
  transform: skewY(-20deg);
  animation: iso-cube-float 5s linear infinite;
}

.iso-cube {
  position: relative;
  z-index: 2;
}

.iso-cube:nth-child(2) {
  z-index: 1;
  transform: translate(-60px, -60px);
}

.iso-cube:nth-child(3) {
  z-index: 3;
  transform: translate(60px, 60px);
}

.iso-cube div {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transform: translate(calc(-70px * var(--x)), calc(-60px * var(--y)));
}

.iso-cube div span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #dcdcdc;
  z-index: calc(1 * var(--i));
  transition: 1.5s;
}

.iso-cube div span:hover {
  transition: 0s;
  background: var(--accent);
  filter: drop-shadow(0 0 30px var(--accent));
}

.iso-cube div span:hover:before,
.iso-cube div span:hover:after {
  transition: 0s;
  background: var(--accent);
}

.iso-cube div span:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 40px;
  height: 100%;
  background: #ffffff;
  transform-origin: right;
  transform: skewY(45deg);
  transition: 1.5s;
}

.iso-cube div span:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  transform-origin: bottom;
  transform: skewX(45deg);
  transition: 1.5s;
}

@keyframes iso-cube-float {
  0%,
  100% {
    transform: skewY(-20deg) translateY(0);
  }
  50% {
    transform: skewY(-20deg) translateY(-12px);
  }
}

.section-eyebrow {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;
  font-size: clamp(0.8125rem, 2.1vw, 16px);
  line-height: 1.4;
  color: var(--grayMid);
  margin: 0 0 1rem 0;
  text-align: left;
  /* text-transform: uppercase; */
  letter-spacing: -1.5%;
}

.section-body {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: normal;
  line-height: 1.675;
  color: var(--headerColor);
  margin: 0;
  text-align: left;
  max-width: 38rem;
  margin-bottom: 1.15rem;
}

@media only screen and (max-width: 768px) {
  .section-columns {
    grid-template-columns: 1fr;
  }

  .section-media {
    min-height: 320px;
  }
}

/* ------------------------------------------------------------------ */
/* Section 3: Services                                                 */
/* ------------------------------------------------------------------ */
#services-1377 {
  padding: clamp(3.75rem, 8vw, 6.25rem) 1rem;
  background-color: var(--bg);
}

#services-1377 .services-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(2.5rem, 5vw, 4rem);
}

/* Header: topper + headline (left), intro copy (right) */
#services-1377 .services-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  text-align: left;
}

#services-1377 .services-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
}

#services-1377 .services-topper {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--accent);
  margin: 0;
}

#services-1377 .services-title {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--headerColor);
  margin: 0;
  max-width: none;
  text-align: left;
  text-wrap: balance;
  letter-spacing: -0.04em;
}

#services-1377 .services-intro {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  line-height: 1.65;
  color: var(--headerColor);
  opacity: 0.88;
  margin: 0;
  max-width: 28rem;
  justify-self: end;
  /* Aligns intro roughly with headline block (below topper), reference-style */
  padding-top: clamp(2.25rem, 3.5vw, 3.5rem);
}

@media only screen and (max-width: 900px) {
  #services-1377 .services-content {
    grid-template-columns: 1fr;
  }

  #services-1377 .services-intro {
    padding-top: 0;
    justify-self: start;
    max-width: 40rem;
  }
}

#services-1377 .services-card-group {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.3vw, 1.25rem);
}

#services-1377 .services-item {
  list-style: none;
  width: 100%;
  min-height: clamp(13.125rem, 30vw, 24rem);
  margin: 0;
  box-sizing: border-box;
  padding: clamp(1rem, 1.8vw, 1.75rem);
  padding-top: clamp(1.5rem, 2.3vw, 2rem);
  background-color: #ffffff;
  border: 1px solid rgba(29, 30, 34, 0.08);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-column: span 12;
  gap: 2rem;
  transition: background-color 0.3s, border-color 0.3s;
}

#services-1377 .services-item:hover,
#services-1377 .services-item:active,
#services-1377 .services-item:focus-within {
  background-color: var(--accent);
  border-color: var(--accent);
}

#services-1377 .services-item:hover .services-arrow,
#services-1377 .services-item:active .services-arrow,
#services-1377 .services-item:focus-within .services-arrow {
  filter: grayscale(1) brightness(1000%);
}

#services-1377 .services-item:hover .services-h3,
#services-1377 .services-item:active .services-h3,
#services-1377 .services-item:focus-within .services-h3 {
  color: #ffffff;
  transform: translateY(-0.35rem);
}

#services-1377 .services-item:hover .services-arrow-wrapper,
#services-1377 .services-item:active .services-arrow-wrapper,
#services-1377 .services-item:focus-within .services-arrow-wrapper {
  border-color: rgba(255, 255, 255, 0.8);
}

#services-1377 .services-item:hover .services-desc,
#services-1377 .services-item:active .services-desc,
#services-1377 .services-item:focus-within .services-desc {
  opacity: 1;
  max-height: 10rem;
  transform: translateY(0);
}

/*
  Service icons: use <img> SVGs (reliable vs mask-image on external SVGs).
  Default = tint toward accent orange; hover card = white icons.
*/
#services-1377 .services-icon {
  width: auto;
  height: 3.5rem;
  display: block;
  flex-shrink: 0;
  transition: filter 0.3s;
  /* Tint monochrome icons toward ~#ff8e5e (matches --accent) */
  filter: brightness(0) saturate(45%) invert(62%) sepia(27%) saturate(800%)    hue-rotate(335deg) brightness(1) contrast(1.02);
}

#services-1377 .services-item:hover .services-icon,
#services-1377 .services-item:active .services-icon,
#services-1377 .services-item:focus-within .services-icon {
  filter: brightness(0) invert(1);
}

#services-1377 .services-link {
  text-decoration: none;
  color: var(--headerColor);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title arrow"
    "desc arrow";
  align-items: end;
  column-gap: 0.75rem;
  row-gap: 0.6rem;
}

#services-1377 .services-h3 {
  grid-area: title;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  word-break: break-word;
  color: var(--headerColor);
  margin: 0;
  transition: color 0.3s, transform 0.3s;
}

#services-1377 .services-desc {
  grid-area: desc;
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  transform: translateY(0.5rem);
  transition: opacity 0.3s, transform 0.3s, max-height 0.3s;
}

#services-1377 .services-arrow-wrapper {
  grid-area: arrow;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: border-color 0.3s;
}

#services-1377 .services-arrow {
  width: auto;
  height: 0.75rem;
  transition: filter 0.3s;
}

@media only screen and (min-width: 31.25rem) {
  #services-1377 .services-item {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 48rem) {
  #services-1377 .services-item {
    grid-column: span 3;
  }
}

@media only screen and (min-width: 81.25rem) {
  #services-1377 .services-link {
    flex-direction: row;
  }
}

/* ------------------------------------------------------------------ */
/* Landing pages (light) — reusable blocks for adhd-* routes, etc.     */
/* ------------------------------------------------------------------ */

.landing-skip {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: var(--headerColor);
  text-decoration: none;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-size: 14px;
}

.landing-skip:focus {
  left: 1rem;
  top: 1rem;
}

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

.landing-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid rgba(29, 30, 34, 0.08);
}

.landing-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  min-height: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.landing-logo {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--headerColor);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.landing-logo__img {
  height: 42px;
  width: auto;
  display: block;
}

.landing-logo:hover {
  color: var(--headerColor);
  opacity: 0.85;
}

.landing-nav {
  display: none;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.landing-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(29, 30, 34, 0.18);
  background: transparent;
  color: var(--headerColor);
  border-radius: 0.5rem;
  cursor: pointer;
}

.landing-menu-toggle__bars {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
}

.landing-menu-toggle__bars span {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.landing-mobile-nav {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(29, 30, 34, 0.08);
  padding-top: 0.75rem;
  margin-top: 0.25rem;
}

.landing-mobile-nav[data-open="true"] {
  display: block;
}

.landing-mobile-nav a {
  display: block;
  padding: 0.6rem 0;
  text-decoration: none;
  color: var(--bodyTextColor);
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: 1.5rem;
  text-align: left;
  text-transform: capitalize;
}

.landing-mobile-nav a:hover,
.landing-mobile-nav a:focus-visible,
.landing-mobile-nav a[aria-current="page"] {
  color: var(--headerColor);
}

@media only screen and (min-width: 640px) {
  .landing-header__inner {
    flex-wrap: nowrap;
  }

  .landing-nav {
    display: flex;
  }

  .landing-menu-toggle,
  .landing-mobile-nav {
    display: none !important;
  }
}

.landing-nav a {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  color: var(--bodyTextColor);
  text-decoration: none;
}

.landing-nav a:hover,
.landing-nav a:focus-visible {
  color: var(--headerColor);
}

.landing-nav a[aria-current="page"] {
  color: var(--headerColor);
  font-weight: 500;
}

.landing-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.landing-link {
  display: none;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  color: var(--bodyTextColor);
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .landing-link {
    display: inline;
  }
}

.landing-link:hover {
  color: var(--headerColor);
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent);
  color: var(--headerColor);
  border-radius: 999px;
  padding: 0.65rem 1.25rem;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.landing-btn:hover {
  filter: brightness(0.97);
}

.landing-hero {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3.5rem);
}

.landing-hero__title {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--headerColor);
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  max-width: 22ch;
}

.landing-hero__copy {
  max-width: 40rem;
}

.landing-hero__copy .section-body + .section-body {
  margin-top: 0.25rem;
}

.landing-feature {
  padding-bottom: clamp(2.5rem, 7vw, 5rem);
}

.landing-media {
  display: grid;
  gap: 1rem;
  align-items: start;
}

@media only screen and (min-width: 900px) {
  .landing-media {
    grid-template-columns: 1fr minmax(12rem, 0.35fr);
    gap: 2rem;
  }
}

.landing-media__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  background: linear-gradient(145deg, #ffffff 0%, var(--bg) 100%);
  border: 1px solid rgba(29, 30, 34, 0.08);
  box-shadow: 0 18px 40px rgba(18, 20, 24, 0.06);
}

.landing-media__frame--quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.landing-media__quote {
  margin: 0 0 1rem;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--headerColor);
  max-width: 12ch;
}

.landing-media__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  max-width: 24rem;
}

.landing-media__list li {
  position: relative;
  padding-left: 1rem;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.92rem, 1.35vw, 1rem);
  line-height: 1.45;
  color: var(--bodyTextColor);
}

.landing-media__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.landing-media__caption {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.35vw, 1rem);
  line-height: 1.5;
  color: var(--grayMid);
  max-width: 28rem;
}

@media only screen and (min-width: 900px) {
  .landing-media__caption {
    padding-top: 0.5rem;
  }
}

.landing-stats {
  padding: clamp(2rem, 7vw, 6rem) 0;
  /* border-top: 1px solid rgba(29, 30, 34, 0.08); */
  /* border-bottom: 1px solid rgba(29, 30, 34, 0.08); */
}

.landing-stats__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 3rem);
}

@media only screen and (min-width: 640px) {
  .landing-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.landing-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.landing-stat__value {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 1;
  letter-spacing: -0.06rem;
  color: var(--accent);
}

.landing-stat__label {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: var(--headerColor);
}

.landing-stat__hint {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.35vw, 1rem);
  line-height: 1.45;
  color: var(--bodyTextColor);
  opacity: 0.9;
}

.landing-cta-band {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
}

.landing-cta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .landing-cta-band__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.landing-cta-band__title {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--headerColor);
  margin: 0;
  max-width: 28rem;
}

.landing-article__inner {
  padding-top: clamp(3rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.landing-article__heading {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: var(--h2FontSize);
  letter-spacing: -0.06rem;
  color: var(--headerColor);
  text-align: left;
  line-height: 1.05;
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
  max-width: 90%;
}

.landing-article__inner .section-body:last-of-type {
  margin-bottom: 0;
}

.landing-endmark {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  background: var(--accent);
  border-radius: 2px;
}

.landing-footer {
  border-top: 1px solid rgba(29, 30, 34, 0.08);
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  background: var(--bg);
}

.landing-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media only screen and (min-width: 600px) {
  .landing-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.landing-footer__note {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: 0.9375rem;
  color: var(--grayMid);
}

.landing-footer__note a {
  color: var(--bodyTextColor);
  text-decoration: none;
}

.landing-footer__note a:hover {
  color: var(--headerColor);
  text-decoration: underline;
}

/* --- Landing: expanded hub layout (ADHDLiving.org) --- */

.landing-page a:focus-visible,
.landing-page .landing-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.landing-btn--ghost {
  background: transparent;
  color: var(--headerColor);
  border: 1px solid rgba(29, 30, 34, 0.18);
}

.landing-btn--ghost:hover {
  filter: none;
  background: rgba(29, 30, 34, 0.04);
}

.landing-btn--secondary {
  background: var(--headerColor);
  color: #faf9f6;
}

.landing-btn--secondary:hover {
  filter: brightness(1.08);
}

.landing-breadcrumb {
  padding: 1rem 0 0;
}

.landing-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: 0.8125rem;
  color: var(--grayMid);
}

.landing-breadcrumb__list a {
  color: var(--bodyTextColor);
  text-decoration: none;
}

.landing-breadcrumb__list a:hover {
  text-decoration: underline;
}

.landing-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: rgba(18, 20, 24, 0.35);
}

.landing-lede {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(1.05rem, 1.65vw, 1.2rem);
  line-height: 1.5;
  color: var(--headerColor);
  font-weight: 500;
  max-width: 40rem;
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}

.landing-hero__cta {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 4rem;
}

.landing-hero__cta-note {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.35vw, 1rem);
  color: var(--grayMid);
  max-width: 28rem;
}

.landing-feelings {
  list-style: none;
  margin: clamp(1.1rem, 3vw, 1.6rem) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 100%;
}

.landing-feelings li {
  padding: 1rem 2rem;
  border-radius: 999px;
  background: rgba(18, 20, 24, 0.06);
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: var(--bodyFontSize);
  line-height: 1;
  color: var(--bodyTextColor);
}

.landing-statband {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.landing-statband__text {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(1rem, 1.65vw, 1.15rem);
  line-height: 1.6;
  color: var(--bodyTextColor);
  max-width: 42rem;
}

.landing-statband__figure {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -0.04em;
  color: var(--accent);
  display: inline;
}

.landing-statband__text--reader {
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
  max-width: 36rem;
  font-weight: 500;
  color: var(--headerColor);
}

.landing-section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.landing-section--tight {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.landing-section--band {
  background: #ffffff;
  border-top: 1px solid rgba(29, 30, 34, 0.06);
  border-bottom: 1px solid rgba(29, 30, 34, 0.06);
}

.landing-section--faq {
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.landing-inner--narrow {
  max-width: 44rem;
}

.landing-h2 {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--headerColor);
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}

.landing-h3 {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--headerColor);
  margin: clamp(2rem, 4vw, 2.75rem) 0 0.75rem;
}

.landing-inner > .landing-h3:first-child {
  margin-top: 0;
}

.landing-kicker {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 500;
  color: var(--headerColor);
  margin: 0 0 1rem;
}

.landing-tight {
  margin-top: 0.75rem;
}

.landing-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 40rem;
}

.landing-steps li {
  counter-increment: step;
  position: relative;
  padding-left: 2.75rem;
  border-left: 2px solid rgba(129, 239, 137, 0.45);
  padding-bottom: 0.25rem;
}

.landing-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--headerColor);
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  margin-left: 1px;
}

.landing-steps__title {
  display: block;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--headerColor);
  margin-bottom: 0.25rem;
}

.landing-steps__detail {
  display: block;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.95rem, 1.45vw, 1.05rem);
  line-height: 1.55;
  color: var(--bodyTextColor);
}

.landing-steps a {
  color: var(--bodyTextColor);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.landing-steps a:hover {
  color: var(--headerColor);
}

.landing-checklist {
  margin: 0.5rem 0rem 2rem;
  padding-left: 1.25rem;
  max-width: 40rem;
}

.landing-checklist li {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.95rem, 1.45vw, 1.05rem);
  line-height: 1.55;
  color: var(--bodyTextColor);
  margin-bottom: 0.4rem;
}

.landing-loop {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media only screen and (min-width: 720px) {
  .landing-loop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.landing-loop li {
  position: relative;
  padding: 1rem 1rem 1rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(29, 30, 34, 0.08);
  border-radius: 0.75rem;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 0.98rem);
  line-height: 1.45;
  color: var(--bodyTextColor);
}

.landing-loop li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 99px;
  background: var(--accent);
}

.landing-bullets {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  max-width: 44rem;
}

.landing-bullets li {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.98rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: var(--bodyTextColor);
  margin-bottom: 0.75rem;
}

.landing-bullets a {
  color: var(--bodyTextColor);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.landing-bullets a:hover {
  color: var(--headerColor);
}

.landing-strategies {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  margin-top: 0.5rem;
}

@media only screen and (min-width: 640px) {
  .landing-strategies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-strategy {
  margin: 0;
  padding: 1.25rem 1.35rem;
  background: var(--bg);
  border: 1px solid rgba(29, 30, 34, 0.08);
  border-radius: 0.75rem;
}

.landing-strategy__icon {
  color: var(--accent);
  margin-bottom: 0.65rem;
}

.landing-strategy__title {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: var(--headerColor);
}

.landing-strategy__body {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.92rem, 1.4vw, 1rem);
  line-height: 1.55;
  color: var(--bodyTextColor);
}

.landing-strategy__body a {
  color: var(--bodyTextColor);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.landing-strategy__body a:hover {
  color: var(--headerColor);
}

.landing-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 3vw, 1.5rem);
  margin-top: 1rem;
}

@media only screen and (min-width: 720px) {
  .landing-duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-panel {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(29, 30, 34, 0.08);
  border-radius: 0.75rem;
  background: #ffffff;
}

.landing-panel__title {
  margin: 0 0 0.75rem;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--headerColor);
}

.landing-panel__list {
  margin: 0;
  padding-left: 1.1rem;
}

.landing-panel__list li {
  margin-bottom: 0.45rem;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.95rem, 1.45vw, 1.02rem);
  line-height: 1.55;
  color: var(--bodyTextColor);
}

.landing-scripts {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  max-width: 40rem;
}

.landing-scripts li {
  margin-bottom: 0.85rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.65);
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.55;
  color: var(--bodyTextColor);
}

.landing-scripts q {
  quotes: "“" "”" "‘" "’";
}

.landing-note {
  margin: 1rem 0 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 0.95rem);
  line-height: 1.55;
  color: var(--grayMid);
  max-width: 40rem;
}

.landing-symptoms {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

@media only screen and (min-width: 640px) {
  .landing-symptoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-symptoms li {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 2rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(29, 30, 34, 0.08);
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.92rem, 1.35vw, 1rem);
  line-height: 1.45;
  color: var(--bodyTextColor);
}

.landing-symptoms li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.25rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.landing-faq {
  margin: 0.5rem 0 0;
}

.landing-faq__item {
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(29, 30, 34, 0.08);
}

.landing-faq__item:first-child {
  padding-top: 0.25rem;
}

.landing-faq dt {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--headerColor);
  margin-bottom: 0.5rem;
}

.landing-faq dd {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.95rem, 1.45vw, 1.05rem);
  line-height: 1.6;
  color: var(--bodyTextColor);
}

.landing-faq a {
  color: var(--bodyTextColor);
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.landing-faq a:hover {
  color: var(--headerColor);
}

.landing-newsletter-section {
  padding: 0 0 clamp(2.5rem, 6vw, 4rem);
}

.landing-newsletter {
  background: #343434;
  border-radius: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.landing-newsletter__content {
  max-width: 42rem;
}

.landing-newsletter__title {
  margin: 0 0 0.35rem;
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #f8f4ef;
}

.landing-newsletter__text {
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: rgba(248, 244, 239, 0.46);
  max-width: 34rem;
}

.landing-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.landing-newsletter__input {
  flex: 1 1 18rem;
  min-width: 0;
  height: 3rem;
  padding: 0 1.1rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f8f4ef;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: 0.95rem;
  outline: none;
}

.landing-newsletter__input::placeholder {
  color: rgba(248, 244, 239, 0.44);
}

.landing-newsletter__input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.landing-newsletter__button {
  height: 3rem;
  padding: 0 1.3rem;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: var(--headerColor);
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
}

.landing-newsletter__button:hover {
  filter: brightness(0.98);
}

.landing-newsletter__success,
.landing-newsletter__error {
  margin: 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
}

.landing-newsletter__success {
  color: #f8f4ef;
}

.landing-newsletter__error {
  color: #ffd5d5;
  margin-top: 0.35rem;
}

@media only screen and (max-width: 560px) {
  .landing-newsletter__form {
    align-items: stretch;
  }

  .landing-newsletter__input,
  .landing-newsletter__button {
    width: 100%;
  }
}

.landing-related {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media only screen and (min-width: 560px) {
  .landing-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-related li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.3rem 1.3rem;
  border: 1px solid rgba(29, 30, 34, 0.08);
  border-radius: 0.65rem;
  background: var(--grayMid);
}

.landing-related a {
  font-family: "Regolapro", "Regolapro book", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--accent);
  text-decoration: none;
  width: fit-content;
  border-bottom: none;
  text-transform: capitalize;
}

.landing-related a:hover {
  text-decoration: none;
  text-underline-offset: 0.15em;
  color: var(--bg);
}

.landing-related span {
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: .9rem;
  color: var(--bg);
  line-height: 1.4;
}

.landing-disclaimer {
  padding: clamp(2rem, 5vw, 3.5rem) 0 !important;
}

.landing-disclaimer__text {
  margin: 0.5rem 0 0;
  font-family: "Regolapro book", "Regolapro", "Arial", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 0.9375rem);
  line-height: 1.6;
  color: var(--grayMid);
  max-width: 40rem;
}

.landing-home-guides .landing-newsletter-section {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
}

