﻿:root {
    --an-primary: #2e7d7a;
    --an-primary-dark: #1f5c63;
    --an-secondary: #e38d6d;
    --an-banner-from: #eef8f6;
    --an-banner-to: #fff8f2;
    --an-surface: #ffffff;
    --an-surface-soft: #f7fbfb;
    --an-border: #d9e7e4;
    --an-text: #24404e;
    --an-text-soft: #5f7682;
    --an-success: #2f8d72;
    --an-shadow: 0 18px 40px rgba(31, 92, 99, 0.1);
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: var(--an-text);
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 1rem;
}

.an-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.an-header {
    background: #fff;
    border-bottom: 1px solid #d8e7ea;
    box-shadow: 0 10px 24px rgba(20, 76, 93, 0.04);
}

.an-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.an-header-inner {
    padding: 1rem 0 0.9rem;
}

.an-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.an-site-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex: 0 0 auto;
}

.an-site-brand-copy {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.an-site-name {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #145b74;
}

.an-header-shell,
.an-footer-shell {
    width: min(1360px, calc(100% - 10px));
}

.an-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem 2.35rem;
    font-size: 0.9375rem;
}

.an-nav a,
.an-nav-link {
    padding: 0;
    border-bottom: 0;
    color: #2f3539;
    font-weight: 700;
    transition: color 0.2s ease;
}

.an-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    width: 64px;
    height: 52px;
    border: 1px solid #d6e6e3;
    background: linear-gradient(180deg, #f4faf8 0%, #e8f2f0 100%);
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(31, 92, 99, 0.12);
}

.an-nav-toggle-line {
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #2d6f74;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.an-nav-toggle:hover,
.an-nav-toggle:focus {
    background: linear-gradient(180deg, #eef8f5 0%, #ddecea 100%);
    box-shadow: 0 10px 20px rgba(31, 92, 99, 0.16);
}

.an-nav-toggle.is-open .an-nav-toggle-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.an-nav-toggle.is-open .an-nav-toggle-line:nth-child(2) {
    opacity: 0;
}

.an-nav-toggle.is-open .an-nav-toggle-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.an-nav a:hover,
.an-nav a:focus,
.an-nav-link:hover,
.an-nav-link:focus,
.an-nav-link.is-active {
    color: var(--an-primary-dark);
}

.an-email-form-layout {
    width: 100%;
}

.an-actions-centered {
    justify-content: center;
}

.an-step-panel {
    display: grid;
    gap: 1.4rem;
}

.an-email-confirm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.an-privacy-intro-box {
    display: grid;
    gap: 1.25rem;
}

.an-section-title-centered,
.an-step-subtitle-centered {
    text-align: center;
}

.an-step-subtitle-centered {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.an-privacy-warning-box {
    margin-top: 0.25rem;
}

.an-preview-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
}

.an-preview-summary-grid-rows {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0.4rem;
    border: 1px solid #d8e9e6;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(28, 76, 86, 0.06);
}

.an-preview-summary-row {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.08rem 1.4rem;
    border-top: 1px solid #e5efec;
    align-items: center;
}

.an-preview-summary-row:first-child {
    border-top: 0;
}

.an-preview-summary-label {
    color: #54707a;
    font-size: 0.9375rem;
    font-weight: 700;
}

.an-preview-summary-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #173f47;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: right;
    word-break: normal;
    overflow-wrap: anywhere;
}

.an-preview-summary-value-disease {
    display: block;
    color: #0f5d5f;
    font-size: 1.0625rem;
    line-height: 1.55;
    text-align: left;
}

.an-preview-disease-list {
    display: grid;
    justify-items: start;
    gap: 0.5rem;
    width: 100%;
}

.an-preview-disease-item {
    max-width: min(100%, 36rem);
    padding: 0.72rem 0.95rem;
    border: 1px solid #cfe2de;
    border-radius: 14px;
    background: linear-gradient(180deg, #f4fbfa 0%, #eaf6f4 100%);
    color: #0f5d5f;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(20, 92, 90, 0.08);
}

.an-preview-summary-item {
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: #f6fbfb;
    border: 1px solid #d8e9e6;
    line-height: 1.8;
    color: #2e4551;
}

.an-preview-summary-item strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--an-primary-dark);
}

.an-preview-summary-item-wide {
    grid-column: 1 / -1;
}

.an-preview-message-group {
    margin-top: 1.125rem;
}

.an-preview-privacy-box {
    margin-top: 1.25rem;
}

.an-preview-privacy-box p {
    margin: 0;
}

.an-result-copy {
    margin-bottom: 0;
}

.an-result-heading {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.3;
    color: #124b49;
}

.an-result-lead {
    max-width: 640px;
    margin: 0 auto;
    color: #2a3438;
    font-size: 1.06rem;
    line-height: 1.9;
}

.an-result-note {
    margin: 0;
    line-height: 1.8;
}

.an-result-note:last-child {
    margin-bottom: 0;
}

.an-result-note span[aria-hidden="true"] {
    margin-right: 0.35rem;
}

.an-page-banner {
    background: #fff;
    border-bottom: 1px solid #e8f1ef;
}

.an-page-banner .an-shell {
    padding: 1.75rem 0 1.25rem;
}

.an-page-title {
    display: block;
    margin-bottom: 1rem;
    font-size: clamp(2.15rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.16;
    color: #234655;
}

.an-page-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 1.4rem 2rem;
    border-radius: 18px;
    border: 1px solid #d7e9e6;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 24px rgba(31, 92, 99, 0.06);
    max-width: none;
    font-size: 1rem;
    line-height: 1.75;
    color: #5a727e;
    text-align: center;
}

.an-main {
    padding: 2.25rem 0 4rem;
}

.an-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.9fr);
    gap: 1.75rem;
    align-items: start;
}

.an-card,
.an-side-card {
    background: var(--an-surface);
    border: 1px solid var(--an-border);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(80, 46, 58, 0.09);
}

.an-card-body {
    padding: 1.75rem;
}

.an-card-title {
    margin: 0 0 0.875rem;
    font-size: 1.625rem;
    line-height: 1.3;
    color: var(--an-primary-dark);
}

.an-home-hero-card {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f7fcfb 100%);
}

.an-home-landing {
    display: grid;
    gap: 3rem;
}

.an-home-hero-panel {
    padding: 2.55rem 0 0.2rem;
}

