/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

/* Basic Body Styles */
body {
  margin: 0;
  /*font-family: 'Lato', sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100%;
  min-height: 100vh;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}


.hero-background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* Background images */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Desktop by default */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* Switch for mobile */
@media (max-width: 769px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

@media (max-width: 769px) {

  .step-container .step-number{
    font-size: 26px;
  }
  .dawnzera-next-steps button{
    display: flex;border-radius: 999px;
border: 3px solid var(--Coral, #F16B50);
background: var(--White, #FFF);
padding: 13px 24px 11px 32px;
justify-content: space-between;
align-items: center;
align-self: stretch;
color: var(--Coral, #F16B50);
/* Body */
font-family: var(--Font-Body, Agenda);
font-size: var(--Size-Body, 15px);
font-style: normal;
font-weight: 700;
line-height: normal;

  }
  .dawnzera-next-steps .button-icon{
    width: 3.5rem;
  }
}

.hero-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url(../../images/backgrounds/get-started-mobile.png);
}

@media (min-width: 768px) {
  .hero-background {
    background-image: url(../../images/backgrounds/resource-banner-bg.png);
    background-size: cover;
    height: 560px;
    bottom: 0;
    top: 0;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0; /* No gradient on mobile by default */
  background: linear-gradient(rgb(27, 10, 3) 68.27%, rgba(27, 10, 3, 0) 100%);
  z-index: 3;
}

@media (min-width: 768px) {
  .hero-gradient {
    height: 368px; /* Exact 368px height gradient on large screens */
  }
}

.hero-content {
  position: absolute;
  top: 2rem; /* Start content from the top */
  left: 1rem; /* Align to left side */
  right: 1rem; /* Ensure text doesn't overflow on small screens */
  width: calc(100% - 2rem); /* Account for left and right padding */
  z-index: 4;
}

@media (min-width: 768px) {
  .hero-content {
    left: 120px;
    right: 120px;
    width: calc(100% - 240px);
  }
}

.hero-content .space-y-6 > * + * {
  margin-top: 1.5rem; /* 6 * 0.25rem = 24px */
}

.hero-title {
  color: var(--color-charcol);
  font-family: "Tilt Neon", sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 400;
  text-shadow: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 674px;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.25rem;
    line-height: 60px;
  }
}

.hero-text {
  color: var(--color-charcol);
  font-family: var(--font-family-primary);
  font-size: 1.375rem;
  line-height: 1.5;
  text-shadow: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 840px;
}

@media (min-width: 768px) {
  .hero-text {
    font-size: 1.625rem;
  }
}

.hero-text-small {
  color: var(--color-charcol);
  font-family: var(--font-family-primary);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-shadow: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

.max-w {
  max-width: 800px;
}

/* Section 2 */
.section {
  width: 100%;
  padding: 60px 1rem;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
}

.section.starting-treatment {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-container {
  width: 100%;
}

/* Ionis Every Steps logo */
.step-logo {
  display: block;
  max-width: 20rem;
  height: auto;
  max-height: 5rem;
  margin-top: 0.5rem;
}

.section-header {
  padding: 0 1rem;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
    padding: 0 120px;
  }
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.inline-flex {
  display: inline-flex;
  align-items: center;
}

.section .tag {
  background-color: #f16b50;
  padding: 5px 12px 3px 12px;
  border-radius: 0.25rem;
  color: white;
  font-family: var(--font-agenda);
  font-size: 20px;
  font-weight: 700;
}

.section-title {
  color: #f16b50; /* text-dark-coral */
  font-family: "Tilt Neon", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
    line-height: normal;
  }
}

.section-subtitle {
  line-height: normal;
}

#starting-treatment .section-title {
  color: var(--Dark-Coral, #c94808);
}

.section-content {
  padding: 0 0.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .section-content {
    padding: 0 120px;
    margin-bottom: 3.75rem;
  }
}

.affordability-programs-container {
  display: flex;
  flex-direction: column;
  gap: 16px;

  .flex-container {
    .step-icon {
      width: 70px;
      height: 70px;
    }

    .step-number {
      line-height: normal;
      margin: 0;
    }
  }

  .text-steel {
    line-height: normal;
    margin: 0;

    .dns-number {
      display: inline-block;
    }
  }

  .space-y-4 {
    margin: 0;

    .points-container {
      display: flex;
      flex-direction: column;
      gap: 16px;

      .text-bold {
        margin: 0;
      }

      .list-item {
        margin: 0;

        &::before {
          line-height: normal;
          top: -2px;
        }
      }
    }
  }
}


.flex-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: column;

  @media (min-width: 768px) {
    flex-direction: row;
  }
}

.step-container {
  align-items: flex-start;
}

.steps-container .section-content:first-of-type .step-container {
  .step-number {
    margin-bottom: 10px;
  }

  h3 {
    margin-top: 16px;
  }
}

.steps-container .section-content:not(:first-of-type) .step-container {
  .step-number {
    margin-bottom: 8px;
  }
}

.step-icon {
  width: 5rem;
  height: 5rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.step-number {
    color: #1D2D3A;
    font-family: var(--font-family-secondary);
    font-weight: 400;
    word-wrap: break-word;
    line-height: 28px;
    font-size: 32px;
}

@media (min-width: 1024px) {
    .step-number-manager-title {
        font-size: 1.625rem;
    }
}

.step-label {
  color: var(--Dark-Coral, #c94808);
}

.step-title {
  color: #333; /* text-charcoal */
  font-family: "Tilt Neon", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
}

/* Mobile font size */
@media (max-width: 768px) {
  .step-title {
    font-size: 1.75rem;
  }
}

.text-bold {
  font-weight: 700;
  font-family: var(--font-agenda);
  font-size: 20px;
  line-height: normal;
}

.text-normal {
  font-weight: 400;
  font-family: var(--font-agenda);
  font-size: 20px;
  line-height: normal;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

/* Custom bullet styling for ul li */
ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #e2422d; /* text-coral - matches list-item-bullet */
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.list-item-bullet {
  color: #e2422d; /* text-coral */
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0.125rem;
}

.list-item-text {
  color: #1d2d3a;
  font-family: "Agenda";
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}

/* AM/PM for get started */
.get-started-ampm {
  font-size: 0.75em;
}

/* AM/PM for get started card gradient block */
.card-gradient-text .get-started-ampm {
  font-size: 0.75em;
  vertical-align: baseline;
}

.text-dark-coral {
    color: #C94808;
    font-weight: 700;
}

.next-steps-tel {
  color: #C94808;
  font-weight: 700;
  text-decoration: underline;
  font-family:var( --font-family-primary);
}

.underline {
  text-decoration: underline;
}

.card {
  background-color: white;
  border: 8px solid;
  border-image-source: linear-gradient(to right, #c0c0c0, #a9a9a9);
  border-image-slice: 1;
  border-radius: 1.5rem;
  padding: 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .card-content {
    flex-direction: row;
  }
}

.card-image-container {
  width: 170px;
  height: 227px;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image {
  width: 140px;
  height: 140px;
}

.card-text {
  flex: 1;
}

.card-text p {
  color: #333; /* text-charcoal */
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
}

.button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: white;
  border: 3px solid #e2422d; /* border-coral */
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  color: #e2422d; /* text-coral */
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  background-color: #e2422d; /* hover:bg-coral */
  color: white; /* hover:text-white */
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.text-steel {
  color: #1d2d3a;
}

.text-sm {
  font-size: 14px;
}

.mt-10 {
  margin-top: 2.5rem;
}

/* Remaining Sections */
.flex-col {
  flex-direction: column;
}

.lg-flex-row {
  flex-direction: column;
}

@media (min-width: 1024px) {
  .lg-flex-row {
    flex-direction: row;
  }
}

.video-container {
  align-items: flex-start;
  margin-top: 40px;

  .reminder-text {
    margin: 0;
    line-height: normal;
  }

  .video-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .video-placeholder {
    max-width: 336px;
  }

  .content-container {
    margin-block: 4px;
  }
}

.play-button {
  width: 53px;
  height: 53px;
  background-color: #717171; /* bg-steel */
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.play-icon {
  width: 1.5rem;
  height: 1.75rem;
  fill: white;
  margin-left: 0.25rem;
  transform: rotate(-90deg);
}

.button-dark-coral {
  background-color: #e2422d; /* bg-coral */
  color: white;
}

.button-dark-coral:hover {
  background-color: #c94808; /* hover:bg-dark-coral */
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.grid {
  display: grid;
}

.md-grid-cols-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gap-6 {
  gap: 1.5rem;
}

.card-gradient {
  width: auto;
  margin: 30px auto;
  padding: 0.125rem;
  border-radius: 1.5rem;
  background-image: linear-gradient(to right, #e2422d, #e2422d);
  box-shadow: rgb(201, 72, 8) 0px 0px 8px 0px,
    rgb(224, 138, 103) 0px 0px 8px 0px;
  box-sizing: border-box;
}

.step_3_description {
  margin-bottom: 40px;
}

.card-gradient-inner {
  padding: 0.125rem;
  border-radius: 1.5rem;
  background-image: linear-gradient(to right, #f59785, #f59785);
  box-sizing: border-box;
}

.card-gradient-content {
  padding: 0.125rem;
  border-radius: 1rem;
  background-image: linear-gradient(to right, #fde5e0, #fde5e0);
}

.card-gradient-body {
  height: 100%;
  background-color: #f16b50;
  border-radius: 1rem;
  box-shadow: rgb(201, 72, 8) 0px 0px 8px 0px inset,
    rgb(224, 138, 103) 0px 0px 8px 0px inset;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-gradient-text {
  color: var(--color-white, #fff) !important;
  font-family: var(--font-tilt-neon) !important;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 2rem 3rem 2rem 2rem;
  margin: 0px;

  span {
    color: var(--color-white, #fff) !important;
    font-family: var(--font-tilt-neon) !important;

    a {
      color: var(--color-white, #fff) !important;
      font-family: var(--font-tilt-neon) !important;
    }
  }

  @media (max-width: 769px) {
    font-size: 26px;
    padding: 18px;
  }
}

.dns-text {
  padding-top: 40px;
}

.dns-number {
  color: #F16B50;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-weight: 700;
}

.text-smaller {
  font-size: 16px;
}

.treatment-title {
  font-weight: 700;
  font-family: Agenda;
}

.treatment-description {
  color: #4f4f4f;
  font-size: 20px;
  font-family: Agenda;
  line-height: normal;
}

.treatment-box {
  background-color: #fceee7;
  padding: 40px;
  margin: 0 0 40px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #1d2d3a;
}

.treatment-box > * {
  margin: 0;
}

.treatment-box-wrapper {
  display: flex;
  justify-content: center;
}

.section-layout {
  padding: 0 0.5rem;

  @media (min-width: 768px) {
    padding: 0 120px;
  }
}

.disclaimer-main {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #595858;
  margin-top: 30px;
  margin-left: 90px;
}

.disclaimer-main p {
  margin: 0 0 6px 0;
}

.disclaimer-main p:last-child {
  margin-bottom: 0;
}
.bottom-getting-started {
  bottom: -98px;
}
.navbar__menu li::before {
  display: none !important;
}
#cta_dawnzera_full {
  background-size: cover !important;
}

li .list-item-text {
  margin: 0;
}

.space-y-10 .space-y-4 .flex-container .step-number {
  color: #1d2d3a;
  font-family: Agenda;
  font-size: 26px;
}

div.max-w + div.disclaimer-main {
  margin-left: 0;
  margin-top: 40px;

  .space-y-3 p {
    font-size: 16px;
  }
}

.section-wrapper {
  .text-steel,
  .text-bold,
  .treatment-description,
  .dns-text,
  p,
  li,
  span {
    font-family: "Agenda";
    color: #515861;
  }
}

.dawnzera-direct {
  .treatment-title,
  .treatment-description,
  .text-bold,
  .text-steel {
    color: #1d2d3a;
  }
}

#every-step-support .section-layout .step-number.step-heading {
  font-family: var(--font-family-primary);
  font-size: 26px;
  margin: auto 0;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: row;
  }

  #every-step-support .section-layout .step-number.step-heading {
    font-size: 22px;
  }

  #every-step-support {
    padding-inline: 0;
  }
}

/* Footnotes */
.footnotes {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footnote {
  position: relative;
  font-family: var(--font-agenda);
  font-size: 14px;
  line-height: normal;
  color: var(--color-text-secondary);
  padding-left: 8px;
}

.footnote__marker {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px;
}

.footnote__marker_small {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}

.footnote p {
  margin: 0;
  line-height: normal;
  font-size: 16px;
  color: var(--color-steel, #515861);
}

p.card-gradient-text {
  color: #fff !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.card-gradient-text .get-started-ampm {
  color: #fff !important;
  font-size: 26px;
}

.dawnzera-next-steps {
  margin-top: 20px;
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  gap: 2.5rem;
  align-self: stretch;
  max-width: 100% !important;
  background: linear-gradient(white, white) padding-box,
    /* Inner background */
      linear-gradient(90deg, #dee1e3, #fffbe6, #d4cbbf, #edecec, #d6d4ba)
      border-box;
  border: 8px solid transparent;
  border-radius: 1.5rem;
}
.dawnzera-next-steps p {
  color: var(--color-charcol, #1d2d3a);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-agenda);
}
.get-started-card-short-desc {
  color: var(--color-steel, #515861);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-agenda);
}
.dawnzera-next-steps button {
  border: 3px solid var(--Coral, #f16b50);
  color: var(--Coral, #f16b50);
}
.z-9{
  z-index: 9 !important;
}
.getting-started-pipe-mobile {
  left: -16px !important;
}
.right-16 {
  right: -16px !important;
}
.page__bg--bricks{
  opacity: 0.2 !important;
}
.z-1{
  z-index: 1 !important;
}


  .pt-0{
    padding-top: 0 !important;
  }


  @media (max-width:767px) {
    .pt-sm-40{
      padding-top: 40px !important;

    }
  }


  .white-space-normal{
    white-space: normal;
  }

.dawnzera-next-steps button:hover {
    background-color: var(--Coral, #f16b50);
}

.dns-points {
  margin-bottom: 0px;
}

.dns-footnote {
  color:var(--color-steel);
  font-size: var(--font-size-base);
  margin-block: var(--space-2xl);
  font-weight: 400;
  line-height: normal;
}
.bullet-sm li::before {
 top: -4px !important;
}
