/*
Theme Name: Michał Lech Premium
Theme URI: https://michallech.pl
Author: Michał Lech
Description: Profesjonalny szablon dla specjalisty Google Ads premium. Pełna obsługa Gutenberg, widgetów i Customizera.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.7
License: GNU General Public License v2 or later
Text Domain: michallech
*/

/* ─── RESET & BASE ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Raleway', sans-serif;
    background: #f4f6fa;
    color: #1a2340;
    overflow-x: hidden;
    cursor: none;
}
body.no-custom-cursor { cursor: auto; }

/* ─── CUSTOM CURSOR ─── */
.ml-cursor {
    position: fixed;
    width: 8px; height: 8px;
    background: #4a6fa5;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.15s ease;
    mix-blend-mode: multiply;
    top: 0; left: 0;
}
.ml-cursor-ring {
    position: fixed;
    width: 32px; height: 32px;
    border: 1px solid rgba(74,111,165,0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transition: all 0.25s ease;
    transform: translate(-50%, -50%);
    top: 0; left: 0;
}

/* ─── VARIABLES ─── */
:root {
    --navy: #1a2340;
    --navy-light: #2c3e6b;
    --blue: #4a6fa5;
    --blue-light: #6b8fc4;
    --silver: #a8b0c0;
    --cloud: #eef0f4;
    --pearl: #f8f9fb;
    --white: #ffffff;
    --text-muted: #8a96b0;
    --text-body: #4a5570;
}

/* ─── NAVIGATION ─── */
.ml-nav {
    position: fixed;
    top: var(--avail-h, 42px); left: 0; right: 0;
    z-index: 100;
    padding: 24px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease, top 0.3s ease;
    background: rgba(248,249,251,0);
}
.ml-nav.scrolled {
    background: rgba(248,249,251,0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px 60px;
    box-shadow: 0 1px 0 rgba(26,35,64,0.08);
}
.ml-nav__logo {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--navy);
    text-decoration: none;
    letter-spacing: 0.02em;
}
.ml-nav__logo span { color: var(--blue); }
.ml-nav__links {
    display: flex;
    gap: 40px;
    list-style: none;
}
.ml-nav__links a {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
}
.ml-nav__links a:hover { color: var(--navy); }
.ml-nav__cta {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white) !important;
    background: var(--navy);
    padding: 12px 28px;
    text-decoration: none !important;
    transition: background 0.3s;
    font-weight: 500;
}
.ml-nav__cta:hover { background: var(--blue) !important; }

/* ─── HAMBURGER ─── */
.ml-nav__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
}
.ml-nav__hamburger span {
    display: block;
    width: 24px; height: 1px;
    background: var(--navy);
    transition: all 0.3s;
}
.ml-mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--pearl);
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.ml-mobile-menu.open { display: flex; }
.ml-mobile-menu a {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--navy);
    text-decoration: none;
    font-weight: 400;
}
.ml-mobile-menu__close {
    position: absolute;
    top: 24px; right: 32px;
    font-size: 28px;
    cursor: pointer;
    color: var(--navy);
    background: none;
    border: none;
    font-family: serif;
}

/* ─── HERO ─── */
.ml-hero {
    min-height: 100vh;
    background: var(--pearl);
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
}
.ml-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 55%; height: 100%;
    background: linear-gradient(135deg, #e8edf5 0%, #dce3ef 100%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}
.ml-hero__bg-pattern {
    position: absolute;
    top: 0; right: 0;
    width: 55%; height: 100%;
    opacity: 0.03;
    background-image:
        linear-gradient(rgba(26,35,64,1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,35,64,1) 1px, transparent 1px);
    background-size: 48px 48px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}
.ml-hero__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(140px + var(--avail-h, 42px)) 60px 80px;
    position: relative;
    z-index: 2;
}
.ml-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(74,111,165,0.3);
    padding: 8px 20px;
    margin-bottom: 40px;
    width: fit-content;
}
.ml-hero__badge-dot {
    width: 6px; height: 6px;
    background: var(--blue);
    border-radius: 50%;
    animation: ml-pulse 2s infinite;
}
@keyframes ml-pulse {
    0%,100% { opacity:1; transform:scale(1); }
    50% { opacity:0.5; transform:scale(0.8); }
}
.ml-hero__badge span {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 500;
}
.ml-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 5.5vw, 78px);
    line-height: 1.05;
    color: var(--navy);
    margin-bottom: 8px;
    font-weight: 400;
}
.ml-hero__title em { font-style: italic; color: var(--blue); }
.ml-hero__sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(18px, 2vw, 26px);
    color: var(--text-muted);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.ml-hero__desc {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-body);
    max-width: 440px;
    font-weight: 300;
    margin-bottom: 48px;
}
.ml-hero__desc strong { color: var(--navy); font-weight: 500; }
.ml-hero__btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Buttons */
.btn-primary {
    display: inline-block;
    background: var(--navy);
    color: var(--white) !important;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 40px;
    text-decoration: none !important;
    font-weight: 500;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}
.btn-primary:hover { background: var(--navy-light); }
.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--navy) !important;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 40px;
    text-decoration: none !important;
    font-weight: 500;
    border: 1px solid rgba(26,35,64,0.25);
    transition: all 0.3s;
    cursor: pointer;
}
.btn-secondary:hover { border-color: var(--navy); background: rgba(26,35,64,0.04); }

