/* Color Variable Alignments Mapping */
:root {
    --brand-sage-green: #4f8276;
    --brand-light-mint: #c6f6eb;
    --brand-dark-slate: #1e332e;
    --brand-teal-heading: #008080;
    --brand-soft-gray: #f8f9fa;
}

/* Base Helpers */
.text-theme-green {
    color: var(--brand-teal-heading) !important;
}

.text-dark-slate {
    color: var(--brand-dark-slate) !important;
}

.bg-light-gray {
    background-color: var(--brand-soft-gray);
}

.py-2-5 {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

/* ==========================================================================
   SECTION 1 HOVER ELEMENTS (image_a74581.png)
   ========================================================================== */
.adhd-hero-section {
    background-color: var(--brand-sage-green);
}

.adhd-mini-tag {
    letter-spacing: 0.3px;
}

.adhd-hero-title {
    font-size: 2.85rem;
    line-height: 1.25;
}

.adhd-hero-desc {
    font-size: 1.05rem;
    line-height: 1.65;
    text-align: justify;
}

.btn-mint-action {
    background-color: var(--brand-light-mint) !important;
    border-color: var(--brand-light-mint) !important;
}

.btn-mint-action:hover {
    background-color: #a4ebd9 !important;
    color: var(--brand-dark-slate) !important;
}

/* Flawless circle frame layout alignment */
.adhd-circle-frame {
    width: 390px;
    height: 390px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-illustration-bw {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   SECTION 2 ANALYSIS PATTERN ELEMENTS (image_b21490.png)
   ========================================================================== */
.adhd-section-heading {
    font-size: 1.85rem;
}

.adhd-section-text {
    font-size: 0.98rem;
    line-height: 1.6;
}

.bullet-dot-lead {
    color: #000000;
    font-size: 1.4rem;
    line-height: 1;
}

.adhd-types-bullet-list p {
    font-size: 0.98rem;
    line-height: 1.55;
}

/* Replicates the complex multi-radius corner smooth mask curves */
.pillow-curved-img {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    width: 100%;
    max-height: 410px;
    object-fit: cover;
}

/* ==========================================================================
   SECTION 3 MATRIX SPECTRUM DETAILS (image_c83210.png)
   ========================================================================== */
.adhd-ages-section {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.adhd-ages-bullet-list p {
    font-size: 0.96rem;
    line-height: 1.6;
    text-align: justify;
}