/* Medex — Terms & Privacy legal pages */
.legal-hero {
    position: relative;
    padding: 140px 0 72px;
    background: linear-gradient(135deg, #0f1c2e 0%, #1b416f 55%, #27a897 130%);
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.legal-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(39,168,151,.25), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,.08), transparent 40%);
    pointer-events: none;
}

.legal-hero .container { position: relative; z-index: 1; }

.legal-hero .tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.legal-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin-bottom: 14px;
    font-weight: 700;
}

.legal-hero p {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255,255,255,.78);
    font-size: 1.05rem;
    line-height: 1.7;
}

.legal-body {
    background: #f5f9fc;
    padding: 64px 0 80px;
}

.legal-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(15,28,46,.08);
    border: 1px solid rgba(27,65,111,.06);
    padding: clamp(28px, 4vw, 48px);
    max-width: 920px;
    margin: 0 auto;
}

.legal-card .intro {
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.75;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8eef4;
}

.legal-card h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #0f1c2e;
    margin: 32px 0 12px;
    padding-top: 8px;
}

.legal-card h2:first-of-type { margin-top: 0; }

.legal-card p {
    color: #637080;
    line-height: 1.75;
    margin-bottom: 12px;
}

.legal-card ul {
    list-style: none;
    margin: 8px 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.legal-card ul li {
    position: relative;
    padding-left: 22px;
    color: #637080;
    line-height: 1.65;
}

.legal-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27a897;
}

.legal-card .refund-list li strong {
    color: #1b416f;
}

.legal-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 36px;
}

.legal-nav-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(39,168,151,.35);
    color: #1b416f;
    font-weight: 600;
    font-size: .92rem;
}

.legal-nav-links a:hover {
    background: #27a897;
    color: #fff;
    border-color: #27a897;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 4px;
}

.footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 6px;
}

.footer-legal a {
    color: rgba(255,255,255,.45);
    font-size: .82rem;
}

.footer-legal a:hover { color: var(--primary, #27a897); }

.footer-legal .sep {
    color: rgba(255,255,255,.25);
}