.ml-hero__stats {
    display: flex;
    gap: 40px;
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid rgba(74,111,165,0.15);
    flex-wrap: wrap;
}
.ml-hero__stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--blue);
    font-weight: 400;
    line-height: 1;
}
.ml-hero__stat-lbl {
    font-size: 10px;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-top: 6px;
}

/* Hero Right Card */
.ml-hero__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: calc(140px + var(--avail-h, 42px)) 60px 80px;
}
.ml-hero__card {
    background: var(--white);
    padding: 40px;
    max-width: 360px;
    width: 100%;
    box-shadow: 0 32px 80px rgba(26,35,64,0.12), 0 8px 24px rgba(26,35,64,0.06);
    position: relative;
}
.ml-hero__card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--blue-light));
}
.ml-hero__card-label {
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 20px;
}
.ml-hero__card-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--navy);
    margin-bottom: 24px;
    line-height: 1.3;
}
.ml-hero__card-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}
.ml-hero__card-icon {
    width: 36px; height: 36px;
    background: var(--cloud);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--blue);
    font-size: 14px;
}
.ml-hero__card-feature-text {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.6;
    font-weight: 300;
}
.ml-hero__card-feature-text strong { color: var(--navy); font-weight: 500; }
.ml-hero__card-divider { height: 1px; background: var(--cloud); margin: 24px 0; }
.ml-hero__card-bottom { display: flex; align-items: center; gap: 12px; }
.ml-hero__card-avatar {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    flex-shrink: 0;
}
.ml-hero__card-name { font-size: 13px; color: var(--navy); font-weight: 500; }
.ml-hero__card-role { font-size: 10px; color: var(--text-muted); letter-spacing: 0.1em; margin-top: 2px; }
.ml-hero__floating {
    position: absolute;
    background: var(--navy);
    color: white;
    padding: 12px 20px;
    right: -20px; bottom: 100px;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 16px 40px rgba(26,35,64,0.25);
}
.ml-hero__floating span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #a8c4e0;
}

/* ─── BRANDS ─── */
.ml-brands {
    background: var(--navy);
    padding: 28px 60px;
    display: flex;
    align-items: center;
    gap: 48px;
    overflow: hidden;
    flex-wrap: wrap;
}
.ml-brands__label {
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.5);
    white-space: nowrap;
    flex-shrink: 0;
}
.ml-brands__divider {
    width: 1px; height: 24px;
    background: rgba(168,176,192,0.2);
    flex-shrink: 0;
}
.ml-brands__list { display: flex; gap: 48px; align-items: center; flex-wrap: wrap; }
.ml-brands__item {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: rgba(168,176,192,0.45);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 300;
}

/* ─── SECTION BASE ─── */
.ml-section { padding: 120px 60px; }
.ml-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.ml-section-tag::before {
    content: '';
    width: 32px; height: 1px;
    background: var(--blue);
}
.ml-section-tag span {
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 500;
}
.ml-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 54px);
    color: var(--navy);
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 20px;
}
.ml-section-title em { font-style: italic; color: var(--blue); }
.ml-section-title--white { color: var(--white); }
.ml-section-desc {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.9;
    max-width: 520px;
    font-weight: 300;
}
.ml-section-desc--white { color: rgba(168,176,192,0.7); }
.ml-text-center { text-align: center; }
.ml-text-center .ml-section-tag { justify-content: center; }
.ml-text-center .ml-section-tag::before { display: none; }
.ml-text-center .ml-section-desc { margin-left: auto; margin-right: auto; }

/* ─── ABOUT ─── */
.ml-about {
    background: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 120px 60px;
}
.ml-about__visual { position: relative; }
.ml-about__box {
    background: var(--cloud);
    height: 480px;
    position: relative;
    overflow: hidden;
}
.ml-about__box::after {
    content: 'ML';
    position: absolute;
    bottom: -20px; right: -10px;
    font-family: 'Playfair Display', serif;
    font-size: 160px;
    color: rgba(74,111,165,0.06);
    font-weight: 700;
    line-height: 1;
}
.ml-about__box-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}
.ml-about__quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--navy);
    line-height: 1.5;
    font-weight: 300;
    border-left: 2px solid var(--blue);
    padding-left: 20px;
}
.ml-about__accent {
    position: absolute;
    bottom: -20px; right: -20px;
    background: var(--blue);
    width: 88px; height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.ml-about__accent-num {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}
.ml-about__accent-lbl {
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.7;
    margin-top: 4px;
}
.ml-about__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 28px 0 36px;
}
.ml-about__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: var(--text-body);
    font-weight: 300;
}
.ml-about__list li::before {
    content: '';
    width: 20px; height: 1px;
    background: var(--blue);
    flex-shrink: 0;
}
.ml-about__list li strong { color: var(--navy); font-weight: 500; }

