/* ============================================================
   ZONE D — CORPORATE PAGES (FULL & OPTIMIZED)
   /assets/css/zones/zone-d.css
   ============================================================ */

/* ============================================================
   SHARED HEADLINES
   ============================================================ */
.section-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: var(--text-h2, 36px);
    font-weight: 600;
    color: #003366;
    text-align: center;
    margin-bottom: 12px;
}

.section-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: #415A77;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* ============================================================
   HOMEPAGE — HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.hero-background .hero-image {
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,51,102,0.75) 0%, rgba(0,51,102,0.3) 50%, rgba(0,51,102,0.05) 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 0;
}
.hero-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: var(--text-h1, 56px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero-headline br { display: block; }
.hero-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 600px;
    text-shadow: 0 1px 10px rgba(0,0,0,0.2);
}
.hero-actions .btn-primary {
    background: #FFFFFF;
    color: #003366;
    font-weight: 600;
    padding: 16px 48px;
}
.hero-actions .btn-primary:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

/* ============================================================
   HOMEPAGE — THREE PILLARS
   ============================================================ */
.pillars {
    padding: var(--section-padding, 80px 0);
    background-color: #FDFBF7;
}
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.pillar-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 4px solid #003366;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
.zone-a-card { border-top-color: #7B9E87; }
.zone-b-card { border-top-color: #1B4F72; }
.zone-c-card { border-top-color: #C47B2E; }

.pillar-card .card-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.zone-a-card .card-icon { background: rgba(123,158,135,0.1); }
.zone-b-card .card-icon { background: rgba(27,79,114,0.1); }
.zone-c-card .card-icon { background: rgba(196,123,46,0.1); }
.pillar-card .card-icon i { font-size: 40px; }

.pillar-card .brand-header { margin-bottom: 8px; text-align: center; }
.pillar-card .brand-name {
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 1.1;
    letter-spacing: -0.5px;
}
.pillar-card .brand-name-crena {
    font-family: var(--font-heading, 'Playfair Display', serif);
    color: #7B9E87;
}
.pillar-card .brand-name-mealuga {
    font-family: var(--font-brand, 'Comfortaa', sans-serif);
    color: #1B4F72;
}
.pillar-card .brand-name-snacking {
    font-family: var(--font-body, 'Inter', sans-serif);
    color: #C47B2E;
    letter-spacing: 0.5px;
}
.pillar-card .brand-name sup { font-size: 16px; font-weight: 400; top: -12px; }
.pillar-card .brand-tagline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: #415A77;
    display: block;
    margin-top: 2px;
    letter-spacing: 0.5px;
}
.pillar-card .card-subtitle {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: #003366;
    margin-bottom: 12px;
}
.pillar-card .card-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
}
.professional-tooltip {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    cursor: help;
}
.professional-badge {
    display: inline-block;
    background: rgba(27,79,114,0.12);
    color: #1B4F72;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    font-family: var(--font-body, 'Inter', sans-serif);
}
.professional-badge:hover { background: rgba(27,79,114,0.2); }
.professional-tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 280px;
    background: #003366;
    color: #FFFFFF;
    text-align: left;
    padding: 12px 16px;
    border-radius: var(--radius-card, 16px);
    font-size: 13px;
    line-height: 1.5;
    font-family: var(--font-body, 'Inter', sans-serif);
    position: absolute;
    z-index: 10;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
.professional-tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #003366;
}
.professional-tooltip:hover .professional-tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* ============================================================
   HOMEPAGE — PURITY STANDARD
   ============================================================ */
.purity-standard {
    padding: var(--section-padding, 80px 0);
    background: #FDFBF7;
}
.purity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.purity-item { text-align: center; padding: 20px; }
.purity-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(44,90,74,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.purity-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}
.purity-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   HOMEPAGE — SUSTAINABILITY
   ============================================================ */
.sustainability {
    padding: var(--section-padding, 80px 0);
    background: #F5F8F2;
}
.sustainability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.sustainability-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 3px solid #C47B2E;
}
.sustainability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.sustainability-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(196,123,46,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.sustainability-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 6px;
}
.sustainability-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   HOMEPAGE — AUDIENCE ROUTING
   ============================================================ */
