.toefl-pharmacists-page {
    --pharmacists-ink: #17332e;
    --pharmacists-ink-soft: #38564f;
    --pharmacists-green: #176b5b;
    --pharmacists-green-dark: #0d5145;
    --pharmacists-mint: #dff2e9;
    --pharmacists-mint-light: #f1f8f4;
    --pharmacists-cream: #fbf8f1;
    --pharmacists-paper: #fffefa;
    --pharmacists-gold: #d6a64a;
    --pharmacists-gold-light: #fff3d8;
    --pharmacists-coral: #b9513d;
    --pharmacists-coral-light: #fff0eb;
    --pharmacists-line: #d9e3de;
    --pharmacists-shadow: 0 24px 70px rgba(18, 54, 47, 0.12);
    background: var(--pharmacists-paper);
    color: var(--pharmacists-ink);
    overflow: hidden;
}

.toefl-pharmacists-page,
.toefl-pharmacists-page button,
.toefl-pharmacists-page input,
.toefl-pharmacists-page select {
    font-family: "Poppins", sans-serif;
}

.toefl-pharmacists-page h1,
.toefl-pharmacists-page h2,
.toefl-pharmacists-page h3,
.toefl-pharmacists-page p {
    margin-top: 0;
}

.toefl-pharmacists-page h1,
.toefl-pharmacists-page h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.035em;
}

.toefl-pharmacists-page a {
    color: inherit;
}