/* ─── ZLOTA44 ─── */
.ml-zlota {
    background: var(--navy);
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
}
.ml-zlota::before {
    content: 'złota44';
    position: absolute;
    right: -40px; top: 50%;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-size: 160px;
    font-style: italic;
    color: rgba(255,255,255,0.03);
    white-space: nowrap;
    pointer-events: none;
}
.ml-zlota__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ml-zlota__tag { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ml-zlota__tag::before { content: ''; width: 32px; height: 1px; background: var(--blue-light); }
.ml-zlota__tag span { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--blue-light); font-weight: 500; }
.ml-zlota__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 54px);
    color: white;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 20px;
}
.ml-zlota__title em { font-style: italic; color: #a8c4e0; }
.ml-zlota__desc {
    font-size: 15px;
    color: rgba(168,176,192,0.7);
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 32px;
}
.ml-zlota__highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ml-zlota__highlight {
    padding: 24px 28px;
    border: 1px solid rgba(168,176,192,0.1);
    transition: border-color 0.3s;
}
.ml-zlota__highlight:hover { border-color: rgba(74,111,165,0.4); }
.ml-zlota__highlight-num {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #a8c4e0;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 6px;
}
.ml-zlota__highlight-lbl {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.45);
}
.ml-zlota__highlight-desc {
    font-size: 12px;
    color: rgba(168,176,192,0.5);
    margin-top: 8px;
    line-height: 1.6;
    font-weight: 300;
}
.ml-zlota__logo-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ml-zlota__case {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(168,176,192,0.1);
    padding: 32px;
    position: relative;
}
.ml-zlota__case::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), var(--blue-light));
}
.ml-zlota__case-name {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    color: white;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.ml-zlota__case-sub {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.4);
    margin-bottom: 20px;
}
.ml-zlota__case-text {
    font-size: 13px;
    color: rgba(168,176,192,0.65);
    line-height: 1.7;
    font-weight: 300;
}
.ml-zlota__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.ml-zlota__tag-pill {
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--blue-light);
    border: 1px solid rgba(74,111,165,0.3);
    padding: 4px 12px;
}

/* ─── WHY ME ─── */
.ml-why {
    background: var(--pearl);
    padding: 120px 60px;
}
.ml-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 64px;
}
.ml-why__card {
    background: var(--white);
    padding: 48px 36px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}
.ml-why__card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 0;
    background: var(--navy);
    transition: height 0.4s ease;
}
.ml-why__card:hover::after { height: 3px; }
.ml-why__card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,35,64,0.1); }
.ml-why__icon {
    width: 52px; height: 52px;
    background: var(--cloud);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--blue);
    transition: all 0.4s;
}
.ml-why__card:hover .ml-why__icon { background: var(--navy); color: white; }
.ml-why__title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 14px;
    font-weight: 400;
}
.ml-why__desc {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.8;
    font-weight: 300;
}
.ml-why__desc strong { color: var(--navy); font-weight: 500; }

/* ─── SERVICES ─── */
.ml-services { background: var(--white); padding: 120px 60px; }
.ml-services__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 64px;
}
.ml-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.ml-service-card { background: var(--pearl); padding: 48px 36px; position: relative; transition: all 0.4s ease; overflow: hidden; display: flex; flex-direction: column; }
.ml-service-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: var(--navy); transition: height 0.4s ease; }
.ml-service-card:hover::before { height: 3px; }
.ml-service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,35,64,0.1); }
.ml-service__number { font-family: 'Playfair Display', serif; font-size: 52px; color: var(--cloud); font-weight: 400; line-height: 1; margin-bottom: 24px; }
.ml-service__title { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--navy); margin-bottom: 8px; font-weight: 400; }
.ml-service__for {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.ml-service__for::before {
    content: '';
    width: 14px; height: 1px;
    background: var(--blue);
    flex-shrink: 0;
}
.ml-service__problem {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 400;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 14px;
    line-height: 1.6;
    padding-left: 14px;
    border-left: 2px solid var(--cloud);
}
.ml-service__desc { font-size: 13px; color: var(--text-body); line-height: 1.8; font-weight: 300; margin-bottom: 16px; }
.ml-service__detail {
    background: var(--cloud);
    padding: 12px 16px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.ml-service__detail-icon {
    color: var(--blue);
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}
.ml-service__detail-text {
    font-size: 12px;
    color: var(--navy);
    font-weight: 500;
    line-height: 1.5;
}
.ml-service__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.ml-service__tag { font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); border: 1px solid rgba(74,111,165,0.25); padding: 4px 12px; }
.ml-service__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--navy);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(26,35,64,0.18);
    padding-bottom: 3px;
    width: fit-content;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.ml-service__cta:hover { color: var(--blue); border-color: var(--blue); gap: 12px; }

/* ─── RESULTS ─── */
.ml-results {
    background: var(--navy);
    padding: 120px 60px;
    position: relative;
    overflow: hidden;
}
.ml-results::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(74,111,165,0.15) 0%, transparent 65%);
}
.ml-results__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 64px;
}
.ml-results__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    position: relative;
    z-index: 1;
}
.ml-result-card {
    padding: 48px 32px;
    border: 1px solid rgba(168,176,192,0.1);
    transition: border-color 0.3s;
}
.ml-result-card:hover { border-color: rgba(74,111,165,0.4); }
.ml-result__value {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 4vw, 60px);
    color: var(--white);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}
.ml-result__value span { color: var(--blue-light); }
.ml-result__label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.5);
    margin-bottom: 20px;
}
.ml-result__desc {
    font-size: 13px;
    color: rgba(168,176,192,0.6);
    line-height: 1.7;
    font-weight: 300;
}