.audience-routing {
    padding: var(--section-padding, 80px 0);
    background: #FDFBF7;
}
.routing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.routing-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 4px solid #003366;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.routing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
.routing-card:nth-child(1) { border-top-color: #7B9E87; }
.routing-card:nth-child(2) { border-top-color: #1B4F72; }
.routing-card:nth-child(3) { border-top-color: #C47B2E; }
.routing-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.routing-card:nth-child(1) .routing-icon { background: rgba(123,158,135,0.1); }
.routing-card:nth-child(2) .routing-icon { background: rgba(27,79,114,0.1); }
.routing-card:nth-child(3) .routing-icon { background: rgba(196,123,46,0.1); }
.routing-card h3 {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}
.routing-card p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 16px;
}
.routing-card .btn { width: 100%; justify-content: center; }

/* ============================================================
   SCIENCE PAGE — HERO (CONTRAST FIX)
   ============================================================ */
.hero-science {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-science-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.hero-science-background .hero-science-image {
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero-science-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.hero-science-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 0;
}
.hero-science-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 8px;
    text-shadow: 0 2px 40px rgba(0,0,0,0.6);
}
.hero-science-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    line-height: 1.7;
    max-width: 700px;
    margin-top: 4px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}
.hero-science-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ============================================================
   SCIENCE PAGE — GRID CARDS
   ============================================================ */
.science-grid {
    padding: var(--section-padding, 80px 0);
    background: #F8FAFC;
}
.science-grid-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.science-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 4px solid #1B4F72;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.science-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
.science-card.science-card-snacking { border-top-color: #C47B2E; }
.science-card.science-card-clinical { border-top-color: #1B4F72; }
.science-card-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.science-card-clinical .science-card-icon { background: rgba(27,79,114,0.08); }
.science-card-snacking .science-card-icon { background: rgba(196,123,46,0.08); }
.science-card-badge {
    display: inline-block;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1B4F72;
    background: rgba(27,79,114,0.1);
    padding: 2px 12px;
    border-radius: 50px;
    margin-bottom: 8px;
    align-self: flex-start;
}
.science-card-snacking .science-card-badge {
    color: #C47B2E;
    background: rgba(196,123,46,0.1);
}
.science-card-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 22px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 4px;
}
.science-card-subtitle {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: #415A77;
    margin-bottom: 12px;
}
.science-card-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 16px;
}
.science-card-cta { margin-top: auto; }
.science-card .btn-secondary {
    color: #1B4F72;
    border-color: #1B4F72;
    background: transparent;
}
.science-card .btn-secondary:hover {
    background: #1B4F72;
    color: #FFFFFF;
}

/* ============================================================
   PARTNER GATEWAY (Science Page)
   ============================================================ */
.partner-gateway {
    padding: var(--section-padding, 80px 0);
    background: #003366;
    color: #FFFFFF;
}
.partner-gateway-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.partner-gateway-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.partner-gateway-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
}
.partner-gateway-card {
    background: rgba(255,255,255,0.06);
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.partner-gateway-card:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.1);
}
.partner-gateway-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.partner-gateway-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.partner-gateway-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 16px;
}
.partner-gateway-actions { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.partner-gateway-actions .btn { width: 100%; justify-content: center; }
.partner-gateway-actions .btn-primary {
    background: #1B4F72;
    color: #FFFFFF;
}
.partner-gateway-actions .btn-primary:hover { background: #123A55; }
.partner-gateway-actions .btn-secondary {
    background: transparent;
    color: #FFFFFF;
    border-color: rgba(255,255,255,0.3);
}
.partner-gateway-actions .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
}

/* ============================================================
   ABOUT US — HERO (CONTRAST FIX)
   ============================================================ */
.hero-about {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-about-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.hero-about-background .hero-about-image {
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero-about-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.hero-about-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 0;
}
.hero-about-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 8px;
    text-shadow: 0 2px 40px rgba(0,0,0,0.6);
}
.hero-about-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    line-height: 1.7;
    max-width: 700px;
    margin-top: 4px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}
.hero-about-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ============================================================
   ABOUT US — MISSION
   ============================================================ */
.mission {
    padding: var(--section-padding, 80px 0);
    background: #FDFBF7;
}
.mission-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.mission-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 32px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 16px;
    line-height: 1.2;
}
.mission-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 17px;
    color: #415A77;
    line-height: 1.7;
    margin-bottom: 16px;
}
.mission-highlight {
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-top: 8px;
}

/* ============================================================
   ABOUT US — CORE PILLARS
   ============================================================ */
.about-pillars {
    padding: var(--section-padding, 80px 0);
    background: #F8FAFC;
}
.about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.about-pillar-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 4px solid #003366;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
.about-pillar-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(0,51,102,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.about-pillar-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}
.about-pillar-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   ABOUT US — SUSTAINABILITY (CONTRAST FIX & PILLARS)
   ============================================================ */
.about-sustainability {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
.about-sustainability-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.about-sustainability-image {
    width: 100%; height: 100%;
    object-fit: cover;
}
.about-sustainability-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.about-sustainability-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}
.about-sustainability-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}
.about-sustainability-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.about-sustainability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    max-width: 1100px;
    margin: 0 auto;
}
.about-sustainability-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border-radius: var(--radius-card, 16px);
    padding: 28px 24px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.12);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}
.about-sustainability-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-4px);
}
.about-sustainability-item-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: rgba(196,123,46,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.about-sustainability-item-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
    margin-bottom: 8px;
}
.about-sustainability-item-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    text-shadow: 0 1px 8px rgba(0,0,0,0.2);
    margin: 0;
}

/* ============================================================
   ABOUT US — CTA
   ============================================================ */
.about-cta {
    padding: var(--section-padding, 80px 0);
    background: #FDFBF7;
}
.about-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.about-cta-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 3px solid #003366;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.about-cta-card:nth-child(1) { border-top-color: #7B9E87; }
.about-cta-card:nth-child(2) { border-top-color: #1B4F72; }
.about-cta-card:nth-child(3) { border-top-color: #C47B2E; }
.about-cta-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.about-cta-card:nth-child(1) .about-cta-icon { background: rgba(123,158,135,0.1); }
.about-cta-card:nth-child(2) .about-cta-icon { background: rgba(27,79,114,0.1); }
.about-cta-card:nth-child(3) .about-cta-icon { background: rgba(196,123,46,0.1); }
.about-cta-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}
.about-cta-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 16px;
}
.about-cta-card .btn { width: 100%; justify-content: center; }

/* ============================================================
   CONTACT US — HERO (CONTRAST FIX)
   ============================================================ */
.hero-contact {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-contact-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.hero-contact-background .hero-contact-image {
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero-contact-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
}
.hero-contact-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 0;
}
.hero-contact-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 8px;
    text-shadow: 0 2px 40px rgba(0,0,0,0.6);
}
.hero-contact-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    line-height: 1.7;
    max-width: 700px;
    margin-top: 4px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}
