/* ============================================================
   MMS — mms.cartsoftware.eu — Stylesheet
   ============================================================ */

:root {
    --primary:    #485975;
    --primary-dk: #32425a;
    --accent:     #e8a838;
    --dark-bg:    #1a2535;
    --light-bg:   #f4f7fb;
    --text:       #222;
    --text-muted: #555;
    --radius:     8px;
    --shadow:     0 4px 16px rgba(0,0,0,0.10);
}

/* Reset / Base */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: var(--text);
    margin: 0;
    padding: 0;
    background: #fff;
}

h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; }

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; height: auto; }

ul { padding-left: 1.2rem; }

/* ===================== ACCESSIBILITY ===================== */
.accessibility-controls {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 1000;
    padding: 6px;
    background: rgba(72, 89, 117, 0.85);
    border-radius: 8px 0 0 8px;
}
.accessibility-controls button {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.accessibility-controls button:hover { background: rgba(255,255,255,0.2); }

/* ===================== CONTACT BAR ===================== */
.contact-bar {
    background: var(--dark-bg);
    color: #ccc;
    font-size: 0.82rem;
    padding: 6px 0;
}
.contact-bar .container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}
.contact-bar a {
    color: #b0c4de;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}
.contact-bar a:hover { color: #fff; }
.contact-bar-group { display: flex; gap: 16px; align-items: center; margin-left: auto; }
.contact-bar-wa { color: #25D366 !important; }
.contact-bar-wa:hover { color: #1ebe5a !important; }

/* ===================== HEADER ===================== */
header {
    background: #fff;
    border-bottom: 2px solid var(--light-bg);
    position: sticky;
    top: 0;
    z-index: 900;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 8px;
}
.logo { height: 44px; }

nav ul.nav-links {
    list-style: none;
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
}
nav ul.nav-links a {
    color: var(--text);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
nav ul.nav-links a:hover { background: var(--light-bg); text-decoration: none; }
nav ul.nav-links a.nav-cta {
    background: var(--primary);
    color: #fff;
    border-radius: 20px;
    padding: 7px 18px;
    font-weight: 600;
}
nav ul.nav-links a.nav-cta:hover { background: var(--primary-dk); }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--primary);
    padding: 4px 8px;
}

/* ===================== HERO ===================== */
.hero {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary) 100%);
    color: #fff;
    padding: 80px 0 60px;
}
.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.hero h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
    max-width: 600px;
}
.hero-proof {
    font-size: 0.9rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 28px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-icon-col { text-align: center; }

.hero-unifilare {
    max-width: 260px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    background: #fff;
}

/* Screenshot placeholder */
.screenshot-placeholder {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    background: #1e2d42;
    max-width: 340px;
    margin: 0 auto;
}
.sp-titlebar {
    background: #2c3e55;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sp-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: inline-block;
}
.sp-title {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
    margin-left: 8px;
    font-family: 'Roboto', sans-serif;
}
.sp-body { padding: 16px; }
.sp-row {
    height: 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
}
.sp-header-row { height: 14px; background: rgba(255,255,255,0.18); width: 60%; }
.sp-wide  { width: 100%; }
.sp-medium { width: 75%; }
.sp-short  { width: 45%; }
.sp-divider { height: 1px; background: rgba(255,255,255,0.07); margin: 12px 0; }
.sp-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0 14px;
}
.sp-total-label { height: 12px; width: 35%; border-radius: 4px; background: rgba(255,255,255,0.12); }
.sp-total-value { height: 14px; width: 28%; border-radius: 4px; background: var(--accent); opacity: 0.7; }
.sp-btn-row { display: flex; gap: 8px; }
.sp-btn { height: 28px; border-radius: 6px; flex: 1; }
.sp-btn-green  { background: #2e7d32; opacity: 0.8; }
.sp-btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.2); }