.an-home-display-title {
    display: inline-block;
    margin: 0 0 1.05rem;
    color: #ec3a2f;
    font-size: clamp(2.7rem, 5.4vw, 4.35rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.an-home-title-line {
    display: inline;
}

.an-home-display-copy {
    max-width: 760px;
    margin: 0;
    color: #769a92;
    font-size: 1.22rem;
    line-height: 1.82;
    font-weight: 600;
}

.an-home-cta-wrap {
    margin-top: 1.85rem;
}

.an-home-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    min-height: 52px;
    padding: 0 2rem;
    border-radius: 17px;
    border: 1px solid #dcefeb;
    background: linear-gradient(180deg, #ffffff 0%, #fbfffe 100%);
    color: #123d45;
    font-size: 1.02rem;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(81, 173, 166, 0.22), 0 4px 0 rgba(255, 255, 255, 0.88) inset, 0 0 0 1px rgba(187, 229, 224, 0.6);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.an-home-cta:hover,
.an-home-cta:focus {
    color: #123d45;
    border-color: #cde6e1;
    box-shadow: 0 22px 38px rgba(70, 163, 156, 0.28), 0 4px 0 rgba(255, 255, 255, 0.92) inset, 0 0 0 1px rgba(177, 224, 218, 0.72);
    transform: translateY(-2px);
}

.an-home-cta-label {
    line-height: 1;
}

.an-home-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    line-height: 1;
}

.an-home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 0.15rem;
}

.an-home-feature-card {
    display: grid;
    align-content: start;
    justify-items: center;
    min-height: 214px;
    padding: 1.9rem 1.55rem 1.7rem;
    border: 1px solid #d7f1ec;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.an-home-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: #f8fcfb;
    font-size: 2rem;
    line-height: 1;
}

.an-home-feature-card h2 {
    margin: 0 0 0.65rem;
    color: #0f5f60;
    font-size: 1.42rem;
    line-height: 1.4;
}

.an-home-feature-card p {
    margin: 0;
    color: #223036;
    font-size: 1rem;
    line-height: 1.82;
}

.an-home-steps-panel {
    padding-top: 0.3rem;
}

.an-home-section-heading {
    margin: 0 0 2.35rem;
    color: #124b49;
    font-size: 2.05rem;
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
}

.an-home-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.75rem;
}

.an-home-step-card {
    text-align: center;
}

.an-home-step-number {
    margin-bottom: 1rem;
    color: #b9b9b9;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.an-home-step-card h3 {
    margin: 0 0 0.55rem;
    color: #0f5d5f;
    font-size: 1.26rem;
    line-height: 1.45;
    font-weight: 800;
}

.an-home-step-card p {
    margin: 0;
    color: #273137;
    font-size: 1rem;
    line-height: 1.78;
}

.an-home-story-card {
    padding: 1.55rem 1.8rem;
    border: 1px solid #f5d8a9;
    border-left: 5px solid #f2a027;
    border-radius: 18px;
    background: #fffdfa;
}

.an-home-story-card h2 {
    margin: 0 0 0.8rem;
    color: #9a5600;
    font-size: 1.45rem;
    line-height: 1.35;
    font-weight: 800;
}

.an-home-story-card p {
    margin: 0;
    color: #72491a;
    font-size: 1rem;
    line-height: 1.92;
}

.an-home-alert-box {
    padding: 1.18rem 1.45rem;
    border: 1px solid #f3c7c1;
    border-radius: 18px;
    background: #fff8f7;
    color: #d25d56;
    font-size: 0.95rem;
    line-height: 1.85;
}

.an-home-alert-box strong {
    font-weight: 800;
}

.an-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
}

.an-home-hero-copy {
    padding: 0.25rem 0;
}

.an-home-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.46rem 0.95rem;
    border-radius: 999px;
    background: rgba(46, 125, 122, 0.1);
    border: 1px solid rgba(46, 125, 122, 0.18);
    color: var(--an-primary-dark);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.an-home-title {
    margin: 1rem 0 0.9rem;
    font-size: clamp(2.35rem, 4.4vw, 3.35rem);
    line-height: 1.08;
    color: #24364b;
}

.an-home-lead {
    max-width: 720px;
}

.an-home-actions {
    margin-top: 1.5rem;
}

.an-home-aside {
    display: flex;
}