.hero-contact-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* ============================================================
   CONTACT PATHWAYS (Deep Revision — Group Colors)
   ============================================================ */
.contact-pathways {
    padding: var(--section-padding, 80px 0);
    background: #FDFBF7;
}
.contact-pathways-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.contact-pathway-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 4px solid #003366;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.contact-pathway-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
/* Group Colors */
.contact-pathway-card:nth-child(1) { border-top-color: #7B9E87; }
.contact-pathway-card:nth-child(2) { border-top-color: #1B4F72; }
.contact-pathway-card:nth-child(3) { border-top-color: #C47B2E; }

/* Icons */
.contact-pathway-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.contact-pathway-card:nth-child(1) .contact-pathway-icon { background: rgba(123,158,135,0.12); }
.contact-pathway-card:nth-child(2) .contact-pathway-icon { background: rgba(27,79,114,0.12); }
.contact-pathway-card:nth-child(3) .contact-pathway-icon { background: rgba(196,123,46,0.12); }

/* Titles & Text */
.contact-pathway-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}
.contact-pathway-best-for {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    line-height: 1.5;
    margin-bottom: 12px;
}
.contact-pathway-channels { margin-bottom: 16px; }
.contact-pathway-channel {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    margin-bottom: 6px;
}
.contact-pathway-card:nth-child(1) .contact-pathway-channel i { color: #7B9E87; }
.contact-pathway-card:nth-child(2) .contact-pathway-channel i { color: #1B4F72; }
.contact-pathway-card:nth-child(3) .contact-pathway-channel i { color: #C47B2E; }

/* Buttons */
.contact-pathway-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    width: 100%;
    padding-top: 12px;
}
.contact-pathway-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 44px;
    font-size: 14px;
}
/* Primary Buttons */
.contact-pathway-card:nth-child(1) .btn-primary {
    background: #7B9E87; color: #FFFFFF;
}
.contact-pathway-card:nth-child(1) .btn-primary:hover {
    background: #5F8A6B; transform: translateY(-2px);
}
.contact-pathway-card:nth-child(2) .btn-primary {
    background: #1B4F72; color: #FFFFFF;
}
.contact-pathway-card:nth-child(2) .btn-primary:hover {
    background: #123A55; transform: translateY(-2px);
}
.contact-pathway-card:nth-child(3) .btn-primary {
    background: #C47B2E; color: #FFFFFF;
}
.contact-pathway-card:nth-child(3) .btn-primary:hover {
    background: #A85F1E; transform: translateY(-2px);
}
/* Secondary Buttons */
.contact-pathway-card:nth-child(1) .btn-secondary {
    color: #7B9E87; border-color: #7B9E87; background: transparent;
}
.contact-pathway-card:nth-child(1) .btn-secondary:hover {
    background: #7B9E87; color: #FFFFFF; transform: translateY(-2px);
}
.contact-pathway-card:nth-child(2) .btn-secondary {
    color: #1B4F72; border-color: #1B4F72; background: transparent;
}
.contact-pathway-card:nth-child(2) .btn-secondary:hover {
    background: #1B4F72; color: #FFFFFF; transform: translateY(-2px);
}
.contact-pathway-card:nth-child(3) .btn-secondary {
    color: #C47B2E; border-color: #C47B2E; background: transparent;
}
.contact-pathway-card:nth-child(3) .btn-secondary:hover {
    background: #C47B2E; color: #FFFFFF; transform: translateY(-2px);
}

/* ============================================================
   CONTACT — HEADQUARTERS
   ============================================================ */
.contact-headquarters {
    padding: var(--section-padding, 80px 0);
    background: #FDFBF7;
}
.contact-headquarters-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--card-gap, 32px);
    margin-top: 40px;
}
.contact-headquarters-card {
    background: #FFFFFF;
    border-radius: var(--radius-card, 16px);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border-top: 4px solid #003366;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contact-headquarters-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(0,51,102,0.08);
}
.contact-headquarters-card:nth-child(1) { border-top-color: #003366; }
.contact-headquarters-card:nth-child(2) { border-top-color: #1B4F72; }
.contact-headquarters-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.contact-headquarters-card:nth-child(1) .contact-headquarters-icon { background: rgba(0,51,102,0.08); }
.contact-headquarters-card:nth-child(2) .contact-headquarters-icon { background: rgba(27,79,114,0.08); }
.contact-headquarters-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 22px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 4px;
}
.contact-headquarters-subtitle {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: #415A77;
    margin-bottom: 12px;
}
.contact-headquarters-address {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    font-style: normal;
    margin-bottom: 16px;
}
.contact-headquarters-map { width: 100%; margin-top: auto; }
.map-placeholder {
    background: #F8FAFC;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    border: 1px solid #E8ECF0;
}
.map-placeholder p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    margin: 8px 0 0 0;
}

/* ============================================================
   RESPONSIVE — Zone D
   ============================================================ */
@media (max-width: 1024px) {
    .pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .pillars-grid .pillar-card:last-child { grid-column: span 2; }
    .purity-grid { grid-template-columns: repeat(2, 1fr); }
    .sustainability-grid { grid-template-columns: repeat(2, 1fr); }
    .routing-grid { grid-template-columns: repeat(2, 1fr); }
    .routing-grid .routing-card:last-child { grid-column: span 2; }
    .science-grid-cards { grid-template-columns: 1fr; }
    .about-pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .about-cta-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-pathways-grid { grid-template-columns: repeat(2, 1fr); }
    .partner-gateway-grid { grid-template-columns: repeat(2, 1fr); }
    .partner-gateway-grid .partner-gateway-card:last-child { grid-column: span 2; }
    .hero-headline { font-size: 42px; }
    .hero-science-headline { font-size: 36px; }
    .hero-about-headline { font-size: 36px; }
    .hero-contact-headline { font-size: 36px; }
}

@media (max-width: 768px) {
    .pillars-grid { grid-template-columns: 1fr; gap: 20px; }
    .pillars-grid .pillar-card:last-child { grid-column: span 1; }
    .purity-grid { grid-template-columns: 1fr; }
    .sustainability-grid { grid-template-columns: 1fr; }
    .routing-grid { grid-template-columns: 1fr; }
    .routing-grid .routing-card:last-child { grid-column: span 1; }
    .science-grid-cards { grid-template-columns: 1fr; }
    .about-pillars-grid { grid-template-columns: 1fr; }
    .about-cta-grid { grid-template-columns: 1fr; }
    .contact-pathways-grid { grid-template-columns: 1fr; }
    .contact-headquarters-grid { grid-template-columns: 1fr; }
    .about-sustainability-grid { grid-template-columns: 1fr; }
    .partner-gateway-grid { grid-template-columns: 1fr; }
    .partner-gateway-grid .partner-gateway-card:last-child { grid-column: span 1; }

    .hero { min-height: 60vh; }
    .hero-headline { font-size: 32px; }
    .hero-subheadline { font-size: 16px; }
    .hero-content { padding: 40px 0; }
    .hero-science-headline { font-size: 28px; }
    .hero-about-headline { font-size: 28px; }
    .hero-contact-headline { font-size: 28px; }
    .hero-science-subheadline, .hero-about-subheadline, .hero-contact-subheadline { font-size: 16px; }
    .hero-science-actions, .hero-about-actions, .hero-contact-actions { flex-direction: column; }
    .hero-science-actions .btn, .hero-about-actions .btn, .hero-contact-actions .btn { width: 100%; justify-content: center; }

    .partner-gateway-headline { font-size: 26px; }
    .partner-gateway-subheadline { font-size: 16px; }
    .about-sustainability-headline { font-size: 28px; }
    .about-sustainability-subheadline { font-size: 16px; }
    .mission-headline { font-size: 28px; }

    .pillar-card { padding: 24px 20px; }
    .pillar-card .brand-name { font-size: 26px; }
    .routing-card { padding: 24px 20px; }
    .routing-icon { width: 64px; height: 64px; }
    .science-card { padding: 24px 20px; }
    .about-pillar-card { padding: 24px 20px; }
    .about-cta-card { padding: 24px 20px; }
    .contact-pathway-card { padding: 24px 20px; }
    .partner-gateway-card { padding: 24px 20px; }
    .contact-headquarters-card { padding: 24px 20px; }
    .about-sustainability-item { padding: 20px 16px; }
}

@media (max-width: 480px) {
    .hero-headline { font-size: 28px; }
    .hero-science-headline { font-size: 24px; }
    .hero-about-headline { font-size: 24px; }
    .hero-contact-headline { font-size: 24px; }
    .partner-gateway-headline { font-size: 22px; }
    .about-sustainability-headline { font-size: 24px; }
    .pillar-card .brand-name { font-size: 22px; }
    .pillar-card .card-icon { width: 64px; height: 64px; }
    .mission-headline { font-size: 24px; }
    .mission-text { font-size: 16px; }
    .contact-pathway-actions .btn { font-size: 13px; min-height: 40px; }
}

/* ============================================================
   HCP DASHBOARD — Professional Portal Styles
   ============================================================ */

/* Dashboard Header */
.hcp-dashboard-header {
    padding: 40px 0;
    background: #F8FAFC;
    border-bottom: 1px solid #E8ECF0;
}
.hcp-dashboard-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}
.hcp-dashboard-welcome {
    flex: 1;
}
.hcp-dashboard-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.hcp-dashboard-brand-icon {
    font-size: 24px;
}
.hcp-dashboard-brand-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1B4F72;
    background: rgba(27,79,114,0.1);
    padding: 4px 12px;
    border-radius: 50px;
}
.hcp-dashboard-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 32px;
    font-weight: 600;
    color: #003366;
    margin: 0;
}
.hcp-dashboard-subtitle {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #415A77;
    margin: 4px 0 0 0;
}
.hcp-dashboard-subtitle strong {
    color: #003366;
}
.hcp-dashboard-specialty {
    margin-top: 8px;
}
.specialty-badge {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 500;
    color: #7B9E87;
    background: rgba(123,158,135,0.1);
    padding: 2px 12px;
    border-radius: 50px;
}
.hcp-dashboard-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.hcp-dashboard-email {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hcp-dashboard-email i {
    font-size: 18px;
    color: #1B4F72;
}

/* Stats Bar */
.hcp-stats-bar {
    padding: 24px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E8ECF0;
}
.hcp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.hcp-stat-item {
    text-align: center;
}
.hcp-stat-number {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 700;
    color: #003366;
    display: block;
}
.hcp-stat-label {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #415A77;
}

/* Section Headers */
.hcp-section-header {
    text-align: center;
    margin-bottom: 40px;
}
.hcp-section-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 8px 0;
}
.hcp-section-subtitle {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #415A77;
    margin: 0;
}