/* ─── SECTORS ─── */
.ml-sectors { background: var(--pearl); padding: 120px 60px; }
.ml-sectors__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 64px;
}
.ml-sector-card {
    background: var(--white);
    padding: 48px 36px;
    transition: all 0.4s;
    cursor: default;
}
.ml-sector-card:hover { background: var(--navy); }
.ml-sector-card:hover .ml-sector__title { color: white; }
.ml-sector-card:hover .ml-sector__desc { color: rgba(168,176,192,0.65); }
.ml-sector-card:hover .ml-sector__icon { background: rgba(74,111,165,0.3); color: #a8c4e0; }
.ml-sector__icon {
    width: 52px; height: 52px;
    background: var(--cloud);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--blue);
    transition: all 0.4s;
}
.ml-sector__title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 12px;
    font-weight: 400;
    transition: color 0.4s;
}
.ml-sector__desc {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.7;
    font-weight: 300;
    transition: color 0.4s;
}

/* ─── PROCESS ─── */
.ml-process { background: var(--white); padding: 120px 60px; }
.ml-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 64px;
    position: relative;
}
.ml-process__steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5%);
    right: calc(12.5%);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--silver), transparent);
}
.ml-process__step { padding: 0 32px; text-align: center; position: relative; }
.ml-step__dot {
    width: 56px; height: 56px;
    border: 1px solid rgba(74,111,165,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    background: var(--white);
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--blue);
    transition: all 0.3s;
}
.ml-process__step:hover .ml-step__dot { background: var(--navy); color: white; border-color: var(--navy); }
.ml-step__title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 14px;
    font-weight: 400;
}
.ml-step__desc {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.7;
    font-weight: 300;
}

/* ─── TESTIMONIALS ─── */
.ml-testimonials { background: var(--cloud); padding: 120px 60px; }
.ml-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 64px;
}
.ml-testimonial-card {
    background: var(--white);
    padding: 40px;
    position: relative;
    transition: transform 0.3s;
}
.ml-testimonial-card:hover { transform: translateY(-4px); }
.ml-testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px; right: 28px;
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    color: var(--cloud);
    line-height: 1;
    font-style: italic;
}
.ml-testimonial__stars { display: flex; gap: 4px; margin-bottom: 20px; }
.ml-testimonial__star { color: var(--blue-light); font-size: 12px; }
.ml-testimonial__text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-style: italic;
    color: var(--navy);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 28px;
}
.ml-testimonial__divider { height: 1px; background: var(--cloud); margin-bottom: 20px; }
.ml-testimonial__author { display: flex; align-items: center; gap: 14px; }
.ml-testimonial__avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: white;
    flex-shrink: 0;
}
.ml-testimonial__name { font-size: 13px; color: var(--navy); font-weight: 500; }
.ml-testimonial__company { font-size: 10px; color: var(--text-muted); letter-spacing: 0.1em; margin-top: 2px; }