.pharmacists-shell {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.pharmacists-eyebrow {
    margin-bottom: 0.75rem;
    color: var(--pharmacists-green);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pharmacists-hero {
    position: relative;
    isolation: isolate;
    padding: 5.75rem 0 5rem;
    background:
        radial-gradient(circle at 8% 18%, rgba(214, 166, 74, 0.17), transparent 24rem),
        linear-gradient(128deg, #f6f1e7 0%, #fbfaf5 52%, #e8f4ee 100%);
    border-bottom: 1px solid rgba(23, 107, 91, 0.12);
}

.pharmacists-hero::before,
.pharmacists-hero::after {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    content: "";
}

.pharmacists-hero::before {
    top: 3.5rem;
    right: -7rem;
    width: 22rem;
    height: 8rem;
    border: 1px solid rgba(23, 107, 91, 0.15);
    transform: rotate(-32deg);
}

.pharmacists-hero::after {
    bottom: 1.5rem;
    left: 43%;
    width: 5rem;
    height: 1.5rem;
    background: rgba(214, 166, 74, 0.18);
    transform: rotate(27deg);
}

.pharmacists-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.72fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.pharmacists-breadcrumb {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    margin-bottom: 2.2rem;
    color: var(--pharmacists-ink-soft);
    font-size: 0.8rem;
}

.pharmacists-breadcrumb a {
    text-decoration: none;
}

.pharmacists-breadcrumb a:hover {
    color: var(--pharmacists-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pharmacists-kicker {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 1.15rem;
    color: var(--pharmacists-green-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pharmacists-kicker-mark {
    width: 1.7rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pharmacists-green) 0 50%, #f5cabf 50% 100%);
    transform: rotate(-18deg);
}

.pharmacists-hero h1 {
    max-width: 720px;
    margin-bottom: 1.35rem;
    color: var(--pharmacists-ink);
    font-size: clamp(3rem, 6.2vw, 5.6rem);
    font-weight: 600;
    line-height: 0.98;
}

.pharmacists-hero-lede {
    max-width: 650px;
    margin-bottom: 1.75rem;
    color: var(--pharmacists-ink-soft);
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    line-height: 1.75;
}

.pharmacists-byline {
    display: flex;
    max-width: 650px;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    margin: -0.65rem 0 1.65rem;
    color: #688078;
    font-size: 0.76rem;
    line-height: 1.6;
}

.pharmacists-byline a {
    color: var(--pharmacists-green);
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pharmacists-hero-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.pharmacists-button {
    display: inline-flex;
    min-height: 3.25rem;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.82rem 1.35rem;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pharmacists-button:hover {
    transform: translateY(-2px);
}

.pharmacists-button:focus-visible,
.toefl-pharmacists-page a:focus-visible,
.toefl-pharmacists-page summary:focus-visible,
.toefl-pharmacists-page select:focus-visible,
.toefl-pharmacists-page input:focus-visible + span {
    outline: 3px solid rgba(214, 166, 74, 0.78);
    outline-offset: 3px;
}

.toefl-pharmacists-page .pharmacists-button-primary {
    background: var(--pharmacists-green);
    box-shadow: 0 12px 26px rgba(23, 107, 91, 0.18);
    color: #fff;
}

.toefl-pharmacists-page .pharmacists-button-primary:hover,
.toefl-pharmacists-page .pharmacists-button-primary:focus-visible {
    background: var(--pharmacists-green-dark);
    color: #fff;
}

.pharmacists-button-secondary {
    border-color: rgba(23, 51, 46, 0.2);
    background: rgba(255, 255, 255, 0.58);
    color: var(--pharmacists-ink);
}

.pharmacists-button-secondary:hover {
    border-color: var(--pharmacists-green);
    background: #fff;
}

.pharmacists-hero-fineprint {
    margin: 1rem 0 0;
    color: #688078;
    font-size: 0.76rem;
}

.pharmacists-hero-card {
    position: relative;
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.6rem;
    background: rgba(255, 254, 250, 0.92);
    box-shadow: var(--pharmacists-shadow);
    transform: rotate(1.25deg);
}

.pharmacists-hero-card::before {
    position: absolute;
    top: -1.25rem;
    left: 2.2rem;
    width: 6rem;
    height: 2.5rem;
    border-radius: 0.35rem;
    background: rgba(214, 166, 74, 0.25);
    content: "";
    transform: rotate(-5deg);
}

.pharmacists-hero-card-topline {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4rem;
    color: var(--pharmacists-ink-soft);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pharmacists-policy-chip {
    border-radius: 999px;
    padding: 0.35rem 0.6rem;
    background: var(--pharmacists-mint);
    color: var(--pharmacists-green-dark);
    letter-spacing: 0;
    text-transform: none;
}

.pharmacists-score-stack {
    display: grid;
    gap: 0.55rem;
}

.pharmacists-score-row {
    display: grid;
    grid-template-columns: auto minmax(2rem, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    min-height: 3.15rem;
    border-radius: 0.8rem;
    padding: 0.72rem 0.85rem;
    background: #f4f7f4;
    color: var(--pharmacists-ink-soft);
    font-size: 0.9rem;
}

.pharmacists-score-row strong {
    color: var(--pharmacists-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
}

.pharmacists-score-rule {
    height: 1px;
    background: linear-gradient(90deg, var(--pharmacists-line), transparent);
}

.pharmacists-score-row-focus {
    background: var(--pharmacists-gold-light);
}

.pharmacists-hero-card > p {
    margin: 1rem 0 0;
    color: #71837d;
    font-size: 0.72rem;
    line-height: 1.55;
}

.pharmacists-policy-band {
    padding: 4.75rem 0;
    background: var(--pharmacists-ink);
    color: #fff;
}

.pharmacists-policy-heading {
    display: grid;
    grid-template-columns: 0.55fr 1.45fr;
    gap: 3rem;
    align-items: end;
    margin-bottom: 2.2rem;
}

.pharmacists-policy-heading .pharmacists-eyebrow {
    margin-bottom: 0.4rem;
    color: #abd9c9;
}

.pharmacists-policy-heading h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 500;
    line-height: 1.1;
}

.pharmacists-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.14);
}

.pharmacists-policy-item {
    min-height: 17.5rem;
    padding: 1.7rem;
    background: #1c3d37;
}

.pharmacists-policy-item-highlight {
    background: #265d52;
}

.pharmacists-policy-date {
    display: inline-block;
    margin-bottom: 2rem;
    border-radius: 999px;
    padding: 0.38rem 0.7rem;
    background: rgba(255, 255, 255, 0.1);
    color: #cff1e5;
    font-size: 0.75rem;
    font-weight: 700;
}

.pharmacists-policy-item h3 {
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.35;
}

.pharmacists-policy-item p {
    margin-bottom: 0;
    color: #c9dcd6;
    font-size: 0.9rem;
    line-height: 1.75;
}

.pharmacists-policy-source {
    margin: 1.25rem 0 0;
    color: #a9c2ba;
    font-size: 0.75rem;
    line-height: 1.6;
}

.pharmacists-application-note {
    margin-top: 1rem;
    border: 1px solid rgba(214, 166, 74, 0.38);
    border-radius: 0.8rem;
    padding: 0.85rem 1rem;
    background: rgba(214, 166, 74, 0.08);
    color: #d4e3de;
    font-size: 0.76rem;
    line-height: 1.6;
}

.pharmacists-application-note strong {
    color: #f2d79e;
}

.pharmacists-policy-clarity {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1px;
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.14);
}

.pharmacists-policy-clarity-story,
.pharmacists-policy-clarity-status {
    padding: 1.55rem;
    background: #17352f;
}

.pharmacists-policy-clarity .pharmacists-eyebrow {
    margin-bottom: 0.7rem;
    color: #abd9c9;
}

.pharmacists-policy-clarity h3 {
    margin: 0 0 0.8rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.35;
}

.pharmacists-policy-clarity-story > p:not(.pharmacists-eyebrow) {
    margin: 0;
    color: #c9dcd6;
    font-size: 0.83rem;
    line-height: 1.7;
}

.pharmacists-policy-clarity-story > p + p {
    margin-top: 0.75rem;
}

.pharmacists-policy-status-block {
    border-left: 3px solid #69c7aa;
    padding: 0.25rem 0 0.25rem 0.9rem;
}

.pharmacists-policy-status-block + .pharmacists-policy-status-block {
    margin-top: 1.1rem;
}

.pharmacists-policy-status-block-pending {
    border-left-color: #d6a64a;
}

.pharmacists-policy-status-block strong {
    color: #fff;
    font-size: 0.82rem;
}

.pharmacists-policy-status-block p {
    margin: 0.35rem 0 0;
    color: #c9dcd6;
    font-size: 0.78rem;
    line-height: 1.65;
}

.pharmacists-policy-source a {
    color: #dcf6ed;
    text-underline-offset: 3px;
}

.pharmacists-checker-section {
    scroll-margin-top: 2rem;
    padding: 7rem 0;
    background:
        linear-gradient(rgba(23, 107, 91, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 107, 91, 0.045) 1px, transparent 1px),
        var(--pharmacists-cream);
    background-size: 32px 32px;
}

.pharmacists-checker-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: start;
}

.pharmacists-checker-intro {
    position: sticky;
    top: 2rem;
}

.pharmacists-checker-intro h2,
.pharmacists-section-heading h2,
.pharmacists-fpgee-copy h2,
.pharmacists-focus h2,
.pharmacists-faq-heading h2,
.pharmacists-sources h2 {
    margin-bottom: 1rem;
    color: var(--pharmacists-ink);
    font-size: clamp(2.2rem, 4.4vw, 3.8rem);
    font-weight: 500;
    line-height: 1.08;
}

.pharmacists-checker-intro > p:not(.pharmacists-eyebrow),
.pharmacists-section-heading > p:not(.pharmacists-eyebrow),
.pharmacists-fpgee-copy > p:not(.pharmacists-eyebrow),
.pharmacists-focus p:not(.pharmacists-eyebrow),
.pharmacists-faq-heading > p:not(.pharmacists-eyebrow),
.pharmacists-sources-card > div > p:not(.pharmacists-eyebrow) {
    color: var(--pharmacists-ink-soft);
    line-height: 1.8;
}

.pharmacists-checker-boundary {
    display: grid;
    gap: 0.4rem;
    margin-top: 1.75rem;
    border-left: 3px solid var(--pharmacists-gold);
    padding: 0.2rem 0 0.2rem 1rem;
}

.pharmacists-checker-boundary strong {
    font-size: 0.88rem;
}

.pharmacists-checker-boundary span {
    color: #687b75;
    font-size: 0.78rem;
    line-height: 1.65;
}

.pharmacists-checker-card {
    overflow: hidden;
    border: 1px solid var(--pharmacists-line);
    border-radius: 1.5rem;
    background: var(--pharmacists-paper);
    box-shadow: var(--pharmacists-shadow);
}

.pharmacists-checker-card form {
    padding: clamp(1.35rem, 3.5vw, 2.4rem);
}

.pharmacists-choice-group {
    margin: 0 0 1.65rem;
    border: 0;
    padding: 0;
}

.pharmacists-choice-group legend {
    margin-bottom: 0.7rem;
    color: var(--pharmacists-ink);
    font-size: 0.84rem;
    font-weight: 700;
}

.pharmacists-segmented-control {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.pharmacists-segmented-control label {
    cursor: pointer;
}

.pharmacists-segmented-control input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.pharmacists-segmented-control span {
    display: grid;
    gap: 0.2rem;
    min-height: 4.6rem;
    align-content: center;
    border: 1px solid var(--pharmacists-line);
    border-radius: 0.9rem;
    padding: 0.75rem 0.85rem;
    background: #fff;
    transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.pharmacists-segmented-control strong {
    color: var(--pharmacists-ink);
    font-size: 0.82rem;
}

.pharmacists-segmented-control small {
    color: #73847e;
    font-size: 0.67rem;
    line-height: 1.4;
}

.pharmacists-segmented-control input:checked + span {
    border-color: var(--pharmacists-green);
    background: var(--pharmacists-mint-light);
    box-shadow: inset 0 0 0 1px var(--pharmacists-green);
}

.pharmacists-basis-note {
    margin: -0.35rem 0 1.5rem;
    border-radius: 0.7rem;
    padding: 0.8rem 0.9rem;
    background: var(--pharmacists-gold-light);
    color: #735619;
    font-size: 0.74rem;
    line-height: 1.55;
}

.pharmacists-basis-note[data-basis="mybest"] {
    background: #edf5ff;
    color: #2c5376;
}

.pharmacists-score-input-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.pharmacists-score-input {
    display: grid;
    gap: 0.4rem;
}

.pharmacists-score-input > span {
    color: var(--pharmacists-ink);
    font-size: 0.78rem;
    font-weight: 700;
}

.pharmacists-score-input select {
    width: 100%;
    min-height: 3.2rem;
    appearance: auto;
    border: 1px solid #bdcbc6;
    border-radius: 0.75rem;
    padding: 0.7rem 0.8rem;
    background: #fff;
    color: var(--pharmacists-ink);
    font-size: 0.92rem;
}

.pharmacists-score-input small {
    color: #73847e;
    font-size: 0.68rem;
}

.pharmacists-form-error {
    margin: 1rem 0 0;
    border-radius: 0.6rem;
    padding: 0.7rem 0.8rem;
    background: var(--pharmacists-coral-light);
    color: #8a3728;
    font-size: 0.76rem;
}

.pharmacists-check-button {
    width: 100%;
    margin-top: 1.35rem;
    cursor: pointer;
}

.pharmacists-checker-results {
    border-top: 1px solid var(--pharmacists-line);
    padding: clamp(1.35rem, 3.5vw, 2.4rem);
    background: #f7faf8;
}

.pharmacists-result-summary {
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    padding: 1.15rem;
}

.pharmacists-result-summary--success {
    background: var(--pharmacists-mint);
    color: var(--pharmacists-green-dark);
}

.pharmacists-result-summary--focus {
    background: var(--pharmacists-gold-light);
    color: #6f5117;
}

.pharmacists-result-summary h3 {
    margin-bottom: 0.35rem;
    color: inherit;
    font-size: 1.05rem;
}

.pharmacists-result-summary p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.6;
}

.pharmacists-result-sections {
    display: grid;
    gap: 0.5rem;
}

.pharmacists-result-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.75rem;
    align-items: center;
    border: 1px solid var(--pharmacists-line);
    border-radius: 0.75rem;
    padding: 0.75rem 0.8rem;
    background: #fff;
}

.pharmacists-result-row strong {
    font-size: 0.78rem;
}

.pharmacists-result-row > span:nth-child(2) {
    color: var(--pharmacists-ink-soft);
    font-size: 0.75rem;
}

.pharmacists-result-status {
    min-width: 3.4rem;
    border-radius: 999px;
    padding: 0.3rem 0.52rem;
    font-size: 0.67rem;
    font-weight: 700;
    text-align: center;
}

.pharmacists-result-row--pass .pharmacists-result-status {
    background: var(--pharmacists-mint);
    color: var(--pharmacists-green-dark);
}

.pharmacists-result-row--focus .pharmacists-result-status {
    background: var(--pharmacists-coral-light);
    color: #913d2c;
}

.pharmacists-result-next {
    margin-top: 1rem;
    border-left: 3px solid var(--pharmacists-green);
    padding-left: 0.9rem;
}

.pharmacists-result-next p {
    margin-bottom: 0.7rem;
    color: var(--pharmacists-ink-soft);
    font-size: 0.77rem;
    line-height: 1.6;
}

.pharmacists-result-links {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.pharmacists-result-links a {
    border-radius: 999px;
    padding: 0.52rem 0.75rem;
    background: var(--pharmacists-green);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    text-decoration: none;
}

.pharmacists-result-links a:hover {
    background: var(--pharmacists-green-dark);
}

.pharmacists-result-disclaimer {
    margin: 1rem 0 0;
    color: #788983;
    font-size: 0.66rem;
    line-height: 1.55;
}

.pharmacists-thresholds,
.pharmacists-roadmap,
.pharmacists-faq,
.pharmacists-sources {
    padding: 7rem 0;
}

.pharmacists-section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.pharmacists-section-heading-wide {
    max-width: 880px;
}

.pharmacists-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--pharmacists-line);
    border-radius: 1.2rem;
}

.pharmacists-threshold-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}

.pharmacists-threshold-table th,
.pharmacists-threshold-table td {
    border-bottom: 1px solid var(--pharmacists-line);
    padding: 1.15rem;
    text-align: center;
}

.pharmacists-threshold-table thead th {
    background: var(--pharmacists-ink);
    color: #dff2e9;
    font-size: 0.73rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pharmacists-threshold-table th:first-child {
    width: 36%;
    text-align: left;
}

.pharmacists-threshold-table tbody th {
    color: var(--pharmacists-ink);
}

.pharmacists-threshold-table tbody th span,
.pharmacists-threshold-table tbody th small {
    display: block;
}

.pharmacists-threshold-table tbody th span {
    font-size: 0.86rem;
}

.pharmacists-threshold-table tbody th small {
    margin-top: 0.25rem;
    color: #71837d;
    font-size: 0.68rem;
    font-weight: 500;
}

.pharmacists-threshold-table tbody td {
    color: var(--pharmacists-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.pharmacists-threshold-table tbody tr:last-child th,
.pharmacists-threshold-table tbody tr:last-child td {
    border-bottom: 0;
}

.pharmacists-current-row {
    background: var(--pharmacists-mint-light);
}

.pharmacists-table-note {
    margin: 1rem 0 0;
    color: #71837d;
    font-size: 0.75rem;
    line-height: 1.65;
}

.pharmacists-legacy-exception {
    margin-top: 1rem;
    border: 1px solid #e1c680;
    border-radius: 0.9rem;
    padding: 1rem 1.1rem;
    background: var(--pharmacists-gold-light);
}

.pharmacists-legacy-exception strong {
    color: #664a12;
    font-size: 0.82rem;
}

.pharmacists-legacy-exception p {
    margin: 0.35rem 0 0;
    color: #715a2a;
    font-size: 0.75rem;
    line-height: 1.7;
}

.pharmacists-roadmap {
    background: var(--pharmacists-cream);
}

.pharmacists-roadmap-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--pharmacists-line);
    border-radius: 1.3rem;
    padding: 0;
    background: var(--pharmacists-line);
    list-style: none;
}

.pharmacists-roadmap-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    min-height: 15rem;
    padding: 1.6rem;
    background: #fff;
}

.pharmacists-step-number {
    color: var(--pharmacists-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-style: italic;
}

.pharmacists-roadmap-list h3 {
    margin-bottom: 0.7rem;
    color: var(--pharmacists-ink);
    font-size: 1rem;
}

.pharmacists-roadmap-list p {
    margin-bottom: 0;
    color: var(--pharmacists-ink-soft);
    font-size: 0.82rem;
    line-height: 1.75;
}

.pharmacists-fpgee {
    padding: 6rem 0;
    background: var(--pharmacists-green);
    color: #fff;
}

.pharmacists-fpgee-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 5rem;
    align-items: end;
}

.pharmacists-fpgee-copy .pharmacists-eyebrow {
    color: #bfe6d8;
}

.pharmacists-fpgee-copy h2 {
    color: #fff;
}

.pharmacists-fpgee-copy > p:not(.pharmacists-eyebrow) {
    color: #d9ebe5;
}

.pharmacists-fpgee-copy a {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-underline-offset: 4px;
}

.pharmacists-fpgee-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.22);
}

.pharmacists-fpgee-facts div {
    min-height: 8.6rem;
    padding: 1.25rem;
    background: rgba(7, 61, 51, 0.45);
}

.pharmacists-fpgee-facts dt {
    margin-bottom: 0.45rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.pharmacists-fpgee-facts dd {
    margin: 0;
    color: #cce3dc;
    font-size: 0.73rem;
}

.pharmacists-focus {
    padding: 7rem 0;
    background: #fff;
}

.pharmacists-focus-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.72fr);
    gap: clamp(3.5rem, 7vw, 6.5rem);
    align-items: center;
}

.pharmacists-focus-copy {
    max-width: 610px;
}

.pharmacists-focus-copy h2 {
    max-width: 590px;
    font-size: clamp(2.4rem, 4.2vw, 3.5rem);
}

.pharmacists-focus-copy p:not(.pharmacists-eyebrow) {
    max-width: 570px;
    margin-bottom: 0.85rem;
    line-height: 1.7;
}

.pharmacists-focus-actions {
    display: grid;
    gap: 0.8rem;
}

.pharmacists-focus-actions a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 4.7rem;
    border: 1px solid rgba(23, 107, 91, 0.24);
    border-radius: 1rem;
    padding: 0.85rem 0.9rem 0.85rem 1.2rem;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 54, 47, 0.07);
    color: var(--pharmacists-ink);
    cursor: pointer;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pharmacists-focus-actions a:hover {
    border-color: var(--pharmacists-green);
    background: var(--pharmacists-mint-light);
    box-shadow: 0 13px 28px rgba(18, 54, 47, 0.12);
    transform: translateY(-2px);
}