.an-home-side-panel {
    width: 100%;
    padding: 1.25rem;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(160deg, #2e7d7a 0%, #1f5c63 100%);
    box-shadow: 0 16px 34px rgba(31, 92, 99, 0.2);
}

.an-home-side-title {
    margin-bottom: 0.85rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.an-home-checklist {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.85;
    font-size: 0.94rem;
}

.an-home-checklist li + li {
    margin-top: 0.45rem;
}

.an-home-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.an-home-flow-card {
    margin-top: 1.5rem;
    padding: 1.2rem;
    border-radius: 18px;
    border: 1px solid #d9e7e4;
    background: linear-gradient(180deg, #fcfefd 0%, #f4fbfa 100%);
}

.an-lead {
    margin: 0 0 1.25rem;
    color: var(--an-text-soft);
    line-height: 1.85;
    font-size: 1rem;
}

.an-feature-list,
.an-step-list,
.an-link-list,
.an-info-list {
    display: grid;
    gap: 0.875rem;
}

.an-feature-item,
.an-step-item,
.an-info-item {
    padding: 1rem 1.125rem;
    border-radius: 14px;
    background: #fcfefd;
    border: 1px solid #deebe8;
    line-height: 1.8;
    font-size: 0.9375rem;
}

.an-feature-item strong,
.an-step-item strong,
.an-info-item strong {
    display: block;
    margin-bottom: 0.375rem;
    color: var(--an-primary-dark);
    font-size: 1rem;
    line-height: 1.35;
}

.an-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    margin-top: 1.75rem;
}

.an-actions-right {
    justify-content: flex-end;
}

.an-actions-split {
    align-items: center;
    justify-content: space-between;
}

.an-button,
.an-button-secondary,
input.an-button,
input.an-button-secondary {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 46px;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.an-button {
    color: #fff;
    background: linear-gradient(180deg, #338b87 0%, #246a70 100%);
    box-shadow: 0 10px 18px rgba(36, 106, 112, 0.22);
}

.an-button-secondary {
    color: var(--an-primary-dark);
    background: #edf7f5;
    box-shadow: 0 8px 16px rgba(31, 92, 99, 0.08);
}

.an-button:hover,
.an-button:focus,
.an-button-secondary:hover,
.an-button-secondary:focus {
    transform: translateY(-1px);
}

.an-button:active,
.an-button-secondary:active {
    transform: translateY(0);
}

.an-side-stack {
    display: grid;
    gap: 1.125rem;
}

.an-side-card {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: var(--an-shadow);
}

.an-side-card h3 {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    color: #fff;
    background: linear-gradient(90deg, var(--an-primary-dark), var(--an-primary));
}

.an-side-card-body {
    padding: 1.25rem;
    color: var(--an-text-soft);
    line-height: 1.8;
    font-size: 0.9375rem;
}

.an-link-list a {
    font-weight: 700;
    color: var(--an-primary-dark);
}

.an-link-list a:hover,
.an-link-list a:focus {
    color: #e38d6d;
}

.an-section-title {
    margin: 0 0 0.875rem;
    font-size: 1.3125rem;
    line-height: 1.35;
    color: var(--an-primary-dark);
}

.an-highlight {
    padding: 1rem 1.125rem;
    border-left: 4px solid var(--an-primary);
    background: #f3faf9;
    border-radius: 12px;
    line-height: 1.85;
    font-size: 0.9375rem;
}

.an-page-stack {
    display: grid;
    gap: 1.35rem;
}

.an-soft-panel {
    padding: 1.1rem 1.25rem 1.2rem;
    border-radius: 16px;
    background: #fcfefd;
    border: 1px solid #deebe8;
}

.an-soft-panel .an-section-title {
    margin-bottom: 0.9rem;
    color: var(--an-primary-dark);
    font-size: 1.125rem;
}

.an-paragraph,
.an-contact-line,
.an-dialogue-list p {
    margin: 0;
    color: #24364b;
    line-height: 1.9;
    font-size: 0.96rem;
}

.an-dialogue-list {
    display: grid;
    gap: 0.6rem;
}

.an-dialogue-list strong {
    color: #24364b;
}

.an-checklist {
    margin: 0;
    padding-left: 1.25rem;
    color: #24364b;
    line-height: 1.9;
}

.an-checklist li + li {
    margin-top: 0.3rem;
}

.an-faq-list {
    display: grid;
    gap: 1rem;
}

.an-faq-item {
    padding: 0.9rem 1rem 0.95rem;
    border-left: 3px solid var(--an-primary);
    background: #fff;
}

.an-faq-question {
    margin-bottom: 0.5rem;
    color: var(--an-primary-dark);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.6;
}

.an-faq-answer {
    color: #24364b;
    font-size: 0.95rem;
    line-height: 1.85;
}

.an-faq-accordion {
    display: grid;
    gap: 0.9rem;
}

.an-faq-page {
    display: grid;
    gap: 1.3rem;
    max-width: 980px;
    margin: 0 auto;
}

.an-faq-hero-panel {
    padding: 0.3rem 0 0.2rem;
}

.an-faq-page-title {
    margin: 0 0 0.4rem;
    color: #114c52;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.2;
}

.an-faq-page-summary {
    margin: 0;
    color: #60737d;
    font-size: 1.02rem;
    line-height: 1.8;
}

.an-faq-accordion-large {
    gap: 0.85rem;
}

.an-faq-accordion-item {
    border: 1px solid #bfeee8;
    border-radius: 22px;
    background: linear-gradient(180deg, #fbfffe 0%, #f5fffd 100%);
    box-shadow: 0 14px 30px rgba(31, 92, 99, 0.06);
    overflow: hidden;
}

.an-faq-toggle {
    position: relative;
    display: block;
    padding: 1.35rem 3.5rem 1.35rem 1.35rem;
    cursor: pointer;
    list-style: none;
    color: #274651;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.7;
}

.an-faq-toggle::-webkit-details-marker {
    display: none;
}

.an-faq-toggle::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 1.35rem;
    transform: translateY(-50%);
    color: #7c8f97;
    font-size: 1.15rem;
    font-weight: 500;
}

.an-faq-accordion-item[open] .an-faq-toggle::after {
    content: "×";
}

.an-faq-panel {
    padding: 0 1.35rem 1.35rem;
    color: #425963;
    line-height: 1.9;
}

.an-faq-panel p {
    margin: 0;
}

.an-faq-contact-note {
    margin: 0;
    color: #d83f3f;
    font-size: 0.98rem;
    line-height: 1.8;
    font-weight: 700;
}

.an-faq-contact-panel {
    display: grid;
    gap: 0.75rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid #eadfda;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdfc 0%, #fff7f4 100%);
    box-shadow: 0 12px 28px rgba(31, 92, 99, 0.06);
}

.an-faq-contact-title {
    margin: 0;
    color: #2d4256;
    font-size: 1.05rem;
    line-height: 1.75;
}

.an-faq-contact-content {
    margin: 0;
    color: #b54d67;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.7;
}

.an-faq-contact-content a {
    color: inherit;
}

.an-faq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.an-info-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: #dcecfb;
    color: #4d647d;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.6;
}

.an-sti-tab-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.an-resource-library {
    display: grid;
    gap: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
}

.an-resource-library-head {
    display: grid;
    gap: 0.45rem;
    padding-top: 0.25rem;
}

.an-resource-library-title {
    margin: 0;
    color: #114c52;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.18;
}

.an-resource-library-summary {
    margin: 0;
    color: #495f69;
    font-size: 1rem;
    line-height: 1.8;
}

.an-resource-library-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem 1.4rem;
    align-items: center;
}

.an-resource-library .an-sti-tab {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #7c8f97;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.7;
}

.an-resource-library .an-sti-tab.is-active {
    background: transparent;
    color: #0f7a72;
    box-shadow: none;
}

.an-resource-library .an-sti-tab:hover,
.an-resource-library .an-sti-tab:focus {
    color: #0f7a72;
    background: transparent;
}

.an-resource-library-panels {
    display: grid;
}

.an-resource-library-detail {
    padding: 1.45rem 1.55rem;
    border-radius: 18px;
    border: 1px solid #dbe8e5;
    background: #fff;
    box-shadow: 0 10px 28px rgba(25, 83, 89, 0.05);
}

.an-resource-library-detail h2 {
    margin: 0 0 0.9rem;
    color: #184651;
    font-size: 1.7rem;
    line-height: 1.2;
}

.an-resource-library-detail p {
    margin: 0;
    color: #2d3d4b;
    line-height: 1.9;
}

.an-resource-library-links-block {
    margin-top: 1.15rem;
}

.an-resource-library-links-title {
    margin-bottom: 0.45rem;
    color: #264650;
    font-weight: 700;
}

.an-resource-library-link-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #0f7a72;
    line-height: 1.85;
}

.an-resource-library-link-list li + li {
    margin-top: 0.25rem;
}

.an-resource-library-link-list a {
    color: #0f7a72;
    font-weight: 700;
}

.an-resource-library-footnote {
    padding-top: 1rem;
    border-top: 1px solid #e4ecea;
    text-align: center;
}

.an-resource-library-footnote p {
    margin: 0;
    color: #54656e;
    font-size: 0.92rem;
    line-height: 1.8;
}

.an-resource-library-footnote p + p {
    margin-top: 0.2rem;
}

.an-sti-tab {
    appearance: none;
    min-height: 40px;
    padding: 0.6rem 0.9rem;
    border: 1px solid #d7e7e4;
    border-radius: 12px;
    background: #fff;
    color: #546c74;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.an-sti-tab.is-active {
    border-color: #9fc6c1;
    background: #edf7f6;
    color: var(--an-primary-dark);
    box-shadow: inset 0 0 0 1px #9fc6c1;
}

.an-sti-panels {
    display: grid;
}

.an-sti-detail {
    padding: 1.45rem 1.45rem;
    border: 1px solid #dde9e6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 92, 99, 0.05);
}

.an-sti-detail h2 {
    margin: 0 0 0.8rem;
    color: var(--an-primary-dark);
    font-size: 1.55rem;
    line-height: 1.25;
}

.an-sti-detail p {
    margin: 0;
    color: #24364b;
    line-height: 1.9;
}

.an-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.an-resource-card {
    padding: 1rem 1.05rem;
    border: 1px solid #deebe8;
    border-radius: 16px;
    background: #fbfefd;
}

.an-resource-card h3 {
    margin: 0 0 0.55rem;
    color: #264650;
    font-size: 1rem;
    line-height: 1.45;
}

.an-resource-card p {
    margin: 0;
    color: #4e646d;
}

.an-resource-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.an-resource-link {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0.85rem 1rem;
    border: 1px solid #dde9e6;
    border-radius: 14px;
    background: #f7fbfb;
    color: var(--an-primary-dark);
    font-weight: 700;
    line-height: 1.5;
}

.an-resource-link:hover,
.an-resource-link:focus {
    background: #edf7f6;
}

.an-tip-box {
    margin-top: 1.35rem;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    border: 1px solid #ffd56e;
    background: #fff2c4;
}

.an-tip-box strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #8a6500;
}