/* ─── CTA ─── */
.ml-cta {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    text-align: center;
    padding: 120px 60px;
    position: relative;
    overflow: hidden;
}
.ml-cta::before {
    content: '';
    position: absolute;
    top: -300px; left: 50%;
    transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(74,111,165,0.2) 0%, transparent 60%);
}
.ml-cta__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 5vw, 68px);
    color: white;
    font-weight: 400;
    line-height: 1.1;
    margin: 24px 0;
    position: relative;
    z-index: 1;
}
.ml-cta__title em { font-style: italic; color: #a8c4e0; }
.ml-cta__desc {
    font-size: 16px;
    color: rgba(168,176,192,0.7);
    line-height: 1.8;
    max-width: 480px;
    margin: 0 auto 48px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.ml-cta__btns { position: relative; z-index: 1; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-cta {
    display: inline-block;
    background: white;
    color: var(--navy) !important;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 18px 48px;
    text-decoration: none !important;
    font-weight: 600;
    transition: background 0.3s;
}
.btn-cta:hover { background: var(--cloud); }
.btn-cta-outline {
    display: inline-block;
    background: transparent;
    color: rgba(255,255,255,0.8) !important;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 18px 48px;
    text-decoration: none !important;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.3s;
}
.btn-cta-outline:hover { border-color: rgba(255,255,255,0.5); }
.ml-cta__trust {
    margin-top: 32px;
    font-size: 11px;
    color: rgba(168,176,192,0.35);
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}

/* ─── FOOTER ─── */
.ml-footer { background: #0f1628; padding: 64px 60px 40px; }
.ml-footer__top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 48px;
}
.ml-footer__brand {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}
.ml-footer__brand span { color: var(--blue-light); }
.ml-footer__tagline {
    font-size: 13px;
    color: rgba(168,176,192,0.4);
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 20px;
}
.ml-footer__info {
    font-size: 13px;
    color: rgba(168,176,192,0.35);
    font-weight: 300;
    line-height: 1.8;
}
.ml-footer__col-title {
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.35);
    margin-bottom: 20px;
}
.ml-footer__links { list-style: none; }
.ml-footer__links li { margin-bottom: 12px; }
.ml-footer__links a {
    font-size: 13px;
    color: rgba(168,176,192,0.5);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s;
}
.ml-footer__links a:hover { color: white; }
.ml-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(168,176,192,0.08);
    flex-wrap: wrap;
    gap: 12px;
}
.ml-footer__copy { font-size: 11px; color: rgba(168,176,192,0.3); letter-spacing: 0.05em; }
.ml-footer__cert {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    color: rgba(168,176,192,0.3);
    letter-spacing: 0.1em;
}
.ml-footer__cert-dot {
    width: 6px; height: 6px;
    background: var(--blue-light);
    border-radius: 50%;
    opacity: 0.5;
}

/* ─── FADE-IN ─── */
.ml-fade {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.ml-fade.visible { opacity: 1; transform: translateY(0); }
.ml-fade--d1 { transition-delay: 0.1s; }
.ml-fade--d2 { transition-delay: 0.2s; }
.ml-fade--d3 { transition-delay: 0.3s; }
.ml-fade--d4 { transition-delay: 0.4s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
    .ml-nav { padding: 20px 32px; }
    .ml-nav.scrolled { padding: 14px 32px; }
    .ml-nav__links { display: none; }
    .ml-nav__hamburger { display: flex; }
    .ml-hero { grid-template-columns: 1fr; min-height: auto; }
    .ml-hero::before, .ml-hero__bg-pattern { display: none; }
    .ml-hero__left { padding: calc(110px + var(--avail-h, 42px)) 32px 60px; }
    .ml-hero__right { display: none; }
    .ml-about { grid-template-columns: 1fr; gap: 48px; padding: 80px 32px; }
    .ml-zlota { padding: 80px 32px; }
    .ml-zlota__inner { grid-template-columns: 1fr; gap: 48px; }
    .ml-section { padding: 80px 32px; }
    .ml-services { padding: 80px 32px; }
    .ml-services__header { grid-template-columns: 1fr; gap: 24px; }
    .ml-services__grid { grid-template-columns: 1fr 1fr; }
    .ml-results { padding: 80px 32px; }
    .ml-results__header { grid-template-columns: 1fr; gap: 24px; }
    .ml-results__grid { grid-template-columns: 1fr 1fr; }
    .ml-why { padding: 80px 32px; }
    .ml-why__grid { grid-template-columns: 1fr 1fr; }
    .ml-sectors { padding: 80px 32px; }
    .ml-sectors__grid { grid-template-columns: 1fr 1fr; }
    .ml-process { padding: 80px 32px; }
    .ml-process__steps { grid-template-columns: 1fr 1fr; }
    .ml-process__steps::before { display: none; }
    .ml-testimonials { padding: 80px 32px; }
    .ml-testimonials__grid { grid-template-columns: 1fr; }
    .ml-cta { padding: 80px 32px; }
    .ml-footer { padding: 48px 32px 32px; }
    .ml-footer__top { grid-template-columns: 1fr 1fr; gap: 40px; }
    .ml-brands { padding: 20px 32px; }
}
@media (max-width: 640px) {
    .ml-services__grid,
    .ml-results__grid,
    .ml-sectors__grid,
    .ml-why__grid,
    .ml-testimonials__grid,
    .ml-process__steps { grid-template-columns: 1fr; }
    .ml-footer__top { grid-template-columns: 1fr; }
    .ml-hero__stats { flex-direction: column; gap: 24px; }
    .ml-cta__btns { flex-direction: column; align-items: center; }
    .ml-zlota__highlights { grid-template-columns: 1fr; }
}

/* ─── GA4 & GTM SECTION ─── */
.ml-tools {
    background: var(--white);
    padding: 120px 60px;
}
.ml-tools__header {
    text-align: center;
    margin-bottom: 64px;
}
.ml-tools__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}
.ml-tool-card {
    background: var(--pearl);
    padding: 56px 48px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}
.ml-tool-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 0;
    background: var(--navy);
    transition: height 0.4s ease;
}
.ml-tool-card:hover::before { height: 4px; }
.ml-tool-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(26,35,64,0.1);
}
.ml-tool-card__bg {
    position: absolute;
    top: -20px; right: -20px;
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    font-weight: 700;
    font-style: italic;
    color: rgba(74,111,165,0.05);
    line-height: 1;
    pointer-events: none;
}
.ml-tool-card__tag {
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ml-tool-card__tag::before {
    content: '';
    width: 20px; height: 1px;
    background: var(--blue);
    display: block;
}
.ml-tool-card__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 38px);
    color: var(--navy);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 8px;
}
.ml-tool-card__title em { font-style: italic; color: var(--blue); }
.ml-tool-card__sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 1.4;
}
.ml-tool-card__desc {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 32px;
    flex-grow: 1;
}
.ml-tool-card__desc strong { color: var(--navy); font-weight: 500; }
.ml-tool-card__points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 36px;
}
.ml-tool-card__points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.5;
}
.ml-tool-card__points li::before {
    content: '';
    width: 16px; height: 1px;
    background: var(--blue);
    flex-shrink: 0;
    margin-top: 9px;
}
.ml-tool-card__points li strong { color: var(--navy); font-weight: 500; }
.ml-tool-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--navy);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(26,35,64,0.2);
    padding-bottom: 4px;
    width: fit-content;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.ml-tool-card__link:hover {
    color: var(--blue);
    border-color: var(--blue);
    gap: 14px;
}
.ml-tool-card__link-arrow {
    font-size: 14px;
    transition: transform 0.3s;
}
.ml-tool-card:hover .ml-tool-card__link-arrow { transform: translateX(4px); }
@media (max-width: 1100px) {
    .ml-tools { padding: 80px 32px; }
    .ml-tools__grid { grid-template-columns: 1fr; }
}

/* ─── CASE STUDIES ─── */
.ml-cases { background: var(--pearl); padding: 120px 60px; }
.ml-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 64px;
}
.ml-case-card {
    background: var(--white);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.ml-case-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 0;
    background: var(--navy);
    transition: height 0.4s ease;
}
.ml-case-card:hover::after { height: 3px; }
.ml-case-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,35,64,0.1); }
.ml-case__sector {
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.ml-case__problem {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 8px;
}
.ml-case__problem-text {
    font-size: 14px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--cloud);
}
.ml-case__action {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 8px;
}
.ml-case__action-text {
    font-size: 14px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--cloud);
}
.ml-case__result-label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 12px;
}
.ml-case__kpi {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    color: var(--blue);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 4px;
}
.ml-case__kpi span { color: var(--navy); }
.ml-case__kpi-desc {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.5;
}

