body.com_mediometro.view-landing .container-header {
    display: none;
}

body.com_mediometro.view-landing .site-grid,
body.com_mediometro.view-landing .grid-child.container-component {
    display: block;
    max-width: none;
    width: 100%;
}

body.com_mediometro.view-landing .container-component {
    padding-left: 0;
    padding-right: 0;
}

.mm-landing {
    --mm-night: #07111f;
    --mm-navy: #10223a;
    --mm-blue: #155b8f;
    --mm-teal: #16a394;
    --mm-green: #2fa66a;
    --mm-coral: #d9475f;
    --mm-gold: #d9a63a;
    --mm-ink: #111827;
    --mm-muted: #526173;
    --mm-line: #dce5ee;
    --mm-soft: #f4f7fb;
    --mm-white: #ffffff;
    color: var(--mm-ink);
    font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
    letter-spacing: 0;
    overflow-x: clip;
}

.mm-landing * {
    box-sizing: border-box;
}

.mm-landing a {
    text-decoration: none;
}

.mm-hero {
    width: 100%;
    position: relative;
    left: auto;
    margin-left: 0;
    padding: 24px clamp(18px, 4vw, 64px) 46px;
    background:
        linear-gradient(135deg, rgba(7, 17, 31, 0.99), rgba(16, 34, 58, 0.96)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 72px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 72px);
    color: var(--mm-white);
    overflow: hidden;
}

.mm-nav,
.mm-hero-grid,
.mm-stat-strip,
.mm-platform,
.mm-section,
.mm-final-cta {
    max-width: 1200px;
    margin-inline: auto;
}

.mm-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(34px, 5vw, 70px);
}

.mm-brand,
.mm-nav-actions a {
    color: var(--mm-white);
}

.mm-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 850;
    font-size: 1.05rem;
}

.mm-brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--mm-teal), var(--mm-gold) 52%, var(--mm-coral));
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2), 0 14px 36px rgba(0,0,0,0.32);
}

.mm-nav-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 0.92rem;
}

.mm-nav-actions a {
    color: rgba(255,255,255,0.78);
}

.mm-nav-actions a:hover {
    color: var(--mm-white);
}

.mm-nav-login {
    min-width: 78px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 8px;
    padding: 9px 14px;
    text-align: center;
}

.mm-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(28px, 5vw, 66px);
    align-items: start;
}

.mm-eyebrow {
    margin: 0 0 12px;
    color: var(--mm-gold);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.mm-eyebrow-dark {
    color: var(--mm-blue);
}

.mm-hero h1,
.mm-section h2,
.mm-platform h2,
.mm-final-cta h2,
.mm-demo-card h2 {
    margin: 0;
    letter-spacing: 0;
}

.mm-hero h1 {
    max-width: 820px;
    color: var(--mm-white);
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 1.02;
    font-weight: 900;
    text-wrap: balance;
}

.mm-hero-subtitle {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255,255,255,0.8);
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.65;
}

.mm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.mm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
}

.mm-button-primary {
    background: var(--mm-gold);
    color: #172033;
    box-shadow: 0 14px 34px rgba(217,166,58,0.26);
}

.mm-button-secondary {
    border: 1px solid rgba(255,255,255,0.30);
    color: var(--mm-white);
    background: transparent;
}

.mm-hero-disclaimer {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255,255,255,0.66);
    font-size: 0.94rem;
    line-height: 1.6;
}

.mm-demo-card {
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
    padding: clamp(20px, 3vw, 30px);
    background: rgba(255,255,255,0.96);
    color: var(--mm-ink);
    box-shadow: 0 28px 80px rgba(0,0,0,0.32);
}

.mm-demo-card h2 {
    color: var(--mm-ink);
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    line-height: 1.1;
    font-weight: 900;
}

.mm-demo-card p {
    margin: 12px 0 0;
    color: var(--mm-muted);
    line-height: 1.6;
}

.mm-demo-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-top: 20px;
}

.mm-form-row {
    min-width: 0;
}

.mm-form-wide,
.mm-demo-form button {
    grid-column: 1 / -1;
}

.mm-form-row label {
    display: block;
    margin-bottom: 6px;
    color: #243449;
    font-size: 0.82rem;
    font-weight: 800;
}

.mm-form-row input,
.mm-form-row select,
.mm-form-row textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cfd9e6;
    border-radius: 8px;
    padding: 10px 11px;
    background: var(--mm-white);
    color: var(--mm-ink);
    font: inherit;
    letter-spacing: 0;
}

.mm-form-row textarea {
    resize: vertical;
}

.mm-form-row input:focus,
.mm-form-row select:focus,
.mm-form-row textarea:focus {
    outline: 2px solid rgba(21,91,143,0.24);
    border-color: var(--mm-blue);
}

.mm-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.mm-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 46px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,0.12);
}

.mm-stat {
    min-height: 100px;
    padding: 18px;
    background: rgba(255,255,255,0.08);
}

.mm-stat strong {
    display: block;
    color: var(--mm-white);
    font-size: 1.75rem;
}

.mm-stat span {
    color: rgba(255,255,255,0.74);
    font-size: 0.84rem;
}

.mm-platform,
.mm-section {
    padding: 76px 20px;
}

.mm-platform {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: center;
}

.mm-platform h2,
.mm-section h2,
.mm-final-cta h2 {
    color: var(--mm-ink);
    font-size: clamp(1.75rem, 3vw, 2.9rem);
    line-height: 1.08;
    font-weight: 900;
}