.pharmacists-focus-actions a:active {
    box-shadow: 0 6px 16px rgba(18, 54, 47, 0.09);
    transform: translateY(0);
}

.pharmacists-focus-actions span {
    font-size: 0.92rem;
    font-weight: 700;
}

.pharmacists-focus-actions strong {
    display: inline-flex;
    min-height: 2.65rem;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    padding: 0.65rem 0.85rem;
    background: var(--pharmacists-green);
    color: #fff;
    font-size: 0.74rem;
    white-space: nowrap;
    transition: background 160ms ease;
}

.pharmacists-focus-actions a:hover strong {
    background: var(--pharmacists-green-dark);
}

.pharmacists-focus-actions i {
    font-size: 0.68rem;
    transition: transform 160ms ease;
}

.pharmacists-focus-actions a:hover i {
    transform: translateX(2px);
}

.pharmacists-faq {
    background: var(--pharmacists-cream);
}

.pharmacists-faq-grid {
    display: grid;
    grid-template-columns: 0.68fr 1.32fr;
    gap: clamp(3rem, 7vw, 6rem);
    align-items: start;
}

.pharmacists-faq-heading {
    position: sticky;
    top: 2rem;
}

.pharmacists-faq-list {
    border-top: 1px solid var(--pharmacists-line);
}