.an-receiver-page {
    display: grid;
    gap: 1.35rem;
    max-width: 980px;
    margin: 0 auto;
}

.an-receiver-hero {
    display: grid;
    justify-items: center;
    gap: 0.85rem;
    padding: 1.35rem 0 0.15rem;
    text-align: center;
}

.an-receiver-hero-icon {
    font-size: 1.9rem;
    line-height: 1;
}

.an-receiver-title {
    margin: 0;
    color: #114c52;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.18;
}

.an-receiver-lead {
    margin: 0;
    max-width: 760px;
    color: #314854;
    font-size: 1.03rem;
    line-height: 1.95;
}

.an-receiver-panel,
.an-receiver-callout {
    padding: 1.5rem 1.55rem;
    border-radius: 22px;
    border: 1px solid #d8e9e6;
    background: #fff;
    box-shadow: 0 12px 28px rgba(25, 83, 89, 0.05);
}

.an-receiver-callout h2,
.an-receiver-section-title {
    margin: 0 0 0.75rem;
    color: #0f5d5f;
    font-size: 1.45rem;
    line-height: 1.3;
}

.an-receiver-callout p,
.an-receiver-panel-intro,
.an-receiver-faq-item p {
    margin: 0;
    color: #314854;
    line-height: 1.9;
}

.an-receiver-callout-positive {
    border-color: #bfe9c9;
    background: #fcfffc;
}

.an-receiver-callout-positive h2,
.an-receiver-callout-positive p {
    color: #1b7b45;
}

.an-receiver-callout-caution {
    border-color: #f1d48d;
    background: #fffdf7;
}

.an-receiver-callout-caution strong {
    color: #bb6a00;
}

.an-receiver-disease-list {
    display: grid;
    gap: 0.7rem;
}

.an-receiver-disease-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 62px;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    border: 1px solid #dde8e5;
    background: #fff;
    color: #1a2d37;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.an-receiver-disease-link::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    align-self: center;
    width: 2.55rem;
    height: 2.55rem;
    background-image: url("img/Click-removebg-preview.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.an-receiver-disease-link:hover::before,
.an-receiver-disease-link:focus::before {
    transform: scale(1.16);
}

.an-receiver-disease-link:hover,
.an-receiver-disease-link:focus {
    border-color: #b8d8d3;
    background: #f8fcfb;
}

.an-receiver-disease-name {
    flex: 1 1 auto;
    font-weight: 700;
    line-height: 1.65;
}

.an-receiver-disease-hint {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #ecf8f5;
    color: #0f5d5f;
    font-size: 0.875rem;
    font-weight: 700;
}

.an-receiver-step-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.an-receiver-step-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.an-receiver-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eff7f5;
    color: #0f5d5f;
    font-weight: 800;
}

.an-receiver-step-content h3,
.an-receiver-faq-item h3 {
    margin: 0 0 0.35rem;
    color: #123d4a;
    font-size: 1.02rem;
    line-height: 1.5;
}

.an-receiver-step-content p {
    margin: 0;
    color: #425963;
    line-height: 1.9;
}

.an-receiver-resource-list,
.an-receiver-faq-list {
    display: grid;
    gap: 0.6rem;
}

.an-receiver-resource-item {
    display: grid;
    grid-template-columns: 2.55rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    padding: 1rem 0;
    border-top: 1px solid #e4ecea;
    cursor: pointer;
}

.an-receiver-faq-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    align-items: start;
    padding: 1rem 0;
    border-top: 1px solid #e4ecea;
}

.an-receiver-resource-item:first-child,
.an-receiver-faq-item:first-child {
    border-top: 0;
    padding-top: 0.2rem;
}

.an-receiver-resource-index {
    display: block;
    width: 2.55rem;
    height: 2.55rem;
    align-self: center;
    justify-self: start;
    background-image: url("img/Click-removebg-preview.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 0;
    line-height: 0;
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.an-receiver-resource-item:hover .an-receiver-resource-index,
.an-receiver-resource-item:focus .an-receiver-resource-index {
    transform: scale(1.16);
}

.an-receiver-resource-body {
    display: grid;
    gap: 0.25rem;
}

.an-receiver-resource-body strong {
    color: #123d4a;
    font-size: 1rem;
    line-height: 1.5;
}

.an-receiver-resource-body span {
    color: #4f646e;
    line-height: 1.85;
}

.an-receiver-closing {
    margin: 0;
    padding: 0.25rem 0 0.4rem;
    text-align: center;
    color: #314854;
    font-size: 1rem;
    line-height: 1.8;
}

.an-receiver-closing span {
    color: #4c74eb;
}

.an-warning-box {
    padding: 1rem 1.15rem;
    border-radius: 8px;
    border: 1px solid #ffd56e;
    background: #fff2c4;
}

.an-warning-title {
    margin-bottom: 0.45rem;
    color: #8a6500;
    font-size: 1rem;
    font-weight: 700;
}

.an-warning-box p {
    margin: 0;
    color: #3d3222;
    line-height: 1.8;
}

.an-footer {
    margin-top: 3.5rem;
    background: #343434;
    color: #fff;
    border-top: 0;
}

.an-footer-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    justify-content: stretch;
    gap: 2rem;
    padding: 2.2rem 0 2.05rem;
}

.an-footer-brand {
    display: grid;
    grid-column: 1;
    align-items: start;
    justify-items: start;
    padding-left: 1.25rem;
}

.an-footer-logo {
    width: 200px;
    height: auto;
    object-fit: contain;
    margin-bottom: 0.9rem;
}

.an-footer-brand-copy {
    display: grid;
    gap: 0.35rem;
    max-width: 320px;
}

.an-footer-brand-kicker,
.an-footer-brand-title,
.an-footer-brand-subtitle,
.an-footer-contact-line {
    margin: 0;
}

.an-footer-brand-kicker {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.an-footer-brand-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.an-footer-brand-subtitle {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
}

.an-footer-contact {
    display: grid;
    grid-column: 2;
    gap: 0.85rem;
    justify-items: start;
    text-align: left;
    align-content: center;
    min-height: 100%;
}

.an-footer-contact-line {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.65;
}

.an-footer-mail {
    color: #ff7c9d;
    font-weight: 700;
}

.an-footer-spacer {
    grid-column: 3;
    min-height: 1px;
}

.an-footer-bottom {
    background: #252525;
}

.an-footer-bottom-shell {
    padding: 0.95rem 0 1rem;
    color: #ffffff;
    font-size: 0.88rem;
    text-align: center;
    line-height: 1.65;
}

.an-back-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 40;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #3f9be0 0%, #2b78c4 100%);
    color: #ffffff;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(24, 98, 170, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.an-back-to-top:hover,
.an-back-to-top:focus {
    background: linear-gradient(180deg, #4ba3e6 0%, #2f7ecc 100%);
    box-shadow: 0 16px 28px rgba(24, 98, 170, 0.32);
}

.an-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.an-form-grid {
    display: grid;
    gap: 1rem;
}

.an-field-group {
    display: grid;
    gap: 0.75rem;
}

.an-step3-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
    gap: 1.5rem;
    align-items: start;
}

.an-form-grid label,
.an-form-grid input,
.an-form-grid textarea,
.an-form-grid select,
.an-form-grid table {
    font: inherit;
}

.an-input,
.an-select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #dccfca;
    border-radius: 12px;
    font: inherit;
    font-size: 0.9375rem;
    color: var(--an-text);
    background: #fffdfb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.an-input:focus,
.an-select:focus {
    border-color: #d18a9b;
    box-shadow: 0 0 0 3px rgba(209, 138, 155, 0.14);
    background: #fff;
    outline: none;
}

.an-field-label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--an-primary-dark);
}

