/* MakroLab — misafir ana sayfa (Landing) */
.ml-landing {
    --ml-lp-ink: #0a1628;
    --ml-lp-cream: #faf8f5;
    --ml-lp-amber: #f4a020;
    --ml-lp-mint: #2dd4bf;
    --ml-lp-font-display: "Young Serif", Georgia, "Times New Roman", serif;
    --ml-lp-font-sans: "Sora", system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

.ml-landing-hero {
    position: relative;
    padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2.5rem) clamp(3rem, 8vw, 5rem);
    background: var(--ml-navbar-gradient, linear-gradient(115deg, #042a4a 0%, #0a4a7a 32%, #0d5cb8 58%, #1a7dd4 88%, #4dadf7 100%));
    color: #fff;
    border-radius: 0 0 clamp(1.5rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.75rem);
    box-shadow: 0 24px 60px rgba(4, 30, 55, 0.35);
}

.ml-landing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-image:
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(255, 255, 255, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 90% 80%, rgba(45, 212, 191, 0.15) 0%, transparent 45%),
        repeating-linear-gradient(
            -12deg,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    pointer-events: none;
}

/* Giriş görseli — mavi hero alanının tamamını kaplar, üstte gradient ile soluk */
.ml-landing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: url("/makrolabgiris.png") no-repeat center / cover;
    opacity: 0.14;
    pointer-events: none;
}

.ml-landing-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 72rem;
    margin: 0 auto;
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

@media (min-width: 992px) {
    .ml-landing-hero__inner {
        grid-template-columns: 1fr 1fr;
    }
}

.ml-landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--ml-lp-font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1rem;
    animation: ml-lp-fade-up 0.7s ease both;
}

.ml-landing-kicker i {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
}

.ml-landing-title {
    font-family: var(--ml-lp-font-display);
    font-size: clamp(2.15rem, 5.5vw, 3.35rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    animation: ml-lp-fade-up 0.75s ease 0.06s both;
}

.ml-landing-title em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.95);
}

.ml-landing-lead {
    font-family: var(--ml-lp-font-sans);
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    max-width: 32rem;
    margin-bottom: 1.75rem;
    animation: ml-lp-fade-up 0.8s ease 0.12s both;
}

.ml-landing-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    animation: ml-lp-fade-up 0.85s ease 0.18s both;
}

.ml-landing-btn-primary {
    font-family: var(--ml-lp-font-sans);
    font-weight: 600;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(180deg, #fff 0%, #e8f4ff 100%);
    color: #063a6e !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ml-landing-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
    color: #042a52 !important;
}

.ml-landing-btn-ghost {
    font-family: var(--ml-lp-font-sans);
    font-weight: 600;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.ml-landing-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff !important;
}

.ml-landing-hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    animation: ml-lp-fade-up 0.9s ease 0.22s both;
}

.ml-landing-hero-logo {
    width: clamp(6.5rem, 18vw, 9.5rem);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
    opacity: 0.95;
}

@media (max-width: 991.98px) {
    .ml-landing-hero-card {
        align-items: center;
    }

    .ml-landing-hero::after {
        opacity: 0.11;
    }
}