.pharmacists-faq-list details {
    border-bottom: 1px solid var(--pharmacists-line);
}

.pharmacists-faq-list summary {
    position: relative;
    cursor: pointer;
    padding: 1.25rem 3rem 1.25rem 0;
    color: var(--pharmacists-ink);
    font-size: 0.92rem;
    font-weight: 700;
    list-style: none;
}

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

.pharmacists-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--pharmacists-mint);
    color: var(--pharmacists-green-dark);
    content: "+";
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: center;
    transform: translateY(-50%);
}

.pharmacists-faq-list details[open] summary::after {
    content: "−";
}

.pharmacists-faq-list details p {
    max-width: 740px;
    margin: -0.2rem 3rem 1.3rem 0;
    color: var(--pharmacists-ink-soft);
    font-size: 0.83rem;
    line-height: 1.75;
}

.pharmacists-sources {
    background: #fff;
}

.pharmacists-sources-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
    border-radius: 1.3rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: var(--pharmacists-ink);
    color: #fff;
}

.pharmacists-sources-card h2 {
    color: #fff;
}

.pharmacists-sources-card .pharmacists-eyebrow {
    color: #abd9c9;
}

.pharmacists-sources-card > div > p:not(.pharmacists-eyebrow) {
    color: #c9dcd6;
}