.an-field-help {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #6c7a92;
}

.an-required-mark {
    color: #d63b4a;
    font-weight: 800;
    margin-left: 0.25rem;
}

.an-field-error {
    color: #d63b4a;
    font-size: 0.8125rem;
    font-weight: 800;
    margin-left: 0.35rem;
}

.an-optional-note {
    color: #7a8aa0;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-left: 0.25rem;
}

.an-input.is-invalid,
.an-select.is-invalid,
.an-option-grid.is-invalid {
    border-color: #d63b4a;
    background: #fff7f8;
}

.an-option-grid.is-invalid {
    border: 1px solid #d63b4a;
    border-radius: 14px;
    padding: 0.35rem 0.85rem;
}

.an-form-grid input[type="radio"],
.an-form-grid input[type="checkbox"] {
    margin-right: 0.5rem;
}

.an-form-grid td {
    padding: 0.5rem 0;
}

.an-form-grid table {
    width: 100%;
}

.an-table {
    width: 100%;
    border-collapse: collapse;
}

.an-table th,
.an-table td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #eee3dc;
    text-align: left;
}

.an-table th {
    color: #fff;
    background: #6a5478;
}

.an-notify-page {
    position: relative;
}

.an-notify-page::before {
    content: "";
    position: absolute;
    inset: -20px -12px auto;
    height: 220px;
    background: radial-gradient(circle at 18% 30%, rgba(219, 234, 248, 0.72), transparent 56%),
        radial-gradient(circle at 82% 8%, rgba(247, 235, 227, 0.88), transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.an-notify-card {
    position: relative;
    z-index: 1;
    border: 1px solid #e5ebf2;
    border-radius: 22px;
    box-shadow: 0 8px 22px rgba(36, 54, 75, 0.04);
}

.an-notify-hero {
    margin-bottom: 2rem;
    padding: 1.75rem 1.9rem 1.9rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbfa 100%);
    border: 1px solid #dceae7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.an-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.95rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--an-primary-dark);
    background: #edf7f6;
    border: 1px solid #d7e9e6;
}

.an-hero-title {
    margin: 1.2rem 0 0.95rem;
    font-size: clamp(2.35rem, 4.6vw, 3.35rem);
    line-height: 1.14;
    color: #24364b;
}

.an-hero-text {
    margin: 0 0 1.35rem;
    color: #5b7380;
    line-height: 1.9;
    font-size: 1.08rem;
}

.an-notify-hero .an-highlight {
    margin-top: 1rem;
    padding: 1.05rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #d7e8e5;
    border-left: 4px solid var(--an-primary);
    background: #edf7f6;
    color: #28414d;
    font-size: 0.98rem;
    line-height: 1.85;
    box-shadow: none;
}

.an-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.an-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 72px;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    border: 0;
    text-align: center;
    background: transparent;
    color: #5c7178;
    font-weight: 700;
    transition: color 0.2s ease;
}

.an-step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d7e9e5;
    background: #fff;
    color: #9aa9ad;
    font-size: 1.2rem;
    font-weight: 700;
}

.an-step-text {
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
}

.an-progress-step.is-active {
    color: var(--an-primary-dark);
}

.an-progress-step.is-active .an-step-number {
    border-color: #cfe6e1;
    box-shadow: 0 0 0 6px #eef8f6;
    color: var(--an-primary-dark);
}

.an-progress-step.is-complete {
    color: var(--an-success);
}

.an-progress-step.is-complete .an-step-number {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
}

.an-progress-step.is-complete .an-step-number::before {
    content: "\2713";
    color: var(--an-success);
    font-size: 1.45rem;
    line-height: 1;
}

.an-step-subtitle {
    margin: 0 0 0.875rem;
    color: var(--an-text-soft);
    line-height: 1.8;
    font-size: 0.9375rem;
}

.an-option-grid {
    width: 100%;
}

.an-option-grid table,
.an-option-grid tbody {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.an-option-grid tr,
.an-option-grid td {
    display: block;
    margin: 0;
    padding: 0;
}

.an-option-grid input[type="checkbox"],
.an-option-grid input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.an-option-grid input[type="checkbox"] + label,
.an-option-grid input[type="radio"] + label {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 0 1.35rem;
    border-radius: 18px;
    border: 1px solid #dce8e5;
    background: #fff;
    font-size: 1.04rem;
    font-weight: 700;
    color: #294b58;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.an-option-grid input[type="checkbox"] + label:hover,
.an-option-grid input[type="radio"] + label:hover {
    border-color: #9bc8c2;
    box-shadow: 0 10px 24px rgba(31, 92, 99, 0.12);
    transform: translateY(-1px);
}

.an-option-grid input[type="checkbox"]:checked + label,
.an-option-grid input[type="radio"]:checked + label {
    border-color: #4e9189;
    background: linear-gradient(180deg, #dff2ee 0%, #cde9e3 100%);
    color: #0d4c4b;
    box-shadow: 0 14px 28px rgba(19, 82, 88, 0.22);
}

#RBL_Disease_0 + label {
    color: #b43840;
}

.an-custom-disease-panel {
    padding: 1.15rem 1.2rem;
    border: 1px solid #e3eeeb;
    border-radius: 18px;
    background: #f8fcfb;
}

.an-privacy-feature-grid {
    display: grid;
    gap: 0;
    border: 1px solid #dcefeb;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
}

.an-privacy-feature-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.35rem 1.5rem;
    border-top: 1px solid #e7f1ef;
}

.an-privacy-feature-card:first-child {
    border-top: 0;
}

.an-privacy-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #0f5d5f;
    font-size: 1.8rem;
}

.an-privacy-feature-body {
    color: #2c383c;
    line-height: 1.8;
    font-size: 0.95rem;
}

.an-privacy-feature-body strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #0f5d5f;
    font-size: 1.05rem;
}

.an-consent-panel {
    padding: 1rem 1.15rem;
    border: 2px solid #39b7a8;
    border-radius: 18px;
    background: #fff;
}

.an-consent-check {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #233439;
    line-height: 1.75;
    font-weight: 600;
}

.an-consent-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0.18rem 0 0;
}

.an-consent-check label {
    display: block;
    flex: 1;
}

.an-consent-check.is-invalid {
    color: #b93f47;
}

.an-consent-panel .an-field-error {
    display: block;
    margin: 0.5rem 0 0;
}

.an-email-warning-box {
    border-color: #f0d58e;
    background: #fff9e9;
}

.an-email-recipient-stack {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.15rem;
}

.an-email-recipient-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.an-email-recipient-input {
    min-width: 0;
}