/* Dashboard Sections */
.hcp-dashboard-section {
    padding: 60px 0;
    background: #FDFBF7;
}
.hcp-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Resource Cards */
.hcp-resource-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0,51,102,0.04);
}
.hcp-resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,51,102,0.08);
    border-color: rgba(27,79,114,0.1);
}
.hcp-resource-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(27,79,114,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.hcp-resource-icon i {
    font-size: 28px;
    color: #1B4F72;
}
.hcp-resource-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 8px 0;
}
.hcp-resource-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    line-height: 1.6;
    flex-grow: 1;
    margin: 0 0 16px 0;
}
.hcp-resource-card .btn-small {
    margin-top: auto;
}

/* Product Quick Reference */
.hcp-products-section {
    padding: 60px 0;
    background: #F8FAFC;
}
.hcp-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}
.hcp-product-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.3s ease;
}
.hcp-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.hcp-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.hcp-product-name {
    font-family: var(--font-brand, 'Comfortaa', sans-serif);
    font-size: 18px;
    font-weight: 600;
    color: #1B4F72;
    margin: 0;
}
.hcp-product-badge {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 50px;
}
.hcp-product-badge.metabolic { background: rgba(27,79,114,0.1); color: #1B4F72; }
.hcp-product-badge.hepatic { background: rgba(212,165,116,0.15); color: #C9A87C; }
.hcp-product-badge.renal { background: rgba(27,79,114,0.08); color: #1B4F72; }
.hcp-product-badge.critical { background: rgba(196,123,46,0.1); color: #C47B2E; }
.hcp-product-badge.oncology { background: rgba(123,158,135,0.1); color: #7B9E87; }
.hcp-product-badge.pediatric { background: rgba(123,158,135,0.15); color: #7B9E87; }
.hcp-product-indication {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #415A77;
    margin: 0 0 12px 0;
}
.hcp-product-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.hcp-product-actions .btn-small {
    font-size: 12px;
    padding: 4px 12px;
}

/* Activity Section */
.hcp-activity-section {
    padding: 60px 0;
    background: #FDFBF7;
}
.hcp-activity-empty {
    text-align: center;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px dashed #E0E6EC;
}
.hcp-activity-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(27,79,114,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.hcp-activity-icon i {
    font-size: 28px;
    color: #A0B0C0;
}
.hcp-activity-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    margin: 0;
}

/* Support Section */
.hcp-support-section {
    padding: 60px 0;
    background: #F8FAFC;
    border-top: 1px solid #E8ECF0;
}
.hcp-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.hcp-support-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,51,102,0.04);
}
.hcp-support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,51,102,0.08);
}
.hcp-support-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(27,79,114,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.hcp-support-icon i {
    font-size: 28px;
    color: #1B4F72;
}
.hcp-support-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 8px 0;
}
.hcp-support-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    line-height: 1.6;
    margin: 0 0 12px 0;
}
.hcp-support-link {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #1B4F72;
    text-decoration: none;
}
.hcp-support-link:hover {
    text-decoration: underline;
}
.hcp-support-hours {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    color: #A0B0C0;
    margin: 4px 0 0 0;
}

/* Resource Pages */
.hcp-resource-hero {
    padding: 40px 0;
    background: #F8FAFC;
    border-bottom: 1px solid #E8ECF0;
}
.hcp-resource-breadcrumb {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    margin-bottom: 12px;
}
.hcp-resource-breadcrumb a {
    color: #1B4F72;
    text-decoration: none;
}
.hcp-resource-breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb-separator {
    margin: 0 8px;
    color: #A0B0C0;
}
.hcp-resource-hero-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 32px;
    font-weight: 600;
    color: #003366;
    margin: 0;
}
.hcp-resource-hero-subtitle {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #415A77;
    margin: 4px 0 0 0;
}
.hcp-resource-content {
    padding: 60px 0;
    background: #FDFBF7;
}
.hcp-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.hcp-resource-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.3s ease;
}
.hcp-resource-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.hcp-resource-item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(27,79,114,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcp-resource-item-icon i {
    font-size: 20px;
    color: #1B4F72;
}
.hcp-resource-item-info {
    flex: 1;
}
.hcp-resource-item-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 4px 0;
}
.hcp-resource-item-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    line-height: 1.5;
    margin: 0 0 8px 0;
}
.hcp-resource-item-link {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: #1B4F72;
    text-decoration: none;
}
.hcp-resource-item-link:hover {
    text-decoration: underline;
}
.hcp-resource-back {
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .hcp-dashboard-grid,
    .hcp-products-grid,
    .hcp-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hcp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hcp-resource-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .hcp-dashboard-grid,
    .hcp-products-grid,
    .hcp-support-grid {
        grid-template-columns: 1fr;
    }
    .hcp-dashboard-header-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .hcp-dashboard-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .hcp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .hcp-stat-number {
        font-size: 22px;
    }
    .hcp-dashboard-title {
        font-size: 26px;
    }
    .hcp-resource-hero-title {
        font-size: 26px;
    }
}