.pharmacists-sources-card ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pharmacists-sources-card li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pharmacists-sources-card li:last-child {
    border-bottom: 0;
}

.pharmacists-sources-card a {
    display: block;
    padding: 0.95rem 0;
    color: #e8f6f1;
    font-size: 0.8rem;
    font-weight: 600;
    text-underline-offset: 4px;
}

.pharmacists-independent-note {
    max-width: 900px;
    margin: 1.1rem auto 0;
    color: #71837d;
    font-size: 0.7rem;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 900px) {
    .pharmacists-hero-grid,
    .pharmacists-checker-grid,
    .pharmacists-fpgee-grid,
    .pharmacists-focus-grid,
    .pharmacists-faq-grid,
    .pharmacists-sources-card {
        grid-template-columns: 1fr;
    }

    .pharmacists-hero-grid {
        gap: 3.5rem;
    }

    .pharmacists-hero-card {
        width: min(100%, 520px);
        transform: none;
    }

    .pharmacists-policy-heading {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .pharmacists-policy-grid {
        grid-template-columns: 1fr;
    }

    .pharmacists-policy-clarity {
        grid-template-columns: 1fr;
    }

    .pharmacists-policy-item {
        min-height: auto;
    }

    .pharmacists-checker-intro,
    .pharmacists-faq-heading {
        position: static;
    }

    .pharmacists-fpgee-grid,
    .pharmacists-focus-grid,
    .pharmacists-sources-card {
        gap: 2.5rem;
    }
}

@media (max-width: 680px) {
    .pharmacists-shell {
        width: min(100% - 28px, 1160px);
    }

    .pharmacists-hero {
        padding: 3.8rem 0 3.5rem;
    }

    .pharmacists-hero h1 {
        font-size: clamp(2.65rem, 14vw, 4rem);
    }

    .pharmacists-hero-actions,
    .pharmacists-button {
        width: 100%;
    }

    .pharmacists-policy-band,
    .pharmacists-checker-section,
    .pharmacists-thresholds,
    .pharmacists-roadmap,
    .pharmacists-fpgee,
    .pharmacists-focus,
    .pharmacists-faq,
    .pharmacists-sources {
        padding: 4.7rem 0;
    }

    .pharmacists-segmented-control,
    .pharmacists-score-input-grid,
    .pharmacists-roadmap-list,
    .pharmacists-fpgee-facts {
        grid-template-columns: 1fr;
    }

    .pharmacists-roadmap-list li {
        min-height: auto;
    }

    .pharmacists-result-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .pharmacists-result-status {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .pharmacists-faq-list details p {
        margin-right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .toefl-pharmacists-page *,
    .toefl-pharmacists-page *::before,
    .toefl-pharmacists-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