.mm-platform p,
.mm-section p {
    color: var(--mm-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.mm-proof-list,
.mm-security-list,
.mm-method-list {
    display: grid;
    gap: 12px;
}

.mm-proof-list {
    margin-top: 22px;
}

.mm-proof-list span,
.mm-security-list span,
.mm-method-list li {
    border: 1px solid var(--mm-line);
    border-left: 4px solid var(--mm-teal);
    border-radius: 8px;
    padding: 14px 16px;
    background: var(--mm-white);
    color: var(--mm-ink);
    box-shadow: 0 10px 28px rgba(21,91,143,0.08);
}

.mm-platform-preview {
    margin: 0;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--mm-white);
    box-shadow: 0 24px 70px rgba(17,24,39,0.16);
}

.mm-platform-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.mm-platform-preview figcaption {
    padding: 12px 14px;
    color: var(--mm-muted);
    font-size: 0.84rem;
}

.mm-section-header {
    max-width: 790px;
    margin-bottom: 32px;
}

.mm-capability-grid,
.mm-tier-grid {
    display: grid;
    gap: 18px;
}

.mm-capability-grid {
    grid-template-columns: repeat(3, 1fr);
}

.mm-tier-grid {
    grid-template-columns: repeat(4, 1fr);
}

.mm-capability,
.mm-tier {
    min-height: 100%;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    padding: 22px;
    background: var(--mm-white);
    box-shadow: 0 10px 28px rgba(21,91,143,0.08);
}

.mm-capability:nth-child(2) { border-left: 4px solid var(--mm-green); }
.mm-capability:nth-child(3) { border-left: 4px solid var(--mm-gold); }
.mm-capability:nth-child(4) { border-left: 4px solid var(--mm-coral); }
.mm-capability:nth-child(5) { border-left: 4px solid var(--mm-blue); }
.mm-capability:nth-child(6) { border-left: 4px solid #6f56d9; }

.mm-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--mm-teal), var(--mm-blue));
}

.mm-capability h3,
.mm-tier h3 {
    margin: 14px 0 8px;
    color: var(--mm-ink);
    font-size: 1.12rem;
    font-weight: 850;
}

.mm-method,
.mm-security,
.mm-final-cta {
    border-radius: 8px;
}

.mm-method {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 28px;
    background: var(--mm-night);
    color: var(--mm-white);
}

.mm-method h2,
.mm-method p,
.mm-security h2,
.mm-security p,
.mm-final-cta h2,
.mm-final-cta p {
    color: var(--mm-white);
}

.mm-method-list,
.mm-tier ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mm-tier {
    border-top: 5px solid var(--mm-blue);
}

.mm-tier-green { border-top-color: var(--mm-green); }
.mm-tier-coral { border-top-color: var(--mm-coral); }
.mm-tier-gold { border-top-color: var(--mm-gold); }

.mm-tier-audience {
    min-height: 78px;
}

.mm-tier-price {
    display: grid;
    gap: 2px;
    margin: 16px 0;
}

.mm-tier-price strong {
    color: var(--mm-blue);
    font-size: 2rem;
    line-height: 1;
}

.mm-tier li {
    padding: 9px 0;
    border-top: 1px solid var(--mm-line);
    color: var(--mm-ink);
    font-size: 0.92rem;
}

.mm-security {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    background: linear-gradient(135deg, var(--mm-night), var(--mm-navy));
}

.mm-final-cta {
    margin: 34px auto 76px;
    padding: 52px 24px;
    text-align: center;
    background: linear-gradient(135deg, var(--mm-night), var(--mm-navy));
}

.mm-final-cta p {
    max-width: 720px;
    margin: 16px auto 0;
}

.mm-final-cta .mm-hero-actions {
    justify-content: center;
}

@media (max-width: 1040px) {
    .mm-hero-grid,
    .mm-platform,
    .mm-method,
    .mm-security {
        grid-template-columns: 1fr;
    }

    .mm-capability-grid,
    .mm-tier-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    body.com_mediometro.view-landing,
    body.com_mediometro.view-landing .site-grid,
    body.com_mediometro.view-landing .grid-child.container-component,
    body.com_mediometro.view-landing .mm-landing {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .mm-nav,
    .mm-nav-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .mm-nav-actions {
        gap: 12px;
    }

    .mm-hero {
        padding: 22px 0 46px;
        overflow-x: clip;
    }

    .mm-nav,
    .mm-hero-grid,
    .mm-stat-strip,
    .mm-platform,
    .mm-section,
    .mm-final-cta {
        width: min(340px, calc(100vw - 40px));
        max-width: min(340px, calc(100vw - 40px));
        margin-left: 20px;
        margin-right: 0;
    }

    .mm-hero-copy,
    .mm-demo-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .mm-hero h1 {
        max-width: 100%;
        font-size: clamp(1.55rem, 7vw, 1.85rem);
        line-height: 1.08;
    }

    .mm-demo-card h2 {
        font-size: clamp(1.45rem, 6.4vw, 1.75rem);
    }

    .mm-hero-grid {
        grid-template-columns: 1fr;
    }

    .mm-demo-form,
    .mm-stat-strip,
    .mm-capability-grid,
    .mm-tier-grid {
        grid-template-columns: 1fr;
    }

    .mm-form-wide,
    .mm-demo-form button {
        grid-column: auto;
    }

    .mm-platform,
    .mm-section {
        padding: 54px 18px;
    }

    .mm-button {
        width: 100%;
    }
}