/* ─── COMPARISON TABLE ─── */
.ml-compare { background: var(--navy); padding: 120px 60px; position: relative; overflow: hidden; }
.ml-compare::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(74,111,165,0.15) 0%, transparent 65%);
}
.ml-compare__inner { position: relative; z-index: 1; }
.ml-compare__table {
    margin-top: 56px;
    border: 1px solid rgba(168,176,192,0.12);
    overflow: hidden;
}
.ml-compare__head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(168,176,192,0.12);
}
.ml-compare__head div {
    padding: 16px 28px;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(168,176,192,0.45);
}
.ml-compare__head div:nth-child(3) { color: var(--blue-light); }
.ml-compare__row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid rgba(168,176,192,0.07);
    transition: background 0.2s;
}
.ml-compare__row:last-child { border-bottom: none; }
.ml-compare__row:hover { background: rgba(255,255,255,0.02); }
.ml-compare__row div {
    padding: 16px 28px;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.ml-compare__row div:first-child { color: rgba(168,176,192,0.75); }
.ml-compare__row div:nth-child(2) { color: rgba(168,176,192,0.35); justify-content: center; }
.ml-compare__row div:nth-child(3) { color: var(--blue-light); font-weight: 500; justify-content: center; }
.ml-cmp-no { color: rgba(200,80,80,0.7) !important; font-size: 18px; }
.ml-cmp-yes { color: #5cb88a !important; font-size: 18px; }
.ml-cmp-val { color: var(--blue-light) !important; font-weight: 500 !important; font-size: 13px !important; }

/* ─── PRICING / WYCENA ─── */
.ml-pricing { background: var(--white); padding: 120px 60px; }
.ml-pricing__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    margin-top: 64px;
}
.ml-pricing__factors { display: flex; flex-direction: column; gap: 0; }
.ml-pricing__factor {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0;
    border-bottom: 1px solid var(--cloud);
    padding: 24px 0;
    transition: background 0.2s;
}
.ml-pricing__factor:first-child { padding-top: 0; }
.ml-pricing__factor:last-child { border-bottom: none; }
.ml-pricing__factor-num {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--cloud);
    font-weight: 400;
    line-height: 1;
    padding-top: 2px;
}
.ml-pricing__factor-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
}
.ml-pricing__factor-desc {
    font-size: 13px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.7;
}
.ml-pricing__clarify {
    background: var(--pearl);
    padding: 40px 36px;
    position: sticky;
    top: 100px;
}
.ml-pricing__clarify::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--blue-light));
    margin: -40px -36px 32px;
}
.ml-pricing__clarify-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--navy);
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.ml-pricing__clarify p {
    font-size: 13px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 12px;
}
.ml-pricing__clarify p strong { color: var(--navy); font-weight: 500; }
.ml-pricing__clarify-note {
    font-size: 12px;
    color: var(--text-muted);
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--cloud);
    line-height: 1.6;
}

/* ─── FIRST CALL ─── */
.ml-firstcall { background: var(--cloud); padding: 120px 60px; }
.ml-firstcall__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}
.ml-firstcall__steps { display: flex; flex-direction: column; gap: 0; }
.ml-firstcall__step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0;
    padding: 28px 0;
    border-bottom: 1px solid rgba(74,111,165,0.12);
    transition: all 0.3s;
}
.ml-firstcall__step:first-child { padding-top: 0; }
.ml-firstcall__step:last-child { border-bottom: none; padding-bottom: 0; }
.ml-firstcall__step-num {
    width: 44px; height: 44px;
    border: 1px solid rgba(74,111,165,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: var(--blue);
    flex-shrink: 0;
    transition: all 0.3s;
    background: var(--white);
}
.ml-firstcall__step:hover .ml-firstcall__step-num {
    background: var(--navy);
    color: white;
    border-color: var(--navy);
}
.ml-firstcall__step-content { padding-left: 4px; }
.ml-firstcall__step-time {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 6px;
    font-weight: 600;
}
.ml-firstcall__step-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--navy);
    font-weight: 400;
    margin-bottom: 8px;
}
.ml-firstcall__step-desc {
    font-size: 13px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.7;
}
.ml-firstcall__aside { display: flex; flex-direction: column; gap: 20px; }
.ml-firstcall__card {
    background: var(--white);
    padding: 32px;
    position: relative;
}
.ml-firstcall__card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 3px;
    background: var(--blue);
}
.ml-firstcall__card-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 12px;
    font-weight: 400;
}
.ml-firstcall__card-text {
    font-size: 13px;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.8;
}
.ml-firstcall__card-text strong { color: var(--navy); font-weight: 500; }
.ml-firstcall__promise {
    background: var(--navy);
    padding: 32px;
    color: white;
}
.ml-firstcall__promise-label {
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.5);
    margin-bottom: 12px;
    font-weight: 600;
}
.ml-firstcall__promise-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: white;
    font-weight: 300;
    line-height: 1.5;
}