/* ============================================================
   FLAVOR SWATCHES — 7 Items (Reverie)
   ============================================================ */
.snacking-flavor-swatches-7 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.snacking-flavor-swatches-7 .snacking-flavor-swatch {
    flex: 0 1 auto;
    min-width: auto;
}

@media (max-width: 768px) {
    .snacking-flavor-swatches-7 {
        gap: 6px;
    }
    .snacking-flavor-swatches-7 .snacking-flavor-swatch {
        padding: 6px 12px;
        font-size: 12px;
    }
    .snacking-flavor-swatches-7 .snacking-flavor-swatch-dot {
        width: 8px;
        height: 8px;
    }
}

/* ============================================================
   FLAVOR IMAGE (Macro Photography)
   ============================================================ */
.snacking-flavor-image-wrap {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(196,123,46,0.15);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.snacking-flavor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.snacking-flavor-display:hover .snacking-flavor-image {
    transform: scale(1.03);
}

/* ============================================================
   HERO BADGE — Large (Zone C)
   ============================================================ */
.hero-snacking-product-badge.hero-badge-lg {
    font-size: 36px;
    padding: 8px 24px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    display: inline-block;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .hero-snacking-product-badge.hero-badge-lg {
        font-size: 28px;
        padding: 6px 16px;
    }
}

@media (max-width: 480px) {
    .hero-snacking-product-badge.hero-badge-lg {
        font-size: 22px;
        padding: 4px 12px;
    }
}

/* ============================================================
   FLAVOR DISPLAY — Enhanced with Image (Reverie)
   ============================================================ */
.snacking-flavor-display {
    display: flex;
    align-items: center;
    gap: 32px;
    background: var(--bg-card, #FFFFFF);
    padding: 32px 28px;
    border-radius: var(--radius-card, 16px);
    box-shadow: var(--shadow-md, 0 4px 20px rgba(0,51,102,0.06));
    flex-wrap: wrap;
    justify-content: center;
}

.snacking-flavor-display .snacking-flavor-image-wrap {
    order: 1;
}

.snacking-flavor-display .snacking-flavor-icon-wrap {
    order: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.snacking-flavor-display .snacking-flavor-details {
    order: 3;
    flex: 1;
    min-width: 200px;
}

/* ============================================================
   FLAVOR TAGS — Center on mobile
   ============================================================ */
.snacking-flavor-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .snacking-flavor-display {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 16px;
    }
    .snacking-flavor-display .snacking-flavor-details {
        text-align: center;
    }
    .snacking-flavor-display .snacking-flavor-image-wrap {
        width: 80px;
        height: 80px;
    }
    .snacking-flavor-tags {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .snacking-flavor-display {
        padding: 16px 12px;
        gap: 12px;
    }
    .snacking-flavor-display .snacking-flavor-image-wrap {
        width: 60px;
        height: 60px;
    }
    .snacking-flavor-display .snacking-flavor-icon-wrap {
        width: 48px;
        height: 48px;
    }
    .snacking-flavor-display .snacking-flavor-icon-wrap i {
        font-size: 24px !important;
    }
}

/* ============================================================
   LOCATOR PAGE — Clean Pillar Design
   ============================================================ */

/* ── Hero ── */
.hero-locator {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-locator-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.hero-locator-background .hero-locator-image {
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero-locator-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}
.hero-locator-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 0;
}
.hero-locator-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 12px;
    text-shadow: 0 2px 40px rgba(0,0,0,0.6);
}
.hero-locator-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.hero-locator-subheadline strong {
    color: #FFFFFF;
}

/* ── Status ── */
.locator-status {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px 24px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    border: 1px solid #E8ECF0;
}
.locator-status-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(27,79,114,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.locator-status-icon i {
    font-size: 20px;
    color: #1B4F72;
}
.locator-status-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    flex: 1;
}
.locator-status-text strong {
    color: #003366;
}
.locator-status-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 14px;
    border-radius: 50px;
    margin-left: 8px;
}
.locator-status-badge.serviced {
    background: #E8F5E9;
    color: #2E7D32;
}
.locator-status-badge.unserviced {
    background: #FFF8E7;
    color: #D4A574;
}

/* ── Three Pillars ── */
.locator-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}
.locator-pillar {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid #003366;
}
.locator-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,51,102,0.08);
}
.locator-pillar.pillar-infant {
    border-top-color: #7B9E87;
}
.locator-pillar.pillar-clinical {
    border-top-color: #1B4F72;
}
.locator-pillar.pillar-snacking {
    border-top-color: #C47B2E;
}
.pillar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}
.pillar-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pillar-infant .pillar-icon {
    background: rgba(123,158,135,0.12);
}
.pillar-clinical .pillar-icon {
    background: rgba(27,79,114,0.12);
}
.pillar-snacking .pillar-icon {
    background: rgba(196,123,46,0.12);
}
.pillar-icon i {
    font-size: 28px;
}
.pillar-infant .pillar-icon i {
    color: #7B9E87;
}
.pillar-clinical .pillar-icon i {
    color: #1B4F72;
}
.pillar-snacking .pillar-icon i {
    color: #C47B2E;
}
.pillar-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 22px;
    font-weight: 600;
    color: #003366;
    margin: 0;
}
.pillar-description {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #415A77;
    line-height: 1.6;
    margin-bottom: 20px;
}
.pillar-actions .btn-small {
    font-size: 14px;
    padding: 10px 24px;
}

