/* Dzieci i młodzież — style odseparowane od zatwierdzonych stron motywu. */

body.odns-youth .odns-youth-main {
  --youth-navy: #173b63;
  --youth-sage: #71947f;
  --youth-green: #4f7563;
  --youth-pencil: #eaf1e7;
  --youth-paper: #fbf8f1;
  --youth-card: #fffdfa;
  --youth-gold: #d6a652;
  --youth-text: #33485a;
  overflow: clip;
  color: var(--youth-text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

body.odns-youth .odns-youth-main *,
body.odns-youth .odns-youth-main *::before,
body.odns-youth .odns-youth-main *::after {
  box-sizing: border-box;
}

body.odns-youth .odns-youth-main h1,
body.odns-youth .odns-youth-main h2,
body.odns-youth .odns-youth-main h3,
body.odns-youth .odns-youth-main p,
body.odns-youth .odns-youth-main figure {
  margin-top: 0;
}

body.odns-youth .odns-youth-main h1,
body.odns-youth .odns-youth-main h2,
body.odns-youth .odns-youth-main h3 {
  color: var(--youth-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

body.odns-youth .odns-youth-main h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.odns-youth-wrap {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
}

.odns-youth-section {
  position: relative;
  padding-block: 68px;
}

.odns-youth-sage,
.odns-youth-paper {
  position: relative;
  isolation: isolate;
}

.odns-youth-sage {
  background-color: var(--youth-pencil);
  background-image: url("../textures/sage-paper-seamless.webp");
  background-position: center;
  background-size: 2508px auto;
}

.odns-youth-paper {
  background-color: var(--youth-paper);
  background-image: url("../textures/cream-paper-seamless.webp");
  background-position: center;
  background-size: 2508px auto;
}

.odns-youth-sage::after,
.odns-youth-paper::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("../textures/paper-overlay-seamless.webp") center / 2508px auto repeat;
  content: "";
  opacity: 0.21;
  pointer-events: none;
}

.odns-youth-decor {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.odns-youth-corner-left,
.odns-youth-corner-right {
  bottom: 0;
  width: min(250px, 17vw);
  opacity: 0.42;
}

.odns-youth-corner-left {
  left: -38px;
}

.odns-youth-corner-right {
  right: -38px;
}

.odns-youth-heading {
  text-align: center;
}

body.odns-youth .odns-youth-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 3vw, 2.75rem);
  line-height: 1.04;
}

.odns-youth-separator,
.odns-youth-title-separator {
  display: block;
  height: 34px;
  object-fit: contain;
}

.odns-youth-separator {
  width: clamp(170px, 18vw, 290px);
  margin: 3px auto 18px;
}

.odns-youth-title-separator {
  width: 170px;
  margin: -2px 0 9px;
  object-position: left center;
}

.odns-youth-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 24px;
  border: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--youth-green);
  box-shadow: 0 7px 17px rgba(56, 89, 74, 0.15);
  color: var(--youth-card) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.odns-youth-button:hover,
.odns-youth-button:focus-visible {
  background: #426653;
  transform: translateY(-1px);
}

.odns-youth-button:focus-visible,
.odns-youth-main summary:focus-visible,
.odns-youth-main a:focus-visible {
  outline: 3px solid rgba(214, 166, 82, 0.65);
  outline-offset: 3px;
}

.odns-youth-card {
  border: 1px solid rgba(214, 166, 82, 0.45);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 7px 19px rgba(73, 91, 77, 0.055);
}

/* Hero */
.odns-youth-hero {
  position: relative;
  min-height: 500px;
  padding: 21px 0 32px;
}

.odns-youth-breadcrumbs {
  display: flex;
  min-height: 24px;
  margin-bottom: 2px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--youth-green);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.odns-youth-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.odns-youth-breadcrumbs span[aria-hidden="true"] {
  color: var(--youth-gold);
}

.odns-youth-hero-grid {
  display: grid;
  min-height: 438px;
  align-items: center;
  grid-template-columns: minmax(355px, 0.78fr) minmax(0, 1.42fr);
  gap: 16px;
}

.odns-youth-hero-copy {
  position: relative;
  z-index: 3;
  padding-left: 28px;
}

.odns-youth-eyebrow {
  margin-bottom: 8px;
  color: var(--youth-green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.odns-youth .odns-youth-hero-copy h1 {
  margin-bottom: 3px;
  font-size: clamp(4rem, 5vw, 4.65rem);
  line-height: 0.98;
  white-space: nowrap;
}

.odns-youth-hero-subtitle {
  margin-bottom: 17px;
  color: var(--youth-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.28;
}

.odns-youth-hero-copy > p:not(.odns-youth-eyebrow):not(.odns-youth-hero-subtitle) {
  max-width: 460px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.66;
}

.odns-youth-values {
  display: flex;
  margin: 18px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: var(--youth-navy);
  font-size: 10px;
  font-weight: 500;
  list-style: none;
}

.odns-youth-values li:not(:first-child)::before {
  margin-right: 20px;
  color: var(--youth-gold);
  content: "•";
}

.odns-youth-hero-art {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.odns-youth-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: contain;
}

/* Responsywne panele sekcji */
.odns-youth-panel {
  min-width: 0;
  border: 0;
}

.odns-youth-panel > summary {
  display: none;
}

.odns-youth-panel-content {
  min-width: 0;
}

/* Obszary pomocy */
.odns-youth-concerns-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.odns-youth-concern-card {
  min-width: 0;
  padding: 10px 10px 15px;
  text-align: center;
}

.odns-youth-concern-card > img {
  display: block;
  width: 100%;
  height: 132px;
  margin-bottom: 7px;
  object-fit: contain;
}

body.odns-youth .odns-youth-concern-card h3 {
  min-height: 42px;
  margin-bottom: 6px;
  font-size: 19px;
  line-height: 1.12;
}

.odns-youth-concern-card p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.52;
}

/* Rodzice i przebieg konsultacji */
.odns-youth-guidance-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1.28fr);
  gap: 34px;
}

.odns-youth-parents-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(180px, 0.72fr);
  gap: 12px;
}