/* Varianti per la sezione screenshot */
.sp-full { max-width: 100%; }
.sp-body-tall { padding: 16px; min-height: 200px; }
.sp-table-row {
    height: 9px; border-radius: 3px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 7px; width: 100%;
}
.sp-table-alt { background: rgba(255,255,255,0.14); }
.sp-kpi-row { display: flex; gap: 8px; margin-bottom: 12px; }
.sp-kpi {
    flex: 1; height: 44px; border-radius: 6px;
    background: rgba(255,255,255,0.08);
}
.sp-kpi-accent { background: rgba(232,168,56,0.25); }

.screen-card { display: flex; flex-direction: column; gap: 12px; }
.screen-caption {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    text-align: center;
}
.screen-caption strong { color: #fff; }

.screen-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    display: block;
}
.hero-icon {
    font-size: 10rem;
    color: rgba(255,255,255,0.12);
    display: block;
    margin-top: 20px;
}

/* ===================== BUTTONS ===================== */
.btn-primary-mms {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    padding: 13px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
}
.btn-primary-mms:hover { background: #d4952f; color: #fff; text-decoration: none; transform: translateY(-1px); }

.btn-secondary-mms {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 13px 24px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-secondary-mms:hover { background: rgba(255,255,255,0.22); color: #fff; text-decoration: none; }

.btn-outline-light-mms {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 16px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.btn-outline-light-mms:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; text-decoration: none; }

/* ===================== SECTIONS ===================== */
.section-light  { background: var(--light-bg); padding: 72px 0; }
.section-dark   { background: var(--dark-bg); color: #fff; padding: 72px 0; }
.section-accent { background: var(--primary); color: #fff; padding: 72px 0; }

.mid-cta {
    background: var(--accent);
    padding: 18px 0;
    text-align: center;
}
.mid-cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.mid-cta span {
    font-weight: 600;
    color: var(--dark-bg);
    font-size: 1rem;
}

.section-title {
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--text);
}
.section-title.light { color: #fff; }
.subsection-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: var(--text);
}

/* ===================== PROBLEM CARDS ===================== */
.problem-section { background: #fff; padding: 64px 0; border-bottom: 2px solid var(--light-bg); }
.problem-card {
    background: var(--light-bg);
    border-radius: var(--radius);
    padding: 28px 24px;
    height: 100%;
    text-align: center;
    border-top: 4px solid #d44;
}
.problem-icon {
    font-size: 2.2rem;
    color: #c0392b;
    margin-bottom: 14px;
    display: block;
}
.problem-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; }
.problem-card p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }

/* ===================== VIDEO + INFOGRAFICA ===================== */
.mms-video {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: block;
}
.mms-infografica {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: block;
}
.img-caption { font-size: 0.82rem; color: #888; text-align: center; margin-top: 6px; }

/* ===================== FEATURES ===================== */
.feature-block {
    display: flex;
    gap: 24px;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    align-items: flex-start;
}
.feature-block:last-child { border-bottom: none; }

/* Accordion Funzioni */
.accordion-mms { margin-top: 8px; }

.accordion-item-mms {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.accordion-item-mms:last-child { border-bottom: none; }

.accordion-btn-mms {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: color 0.2s;
}
.accordion-btn-mms:hover { color: var(--accent); }
.accordion-btn-mms i {
    color: var(--accent);
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.accordion-btn-mms::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    transition: transform 0.3s;
}
.accordion-btn-mms:not(.collapsed)::after {
    transform: rotate(180deg);
    color: var(--accent);
}

.accordion-body-mms {
    padding: 0 0 24px 34px;
    color: rgba(255,255,255,0.8);
}
.accordion-body-mms p { margin-bottom: 12px; }

.feature-icon-wrap {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--accent);
}
.feature-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.feature-content p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    font-size: 0.95rem;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-list li {
    color: rgba(255,255,255,0.75);
    font-size: 0.9rem;
    padding: 4px 0;
    padding-left: 18px;
    position: relative;
}
.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 700;
}
.feature-list li strong { color: rgba(255,255,255,0.95); }

/* ===================== COPILOT ===================== */
.copilot-section .section-title { color: var(--text); }
.copilot-badge {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.badge-ai {
    font-size: 0.7rem;
    background: var(--primary);
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 6px;
    font-family: 'Poppins', sans-serif;
}
.copilot-section .feature-list li { color: var(--text-muted); }
.copilot-section .feature-list li::before { color: var(--primary); }
.copilot-section .feature-content h3 { color: var(--text); }
.copilot-icon {
    font-size: 8rem;
    color: var(--primary);
    opacity: 0.15;
    display: block;
    margin: 20px auto 0;
}
/* Callout tecnico — adattivo a sfondo scuro e chiaro */
.mms-callout {
    border-left: 4px solid var(--accent);
    padding: 12px 16px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 16px;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.9);
}
.section-light .mms-callout,
.copilot-section .mms-callout {
    background: #e8eef5;
    color: #1a2535;
}

.copilot-note {
    font-style: italic;
    color: var(--text-muted);
    font-size: 0.88rem;
    margin-top: 16px;
}
.copilot-section .feature-block { border-bottom-color: rgba(0,0,0,0.07); }
.copilot-section .feature-icon-wrap {
    background: var(--light-bg);
    color: var(--primary);
}
.copilot-section .feature-content p { color: var(--text-muted); }

/* ===================== DEPLOY CARDS ===================== */
.deploy-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius);
    padding: 32px 28px;
    text-align: center;
    height: 100%;
    color: #fff;
}
.deploy-icon {
    font-size: 2.5rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 14px;
    display: block;
}
.deploy-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; }
.deploy-card p { font-size: 0.92rem; color: rgba(255,255,255,0.8); margin-bottom: 10px; }\n.deploy-details {\n    list-style: none;\n    padding: 0;\n    margin: 10px 0 0;\n}\n.deploy-details li {\n    font-size: 0.85rem;\n    color: rgba(255,255,255,0.7);\n    padding: 3px 0;\n}\n.deploy-details li i {\n    width: 16px;\n    margin-right: 6px;\n    color: var(--accent);\n    font-size: 0.8rem;\n}