/* ── Results Section ── */
.locator-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #E8ECF0;
}
.locator-results-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 600;
    color: #003366;
    margin: 0;
}
.locator-zone-tabs {
    display: flex;
    gap: 8px;
}
.zone-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1.5px solid #E0E0E0;
    background: #FFFFFF;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #415A77;
    cursor: pointer;
    transition: all 0.2s ease;
}
.zone-tab:hover {
    border-color: #003366;
    color: #003366;
}
.zone-tab.active {
    border-color: #003366;
    background: #003366;
    color: #FFFFFF;
}
.zone-tab .zone-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

/* ── Results Grid ── */
.locator-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.locator-result-card {
    display: flex;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,51,102,0.04);
    transition: all 0.2s ease;
    border: 1px solid #F0F2F5;
}
.locator-result-card:hover {
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.locator-result-pin {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}
.locator-result-content {
    flex: 1;
}
.locator-result-name {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 17px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 4px 0;
}
.locator-result-address,
.locator-result-distance {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #6B7A8A;
    margin: 2px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.locator-result-products {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin: 8px 0 12px 0;
}
.product-tag {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 50px;
}
.locator-result-actions .btn-small {
    padding: 4px 14px;
    font-size: 12px;
}

/* ── Empty State ── */
.locator-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(27,79,114,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.empty-icon i {
    font-size: 36px;
    color: #1B4F72;
}
.empty-title {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 24px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}
.empty-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #415A77;
    max-width: 480px;
    margin: 0 auto 24px;
    line-height: 1.6;
}
.empty-form {
    display: flex;
    gap: 8px;
    max-width: 400px;
    margin: 0 auto 12px;
}
.empty-form input {
    flex: 1;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
}
.empty-form input:focus {
    outline: none;
    border-color: #1B4F72;
}
.empty-form .btn {
    flex-shrink: 0;
}

/* ── Partners Section ── */
.locator-partners {
    padding: 60px 0;
    background: #F8FAFC;
}
.locator-partners-content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
}
.locator-partners-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(27,79,114,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.locator-partners-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 12px;
    line-height: 1.2;
}
.locator-partners-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #415A77;
    line-height: 1.6;
    margin-bottom: 24px;
}
.locator-partners-action .btn {
    padding: 14px 40px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .locator-pillars {
        grid-template-columns: repeat(2, 1fr);
    }
    .locator-pillars .locator-pillar:last-child {
        grid-column: span 2;
    }
    .locator-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .hero-locator-headline {
        font-size: 28px;
    }
    .hero-locator-subheadline {
        font-size: 16px;
    }
    .locator-status {
        flex-wrap: wrap;
        padding: 12px 16px;
    }
    .locator-status-text {
        font-size: 13px;
        width: 100%;
    }
    .locator-pillars {
        grid-template-columns: 1fr;
    }
    .locator-pillars .locator-pillar:last-child {
        grid-column: span 1;
    }
    .locator-results-grid {
        grid-template-columns: 1fr;
    }
    .locator-results-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .empty-form {
        flex-direction: column;
    }
    .empty-form input {
        width: 100%;
    }
    .empty-form .btn {
        width: 100%;
        justify-content: center;
    }
    .locator-partners-content {
        padding: 32px 20px;
    }
    .locator-partners-headline {
        font-size: 24px;
    }
}