button.an-email-recipient-add,
button.an-email-recipient-remove,
.an-email-recipient-add,
.an-email-recipient-remove {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.1rem;
    border: 0 !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #439c96 0%, #256c72 100%) !important;
    color: #ffffff !important;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(26, 98, 97, 0.16) !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.an-email-recipient-add {
    justify-self: start;
    margin-top: 0.1rem;
    min-width: 152px;
}

.an-email-recipient-remove {
    justify-self: end;
    min-width: 88px;
    min-height: 40px;
    padding: 0 0.95rem;
    background: linear-gradient(180deg, #ef8a8a 0%, #d45b5b 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 16px rgba(181, 91, 91, 0.16) !important;
}

.an-email-recipient-add:hover,
.an-email-recipient-add:focus,
.an-email-recipient-remove:hover,
.an-email-recipient-remove:focus {
    transform: translateY(-1px);
}

.an-email-recipient-add:active,
.an-email-recipient-remove:active {
    transform: translateY(1px);
}

.an-email-recipient-add:hover,
.an-email-recipient-add:focus {
    background: linear-gradient(180deg, #378c88 0%, #1f5f65 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(26, 98, 97, 0.22) !important;
}

.an-email-recipient-remove:hover,
.an-email-recipient-remove:focus {
    background: linear-gradient(180deg, #e87979 0%, #c94b4b 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(181, 91, 91, 0.22) !important;
}

.an-preview-email-list {
    display: grid;
    gap: 0.5rem;
    justify-items: start;
    width: 100%;
}

.an-preview-email-item {
    display: block;
    width: fit-content;
    max-width: min(100%, 36rem);
    padding: 0.72rem 0.95rem;
    border: 1px solid #d8e8e4;
    border-radius: 14px;
    background: #f8fcfb;
    color: #295864;
    font-weight: 700;
    word-break: break-all;
}

.an-preview-message-title {
    color: #27434c;
    font-size: 1rem;
    font-weight: 800;
}

.an-preview-message-caption {
    color: #67808a;
    font-size: 0.875rem;
    line-height: 1.6;
}

.an-email-preview-header-minimal {
    display: grid;
    gap: 0.25rem;
    padding: 1.1rem 1.35rem;
    background: linear-gradient(180deg, #f3faf8 0%, #fbfefd 100%);
}

.an-preview-resource-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.35rem;
    padding-top: 1.1rem;
    border-top: 1px solid #e5efec;
}

.an-preview-resource-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1.25rem;
    border-radius: 999px;
    background: #e8faf3;
    border: 1px solid #c5ebdb;
    color: #126651;
    font-size: 0.9375rem;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(18, 102, 81, 0.12);
}

.an-preview-resource-link:hover,
.an-preview-resource-link:focus {
    color: #126651;
    background: #dcf5eb;
}

.an-result-shell {
    display: grid;
    justify-items: center;
    gap: 1.35rem;
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 0 0.5rem;
    text-align: center;
}

.an-result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    color: #0f5d5f;
    font-size: 3rem;
    font-weight: 300;
}

.an-result-icon.is-failed {
    color: #c45757;
}

.an-result-icon.is-partial {
    color: #c78a2e;
}

.an-result-status-box {
    width: min(100%, 680px);
    padding: 1.15rem 1.35rem;
    border-radius: 18px;
    border: 1px solid #d5ebe6;
    background: #fbfffd;
    color: #12605e;
}

.an-result-status-box.is-failed {
    border-color: #f0d0d0;
    background: #fff8f8;
    color: #b04646;
}

.an-result-status-box.is-partial {
    border-color: #f1dfb5;
    background: #fffaf0;
    color: #9a651b;
}

.an-result-actions {
    margin-top: 0.2rem;
}

.an-submit-loading {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(239, 246, 246, 0.84);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.an-submit-loading.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.an-submit-loading-card {
    width: min(100%, 420px);
    display: grid;
    gap: 0.9rem;
    padding: 1.45rem 1.3rem;
    border: 1px solid #d6e7e4;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fdfc 100%);
    box-shadow: 0 28px 56px rgba(28, 88, 94, 0.22), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
    text-align: center;
}

.an-submit-loading-title {
    color: #13545b;
    font-size: 1.15rem;
    font-weight: 800;
}

.an-submit-loading-copy {
    color: #5f7480;
    font-size: 0.95rem;
    line-height: 1.75;
}

.an-submit-loading-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #4e6972;
    font-size: 0.88rem;
    font-weight: 700;
}

.an-submit-loading-percent {
    color: #1f656a;
    font-size: 1.1rem;
    font-weight: 800;
}

.an-submit-loading-bar {
    position: relative;
    overflow: hidden;
    height: 14px;
    border-radius: 999px;
    border: 1px solid #d0e6e1;
    background: linear-gradient(180deg, #edf7f5 0%, #dfefec 100%);
    box-shadow: inset 0 2px 6px rgba(44, 108, 108, 0.08);
}

.an-submit-loading-bar-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 12%;
    border-radius: inherit;
    background: linear-gradient(90deg, #5cb8ae 0%, #2d7275 55%, #21666f 100%);
    box-shadow: 0 6px 12px rgba(45, 114, 117, 0.24);
    transition: width 0.28s ease;
}

#TB_Message {
    min-height: 270px;
    font-size: 1rem;
    line-height: 1.8;
    resize: vertical;
}

.an-live-message-preview-shell {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid #e7d6c8;
    background: linear-gradient(180deg, #fffaf6 0%, #fffdfb 100%);
    box-shadow: 0 10px 22px rgba(120, 82, 58, 0.06);
}

.an-live-message-preview-title {
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #9c4c35;
}

.an-email-preview-shell-live {
    box-shadow: 0 14px 28px rgba(120, 82, 58, 0.08);
}

.an-email-preview-header-live {
    background: linear-gradient(180deg, #fff4ed 0%, #fffaf7 100%);
}

.an-email-preview-body-live {
    background: linear-gradient(180deg, #fffdfc 0%, #fff9f6 100%);
}

.an-live-email-value {
    min-height: 28px;
    padding: 0.125rem 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #2f4058;
    word-break: break-word;
}

.an-live-email-value-soft {
    color: #5f6f84;
}

.an-live-email-value[data-empty="1"] {
    color: #9aa7b8;
    font-style: italic;
}

.an-0520demo-page {
    display: grid;
    gap: 1.75rem;
}

.an-0520demo-hero-card {
    overflow: hidden;
    border-color: #e7ddd7;
    box-shadow: 0 18px 42px rgba(80, 46, 58, 0.1);
}

.an-0520demo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
}

.an-0520demo-hero-copy {
    padding: 0.25rem 0;
}

.an-0520demo-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 1rem;
    border-radius: 999px;
    background: rgba(155, 27, 70, 0.08);
    border: 1px solid rgba(155, 27, 70, 0.18);
    color: #8d2044;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.an-0520demo-title {
    margin: 1.1rem 0 0.9rem;
    font-size: clamp(2.3rem, 4.4vw, 3.35rem);
    line-height: 1.08;
    color: #23364b;
}

.an-0520demo-text {
    margin: 0;
    max-width: 680px;
    color: #5c6c80;
    font-size: 1.04rem;
    line-height: 1.9;
}

.an-0520demo-actions {
    margin-top: 1.5rem;
}

.an-0520demo-hero-side {
    display: flex;
}

.an-0520demo-side-card {
    width: 100%;
    padding: 1.25rem;
    border-radius: 20px;
    background: linear-gradient(160deg, #922248 0%, #6f1836 100%);
    color: #fff;
    box-shadow: 0 14px 32px rgba(111, 24, 54, 0.24);
}

.an-0520demo-side-title {
    margin-bottom: 0.85rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.an-0520demo-checklist {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.85;
    font-size: 0.94rem;
}

.an-0520demo-checklist li + li {
    margin-top: 0.45rem;
}

.an-0520demo-section-head {
    margin-bottom: 1.25rem;
}

.an-0520demo-section-head .an-lead {
    margin-bottom: 0;
}

.an-0520demo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.an-0520demo-feature-card {
    padding: 1.3rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdfb 0%, #fff7f1 100%);
    border: 1px solid #ebdfd7;
}

.an-0520demo-feature-kicker {
    display: inline-flex;
    margin-bottom: 0.8rem;
    color: #b2575d;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.an-0520demo-feature-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
    color: #2f4462;
}

.an-0520demo-feature-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.an-0520demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.92fr);
    gap: 1.75rem;
    align-items: start;
}

.an-0520demo-step-list {
    display: grid;
    gap: 1rem;
}

.an-0520demo-step-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1rem 1.05rem;
    border-radius: 16px;
    border: 1px solid #e7ddd7;
    background: #fffaf6;
}

.an-0520demo-step-number {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(180deg, #a72f53 0%, #821e40 100%);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}

.an-0520demo-step-item strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #2f4462;
    font-size: 1.05rem;
}

.an-0520demo-step-item p {
    margin: 0;
    color: #627287;
    line-height: 1.8;
}

.an-0520demo-side-panel h3 {
    color: #2b4463;
}

.an-0520demo-side-panel p {
    color: #617187;
    line-height: 1.8;
}

.an-0520demo-side-panel p:last-child {
    margin-bottom: 0;
}

.an-preview-greeting,
.an-preview-greeting-line {
    display: block;
    margin-bottom: 0.75rem;
    padding: 0.625rem 0.875rem;
    border-radius: 12px;
    background: #fff4ea;
    color: #9c4c35;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.6;
}

.an-preview-greeting-strong {
    margin-bottom: 1rem;
}

.an-live-greeting-line {
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #2f4058;
    font-weight: 400;
}

.an-live-message-body,
.an-preview-box {
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #2f4058;
}

.an-live-message-body {
    min-height: 188px;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #e7d9d2;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.an-live-message-body div,
.an-preview-box div {
    margin-bottom: 0.5rem;
}

.an-email-preview-shell {
    margin-top: 1.15rem;
    border-radius: 22px;
    border: 1px solid #d7e7e3;
    background: linear-gradient(180deg, #fdfefe 0%, #f7fbfb 100%);
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(27, 86, 91, 0.08);
}

.an-email-preview-header {
    padding: 1.125rem 1.25rem;
    background: linear-gradient(180deg, #eef8f7 0%, #f8fcfb 100%);
    border-bottom: 1px solid #d9e7e4;
}

.an-email-preview-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.875rem;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    color: #304752;
}

.an-email-preview-row-soft {
    color: #5f6f84;
}

.an-email-preview-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-height: 28px;
    padding: 0 0.625rem;
    border-radius: 999px;
    background: #e9f5f3;
    color: var(--an-primary-dark);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.an-email-preview-body {
    padding: 1.35rem;
}

.an-info-list-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
}

.an-info-list-compact .an-info-item {
    padding: 0.875rem 1rem;
    border-radius: 12px;
    background: #f7fbfb;
    border: 1px solid #d9e7e4;
}

.an-preview-box {
    min-height: 300px;
    max-height: 420px;
    overflow: auto;
    padding: 1.25rem 1.3rem 1.35rem;
    border-radius: 16px;
    border: 1px solid #dbe8e5;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.an-privacy-box {
    margin-top: 1rem;
    padding: 1.1rem 1.25rem;
    border-radius: 16px;
    background: #fffdf4;
    border: 1px solid #ecdca8;
    line-height: 1.8;
    color: #6e5915;
}

.an-privacy-box h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    color: #8a6510;
}

.an-privacy-box ul {
    margin: 0;
    padding-left: 1.25rem;
}

@media (max-width: 900px) {
    .an-header-inner {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-right: 88px;
    }

    .an-header-inner {
        padding: 1.35rem 0 1.2rem;
    }

    .an-site-brand {
        width: auto;
        min-width: 0;
    }

    .an-site-logo {
        width: 64px;
        height: 64px;
    }

    .an-site-name {
        font-size: 1.35rem;
    }

    .an-nav-toggle {
        display: inline-flex;
        position: fixed;
        top: calc(env(safe-area-inset-top, 0px) + 16px);
        right: 16px;
        z-index: 70;
    }

    .an-nav {
        display: none;
        width: min(280px, calc(100vw - 32px));
        margin-top: 0;
        padding: 0.75rem;
        border-radius: 18px;
        border: 1px solid #dbe7e6;
        background: #ffffff;
        box-shadow: 0 14px 28px rgba(21, 86, 92, 0.08);
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
        overflow: hidden;
        position: fixed;
        top: calc(env(safe-area-inset-top, 0px) + 84px);
        right: 16px;
        z-index: 69;
    }

    .an-nav.is-open {
        display: flex;
    }

    .an-nav a,
    .an-nav-link {
        display: block;
        width: 100%;
        padding: 0.85rem 0.95rem;
        border-radius: 14px;
        background: #f5faf8;
        white-space: normal;
    }

    .an-grid,
    .an-step3-layout,
    .an-info-list-compact,
    .an-home-hero,
    .an-home-feature-list,
    .an-home-feature-grid,
    .an-home-steps-grid,
    .an-resource-grid,
    .an-resource-links {
        grid-template-columns: 1fr;
    }

    .an-sti-tab-list,
    .an-resource-library-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.6rem;
        overflow-x: auto;
        padding-bottom: 0.2rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .an-sti-tab-list::-webkit-scrollbar,
    .an-resource-library-tabs::-webkit-scrollbar {
        display: none;
    }

    .an-resource-library-tabs {
        gap: 0.6rem;
    }

    .an-sti-tab,
    .an-resource-library .an-sti-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .an-resource-library-detail {
        padding: 1.2rem 1.1rem;
    }

    .an-resource-library-detail h2 {
        font-size: 1.35rem;
    }

    .an-receiver-faq-item {
        grid-template-columns: 1fr;
    }

    .an-faq-actions {
        flex-direction: column;
    }

    .an-receiver-disease-link {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        justify-content: stretch;
    }

    .an-receiver-disease-link::before {
        grid-row: 1 / span 2;
    }

    .an-receiver-resource-item {
        grid-template-columns: 2.35rem minmax(0, 1fr);
        gap: 0.7rem;
    }

    .an-receiver-resource-index {
        width: 2.35rem;
        height: 2.35rem;
        grid-row: 1 / span 2;
    }

    .an-receiver-resource-body {
        min-width: 0;
    }

    .an-receiver-disease-name {
        min-width: 0;
    }

    .an-receiver-disease-hint {
        justify-self: start;
    }

    .an-page-title {
        font-size: 1.9rem;
    }

    .an-page-summary {
        min-height: 0;
        padding: 1rem 1.125rem;
        text-align: left;
        justify-content: flex-start;
    }

    .an-footer-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.9rem 0 1.7rem;
    }

    .an-footer-brand {
        grid-column: auto;
    }

    .an-footer-logo {
        width: 88px;
        height: 88px;
    }

    .an-footer-brand-title {
        font-size: 1.05rem;
    }

    .an-footer-brand-subtitle {
        font-size: 0.9rem;
    }

    .an-footer-contact {
        grid-column: auto;
        text-align: left;
    }

    .an-footer-spacer {
        display: none;
    }

    .an-back-to-top {
        right: 22px;
        bottom: 22px;
        width: 52px;
        height: 52px;
    }

    .an-home-hero-panel {
        padding: 1.8rem 0 0.4rem;
    }

    .an-home-landing {
        gap: 2.4rem;
    }

    .an-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.25rem;
    }

    .an-email-form-layout,
    .an-email-confirm-grid,
    .an-preview-summary-row {
        grid-template-columns: 1fr;
    }

    .an-preview-summary-row {
        gap: 0.35rem;
    }

    .an-preview-summary-value {
        justify-content: flex-start;
        text-align: left;
    }

    .an-preview-disease-list {
        justify-items: start;
    }

    .an-email-recipient-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.65rem;
        align-items: end;
    }

    .an-email-recipient-remove {
        justify-self: end;
        min-width: 84px;
        min-height: 42px;
        padding: 0 0.9rem;
        font-size: 0.9rem;
        box-shadow: 0 6px 14px rgba(181, 91, 91, 0.14) !important;
    }

    .an-email-recipient-add {
        width: 100%;
        justify-self: stretch;
        margin-top: 0.35rem;
    }

    .an-receiver-panel,
    .an-receiver-callout {
        padding: 1.2rem 1.15rem;
        border-radius: 18px;
    }

    .an-receiver-title {
        font-size: 1.8rem;
    }

    .an-faq-toggle {
        padding: 1.1rem 3rem 1.1rem 1.05rem;
        font-size: 1rem;
    }

    .an-faq-panel {
        padding: 0 1.05rem 1.15rem;
    }

    .an-privacy-feature-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 1.2rem 1.15rem;
    }

    .an-home-display-copy {
        font-size: 1.05rem;
    }

    .an-home-feature-card {
        min-height: auto;
    }

    .an-home-section-heading {
        margin-bottom: 1.85rem;
    }

    .an-home-steps-grid {
        gap: 2rem;
    }

    .an-notify-page::before {
        inset: -12px -8px auto;
        height: 160px;
    }

    .an-notify-hero,
    .an-card-body,
    .an-email-preview-body,
    .an-email-preview-header,
    .an-side-card-body {
        padding: 1rem;
    }

    .an-step-text,
    .an-step-subtitle,
    .an-field-label {
        font-size: 0.9375rem;
    }

    .an-option-grid table,
    .an-option-grid tbody {
        grid-template-columns: 1fr;
    }

    .an-email-preview-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .an-0520demo-hero,
    .an-0520demo-grid,
    .an-0520demo-feature-grid {
        grid-template-columns: 1fr;
    }

    .an-actions-split {
        justify-content: flex-start;
        gap: 0.625rem;
    }

    .an-actions-split .an-button,
    .an-actions-split .an-button-secondary,
    .an-actions .an-button,
    .an-actions .an-button-secondary {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .an-shell {
        width: min(100% - 24px, 1120px);
    }

    .an-site-brand {
        gap: 0.85rem;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .an-site-brand-copy {
        justify-items: start;
        align-content: center;
        text-align: left;
    }

    .an-site-logo {
        width: 52px;
        height: 52px;
    }

    .an-site-name {
        font-size: 0.92rem;
        line-height: 1.3;
    }

    .an-header-inner {
        gap: 0.8rem;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 72px;
    }

    .an-nav-toggle {
        width: 56px;
        height: 46px;
        gap: 6px;
        top: calc(env(safe-area-inset-top, 0px) + 12px);
        right: 12px;
        border-radius: 12px;
    }

    .an-nav-toggle-line {
        width: 32px;
    }

    .an-nav {
        margin-top: 0;
        padding: 0.65rem;
        width: min(260px, calc(100vw - 24px));
        top: calc(env(safe-area-inset-top, 0px) + 68px);
        right: 12px;
    }

    .an-nav a,
    .an-nav-link {
        padding: 0.78rem 0.85rem;
        font-size: 0.95rem;
    }

    .an-email-recipient-stack {
        gap: 0.65rem;
    }

    .an-email-recipient-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.55rem;
        align-items: center;
    }

    .an-email-recipient-add {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        margin-top: 0.4rem;
    }

    .an-email-recipient-remove {
        min-width: 76px;
        min-height: 40px;
        padding: 0 0.85rem;
        font-size: 0.88rem;
    }

    .an-footer-brand {
        gap: 1rem;
    }

    .an-footer-brand-copy {
        gap: 0;
    }

    .an-footer-logo {
        width: 300px;
        height: auto;
    }

    .an-footer-brand-title,
    .an-footer-brand-subtitle {
        display: none;
    }

    .an-footer-contact-line,
    .an-footer-bottom-shell {
        font-size: 0.88rem;
    }

    .an-back-to-top {
        right: 18px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .an-home-display-title {
        font-size: 2.1rem;
    }

    .an-home-title-line {
        display: block;
    }

    .an-home-display-copy {
        font-size: 0.98rem;
        line-height: 1.78;
    }

    .an-home-display-copy br {
        display: none;
    }

    .an-home-cta {
        width: 100%;
        justify-content: center;
    }

    .an-progress {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.6rem 0.35rem;
        margin-bottom: 1.2rem;
    }

    .an-progress-step {
        gap: 0.45rem;
        min-height: 0;
        padding: 0.1rem 0.15rem;
    }

    .an-step-number {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        border-width: 2px;
    }

    .an-progress-step.is-active .an-step-number {
        box-shadow: 0 0 0 4px #eef8f6;
    }

    .an-step-text {
        font-size: 0.75rem;
        line-height: 1.35;
        word-break: keep-all;
    }

    .an-consent-panel,
    .an-custom-disease-panel,
    .an-result-status-box {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .an-result-shell {
        padding-top: 1.6rem;
    }

    .an-home-feature-card,
    .an-home-story-card,
    .an-home-alert-box {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .an-home-section-heading {
        font-size: 1.8rem;
    }

    .an-option-grid input[type="checkbox"] + label,
    .an-option-grid input[type="radio"] + label {
        min-height: 84px;
        padding: 0 1rem;
        font-size: 1rem;
    }

    .an-0520demo-title {
        font-size: 2rem;
    }

    .an-0520demo-actions .an-button,
    .an-0520demo-actions .an-button-secondary {
        width: 100%;
    }

    .an-0520demo-step-item {
        grid-template-columns: 1fr;
    }
}