/* Cam panel — referans görsele yakın */
.ml-landing-hero-card__shell {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 1.35rem;
    padding: 1.5rem 1.25rem 1.35rem;
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ml-landing-hero-card__title {
    font-family: var(--ml-lp-font-sans);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 1.1rem;
    padding-right: 4.5rem;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.ml-landing-float-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    font-family: var(--ml-lp-font-sans);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.38rem 0.7rem;
    color: #3a2204;
    border-radius: 999px;
    background: linear-gradient(165deg, #ffd078 0%, #f59e0b 45%, #ea580c 100%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow:
        0 0 0 1px rgba(234, 88, 12, 0.25),
        0 6px 22px rgba(245, 158, 11, 0.55),
        0 0 32px rgba(251, 191, 36, 0.45);
    animation: ml-lp-badge-glow 2.4s ease-in-out infinite;
}

@keyframes ml-lp-badge-glow {
    0%,
    100% {
        box-shadow:
            0 0 0 1px rgba(234, 88, 12, 0.25),
            0 6px 22px rgba(245, 158, 11, 0.5),
            0 0 28px rgba(251, 191, 36, 0.4);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(234, 88, 12, 0.35),
            0 8px 28px rgba(245, 158, 11, 0.65),
            0 0 42px rgba(253, 224, 71, 0.55);
    }
}

.ml-landing-mini-rows {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ml-landing-mini-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem 0.55rem 0.65rem;
    background: #fff;
    border-radius: 999px;
    font-family: var(--ml-lp-font-sans);
    font-size: 0.8rem;
    color: var(--ml-lp-ink);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ml-landing-mini-row__left {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #1e293b;
}

.ml-landing-mini-row__val {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-size: 0.78rem;
    white-space: nowrap;
}

.ml-landing-mini-row__val--ink {
    color: #334155;
}

.ml-landing-mini-row__val--ok {
    color: #15803d;
}

.ml-landing-mini-row__val--alert {
    color: #dc2626;
}

.ml-landing-mini-ic {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.ml-landing-mini-ic--cal {
    background: #fee2e2;
    color: #dc2626;
}

.ml-landing-mini-ic--pro {
    background: #dcfce7;
    color: #16a34a;
}

.ml-landing-mini-ic--karb {
    background: #fef9c3;
    color: #ca8a04;
}

.ml-landing-mini-ic--yag {
    background: #dbeafe;
    color: #2563eb;
}

@keyframes ml-lp-fade-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Özellikler */
.ml-landing-features {
    padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 4vw, 2rem);
    background: var(--ml-lp-cream);
    position: relative;
}

.ml-landing-features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(10, 22, 40, 0.08), transparent);
}

.ml-landing-section-title {
    font-family: var(--ml-lp-font-display);
    font-size: clamp(1.65rem, 3.5vw, 2.15rem);
    font-weight: 700;
    color: var(--ml-lp-ink);
    text-align: center;
    margin-bottom: 0.5rem;
}

.ml-landing-section-sub {
    font-family: var(--ml-lp-font-sans);
    text-align: center;
    color: #5c6570;
    max-width: 36rem;
    margin: 0 auto 2.5rem;
    font-size: 1.02rem;
    line-height: 1.5;
}

.ml-landing-feature-grid {
    display: grid;
    gap: 1.25rem;
    max-width: 72rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ml-landing-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .ml-landing-feature-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ml-landing-feature {
    background: #fff;
    border-radius: 1rem;
    padding: 1.35rem 1.25rem;
    border: 1px solid rgba(10, 22, 40, 0.06);
    box-shadow: 0 8px 28px rgba(10, 22, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.ml-landing-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(10, 22, 40, 0.1);
}

.ml-landing-feature__ic {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12) 0%, rgba(45, 212, 191, 0.12) 100%);
    color: #0d5cb8;
}

.ml-landing-feature h3 {
    font-family: var(--ml-lp-font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ml-lp-ink);
    margin-bottom: 0.45rem;
}

.ml-landing-feature p {
    font-family: var(--ml-lp-font-sans);
    font-size: 0.88rem;
    line-height: 1.5;
    color: #5c6570;
    margin: 0;
}

/* Güven bandı */
.ml-landing-trust {
    padding: 2rem clamp(1rem, 4vw, 2rem);
    background: #fff;
    border-top: 1px solid rgba(10, 22, 40, 0.06);
    border-bottom: 1px solid rgba(10, 22, 40, 0.06);
}

.ml-landing-trust__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1rem, 4vw, 2.5rem);
    max-width: 60rem;
    margin: 0 auto;
    font-family: var(--ml-lp-font-sans);
    font-size: 0.88rem;
    font-weight: 600;
    color: #3d4a5c;
}

.ml-landing-trust__row span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.ml-landing-trust__row i {
    color: #198754;
    font-size: 1.1rem;
}

/* Alt CTA */
.ml-landing-bottom {
    padding: clamp(3rem, 7vw, 4.5rem) 1.5rem;
    text-align: center;
    background: linear-gradient(180deg, var(--ml-lp-cream) 0%, #fff 100%);
}

.ml-landing-bottom h2 {
    font-family: var(--ml-lp-font-display);
    font-size: clamp(1.5rem, 3vw, 1.95rem);
    color: var(--ml-lp-ink);
    margin-bottom: 0.75rem;
}

.ml-landing-bottom p {
    font-family: var(--ml-lp-font-sans);
    color: #5c6570;
    margin-bottom: 1.5rem;
}

.ml-landing-bottom .ml-landing-btn-primary {
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.25);
}

/* Ana içerik padding sıfırla (WideLayout ile) */
main .ml-landing {
    margin-top: -1.5rem;
}

@media (min-width: 992px) {
    main .ml-landing {
        margin-top: -1.5rem;
    }
}