/* ===================== TABLE ===================== */
.mms-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.mms-table thead tr {
    background: var(--primary);
    color: #fff;
}
.mms-table th {
    padding: 14px 18px;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
}
.mms-table td {
    padding: 12px 18px;
    font-size: 0.9rem;
    border-bottom: 1px solid #e0e6f0;
    vertical-align: top;
}
.mms-table tbody tr:last-child td { border-bottom: none; }
.mms-table tbody tr:nth-child(even) td { background: #f8fafd; }
.mms-table tbody tr:hover td { background: #edf1f8; }

/* ===================== FAQ ===================== */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
    border-bottom: 1px solid #dce3ee;
    padding: 24px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary-dk);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq-icon { color: var(--accent); font-size: 1rem; flex-shrink: 0; }
.faq-item p { color: var(--text-muted); font-size: 0.95rem; margin: 0; padding-left: 26px; }

body.high-contrast .faq-item { border-bottom-color: #555 !important; }
body.high-contrast .faq-item h3 { color: #fff !important; }
body.high-contrast .faq-item p { color: #ccc !important; }

/* ===================== CTA / CONTATTI ===================== */
.cta-section {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary-dk) 100%);
    color: #fff;
    padding: 80px 0;
}
.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}
.cta-sub {
    text-align: center;
    color: rgba(255,255,255,0.75);
    margin-bottom: 48px;
    font-size: 1.05rem;
}

.contact-direct {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius);
    padding: 28px 24px;
    height: 100%;
}
.contact-direct h3 { color: #fff; font-size: 1.1rem; margin-bottom: 20px; }
.contact-direct p { color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 0.95rem; }
.contact-direct a { color: #b0c4de; }
.contact-direct a:hover { color: #fff; }
.contact-note { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-top: 12px; font-style: italic; }

.btn-calendly {
    display: inline-block;
    background: var(--accent);
    color: #1a2535;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 20px;
    border-radius: var(--radius);
    text-decoration: none;
    margin: 16px 0 12px;
    transition: background 0.2s;
}
.btn-calendly:hover { background: #d4952e; color: #1a2535; }
.btn-calendly i { margin-right: 8px; }

.hero-cta-alt {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-top: 12px;
}
.hero-cta-alt a { color: rgba(255,255,255,0.85); text-decoration: underline; }
.hero-cta-alt a:hover { color: #fff; }

.trust-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.trust-list li {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}
.trust-list li i {
    color: var(--accent);
    margin-right: 6px;
    width: 14px;
}

/* Form */
.mms-form label {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.mms-form input[type="text"],
.mms-form input[type="email"],
.mms-form textarea {
    width: 100%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    padding: 10px 14px;
    color: #fff;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s;
}
.mms-form input::placeholder,
.mms-form textarea::placeholder { color: rgba(255,255,255,0.35); }
.mms-form input:focus,
.mms-form textarea:focus { border-color: var(--accent); }
.mms-form textarea { resize: vertical; }

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 0.85rem;
    cursor: pointer;
}
.checkbox-label input { margin-top: 3px; flex-shrink: 0; }
.checkbox-label a { color: #b0c4de; }

.btn-submit {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 13px 32px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.1s;
}
.btn-submit:hover { background: #d4952f; transform: translateY(-1px); }

/* ===================== FOOTER ===================== */
footer {
    background: #111;
    color: #aaa;
    padding: 40px 0 24px;
    font-size: 0.88rem;
}
.footer-cols {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 28px;
}
.footer-logo { height: 36px; margin-bottom: 12px; filter: brightness(0) invert(0.7); }
footer h4 { color: #ddd; font-size: 0.9rem; margin-bottom: 12px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 6px; }
footer ul a { color: #aaa; }
footer ul a:hover { color: #fff; }
footer p { margin: 0 0 6px; }
.footer-copy { border-top: 1px solid #222; padding-top: 16px; text-align: center; color: #666; font-size: 0.82rem; }

/* ===================== SCROLL-TO-TOP ===================== */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: background 0.2s;
}
#scrollTopBtn:hover { background: var(--primary-dk); }

/* ===================== HIGH CONTRAST ===================== */
body.high-contrast,
body.high-contrast header,
body.high-contrast .hero,
body.high-contrast .problem-section,
body.high-contrast .section-light,
body.high-contrast .section-dark,
body.high-contrast .section-accent,
body.high-contrast .cta-section,
body.high-contrast footer,
body.high-contrast .contact-direct,
body.high-contrast .problem-card,
body.high-contrast .deploy-card,
body.high-contrast .mms-form input,
body.high-contrast .mms-form textarea,
body.high-contrast .mms-table td,
body.high-contrast .mms-table th,
body.high-contrast .contact-bar {
    background: #000 !important;
    color: #fff !important;
}
body.high-contrast .mms-table thead tr { background: #000 !important; border: 1px solid #fff !important; }
body.high-contrast .mms-table { border: 1px solid #fff !important; }
body.high-contrast .mms-table td { border-color: #fff !important; }
body.high-contrast .problem-card { border-top-color: #fff !important; }
body.high-contrast .feature-content p,
body.high-contrast .feature-list li { color: #fff !important; }
body.high-contrast a { color: #0ff !important; }
body.high-contrast .btn-primary-mms,
body.high-contrast .btn-submit { background: #fff !important; color: #000 !important; }
body.high-contrast .mms-form input,
body.high-contrast .mms-form textarea { border-color: #fff !important; color: #fff !important; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 956px) {
    .nav-toggle { display: block; }
    nav ul.nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        padding: 12px 0;
        border-top: 1px solid var(--light-bg);
        gap: 0;
    }
    nav ul.nav-links.show { display: flex; }
    nav ul.nav-links a { padding: 10px 16px; }
    header .container { flex-wrap: wrap; }
    .hero h1 { font-size: 1.8rem; }
    .footer-cols { grid-template-columns: 1fr; gap: 24px; }
    .feature-block { flex-direction: column; }
}
@media (max-width: 600px) {
    .hero { padding: 48px 0 36px; }
    .hero h1 { font-size: 1.5rem; }
    .section-light,
    .section-dark,
    .section-accent,
    .cta-section { padding: 48px 0; }
    .section-title { font-size: 1.5rem; }
    .hero-icon { font-size: 5rem; }
    .hero-actions { flex-direction: column; }
}