/* ─── FAQ ─── */
.ml-faq { background: var(--pearl); padding: 120px 60px; }
.ml-faq__inner { max-width: 760px; margin: 0 auto; }
.ml-faq__list { margin-top: 56px; display: flex; flex-direction: column; gap: 0; }
.ml-faq-item { border-bottom: 1px solid rgba(74,111,165,0.12); }
.ml-faq-item:first-child { border-top: 1px solid rgba(74,111,165,0.12); }
.ml-faq__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 20px;
}
.ml-faq__q span {
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
}
.ml-faq__icon {
    width: 32px; height: 32px;
    border: 1px solid rgba(74,111,165,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s;
    font-weight: 300;
}
.ml-faq-item.open .ml-faq__icon {
    transform: rotate(45deg);
    background: var(--navy);
    color: white;
    border-color: var(--navy);
}
.ml-faq__a {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-body);
    line-height: 1.85;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s ease, padding 0.38s;
    padding: 0;
}
.ml-faq__a strong { color: var(--navy); font-weight: 500; }
.ml-faq-item.open .ml-faq__a { max-height: 300px; padding-bottom: 22px; }

@media (max-width: 1100px) {
    .ml-cases { padding: 80px 32px; }
    .ml-cases__grid { grid-template-columns: 1fr; }
    .ml-compare { padding: 80px 32px; }
    .ml-compare__head, .ml-compare__row { grid-template-columns: 1fr; }
    .ml-compare__head div:first-child,
    .ml-compare__row div:first-child { padding-bottom: 4px; }
    .ml-compare__head div:nth-child(2),
    .ml-compare__head div:nth-child(3),
    .ml-compare__row div:nth-child(2),
    .ml-compare__row div:nth-child(3) { padding-top: 4px; justify-content: flex-start; }
    .ml-pricing { padding: 80px 32px; }
    .ml-pricing__grid { grid-template-columns: 1fr; }
    .ml-pricing__clarify { position: static; }
    .ml-firstcall { padding: 80px 32px; }
    .ml-firstcall__grid { grid-template-columns: 1fr; gap: 48px; }
    .ml-faq { padding: 80px 32px; }
}

/* ─── NIE DLA KAŻDEGO ─── */
.ml-notfor {
    background: var(--navy);
    padding: 120px 60px;
    position: relative;
    overflow: hidden;
}
.ml-notfor::before {
    content: 'NIE';
    position: absolute;
    right: -20px; top: 50%;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-size: 220px;
    font-style: italic;
    font-weight: 700;
    color: rgba(255,255,255,0.02);
    pointer-events: none;
    line-height: 1;
    white-space: nowrap;
}
.ml-notfor__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1;
}
.ml-notfor__left .ml-section-tag::before { background: var(--blue-light); }
.ml-notfor__left .ml-section-tag span { color: var(--blue-light); }
.ml-notfor__desc {
    font-size: 15px;
    color: rgba(168,176,192,0.7);
    line-height: 1.9;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 36px;
}
.ml-notfor__desc strong { color: white; font-weight: 500; }
.ml-notfor__quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: rgba(168,176,192,0.5);
    line-height: 1.6;
    font-weight: 300;
    border-left: 2px solid rgba(74,111,165,0.4);
    padding-left: 20px;
}
.ml-notfor__right {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.ml-notfor__item {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 16px;
    align-items: flex-start;
    padding: 22px 24px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(168,176,192,0.07);
    transition: border-color 0.3s, background 0.3s;
}
.ml-notfor__item:hover {
    border-color: rgba(74,111,165,0.2);
    background: rgba(255,255,255,0.03);
}
.ml-notfor__item-icon {
    font-size: 16px;
    margin-top: 1px;
    color: rgba(200,80,80,0.6);
    flex-shrink: 0;
}
.ml-notfor__item-title {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}
.ml-notfor__item-desc {
    font-size: 13px;
    font-weight: 300;
    color: rgba(168,176,192,0.55);
    line-height: 1.6;
}
.ml-notfor__bottom {
    grid-column: 1 / -1;
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(168,176,192,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.ml-notfor__bottom-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: white;
    font-weight: 300;
    line-height: 1.4;
    max-width: 580px;
}
.ml-notfor__bottom-text em { color: #a8c4e0; font-style: italic; }
@media (max-width: 1100px) {
    .ml-notfor { padding: 80px 32px; }
    .ml-notfor__inner { grid-template-columns: 1fr; gap: 48px; }
    .ml-notfor__bottom { flex-direction: column; align-items: flex-start; }
}

.ml-fade { opacity: 1 !important; transform: none !important; }

/* ─── AVAILABILITY BAR ─── */
.ml-avail {
    background: var(--navy);
    border-bottom: 1px solid rgba(74,111,165,0.2);
    padding: 11px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
}
.ml-avail__left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ml-avail__dot-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ml-avail__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #4caf8a;
    position: relative;
    flex-shrink: 0;
}
.ml-avail__dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(76,175,138,0.25);
    animation: avail-ping 2s ease-in-out infinite;
}
@keyframes avail-ping {
    0%,100% { transform: scale(1); opacity: .5; }
    50% { transform: scale(1.6); opacity: 0; }
}
.ml-avail__status {
    font-size: 11px;
    font-weight: 600;
    color: #4caf8a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ml-avail__text {
    font-size: 13px;
    color: rgba(168,176,192,0.7);
    font-weight: 300;
}
.ml-avail__text strong {
    color: white;
    font-weight: 500;
}
.ml-avail__right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ml-avail__slots {
    display: flex;
    gap: 6px;
    align-items: center;
}
.ml-avail__slot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(74,111,165,0.25);
    border: 1px solid rgba(74,111,165,0.3);
    transition: background 0.3s;
}
.ml-avail__slot.taken {
    background: rgba(74,111,165,0.15);
    border-color: rgba(74,111,165,0.2);
}
.ml-avail__slot.free {
    background: #4caf8a;
    border-color: #4caf8a;
}
.ml-avail__slots-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.4);
    font-weight: 500;
}
.ml-avail__cta {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white !important;
    background: rgba(74,111,165,0.35);
    border: 1px solid rgba(74,111,165,0.4);
    padding: 8px 18px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s;
    white-space: nowrap;
}
.ml-avail__cta:hover {
    background: var(--blue);
    border-color: var(--blue);
}
.ml-avail__close {
    background: none;
    border: none;
    color: rgba(168,176,192,0.3);
    cursor: pointer;
    font-size: 16px;
    padding: 2px 4px;
    transition: color 0.2s;
    line-height: 1;
}
.ml-avail__close:hover { color: rgba(168,176,192,0.7); }
@media (max-width: 1100px) {
    .ml-avail { padding: 10px 24px; }
    .ml-avail__right { display: none; }
}