/* ============================================================
   LEGAL PAGES — Professional Design
   ============================================================ */

/* ── Hero ── */
.hero-legal {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #003366 0%, #1B4F72 50%, #2E86C1 100%);
}
.hero-legal-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.hero-legal-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}
.hero-legal-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 0;
}
.hero-legal-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 4px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.hero-legal-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 8px;
}
.hero-legal-subheadline {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
}

/* ── Content Grid ── */
.legal-content-section {
    padding: 60px 0;
    background: #F8FAFC;
}
.legal-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start;
}

/* ── Sidebar ── */
.legal-sidebar {
    position: sticky;
    top: 100px;
}
.legal-sidebar-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #E8ECF0;
}
.legal-sidebar-card h4 {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6B7A8A;
    margin: 0 0 12px 0;
}
.legal-sidebar-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.legal-sidebar-card ul li {
    margin-bottom: 2px;
}
.legal-sidebar-card ul li a {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #415A77;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.legal-sidebar-card ul li a:hover {
    background: #F0F4F8;
    color: #003366;
}
.legal-sidebar-card ul li a.active {
    background: #003366;
    color: #FFFFFF;
    font-weight: 500;
}

/* ── Main Content ── */
.legal-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ── Section Block ── */
.legal-block {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px 36px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #E8ECF0;
    transition: all 0.2s ease;
}
.legal-block:hover {
    border-color: #D0D7DF;
}
.legal-block-last {
    border-bottom: 1px solid #E8ECF0;
}
.legal-block-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.legal-number {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 700;
    color: #D4A574;
    line-height: 1;
    opacity: 0.6;
    min-width: 44px;
}
.legal-block-header h2 {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 22px;
    font-weight: 600;
    color: #003366;
    margin: 0;
}
.legal-block p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #415A77;
    line-height: 1.7;
    margin: 0 0 12px 0;
}
.legal-block p:last-child {
    margin-bottom: 0;
}
.legal-block .legal-section-intro {
    font-size: 15px;
    color: #003366;
    font-weight: 500;
    margin-bottom: 16px;
}

/* ── Two Column Lists ── */
.legal-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 12px;
}
.legal-col h4 {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.legal-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.legal-col ul li {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #415A77;
    padding: 4px 0 4px 20px;
    position: relative;
    line-height: 1.5;
}
.legal-col ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7B9E87;
    opacity: 0.4;
}

/* ── Features Grid ── */
.legal-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}
.legal-features-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.legal-features-small .legal-feature {
    padding: 14px 16px;
}
.legal-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #F8FAFC;
    border-radius: 10px;
    padding: 16px 20px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.legal-feature:hover {
    background: #F0F4F8;
    border-color: #E0E6EC;
}
.legal-feature i {
    font-size: 20px;
    color: #7B9E87;
    flex-shrink: 0;
    margin-top: 2px;
}
.legal-feature h4 {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 2px 0;
}
.legal-feature p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #6B7A8A;
    margin: 0;
    line-height: 1.4;
}

/* ── Tags ── */
.legal-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0 4px 0;
}
.legal-tag {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 500;
    color: #003366;
    background: #E8ECF0;
    padding: 4px 14px;
    border-radius: 50px;
}
.legal-meta {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px !important;
    color: #6B7A8A !important;
    margin-top: 8px !important;
}
.legal-meta a {
    color: #1B4F72;
    text-decoration: none;
    font-weight: 500;
}
.legal-meta a:hover {
    text-decoration: underline;
}