.odns-youth-parents-grid p {
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 1.58;
}

.odns-youth-parents-grid ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.odns-youth-parents-grid li {
  position: relative;
  padding-left: 24px;
  color: var(--youth-green);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.odns-youth-parents-grid li::before {
  position: absolute;
  left: 0;
  color: var(--youth-green);
  content: "♡";
  font-size: 16px;
  line-height: 1;
}

.odns-youth-parents-art {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.odns-youth-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.odns-youth-process-grid article {
  position: relative;
  min-width: 0;
  text-align: center;
}

.odns-youth-process-grid article:not(:last-child)::after {
  position: absolute;
  top: 34px;
  right: -13px;
  width: 26px;
  height: 16px;
  background: url("../images/youth/lacznik-etapow.webp") center / 100% 100% no-repeat;
  content: "";
}

.odns-youth-process-icon {
  display: flex;
  width: 78px;
  height: 78px;
  margin: 0 auto 8px;
  align-items: center;
  justify-content: center;
}

.odns-youth-process-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.odns-youth .odns-youth-process-grid h3 {
  min-height: 39px;
  margin-bottom: 5px;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 11px;
  line-height: 1.32;
}

body.odns-youth .odns-youth-process-grid h3 span {
  color: var(--youth-green);
}

.odns-youth-process-grid p {
  margin-bottom: 0;
  font-size: 8.5px;
  line-height: 1.46;
}

/* Korzyści, specjaliści i FAQ */
.odns-youth-closing {
  padding-block: 58px;
}

.odns-youth-benefits-specialists-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(365px, 0.65fr);
  gap: 25px;
}

.odns-youth-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.odns-youth-benefits-grid article {
  min-width: 0;
  padding: 9px 9px 12px;
  text-align: center;
}

.odns-youth-benefits-grid img {
  display: block;
  width: 100%;
  height: 108px;
  margin-bottom: 5px;
  object-fit: contain;
}

body.odns-youth .odns-youth-benefits-grid h3 {
  min-height: 36px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.12;
}

.odns-youth-benefits-grid p {
  margin-bottom: 0;
  font-size: 8.5px;
  line-height: 1.43;
}

.odns-youth-specialists {
  min-width: 0;
}

body.odns-youth .odns-youth-specialists .odns-youth-heading h2 {
  font-size: clamp(1.9rem, 2.4vw, 2.45rem);
}

.odns-youth-specialists-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.odns-youth-specialists-grid article {
  min-width: 0;
  padding: 10px 8px 12px;
  text-align: center;
}

.odns-youth-specialists-grid article > img {
  display: block;
  width: 100%;
  height: 170px;
  margin: 0 auto 7px;
  border-radius: 14px;
  object-fit: contain;
  object-position: center;
}

body.odns-youth .odns-youth-specialists-grid h3 {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.15;
}

.odns-youth-specialists-grid p {
  min-height: 34px;
  margin-bottom: 7px;
  font-size: 9px;
  line-height: 1.4;
}

.odns-youth-specialists-grid a {
  color: var(--youth-green);
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}

.odns-youth-faq {
  margin-top: 36px;
}

.odns-youth-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.odns-youth-faq-list details {
  border: 1px solid rgba(214, 166, 82, 0.42);
  border-radius: 11px;
  background: rgba(255, 253, 250, 0.82);
}

.odns-youth-faq-list details:last-child {
  grid-column: 1 / -1;
}

.odns-youth-faq-list summary {
  display: flex;
  min-height: 38px;
  padding: 8px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--youth-navy);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

.odns-youth-faq-list summary::-webkit-details-marker {
  display: none;
}

.odns-youth-faq-list summary span {
  flex: 0 0 auto;
  color: var(--youth-green);
  font-size: 16px;
  transition: transform 160ms ease;
}

.odns-youth-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.odns-youth-faq-list details p {
  margin: 0;
  padding: 0 12px 12px;
  font-size: 10px;
  line-height: 1.56;
}

/* Końcowe CTA */
.odns-youth-cta {
  position: relative;
  min-height: 158px;
  padding: 28px 0 30px;
}

.odns-youth-cta .odns-youth-wrap {
  display: flex;
  padding-inline: 180px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

body.odns-youth .odns-youth-cta h2 {
  margin-bottom: 2px;
  font-size: 36px;
  line-height: 1.05;
}

.odns-youth-cta p {
  margin-bottom: 0;
  font-size: 13px;
}

.odns-youth-cta-left,
.odns-youth-cta-right {
  bottom: 0;
  width: min(280px, 20vw);
  opacity: 0.68;
}

.odns-youth-cta-left {
  left: 0;
}

.odns-youth-cta-right {
  right: 0;
}

@media (max-width: 1180px) {
  .odns-youth-wrap {
    width: min(100% - 80px, 1080px);
  }

  .odns-youth-hero-copy {
    padding-left: 8px;
  }

  .odns-youth-concerns-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .odns-youth-concern-card > img {
    height: 155px;
  }

  body.odns-youth .odns-youth-concern-card h3 {
    min-height: 0;
    font-size: 20px;
  }

  .odns-youth-guidance-grid {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 24px;
  }

  .odns-youth-parents-grid {
    grid-template-columns: 1fr;
  }

  .odns-youth-parents-art {
    height: 190px;
  }

  .odns-youth-benefits-specialists-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .odns-youth-benefits-grid img {
    height: 138px;
  }

  .odns-youth-specialists-grid {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .odns-youth-specialists-grid article {
    display: grid;
    align-items: center;
    grid-template-columns: 135px 1fr;
    gap: 12px;
    text-align: left;
  }

  .odns-youth-specialists-grid article > img {
    width: 135px;
    height: 165px;
    margin: 0;
    grid-row: 1;
  }

  .odns-youth-specialists-grid p {
    min-height: 0;
  }

  .odns-youth-cta .odns-youth-wrap {
    padding-inline: 130px;
  }
}

@media (max-width: 900px) {
  .odns-youth-wrap {
    width: min(100% - 64px, 820px);
  }

  .odns-youth-section {
    padding-block: 58px;
  }

  .odns-youth-hero {
    min-height: 0;
    padding-bottom: 36px;
  }

  .odns-youth-hero-grid {
    min-height: 0;
    grid-template-columns: minmax(285px, 0.76fr) minmax(0, 1.24fr);
    gap: 4px;
  }

  body.odns-youth .odns-youth-hero-copy h1 {
    font-size: 51px;
  }

  .odns-youth-eyebrow {
    font-size: 9px;
  }

  .odns-youth-hero-subtitle {
    font-size: 20px;
  }

  .odns-youth-hero-copy > p:not(.odns-youth-eyebrow):not(.odns-youth-hero-subtitle) {
    font-size: 13px;
  }

  .odns-youth-hero-art img {
    max-height: 400px;
  }

  .odns-youth-values {
    gap: 6px 10px;
    font-size: 8px;
  }

  .odns-youth-values li:not(:first-child)::before {
    margin-right: 10px;
  }

  .odns-youth-guidance-grid {
    grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
    gap: 20px;
  }

  .odns-youth-process-grid {
    gap: 5px;
  }

  .odns-youth-process-icon {
    width: 62px;
    height: 62px;
  }

  .odns-youth-process-grid article:not(:last-child)::after {
    top: 28px;
    right: -8px;
    width: 17px;
  }

  body.odns-youth .odns-youth-process-grid h3 {
    font-size: 9px;
  }

  .odns-youth-process-grid p {
    font-size: 7.5px;
  }

  .odns-youth-faq-list summary {
    font-size: 10px;
  }

  .odns-youth-cta .odns-youth-wrap {
    padding-inline: 105px;
  }
}

@media (max-width: 700px) {
  .odns-youth-wrap {
    width: min(100% - 36px, 620px);
  }

  .odns-youth-section {
    padding-block: 18px;
  }

  .odns-youth-breadcrumbs {
    margin-bottom: 12px;
    justify-content: center;
    font-size: 8px;
  }

  .odns-youth-hero {
    padding: 12px 0 18px;
  }

  .odns-youth-hero-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .odns-youth-hero-copy {
    padding-left: 0;
    text-align: center;
  }

  .odns-youth-eyebrow {
    margin-bottom: 6px;
    font-size: 8px;
  }

  body.odns-youth .odns-youth-hero-copy h1 {
    margin-bottom: 2px;
    font-size: clamp(40px, 11vw, 46px);
    white-space: normal;
  }

  .odns-youth-title-separator {
    width: 145px;
    height: 25px;
    margin: -2px auto 5px;
    object-position: center;
  }

  .odns-youth-hero-subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.22;
  }

  .odns-youth-hero-copy > p:not(.odns-youth-eyebrow):not(.odns-youth-hero-subtitle) {
    max-width: 380px;
    margin: 0 auto 12px;
    font-size: 12px;
    line-height: 1.52;
  }

  .odns-youth-button {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .odns-youth-values {
    margin-top: 13px;
    justify-content: center;
    gap: 4px 9px;
  }

  .odns-youth-values li:not(:first-child)::before {
    margin-right: 9px;
  }

  .odns-youth-hero-art {
    width: 100%;
    margin: 1px auto 0;
  }

  .odns-youth-hero-art img {
    max-height: 255px;
  }

  .odns-youth-decor {
    opacity: 0.24;
  }

  .odns-youth-guidance-grid,
  .odns-youth-benefits-specialists-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .odns-youth-panel {
    overflow: hidden;
    border: 1px solid rgba(214, 166, 82, 0.42);
    border-radius: 13px;
    background: rgba(255, 253, 250, 0.83);
    box-shadow: 0 4px 13px rgba(73, 91, 77, 0.04);
  }

  .odns-youth-panel > summary {
    display: grid;
    min-height: 64px;
    padding: 7px 11px 7px 8px;
    align-items: center;
    grid-template-columns: 70px 1fr auto;
    gap: 10px;
    color: var(--youth-navy);
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.16;
    list-style: none;
  }

  .odns-youth-panel > summary::-webkit-details-marker {
    display: none;
  }

  .odns-youth-panel > summary img {
    display: block;
    width: 70px;
    height: 50px;
    object-fit: contain;
  }

  .odns-youth-panel > summary i {
    color: var(--youth-green);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    transition: transform 160ms ease;
  }

  .odns-youth-panel[open] > summary i {
    transform: rotate(45deg);
  }

  .odns-youth-panel-content {
    padding: 12px 12px 15px;
    border-top: 1px solid rgba(214, 166, 82, 0.24);
  }

  .odns-youth-panel .odns-youth-heading {
    display: none;
  }

  .odns-youth-concerns-grid,
  .odns-youth-benefits-grid {
    grid-template-columns: 1fr;
  }

  .odns-youth-concern-card,
  .odns-youth-benefits-grid article {
    display: grid;
    min-height: 84px;
    padding: 7px 8px;
    align-items: center;
    grid-template-columns: 92px 1fr;
    column-gap: 10px;
    text-align: left;
  }

  .odns-youth-concern-card > img,
  .odns-youth-benefits-grid img {
    width: 92px;
    height: 70px;
    margin: 0;
    grid-row: 1 / 3;
  }

  body.odns-youth .odns-youth-concern-card h3,
  body.odns-youth .odns-youth-benefits-grid h3 {
    min-height: 0;
    margin-bottom: 1px;
    font-size: 17px;
  }

  .odns-youth-concern-card p,
  .odns-youth-benefits-grid p {
    font-size: 9px;
    line-height: 1.42;
  }

  .odns-youth-parents-grid {
    grid-template-columns: 1fr;
  }

  .odns-youth-parents-grid p {
    font-size: 10px;
  }

  .odns-youth-parents-art {
    height: 170px;
  }

  .odns-youth-process .odns-youth-panel-content {
    padding-inline: 7px;
  }

  .odns-youth-process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
  }

  .odns-youth-process-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 3px;
  }

  .odns-youth-process-grid article:not(:last-child)::after {
    top: 21px;
    right: -6px;
    width: 12px;
    height: 10px;
  }

  body.odns-youth .odns-youth-process-grid h3 {
    min-height: 0;
    margin-bottom: 0;
    font-size: 7.5px;
    line-height: 1.22;
  }

  .odns-youth-process-grid p {
    display: none;
  }

  .odns-youth-closing {
    padding-block: 18px;
  }

  .odns-youth-specialists {
    margin-top: 17px;
  }

  body.odns-youth .odns-youth-heading h2,
  body.odns-youth .odns-youth-specialists .odns-youth-heading h2 {
    font-size: 29px;
  }

  .odns-youth-separator {
    width: 155px;
    height: 25px;
    margin-bottom: 10px;
  }

  .odns-youth-specialists-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .odns-youth-specialists-grid article {
    display: grid;
    min-height: 112px;
    padding: 8px;
    align-items: center;
    grid-template-columns: 92px 1fr;
    gap: 11px;
    text-align: left;
  }

  .odns-youth-specialists-grid article > img {
    width: 92px;
    height: 100px;
    margin: 0;
  }

  body.odns-youth .odns-youth-specialists-grid h3 {
    font-size: 18px;
  }

  .odns-youth-specialists-grid p {
    min-height: 0;
    margin-bottom: 6px;
    font-size: 10px;
  }

  .odns-youth-specialists-grid a {
    font-size: 10px;
  }

  .odns-youth-faq {
    margin-top: 22px;
  }

  .odns-youth-faq-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .odns-youth-faq-list details:last-child {
    grid-column: auto;
  }

  .odns-youth-faq-list summary {
    min-height: 42px;
    font-size: 10px;
  }

  .odns-youth-cta {
    min-height: 0;
    padding: 18px 0 20px;
    text-align: center;
  }

  .odns-youth-cta .odns-youth-wrap {
    display: grid;
    padding-inline: 60px;
    justify-items: center;
    gap: 11px;
  }

  body.odns-youth .odns-youth-cta h2 {
    font-size: 30px;
  }

  .odns-youth-cta p {
    font-size: 11px;
  }

  .odns-youth-cta-left,
  .odns-youth-cta-right {
    width: 130px;
  }
}

@media (max-width: 430px) {
  .odns-youth-wrap {
    width: calc(100% - 32px);
  }

  .odns-youth-breadcrumbs {
    gap: 5px;
    font-size: 7px;
  }

  .odns-youth-hero-copy > p:not(.odns-youth-eyebrow):not(.odns-youth-hero-subtitle) {
    font-size: 11px;
  }

  .odns-youth-values {
    font-size: 7px;
  }

  .odns-youth-panel > summary {
    grid-template-columns: 64px 1fr auto;
  }

  .odns-youth-panel > summary img {
    width: 64px;
  }

  .odns-youth-process-icon {
    width: 43px;
    height: 43px;
  }

  body.odns-youth .odns-youth-process-grid h3 {
    font-size: 7px;
  }

  .odns-youth-cta .odns-youth-wrap {
    padding-inline: 45px;
  }
}

@media (max-width: 375px) {
  .odns-youth-wrap {
    width: calc(100% - 28px);
  }

  .odns-youth-button {
    max-width: 100%;
    padding-inline: 17px;
    font-size: 12px;
  }

  .odns-youth-concern-card,
  .odns-youth-benefits-grid article {
    grid-template-columns: 82px 1fr;
  }

  .odns-youth-concern-card > img,
  .odns-youth-benefits-grid img {
    width: 82px;
    height: 66px;
  }

  .odns-youth-process-icon {
    width: 39px;
    height: 39px;
  }

  .odns-youth-process-grid article:not(:last-child)::after {
    top: 18px;
  }

  body.odns-youth .odns-youth-process-grid h3 {
    font-size: 6.6px;
  }
}

@media (max-width: 360px) {
  .odns-youth-hero-subtitle {
    font-size: 17px;
  }

  .odns-youth-values {
    gap: 3px 7px;
  }

  .odns-youth-values li:not(:first-child)::before {
    margin-right: 7px;
  }

  .odns-youth-panel > summary {
    grid-template-columns: 58px 1fr auto;
    gap: 8px;
    font-size: 17px;
  }

  .odns-youth-panel > summary img {
    width: 58px;
  }

  .odns-youth-process-icon {
    width: 36px;
    height: 36px;
  }

  body.odns-youth .odns-youth-process-grid h3 {
    font-size: 6.25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .odns-youth-button,
  .odns-youth-panel > summary i,
  .odns-youth-faq-list summary span {
    transition: none;
  }
}
