.drak-guides,
.drak-followup,
.drak-city-ctas,
.drak-resources-page,
.drak-region-ctas,
.drak-treatment-links {
    box-sizing: border-box;
}

.drak-guides {
    background: #f7fbfa;
    padding: 56px 18px;
}

.drak-guides__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.drak-guides__intro {
    max-width: 760px;
    margin-bottom: 24px;
}

.drak-guides__eyebrow,
.drak-guide-card__tag {
    color: #16736b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.drak-guides h2,
.drak-guides h3,
.drak-followup h3 {
    color: #0f4f4a !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
}

.drak-guides h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
    margin: 6px 0 10px !important;
}

.drak-guides h3,
.drak-followup h3 {
    font-size: 1.1rem !important;
    margin: 8px 0 !important;
}

.drak-guides p,
.drak-followup p {
    color: #324441;
    font-size: 1rem;
    line-height: 1.65;
}

.drak-guides__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.drak-guides__assessments {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 22px;
}

.drak-guides__assessment {
    align-items: center;
    background: #ffffff;
    border: 1px solid #b9d8d3;
    border-left: 5px solid #0f4f4a;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(15, 79, 74, 0.08);
    color: #0f4f4a !important;
    display: inline-flex;
    font-size: 0.96rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none !important;
}

.drak-guides__assessment--back {
    border-left-color: #f2b84b;
}

.drak-guides__assessment:hover,
.drak-guides__assessment:focus {
    background: #eef7f6;
    color: #083b37 !important;
}

.drak-guide-card {
    background: #ffffff;
    border: 1px solid #d7e6e3;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 79, 74, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 18px;
}

.drak-guide-card::before {
    background: linear-gradient(90deg, #0f4f4a, #f2b84b);
    border-radius: 8px 8px 0 0;
    content: "";
    display: block;
    height: 4px;
    margin: -18px -18px 14px;
}

.drak-guide-card p {
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0 0 14px;
}

.drak-guide-card__actions,
.drak-followup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.drak-guide-card__button,
.drak-guide-card__wa,
.drak-guide-card__hindi,
.drak-followup__button,
.drak-followup__wa,
.drak-city-ctas a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none !important;
}

.drak-guide-card__button,
.drak-followup__button {
    background: #0f4f4a;
    color: #ffffff !important;
}

.drak-guide-card__wa,
.drak-guide-card__hindi,
.drak-followup__wa {
    background: #eef7f6;
    border: 1px solid #b9d8d3;
    color: #0f4f4a !important;
}

.drak-followup {
    background: #ffffff;
    border: 1px solid #cfe0dd;
    border-left: 5px solid #0f4f4a;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 79, 74, 0.08);
    margin: 24px 0;
    padding: 20px;
}

.drak-city-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.drak-city-ctas a {
    background: #eef7f6;
    border: 1px solid #b9d8d3;
    color: #0f4f4a !important;
}

.drak-resources-page {
    background: #f7fbfa;
    padding: 54px 18px;
}

.drak-resources-page__hero,
.drak-resources-page__grid {
    max-width: 1120px;
    margin: 0 auto;
}

.drak-resources-page__hero {
    margin-bottom: 28px;
}

.drak-resources-page__hero h1,
.drak-resource-card h2,
.drak-region-ctas h3,
.drak-treatment-links h3 {
    color: #0f4f4a !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

.drak-resources-page__hero h1 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    margin: 6px 0 10px !important;
}

.drak-resources-page__hero p {
    color: #324441;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 760px;
}

.drak-resources-page__grid {
    display: grid;
    gap: 16px;
}

.drak-resource-card {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #d7e6e3;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 79, 74, 0.08);
    display: grid;
    gap: 18px;
    grid-template-columns: 150px 1fr;
    padding: 18px;
}

.drak-resource-card__preview {
    background: #0f4f4a;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

.drak-resource-card__preview::after {
    background: #f2b84b;
    bottom: -34px;
    content: "";
    height: 82px;
    position: absolute;
    right: -34px;
    transform: rotate(28deg);
    width: 82px;
}

.drak-resource-card__preview span {
    font-size: 0.82rem;
    font-weight: 800;
}

.drak-resource-card__preview strong {
    font-size: 1rem;
    line-height: 1.25;
    max-width: 95px;
    position: relative;
    z-index: 1;
}

.drak-resource-card h2 {
    font-size: 1.35rem !important;
    margin: 0 0 8px !important;
}

.drak-resource-card p,
.drak-region-ctas p {
    color: #324441;
    font-size: 1rem;
    line-height: 1.6;
}

.drak-region-ctas,
.drak-treatment-links {
    background: #ffffff;
    border: 1px solid #d7e6e3;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 79, 74, 0.08);
    margin: 24px 0;
    padding: 20px;
}

.drak-region-ctas {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, 0.8fr) 1.2fr;
}

.drak-region-ctas h3,
.drak-treatment-links h3 {
    font-size: 1.2rem !important;
    margin: 0 0 8px !important;
}

.drak-region-ctas__links,
.drak-treatment-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.drak-region-ctas__links a,
.drak-treatment-links__list a {
    align-items: center;
    background: #eef7f6;
    border: 1px solid #b9d8d3;
    border-radius: 8px;
    color: #0f4f4a !important;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none !important;
}

@media (max-width: 1100px) {
    .drak-guides__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .drak-guides {
        padding: 38px 14px;
    }

    .drak-guides__grid {
        grid-template-columns: 1fr;
    }

    .drak-guide-card {
        min-height: 0;
    }

    .drak-resource-card,
    .drak-region-ctas {
        grid-template-columns: 1fr;
    }

    .drak-resource-card__preview {
        min-height: 120px;
    }

    .drak-guide-card__button,
    .drak-guide-card__wa,
    .drak-guide-card__hindi,
    .drak-followup__button,
    .drak-followup__wa,
    .drak-city-ctas a,
    .drak-region-ctas__links a,
    .drak-treatment-links__list a {
        width: 100%;
    }
}