/* ─── INLINE CONTACT FORM ─── */
.ml-contact-form {
    margin-top: 48px;
    position: relative;
    z-index: 1;
}
.ml-contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    max-width: 860px;
    margin: 0 auto;
}
.ml-cf-group { display: flex; flex-direction: column; gap: 7px; }
.ml-cf-label {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(168,176,192,0.4);
    font-weight: 600;
}
.ml-cf-input,
.ml-cf-select {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(168,176,192,0.15);
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 16px;
    outline: none;
    transition: border-color 0.25s, background 0.25s;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.ml-cf-input::placeholder { color: rgba(168,176,192,0.3); }
.ml-cf-input:focus,
.ml-cf-select:focus {
    border-color: rgba(74,111,165,0.7);
    background: rgba(255,255,255,0.09);
}
.ml-cf-select { cursor: pointer; color: rgba(168,176,192,0.6); }
.ml-cf-select option { background: #1a2340; color: white; }
.ml-cf-select.filled { color: white; }
.ml-cf-btn {
    background: white;
    color: var(--navy);
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    transition: background 0.25s, transform 0.15s;
    white-space: nowrap;
    height: 50px;
}
.ml-cf-btn:hover { background: var(--cloud); transform: translateY(-1px); }
.ml-cf-btn:active { transform: translateY(0); }
.ml-cf-trust {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.ml-cf-trust span {
    font-size: 11px;
    color: rgba(168,176,192,0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.06em;
}
.ml-cf-trust span::before { content: '✓'; color: rgba(74,111,165,0.6); }
.ml-cf-success {
    display: none;
    text-align: center;
    padding: 28px 20px;
}
.ml-cf-success__icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(76,175,138,0.12);
    border: 1px solid rgba(76,175,138,0.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #4caf8a;
    margin: 0 auto 14px;
}
.ml-cf-success h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px; color: white;
    margin-bottom: 8px; font-weight: 400;
}
.ml-cf-success p {
    font-size: 14px; color: rgba(168,176,192,0.6);
    font-weight: 300; line-height: 1.7;
}
@media (max-width: 1100px) {
    .ml-contact-form__grid {
        grid-template-columns: 1fr;
    }
    .ml-cf-btn { height: auto; padding: 15px 28px; }
}

/* ─── STICKY MOBILE CTA ─── */
.ml-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 500;
    background: var(--navy);
    border-top: 1px solid rgba(74,111,165,0.25);
    padding: 12px 20px;
    gap: 10px;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.25);
    animation: slideUp 0.4s ease;
}
@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}
@media (max-width: 768px) {
    .ml-sticky-cta { display: flex; }
    body { padding-bottom: 72px; }
}
.ml-sticky-cta__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s;
    border-radius: 0;
}
.ml-sticky-cta__btn--primary {
    background: var(--blue);
    color: white !important;
    border: none;
}
.ml-sticky-cta__btn--primary:hover { background: var(--blue-light); }
.ml-sticky-cta__btn--outline {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85) !important;
    border: 1px solid rgba(168,176,192,0.2);
}
.ml-sticky-cta__btn--outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(168,176,192,0.4);
}
.ml-sticky-cta__icon { font-size: 15px; }
/* === WIDGET AREAS ===

/* === WIDGET AREAS === */
.ml-widget-area { padding: 80px 60px; background: var(--pearl); }
.ml-widget-area--dark { background: var(--navy); }
.ml-widget-area .widget { margin-bottom: 32px; }
.ml-widget-area .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px; font-weight: 400;
    color: var(--navy); margin-bottom: 20px;
}
.ml-widget-area--dark .widget-title { color: white; }

/* Gutenberg block alignment */
.wp-block-image img { max-width: 100%; height: auto; }
.wp-block-button__link {
    background: var(--navy); color: white !important;
    font-family: 'Raleway', sans-serif;
    font-size: 10px; letter-spacing: .2em;
    text-transform: uppercase; font-weight: 600;
    padding: 16px 40px; text-decoration: none;
    border-radius: 0 !important;
    transition: background .3s;
}
.wp-block-button__link:hover { background: var(--blue) !important; }

/* Editor styles match front-end */
.editor-styles-wrapper {
    font-family: 'Raleway', sans-serif;
    color: var(--text-body);
}