/* ── Cookies ── */
.legal-cookies {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0;
}
.legal-cookie {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 16px;
    background: #F8FAFC;
    border-radius: 8px;
}
.legal-cookie-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}
.legal-cookie-dot.required {
    background: #1B4F72;
}
.legal-cookie-dot.optional {
    background: #C47B2E;
}
.legal-cookie h4 {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 2px 0;
}
.legal-cookie p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #6B7A8A;
    margin: 0;
}

/* ── Contact ── */
.legal-contact {
    display: flex;
    gap: 32px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.legal-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: #F8FAFC;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
}
.legal-contact-item i {
    font-size: 22px;
    color: #7B9E87;
    flex-shrink: 0;
}
.legal-contact-item strong {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 600;
    color: #6B7A8A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}
.legal-contact-item a,
.legal-contact-item span {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #003366;
    text-decoration: none;
}
.legal-contact-item a:hover {
    text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .legal-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .legal-sidebar {
        position: relative;
        top: 0;
    }
    .legal-sidebar-card ul {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }
    .legal-sidebar-card ul li a {
        font-size: 12px;
        padding: 4px 12px;
    }
}
@media (max-width: 768px) {
    .hero-legal-headline {
        font-size: 28px;
    }
    .legal-block {
        padding: 24px 20px;
    }
    .legal-two-col {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .legal-features {
        grid-template-columns: 1fr;
    }
    .legal-features-3 {
        grid-template-columns: 1fr;
    }
    .legal-contact {
        flex-direction: column;
        gap: 12px;
    }
    .legal-contact-item {
        min-width: auto;
    }
    .legal-block-header h2 {
        font-size: 18px;
    }
    .legal-number {
        font-size: 22px;
        min-width: 32px;
    }
    .legal-features-small .legal-feature {
        padding: 12px 14px;
    }
}
@media (max-width: 480px) {
    .legal-block {
        padding: 18px 16px;
    }
    .legal-feature {
        padding: 12px 14px;
    }
    .legal-feature i {
        font-size: 18px;
    }
    .legal-feature h4 {
        font-size: 13px;
    }
}

/* ============================================================
   NEWSLETTER SECTION — Homepage
   ============================================================ */
.newsletter-section {
    padding: 80px 0;
    background: #F8FAFC;
}
.newsletter-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px 56px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    align-items: center;
}
.newsletter-badge {
    display: inline-block;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7B9E87;
    background: rgba(123,158,135,0.1);
    padding: 4px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.newsletter-headline {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 32px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 12px 0;
    line-height: 1.2;
}
.newsletter-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #415A77;
    line-height: 1.7;
    margin: 0 0 24px 0;
}
.newsletter-form-group {
    display: flex;
    gap: 8px;
}
.newsletter-form-group input {
    flex: 1;
    padding: 14px 18px;
    border-radius: 50px;
    border: 1.5px solid #E0E0E0;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    transition: all 0.2s ease;
}
.newsletter-form-group input:focus {
    outline: none;
    border-color: #7B9E87;
    box-shadow: 0 0 0 3px rgba(123,158,135,0.1);
}
.newsletter-form-group .btn {
    flex-shrink: 0;
    padding: 14px 32px;
}
.newsletter-consent {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    color: #6B7A8A;
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.newsletter-consent i {
    color: #7B9E87;
}
.newsletter-consent a {
    color: #1B4F72;
    text-decoration: none;
    font-weight: 500;
}
.newsletter-consent a:hover {
    text-decoration: underline;
}
.newsletter-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.newsletter-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #F8FAFC;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.newsletter-benefit:hover {
    background: #F0F4F8;
}
.newsletter-benefit i {
    font-size: 24px;
    color: #7B9E87;
}
.newsletter-benefit span {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: #003366;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .newsletter-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 32px;
    }
    .newsletter-benefits {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 768px) {
    .newsletter-section {
        padding: 60px 0;
    }
    .newsletter-wrapper {
        padding: 32px 24px;
    }
    .newsletter-headline {
        font-size: 26px;
    }
    .newsletter-form-group {
        flex-direction: column;
    }
    .newsletter-form-group input {
        width: 100%;
    }
    .newsletter-form-group .btn {
        width: 100%;
        justify-content: center;
    }
    .newsletter-benefits {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}
@media (max-width: 480px) {
    .newsletter-benefits {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   LOCATOR PILLARS — Active State
   ============================================================ */
.locator-pillar {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,51,102,0.06);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid #003366;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.locator-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,51,102,0.08);
}

.locator-pillar.active {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,51,102,0.12);
    border-top-width: 6px;
}

.locator-pillar.pillar-infant {
    border-top-color: #7B9E87;
}
.locator-pillar.pillar-clinical {
    border-top-color: #1B4F72;
}
.locator-pillar.pillar-snacking {
    border-top-color: #C47B2E;
}

.locator-pillar.active.pillar-infant {
    background: rgba(123,158,135,0.04);
}
.locator-pillar.active.pillar-clinical {
    background: rgba(27,79,114,0.04);
}
.locator-pillar.active.pillar-snacking {
    background: rgba(196,123,46,0.04);
}

/* ─── Zone Tabs as Links ─── */
.locator-zone-tabs {
    display: flex;
    gap: 8px;
}

.zone-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1.5px solid #E0E0E0;
    background: #FFFFFF;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #415A77;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.zone-tab:hover {
    border-color: #003366;
    color: #003366;
}

.zone-tab.active {
    border-color: #003366;
    background: #003366;
    color: #FFFFFF;
}

.zone-tab .zone-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

