/* Landing pages v4 — Altınova İnşaat */
body.page-landing,
.lp-page--v2,
.lp-page--v3,
.lp-page--v4 {
    --lp-ink: #0c1222;
    --lp-ink-soft: #1a2438;
    --lp-slate: #475569;
    --lp-muted: #64748b;
    --lp-line: #e2e8f0;
    --lp-surface: #f8fafc;
    --lp-white: #ffffff;
    --lp-gold: #c9a227;
    --lp-gold-bright: #e8c547;
    --lp-gold-deep: #9a7b1a;
    --lp-wa: #25d366;
    --lp-radius: 16px;
    --lp-radius-lg: 24px;
    --lp-shadow: 0 20px 50px rgba(12, 18, 34, 0.08);
    --lp-shadow-lg: 0 32px 80px rgba(12, 18, 34, 0.14);
    --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-page--v2,
.lp-page--v3,
.lp-page--v4 {
    font-family: 'Plus Jakarta Sans', 'Inter', 'Segoe UI', sans-serif;
    color: var(--lp-ink);
    overflow-x: clip;
    padding-bottom: 0;
    background: var(--lp-white);
    width: 100%;
    max-width: 100%;
}

/* Reveal */
.lp-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s var(--lp-ease), transform 0.75s var(--lp-ease);
}
.lp-section--process .lp-reveal,
.lp-step { opacity: 1; transform: none; }
.lp-reveal--delay { transition-delay: 0.1s; }
.lp-reveal--delay-2 { transition-delay: 0.18s; }
.lp-reveal--delay-3 { transition-delay: 0.26s; }
.lp-reveal.lp-is-visible { opacity: 1; transform: translateY(0); }
.lp-hero .lp-reveal { opacity: 1; transform: none; }

/* —— Hero —— */
.lp-hero {
    position: relative;
    min-height: 100svh;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}
.lp-hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: lpKenBurns 22s ease-in-out infinite alternate;
}
.lp-hero--has-video.lp-hero--playing .lp-hero-poster {
    opacity: 0;
    visibility: hidden;
    animation: none;
}
@keyframes lpKenBurns {
    from { transform: scale(1.02); }
    to { transform: scale(1.06); }
}
.lp-hero-video-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-color: var(--lp-ink);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.lp-hero-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}
.lp-hero--has-video.lp-hero--playing .lp-hero-video {
    z-index: 2;
}
.lp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(155deg, rgba(8, 14, 28, 0.88) 0%, rgba(12, 22, 42, 0.72) 42%, rgba(18, 32, 58, 0.55) 100%),
        radial-gradient(ellipse 80% 60% at 85% 20%, rgba(201, 162, 39, 0.12) 0%, transparent 55%);
}
.lp-hero-grid-bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
    pointer-events: none;
}
.lp-hero-inner {
    position: relative;
    z-index: 3;
    padding: clamp(100px, 12vh, 140px) 0 clamp(72px, 8vh, 96px);
}
.lp-hero-grid {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}

/* Pills */
.lp-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.lp-pill-row li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}
.lp-pill-row i { color: var(--lp-gold-bright); font-size: 0.7rem; }

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 8px 14px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--lp-gold-bright);
    background: rgba(201, 162, 39, 0.14);
    border: 1px solid rgba(232, 197, 71, 0.35);
    border-radius: 999px;
}
.lp-h1 {
    margin: 0 0 16px;
    font-family: 'Kanit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
}
.lp-lead {
    margin: 0 0 22px;
    max-width: 34rem;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.65;
    color: rgba(248, 250, 252, 0.9);
}
.lp-hero-greeting {
    margin: 0 0 10px;
    font-size: clamp(0.92rem, 1.6vw, 1.05rem);
    font-weight: 600;
    line-height: 1.45;
    color: rgba(232, 197, 71, 0.95);
    letter-spacing: 0.01em;
}

/* Phone card */
.lp-hero-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 380px;
    margin-bottom: 20px;
    padding: 14px 18px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--lp-radius);
    backdrop-filter: blur(12px);
    transition: transform 0.25s var(--lp-ease), border-color 0.25s, background 0.25s;
}
.lp-hero-phone:hover {
    transform: translateY(-2px);
    border-color: rgba(232, 197, 71, 0.5);
    background: rgba(255, 255, 255, 0.14);
}
.lp-hero-phone__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--lp-gold) 0%, var(--lp-gold-bright) 100%);
    color: var(--lp-ink);
    font-size: 1rem;
}
.lp-hero-phone__body { flex: 1; min-width: 0; }
.lp-hero-phone__label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-gold-bright);
}
.lp-hero-phone__body strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.01em;
}
.lp-hero-phone__body em {
    display: block;
    margin-top: 2px;
    font-size: 0.78rem;
    font-style: normal;
    color: rgba(248, 250, 252, 0.75);
}
.lp-hero-phone__body .lp-phone-box__label,
.lp-phone-card__text .lp-phone-box__label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-gold-bright);
}
.lp-hero-phone__body .lp-phone-box__num,
.lp-phone-card__text .lp-phone-box__num {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.01em;
}
.lp-hero-phone__body .lp-phone-box__lead,
.lp-phone-card__text .lp-phone-box__lead {
    display: block;
    margin-top: 2px;
    font-size: 0.78rem;
    font-style: normal;
    color: rgba(248, 250, 252, 0.75);
}
.lp-hero-phone__arrow {
    color: var(--lp-gold-bright);
    font-size: 0.85rem;
    opacity: 0.9;
}

.lp-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}
.lp-hero-tags li {
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    background: rgba(12, 18, 34, 0.55);
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 8px;
}

/* Hero — hizmet kısayolları (anasayfa, ilk bakış) */
.lp-hero-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
}
.lp-hero-svc {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
    text-decoration: none !important;
    color: #fff !important;
    background: rgba(8, 14, 28, 0.72);
    border: 1px solid rgba(201, 162, 39, 0.42);
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.lp-hero-svc:hover {
    transform: translateY(-2px);
    background: rgba(201, 162, 39, 0.22);
    border-color: var(--lp-gold-bright);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    color: #fff !important;
}
.lp-hero-svc__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(201, 162, 39, 0.18);
    color: var(--lp-gold-bright);
    font-size: 0.8rem;
}
.lp-hero-svc__label {
    display: block;
}
@media (max-width: 991px) {
    .lp-hero-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .lp-hero-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
    .lp-hero-svc {
        min-height: 40px;
        padding: 7px 8px;
        font-size: 0.68rem;
    }
    .lp-hero-svc__icon {
        width: 24px;
        height: 24px;
        font-size: 0.72rem;
    }
}

.lp-page--home .features-wrapper--home-peek {
    position: relative;
    z-index: 12;
    margin-top: -36px;
    padding-top: 28px;
}
.lp-page--home .lp-hero-grid-bg {
    display: none;
}

.lp-hero-unvan {
    margin: 0 0 22px;
    padding: 10px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--lp-gold-bright);
    background: rgba(12, 18, 34, 0.5);
    border-left: 3px solid var(--lp-gold);
    border-radius: 0 10px 10px 0;
}
.lp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Hero panel */
.lp-hero-panel {
    padding: clamp(22px, 3vw, 28px);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--lp-radius-lg);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px);
}
.lp-hero-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.lp-hero-panel-title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--lp-gold-bright);
}
.lp-hero-panel__badge {
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--lp-ink);
    background: var(--lp-gold-bright);
    border-radius: 999px;
}
.lp-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.lp-metric {
    padding: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}
.lp-metric strong {
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
}
.lp-metric span {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lp-hero-panel-note {
    margin: 16px 0 0;
    padding-top: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e2e8f0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-hero-panel-note i { color: var(--lp-gold-bright); margin-right: 6px; }

/* Scroll cue */
.lp-hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s;
}
.lp-hero-scroll__line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, var(--lp-gold-bright), transparent);
    animation: lpScrollPulse 2s ease-in-out infinite;
}
@keyframes lpScrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.7); }
    50% { opacity: 1; transform: scaleY(1); }
}
.lp-hero-scroll__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* Buttons */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s var(--lp-ease), box-shadow 0.2s, background 0.2s;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn--gold {
    color: var(--lp-ink);
    background: linear-gradient(135deg, var(--lp-gold-bright) 0%, var(--lp-gold) 100%);
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.35);
}
.lp-btn--gold:hover { box-shadow: 0 12px 32px rgba(201, 162, 39, 0.45); }
.lp-btn--wa {
    color: #fff;
    background: var(--lp-wa);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}
.lp-btn--outline-dark {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
}
.lp-btn--outline-dark:hover { background: rgba(255, 255, 255, 0.08); }
.lp-btn--outline {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
}
.lp-btn--outline:hover { background: rgba(255, 255, 255, 0.1); }
.lp-btn--sm { padding: 10px 16px; font-size: 0.82rem; }
.lp-btn--lg { padding: 14px 24px; font-size: 0.95rem; }
.lp-btn--primary { padding: 14px 22px; }

/* Trust strip */
.lp-trust-strip {
    position: relative;
    z-index: 5;
    padding: 0 0 48px;
}
.lp-trust-strip--overlap { margin-top: -48px; }
.lp-trust-strip .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-lg);
    overflow: hidden;
    border: 1px solid var(--lp-line);
}
.lp-trust-strip .lp-reveal {
    opacity: 1;
    transform: none;
}
.lp-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 16px;
    text-align: center;
    border-right: 1px solid var(--lp-line);
}
.lp-trust-item:last-child { border-right: none; }
.lp-trust-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.1rem;
    color: var(--lp-gold-deep);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.15) 0%, rgba(201, 162, 39, 0.05) 100%);
}
.lp-trust-item__text {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--lp-ink);
    line-height: 1.35;
    hyphens: auto;
    overflow-wrap: break-word;
}

/* Scale section */
.lp-scale-sec {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, var(--lp-surface) 0%, var(--lp-white) 100%);
}
.lp-scale-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-gold-deep);
}
.lp-scale-title {
    margin: 0 0 14px;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--lp-ink);
}
.lp-scale-lead {
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--lp-muted);
}
.lp-scale-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}
.lp-scale-tags li {
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lp-ink-soft);
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    border-radius: 999px;
}
.lp-scale-unvan {
    margin: 0 0 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lp-slate);
}
.lp-scale-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.lp-scale-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px;
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
    transition: transform 0.25s var(--lp-ease), box-shadow 0.25s;
}
.lp-scale-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
}
.lp-scale-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.1rem;
    color: var(--lp-gold-deep);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.18) 0%, rgba(201, 162, 39, 0.06) 100%);
}
.lp-scale-num {
    font-family: 'Kanit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--lp-ink);
    line-height: 1;
}
.lp-scale-unit {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lp-gold-deep);
}
.lp-scale-label {
    margin: 6px 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--lp-muted);
    line-height: 1.4;
}
.lp-scale-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 32px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--lp-line);
}
.lp-scale-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--lp-slate);
}
.lp-scale-trust i { color: var(--lp-gold); }

/* Sections */
.lp-section {
    padding: 72px 0;
}
.lp-section--benefits { background: var(--lp-white); }
.lp-section-head {
    max-width: 640px;
    margin-bottom: 40px;
}
.lp-section-head--center {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.lp-section-head--light .lp-tag { color: var(--lp-gold-bright); background: rgba(201, 162, 39, 0.2); }
.lp-section-head--light h2,
.lp-section-head--light .lp-section-sub { color: #fff; }
.lp-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lp-gold-deep);
    background: rgba(201, 162, 39, 0.12);
    border-radius: 999px;
}
.lp-tag--light {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.12);
}
.lp-section-head h2 {
    margin: 0 0 12px;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.12;
    color: var(--lp-ink);
}
.lp-section-sub {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

/* Benefits */
.lp-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.lp-benefit-card {
    position: relative;
    padding: 28px 22px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    transition: transform 0.25s var(--lp-ease), border-color 0.25s, box-shadow 0.25s;
}
.lp-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--lp-gold), var(--lp-gold-bright));
    opacity: 0;
    transition: opacity 0.25s;
}
.lp-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 39, 0.35);
    box-shadow: var(--lp-shadow);
}
.lp-benefit-card:hover::before { opacity: 1; }
.lp-benefit-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.2rem;
    color: var(--lp-gold-deep);
    background: var(--lp-white);
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(12, 18, 34, 0.06);
}
.lp-benefit-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--lp-ink);
}
.lp-benefit-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--lp-muted);
}
.lp-offering-features {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.lp-offering-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--lp-ink);
    font-weight: 500;
}
.lp-offering-features li i {
    color: var(--lp-gold);
    margin-top: 3px;
    flex-shrink: 0;
}
.lp-offerings-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}
.lp-section--offerings .lp-benefits {
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .lp-section--offerings .lp-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Convert band */
.lp-convert-band {
    padding: 56px 0;
    background: linear-gradient(135deg, var(--lp-ink) 0%, var(--lp-ink-soft) 100%);
    position: relative;
    overflow: hidden;
}
.lp-convert-band::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 50%;
    height: 200%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 65%);
    pointer-events: none;
}
.lp-convert-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.lp-convert-text h2 {
    margin: 0 0 8px;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #fff;
}
.lp-convert-text p {
    margin: 0;
    font-size: 1rem;
    color: rgba(248, 250, 252, 0.8);
}
.lp-convert-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Process */
.lp-section--process {
    padding: 80px 0;
    background: var(--lp-ink);
    color: #fff;
}
.lp-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
}
.lp-step {
    position: relative;
    padding: 28px 20px 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp-radius);
    transition: background 0.25s, border-color 0.25s;
}
.lp-step:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(201, 162, 39, 0.35);
}
.lp-step__connector { display: none; }
.lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    font-family: 'Kanit', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--lp-ink);
    background: linear-gradient(135deg, var(--lp-gold-bright), var(--lp-gold));
    border-radius: 12px;
}
.lp-step h3 {
    margin: 0 0 8px;
    font-size: 1.02rem;
    font-weight: 800;
    color: #fff;
}
.lp-step p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.8);
}

/* FAQ */
.lp-section--faq {
    background: var(--lp-surface);
}
.lp-faq-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
}
.lp-faq { display: flex; flex-direction: column; gap: 10px; }
.lp-faq-item {
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.lp-faq-item[open] {
    border-color: rgba(201, 162, 39, 0.4);
    box-shadow: var(--lp-shadow);
}
.lp-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lp-ink);
    cursor: pointer;
    list-style: none;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
    content: '+';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--lp-gold-deep);
    background: rgba(201, 162, 39, 0.12);
    border-radius: 8px;
    transition: transform 0.25s;
}
.lp-faq-item[open] summary::after {
    content: '−';
    transform: rotate(180deg);
}
.lp-faq-body {
    padding: 0 20px 18px;
    border-top: 1px solid var(--lp-line);
}
.lp-faq-body p {
    margin: 14px 0 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

/* CTA block */
.lp-cta-block {
    padding: 80px 0;
    background:
        linear-gradient(160deg, var(--lp-ink) 0%, #141f36 50%, var(--lp-ink-soft) 100%);
    position: relative;
}
.lp-cta-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--lp-gold), transparent);
}
.lp-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.lp-cta-text .lp-tag {
    color: var(--lp-gold-bright);
    background: rgba(201, 162, 39, 0.2);
}
.lp-cta-text h2 {
    margin: 0 0 12px;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #fff;
}
.lp-cta-text > p {
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(248, 250, 252, 0.85);
}
.lp-cta-address {
    margin: 0 0 10px;
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.9);
}
.lp-cta-address i { color: var(--lp-gold-bright); margin-right: 8px; }
.lp-cta-unvan {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lp-gold-bright);
}
.lp-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lp-cta-actions .lp-btn { width: 100%; justify-content: center; }

/* Sibling nav */
.lp-sibling {
    padding: 72px 0 48px;
    background: var(--lp-white);
}
.lp-sibling-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.lp-sibling-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 18px;
    text-decoration: none;
    color: inherit;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    transition: transform 0.25s var(--lp-ease), border-color 0.25s, box-shadow 0.25s;
}
.lp-sibling-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 162, 39, 0.4);
    box-shadow: var(--lp-shadow);
}
.lp-sibling-card__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--lp-gold-deep);
    background: var(--lp-white);
    border-radius: 12px;
}
.lp-sibling-card__label {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--lp-ink);
}
.lp-sibling-card em {
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 600;
    color: var(--lp-muted);
}
.lp-sibling-card em i {
    margin-left: 4px;
    font-size: 0.7rem;
    color: var(--lp-gold);
    transition: transform 0.2s;
}
.lp-sibling-card:hover em i { transform: translateX(4px); }

/* Sticky bar — Ara + WhatsApp (landing) */
.lp-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.72) 0%, rgba(10, 25, 47, 0.94) 100%);
    border-top: 1px solid rgba(201, 162, 39, 0.28);
    box-shadow: 0 -12px 40px rgba(8, 14, 28, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(0);
    transition: transform 0.35s var(--lp-ease), box-shadow 0.25s;
}
body.page-landing .lp-sticky-bar {
    transform: translateY(0);
}
.lp-sticky-bar--visible { transform: translateY(0); }
.lp-sticky-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}
.lp-sticky-bar__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 16px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform 0.22s var(--lp-ease), box-shadow 0.22s ease, background 0.22s ease;
    min-height: 44px;
    line-height: 1;
}
.lp-sticky-bar__btn:hover,
.lp-sticky-bar__btn:focus,
.lp-sticky-bar__btn:active {
    transform: translateY(-2px);
    text-decoration: none !important;
    opacity: 1 !important;
}
.lp-sticky-bar__btn--call,
.lp-sticky-bar__btn--call:hover,
.lp-sticky-bar__btn--call:focus,
.lp-sticky-bar__btn--call:active {
    color: #0c1222 !important;
    background: linear-gradient(135deg, #f0d878 0%, #c9a227 55%, #a8861a 100%) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 4px 18px rgba(201, 162, 39, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.lp-sticky-bar__btn--wa,
.lp-sticky-bar__btn--wa:hover,
.lp-sticky-bar__btn--wa:focus,
.lp-sticky-bar__btn--wa:active {
    color: #fff !important;
    background: linear-gradient(135deg, #2ee06a 0%, #25d366 50%, #1da851 100%) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.lp-sticky-bar__btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 0.95rem;
    color: inherit !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.12);
}
.lp-sticky-bar__btn--wa i {
    background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 769px) {
    .lp-sticky-bar {
        padding: 10px 24px calc(10px + env(safe-area-inset-bottom, 0px));
    }
    .lp-sticky-bar__inner {
        max-width: 420px;
        gap: 14px;
    }
}

/* Marmara regions (yalova-insaat) */
.lp-section--regions {
    padding: 72px 0;
    background: linear-gradient(180deg, var(--lp-white) 0%, var(--lp-surface) 100%);
}
.lp-regions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.lp-region-card {
    padding: 22px 20px;
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
    transition: transform 0.25s var(--lp-ease), border-color 0.25s, box-shadow 0.25s;
}
.lp-region-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 162, 39, 0.35);
    box-shadow: var(--lp-shadow-lg);
}
.lp-region-card__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
.lp-region-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1rem;
    color: var(--lp-gold-deep);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.18) 0%, rgba(201, 162, 39, 0.06) 100%);
}
.lp-region-card__head h3 {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--lp-ink);
    line-height: 1.2;
}
.lp-region-card__note {
    margin: 4px 0 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--lp-gold-deep);
}
.lp-region-card__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp-region-card__list li {
    padding: 6px 10px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lp-ink-soft);
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: 8px;
}
.lp-regional-services {
    margin-bottom: 28px;
    padding: 24px;
    background: var(--lp-ink);
    border-radius: var(--lp-radius-lg);
}
.lp-regional-services__title {
    margin: 0 0 16px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}
.lp-regional-services__title i {
    color: var(--lp-gold-bright);
    margin-right: 8px;
}
.lp-regional-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.lp-regional-services__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.lp-regional-services__link i {
    color: var(--lp-gold-bright);
    font-size: 0.9rem;
}
.lp-regional-services__link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 162, 39, 0.4);
    transform: translateY(-2px);
}
.lp-regions-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
}
.lp-regions-cta p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--lp-ink);
}
.lp-regions-cta p i {
    color: var(--lp-gold);
    margin-right: 8px;
}
.lp-regions-cta strong {
    color: var(--lp-ink);
}

/* Responsive */
@media (max-width: 1199px) {
    .lp-benefits { grid-template-columns: repeat(2, 1fr); }
    .lp-regions-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-regional-services__grid { grid-template-columns: repeat(2, 1fr); }
    .lp-sibling-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .lp-hero-grid { grid-template-columns: 1fr; }
    .lp-hero-panel { max-width: 480px; }
    .lp-trust-strip .container { grid-template-columns: repeat(2, 1fr); }
    .lp-trust-item:nth-child(2) { border-right: none; }
    .lp-trust-item:nth-child(1),
    .lp-trust-item:nth-child(2) { border-bottom: 1px solid var(--lp-line); }
    .lp-faq-layout { grid-template-columns: 1fr; gap: 32px; }
    .lp-cta-inner { grid-template-columns: 1fr; }
    .lp-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .lp-page--v2,
    .lp-page--v3,
    .lp-page--v4 {
        padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    }
    .lp-trust-strip .container,
    .lp-metrics,
    .lp-benefits,
    .lp-steps,
    .lp-scale-metrics,
    .lp-sibling-grid,
    .lp-regions-grid,
    .lp-regional-services__grid {
        grid-template-columns: 1fr;
    }
    .lp-regions-cta { flex-direction: column; align-items: flex-start; }
    .lp-trust-item { border-right: none !important; border-bottom: 1px solid var(--lp-line); }
    .lp-trust-item:last-child { border-bottom: none; }
    .lp-hero-tags {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lp-hero-cta .lp-btn--outline-dark { width: 100%; }
    .lp-hero-cta .lp-btn--gold,
    .lp-hero-cta .lp-btn--wa { display: none; }
    .lp-convert-inner { flex-direction: column; align-items: flex-start; }
    .lp-convert-actions { width: 100%; }
    .lp-convert-actions .lp-btn { flex: 1; min-width: 140px; }
    body.page-landing { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important; }
    .lp-pill-row { gap: 6px; }
    .lp-pill-row li { font-size: 0.65rem; padding: 5px 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .lp-reveal,
    .lp-hero-poster { animation: none; transition: none; }
    .lp-reveal { opacity: 1; transform: none; }
}

/* Inner pages & homepage variants */
.lp-hero--compact {
    min-height: 58vh;
    min-height: 52svh;
}
.lp-hero--compact .lp-hero-inner {
    padding: clamp(88px, 10vh, 112px) 0 clamp(48px, 6vh, 64px);
}
.lp-hero--compact .lp-hero-scroll { display: none; }
.lp-page--home { padding-bottom: 0; }
.lp-page--inner {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}
.page-landing .features-wrapper {
    margin-top: 0;
    border-top: none;
}

/* —— v3: İlk giriş karşılama —— */
body.lp-welcome-active {
    overflow: hidden;
}
.lp-welcome {
    position: fixed;
    inset: 0;
    z-index: 99999990;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s var(--lp-ease), visibility 0.5s;
}
.lp-welcome[hidden] {
    display: flex !important;
}
.lp-welcome.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.lp-welcome.is-closing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.lp-welcome__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 50% 35%, rgba(201, 162, 39, 0.18) 0%, transparent 60%),
        linear-gradient(160deg, #060b14 0%, #0c1628 45%, #101e38 100%);
}
.lp-welcome__panel {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    padding: clamp(32px, 5vw, 48px);
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--lp-radius-lg);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    transform: translateY(24px) scale(0.98);
    transition: transform 0.55s var(--lp-ease);
}
.lp-welcome.is-active .lp-welcome__panel {
    transform: translateY(0) scale(1);
}
.lp-welcome__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 1.6rem;
    color: var(--lp-ink);
    background: linear-gradient(135deg, var(--lp-gold-bright) 0%, var(--lp-gold) 100%);
    box-shadow: 0 12px 32px rgba(201, 162, 39, 0.35);
}
.lp-welcome__eyebrow {
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lp-gold-bright);
}
.lp-welcome__title {
    margin: 0 0 14px;
    font-family: 'Kanit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.45rem, 4vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}
.lp-welcome__text {
    margin: 0 0 26px;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.92);
}
.lp-welcome__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}
.lp-welcome__call {
    border-color: rgba(255, 255, 255, 0.28) !important;
}
.lp-welcome__hint {
    margin: 18px 0 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(148, 163, 184, 0.9);
}
.lp-welcome__hint i {
    margin-right: 6px;
    color: var(--lp-gold);
}

/* —— v3: Konu giriş bloğu —— */
.lp-topic-intro {
    padding: 8px 0 56px;
    background: var(--lp-white);
}
.lp-topic-intro__grid {
    display: grid;
    grid-template-columns: minmax(200px, 280px) 1fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    padding: clamp(28px, 4vw, 40px);
    background: linear-gradient(135deg, var(--lp-surface) 0%, var(--lp-white) 55%);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
}
.lp-topic-intro__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.lp-topic-intro__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 24px;
    font-size: 2rem;
    color: var(--lp-gold-deep);
    background: linear-gradient(145deg, rgba(201, 162, 39, 0.22) 0%, rgba(201, 162, 39, 0.06) 100%);
    border: 1px solid rgba(201, 162, 39, 0.25);
}
.lp-topic-intro__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp-topic-intro__tags li {
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--lp-ink-soft);
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    border-radius: 999px;
}
.lp-topic-intro__body h2 {
    margin: 0 0 12px;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--lp-ink);
}
.lp-topic-intro__lead {
    margin: 0 0 22px;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--lp-muted);
}
.lp-topic-intro__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* v3 — bölüm vurguları */
.lp-page--v3 .lp-section--benefits {
    background: linear-gradient(180deg, var(--lp-white) 0%, var(--lp-surface) 100%);
}
.lp-page--v3 .lp-convert-band {
    background:
        linear-gradient(120deg, var(--lp-ink) 0%, #152238 50%, #1a2d4a 100%),
        radial-gradient(ellipse 60% 80% at 100% 0%, rgba(201, 162, 39, 0.15) 0%, transparent 50%);
}
.lp-page--v3 .lp-benefit-card {
    background: var(--lp-white);
}

@media (max-width: 991px) {
    .lp-topic-intro__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .lp-topic-intro__cta {
        justify-content: center;
    }
}
@media (prefers-reduced-motion: reduce) {
    .lp-welcome,
    .lp-welcome__panel {
        transition: none;
    }
    .lp-welcome.is-active .lp-welcome__panel {
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════════════════
   v4 — Premium landing (Tailwind uyumlu utility sınıfları)
   ═══════════════════════════════════════════════════════════════ */
.lp-page--v4 {
    --lp-ink: #070d18;
    --lp-ink-soft: #121c32;
    --lp-gold: #c9a227;
    --lp-gold-bright: #f0d878;
    --lp-gold-deep: #8a6d18;
    --lp-radius: 18px;
    --lp-radius-lg: 28px;
    --lp-shadow: 0 24px 60px rgba(7, 13, 24, 0.1);
    --lp-shadow-lg: 0 40px 100px rgba(7, 13, 24, 0.16);
}

/* Hero ambient */
.lp-hero--v4 .lp-hero-ambient {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.lp-hero-ambient__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}
.lp-hero-ambient__orb--1 {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: 8%;
    right: -8%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.55) 0%, transparent 70%);
}
.lp-hero-ambient__orb--2 {
    width: min(320px, 45vw);
    height: min(320px, 45vw);
    bottom: 12%;
    left: -6%;
    background: radial-gradient(circle, rgba(56, 120, 220, 0.35) 0%, transparent 70%);
}
.lp-hero-ambient__grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.lp-hero--v4 .lp-hero-overlay {
    background:
        linear-gradient(148deg, rgba(5, 10, 22, 0.92) 0%, rgba(10, 20, 40, 0.78) 38%, rgba(14, 28, 52, 0.62) 100%),
        radial-gradient(ellipse 70% 55% at 88% 12%, rgba(201, 162, 39, 0.18) 0%, transparent 58%);
}
.lp-hero--v4 .lp-h1 {
    font-family: 'Plus Jakarta Sans', 'Kanit', sans-serif;
    font-size: clamp(2.15rem, 5.2vw, 3.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}
.lp-hero--v4 .lp-hero-phone__label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-gold-bright);
}
.lp-hero--v4 .lp-hero-phone__icon {
    background: linear-gradient(145deg, #f0d878 0%, #c9a227 50%, #9a7b1a 100%);
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.4);
}

/* Phone — cep birincil, sabit ikincil */
.lp-phone-sublabel {
    display: block;
    margin-top: 6px;
    font-size: 0.62rem;
    font-weight: 500;
    font-style: normal;
    color: rgba(226, 232, 240, 0.5);
    letter-spacing: 0.01em;
}
.lp-phone-sublabel__link {
    color: rgba(248, 250, 252, 0.62);
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s;
}
.lp-phone-sublabel__link:hover {
    color: var(--lp-gold-bright);
    border-color: var(--lp-gold-bright);
}
.lp-phone-card {
    margin-top: 18px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--lp-radius);
    backdrop-filter: blur(12px);
}
.lp-convert-band--v4 .lp-phone-card,
.lp-cta-block--v4 .lp-phone-card {
    max-width: 320px;
}
.lp-phone-card__main {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}
.lp-phone-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.1rem;
    color: var(--lp-ink);
    background: linear-gradient(135deg, var(--lp-gold-bright), var(--lp-gold));
    box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35);
}
.lp-phone-card__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lp-gold-bright);
}
.lp-phone-card__text strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.02em;
}
.lp-convert-band--v4 .lp-phone-sublabel,
.lp-cta-block--v4 .lp-phone-sublabel {
    color: rgba(226, 232, 240, 0.7);
}
.lp-phone-inline__cep {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--lp-ink);
}
.lp-regions-cta .lp-phone-sublabel {
    display: inline;
    margin-top: 0;
    margin-left: 6px;
    color: var(--lp-muted);
}

/* Trust strip v4 */
.lp-trust-strip--v4 {
    padding-bottom: 56px;
}
.lp-trust-strip--v4 .lp-trust-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-lg);
    border: 1px solid var(--lp-line);
    overflow: hidden;
}
.lp-trust-strip--v4 .lp-trust-item {
    position: relative;
    padding: 28px 18px;
    border-right: 1px solid var(--lp-line);
    transition: background 0.25s ease;
}
.lp-trust-strip--v4 .lp-trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--lp-gold), var(--lp-gold-bright));
    opacity: 0;
    transition: opacity 0.25s;
}
.lp-trust-strip--v4 .lp-trust-item:hover {
    background: linear-gradient(180deg, rgba(201, 162, 39, 0.06) 0%, transparent 100%);
}
.lp-trust-strip--v4 .lp-trust-item:hover::before {
    opacity: 1;
}
.lp-trust-strip--v4 .lp-trust-item__icon {
    width: 56px;
    height: 56px;
    font-size: 1.25rem;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Section heads — dekoratif çizgi */
.lp-section-head--decor {
    position: relative;
    padding-left: 20px;
}
.lp-section-head--decor::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, var(--lp-gold-bright), var(--lp-gold-deep));
}
.lp-section-head--center.lp-section-head--decor {
    padding-left: 0;
    padding-top: 20px;
}
.lp-section-head--center.lp-section-head--decor::before {
    left: 50%;
    top: 0;
    bottom: auto;
    transform: translateX(-50%);
    width: 48px;
    height: 4px;
}

/* Benefit cards — bento premium */
.lp-benefits--bento {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lp-benefit-card--premium {
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
}
.lp-benefit-card--premium::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(201, 162, 39, 0.06) 100%);
    pointer-events: none;
}
.lp-benefit-card--premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--lp-shadow-lg);
    border-color: rgba(201, 162, 39, 0.4);
}
.lp-tag--card {
    margin-bottom: 12px;
}

/* Process timeline */
.lp-steps--timeline {
    position: relative;
}
@media (min-width: 992px) {
    .lp-steps--timeline::before {
        content: '';
        position: absolute;
        top: 52px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.45), transparent);
        pointer-events: none;
    }
}
.lp-section--v4.lp-section--process {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 162, 39, 0.08) 0%, transparent 55%),
        var(--lp-ink);
}

/* Convert & CTA v4 */
.lp-convert-band--v4 {
    padding: 72px 0;
    background:
        linear-gradient(125deg, #060b14 0%, #101e38 45%, #162a4a 100%),
        radial-gradient(ellipse 50% 80% at 100% 50%, rgba(201, 162, 39, 0.14) 0%, transparent 55%);
}
.lp-convert-band--v4::before {
    width: 60%;
    opacity: 0.6;
}
.lp-cta-block--v4 {
    padding: 88px 0;
    background:
        linear-gradient(155deg, #060b14 0%, #0f1a30 40%, #152238 100%),
        radial-gradient(circle at 20% 80%, rgba(201, 162, 39, 0.12) 0%, transparent 45%);
}
.lp-cta-block--v4::after {
    height: 5px;
    background: linear-gradient(90deg, transparent 5%, var(--lp-gold-bright) 50%, transparent 95%);
}

/* Sibling cards v4 */
.lp-sibling--v4 {
    padding: 80px 0 56px;
    background: linear-gradient(180deg, var(--lp-white) 0%, var(--lp-surface) 100%);
}
.lp-sibling--v4 .lp-sibling-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
}
.lp-sibling--v4 .lp-sibling-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--lp-gold), var(--lp-gold-bright));
    opacity: 0;
    transition: opacity 0.25s;
}
.lp-sibling--v4 .lp-sibling-card {
    position: relative;
}
.lp-sibling--v4 .lp-sibling-card:hover::before {
    opacity: 1;
}

/* Scale v4 */
.lp-scale-sec--v4 {
    padding: 72px 0;
    background:
        linear-gradient(180deg, #f1f5f9 0%, var(--lp-white) 40%, var(--lp-surface) 100%);
}
.lp-scale-sec--v4 .lp-scale-card {
    border: 1px solid transparent;
    background:
        linear-gradient(var(--lp-white), var(--lp-white)) padding-box,
        linear-gradient(135deg, rgba(201, 162, 39, 0.35), rgba(226, 232, 240, 0.8)) border-box;
}

/* Topic intro v4 */
.lp-topic-intro--v4 .lp-topic-intro__grid {
    border: 1px solid var(--lp-line);
    box-shadow: var(--lp-shadow-lg);
    background:
        linear-gradient(135deg, var(--lp-white) 0%, var(--lp-surface) 100%);
}
.lp-topic-intro--v4 .lp-topic-intro__icon-wrap {
    width: 108px;
    height: 108px;
    font-size: 2.2rem;
    box-shadow: 0 16px 40px rgba(201, 162, 39, 0.2);
}

/* Welcome modal v4 */
.lp-welcome--v4 .lp-welcome__panel {
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 48px 120px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-welcome--v4 .lp-welcome__glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.2) 0%, transparent 55%);
    pointer-events: none;
}
.lp-welcome--v4 .lp-welcome__call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.lp-welcome--v4 .lp-welcome__call-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.lp-welcome--v4 .lp-welcome__call-label {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.85;
}
.lp-welcome--v4 .lp-welcome__call-num {
    font-size: 0.95rem;
    font-weight: 800;
}
.lp-welcome--v4 .lp-phone-sublabel {
    margin-top: 12px;
    text-align: center;
}

/* Sticky bar v4 */
.lp-sticky-bar--v4 .lp-sticky-bar__inner {
    max-width: 520px;
}
.lp-sticky-bar--v4 .lp-sticky-bar__btn {
    flex-direction: row;
    padding: 10px 18px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 14px;
}
.lp-sticky-bar--v4 .lp-sticky-bar__btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    line-height: 1.2;
}
.lp-sticky-bar--v4 .lp-sticky-bar__btn-label {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.9;
}
.lp-sticky-bar--v4 .lp-sticky-bar__btn-num {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.lp-sticky-bar--v4 .lp-sticky-bar__btn i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
}

/* FAQ v4 */
.lp-section--faq.lp-section--v4 {
    background:
        linear-gradient(180deg, var(--lp-surface) 0%, #eef2f7 100%);
}
.lp-section--faq.lp-section--v4 .lp-faq-item {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(12, 18, 34, 0.04);
}
.lp-section--faq.lp-section--v4 .lp-faq-item[open] {
    box-shadow: var(--lp-shadow);
}

/* Regions v4 */
.lp-section--regions.lp-section--v4 .lp-region-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-line);
    box-shadow: var(--lp-shadow);
}
.lp-section--regions.lp-section--v4 .lp-regions-cta {
    background: linear-gradient(135deg, var(--lp-white) 0%, var(--lp-surface) 100%);
    border: 1px solid rgba(201, 162, 39, 0.25);
}

/* Buttons polish v4 */
.lp-page--v4 .lp-btn--gold {
    background: linear-gradient(135deg, #f0d878 0%, #c9a227 45%, #a8861a 100%);
    box-shadow: 0 10px 28px rgba(201, 162, 39, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.lp-page--v4 .lp-btn--gold:hover {
    box-shadow: 0 14px 36px rgba(201, 162, 39, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* v4 page sections background rhythm */
.lp-page--v4 .lp-section--benefits {
    padding: 88px 0;
    background:
        radial-gradient(ellipse 60% 40% at 0% 0%, rgba(201, 162, 39, 0.06) 0%, transparent 55%),
        var(--lp-white);
}

@media (max-width: 1199px) {
    .lp-benefits--bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lp-trust-strip--v4 .lp-trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .lp-page--v4 {
        padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
    }
    .lp-benefits--bento,
    .lp-trust-strip--v4 .lp-trust-strip__grid {
        grid-template-columns: 1fr;
    }
    .lp-trust-strip--v4 .lp-trust-item {
        border-right: none !important;
        border-bottom: 1px solid var(--lp-line);
    }
    .lp-sticky-bar--v4 .lp-sticky-bar__btn-num {
        font-size: 0.75rem;
    }
    .lp-section-head--decor {
        padding-left: 16px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   v5 — Premium landing redesign (Tailwind + lp bileşenleri)
   ═══════════════════════════════════════════════════════════════ */
.lp-page--v5 {
    --lp-ink: #050a14;
    --lp-gold-bright: #f0d878;
    --lp-radius-lg: 28px;
}

/* Hero v5 */
.lp-hero--v5 .lp-hero-ambient__orb--3 {
    width: min(280px, 40vw);
    height: min(280px, 40vw);
    top: 42%;
    left: 38%;
    background: radial-gradient(circle, rgba(99, 140, 220, 0.25) 0%, transparent 70%);
}
.lp-hero--v5 .lp-hero-overlay {
    background:
        linear-gradient(148deg, rgba(4, 8, 18, 0.94) 0%, rgba(8, 16, 36, 0.82) 40%, rgba(12, 24, 48, 0.68) 100%),
        radial-gradient(ellipse 75% 55% at 90% 8%, rgba(201, 162, 39, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 10% 90%, rgba(56, 120, 220, 0.12) 0%, transparent 50%);
}
.lp-hero--v5 .lp-hero-grid-bg {
    opacity: 0.45;
    background-size: 40px 40px;
}
.lp-hero--v5 .lp-hero-phone .lp-phone-sublabel,
.lp-hero--v5 .lp-phone-card .lp-phone-sublabel {
    color: rgba(226, 232, 240, 0.65) !important;
}
.lp-hero--v5 .lp-hero-phone .lp-phone-sublabel__link,
.lp-hero--v5 .lp-phone-card .lp-phone-sublabel__link {
    color: rgba(248, 250, 252, 0.82) !important;
}
.lp-hero--v5 .lp-hero-phone .lp-phone-sublabel__link:hover,
.lp-hero--v5 .lp-phone-card .lp-phone-sublabel__link:hover {
    color: var(--lp-gold-bright) !important;
}

/* Trust — v5 uses Tailwind grid; reset legacy overlap */
.lp-trust-strip--v5.lp-trust-strip--overlap {
    margin-top: -3.5rem;
}
@media (min-width: 768px) {
    .lp-trust-strip--v5.lp-trust-strip--overlap {
        margin-top: -4rem;
    }
}

/* Benefits bento v5 */
.lp-page--v5 .lp-section--benefits {
    background:
        radial-gradient(ellipse 60% 40% at 0% 0%, rgba(201, 162, 39, 0.07) 0%, transparent 55%),
        #fff;
}
.lp-page--v5 .lp-benefits--bento .lp-benefit-card--premium:first-child .lp-benefit-icon {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.35rem;
}
.lp-page--v5 .lp-section-head--decor::before {
    width: 5px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.35);
}

/* Convert band v5 */
.lp-convert-band--v5 {
    background:
        linear-gradient(125deg, #040810 0%, #0c1830 42%, #122a4a 100%),
        radial-gradient(ellipse 55% 85% at 100% 50%, rgba(201, 162, 39, 0.16) 0%, transparent 55%);
}
.lp-convert-band--v5 .lp-convert-inner {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp-radius-lg);
    background: rgba(8, 14, 28, 0.45);
    backdrop-filter: blur(12px);
    padding: clamp(1.5rem, 4vw, 2.5rem);
}
.lp-convert-band--v5 .lp-tag--light,
.lp-convert-band--v5 h2,
.lp-convert-band--v5 p {
    color: inherit;
}
.lp-convert-band--v5 h2 {
    color: #fff;
}
.lp-convert-band--v5 .lp-convert-text > p {
    color: #cbd5e1;
}

/* Process v5 */
.lp-section--process.lp-section--v5 {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 162, 39, 0.1) 0%, transparent 55%),
        linear-gradient(180deg, #060b14 0%, #0e1a32 100%);
    color: #e2e8f0;
}
.lp-section--process.lp-section--v5 .lp-section-head--light h2 {
    color: #fff;
}
.lp-section--process.lp-section--v5 .lp-section-sub {
    color: #94a3b8;
}
@media (min-width: 992px) {
    .lp-page--v5 .lp-steps--timeline::before {
        top: 3.5rem;
        left: 10%;
        right: 10%;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(240, 216, 120, 0.5), transparent);
    }
}
.lp-section--process.lp-section--v5 .lp-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* FAQ v5 */
.lp-section--faq.lp-section--v5 {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.lp-section--faq.lp-section--v5 .lp-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.25rem;
    font-weight: 700;
    color: var(--lp-ink);
}
.lp-section--faq.lp-section--v5 .lp-faq-item summary::-webkit-details-marker {
    display: none;
}
.lp-section--faq.lp-section--v5 .lp-faq-item summary::after {
    content: '+';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--lp-gold-deep);
    background: rgba(201, 162, 39, 0.12);
    transition: transform 0.2s, background 0.2s;
}
.lp-section--faq.lp-section--v5 .lp-faq-item[open] summary::after {
    content: '−';
    background: rgba(201, 162, 39, 0.22);
}
.lp-section--faq.lp-section--v5 .lp-faq-item[open] {
    border-color: rgba(201, 162, 39, 0.45);
    box-shadow: 0 12px 32px rgba(12, 18, 34, 0.08);
}
.lp-section--faq.lp-section--v5 .lp-phone-compact .lp-phone-sublabel {
    color: #94a3b8 !important;
}

/* CTA v5 */
.lp-cta-block--v5 {
    background:
        linear-gradient(155deg, #040810 0%, #0c1628 45%, #101e38 100%),
        radial-gradient(circle at 15% 85%, rgba(201, 162, 39, 0.14) 0%, transparent 42%);
}
.lp-cta-block--v5 .lp-cta-inner {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp-radius-lg);
    background: rgba(6, 12, 24, 0.55);
    backdrop-filter: blur(14px);
    padding: clamp(1.5rem, 4vw, 3rem);
}
.lp-cta-block--v5 .lp-cta-text h2 {
    color: #fff;
}
.lp-cta-block--v5 .lp-cta-address {
    color: #94a3b8;
}
.lp-cta-block--v5 .lp-cta-unvan {
    color: #64748b;
}

/* Sibling v5 */
.lp-sibling--v5 {
    background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%);
}
.lp-sibling--v5 .lp-sibling-card {
    text-decoration: none;
    color: inherit;
}
.lp-sibling--v5 .lp-sibling-card em {
    font-style: normal;
}

/* Scale v5 */
.lp-scale-sec--v5 {
    background:
        linear-gradient(180deg, #eef2f7 0%, #fff 35%, #f8fafc 100%);
}
.lp-scale-sec--v5 .lp-scale-card {
    border-radius: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s;
}
.lp-scale-sec--v5 .lp-scale-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
}

/* Topic intro v5 — legacy grid reset */
.lp-topic-intro--v5 .lp-topic-intro__grid {
    display: grid;
}

/* Regions / offerings v5 */
.lp-section--regions.lp-section--v5,
.lp-section--offerings.lp-section--v5 {
    background: #fff;
}
.lp-section--regions.lp-section--v5 .lp-region-card {
    border-radius: 20px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.lp-section--regions.lp-section--v5 .lp-region-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
    border-color: rgba(201, 162, 39, 0.35);
}

/* Welcome modal v5 */
.lp-welcome--v5 .lp-welcome__panel {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    box-shadow: 0 48px 120px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.lp-welcome--v5 .lp-phone-sublabel {
    text-align: center;
    color: rgba(226, 232, 240, 0.7) !important;
}
.lp-welcome--v5 .lp-phone-sublabel__link {
    color: rgba(248, 250, 252, 0.85) !important;
}

/* Sticky bar v5 */
.lp-sticky-bar--v5 {
    pointer-events: none;
    background: transparent !important;
    border-top: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
}
.lp-sticky-bar--v5 .lp-sticky-bar__inner {
    pointer-events: auto;
    max-width: 32rem !important;
    margin: 0 auto;
}
.lp-sticky-bar--v5 .lp-sticky-bar__btn {
    flex: 1 1 0;
    min-width: 0;
    align-self: stretch;
    text-decoration: none;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-radius: 14px !important;
    min-height: auto !important;
}
.lp-sticky-bar--v5 .lp-sticky-bar__btn i {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
}
.lp-sticky-bar--v5 .lp-sticky-bar__sabit {
    max-width: 100%;
}
@media (max-width: 768px) {
    body.page-landing .lp-page--v5,
    body.has-lp-sticky,
    body:has(#lpStickyBar) {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }
}

/* Phone compact — light surfaces */
.lp-phone-compact .lp-phone-sublabel {
    margin-top: 4px;
}

/* v5 responsive */
@media (max-width: 768px) {
    .lp-hero--v5 .lp-hero-grid {
        grid-template-columns: 1fr;
    }
    .lp-convert-band--v5 .lp-convert-inner,
    .lp-cta-block--v5 .lp-cta-inner {
        padding: 1.25rem;
    }
    .lp-page--v5 .lp-benefits--bento .lp-benefit-card--premium:first-child {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* Sticky bar — mobil kompakt */
    .lp-sticky-bar--v5 {
        padding: 6px 10px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__inner {
        gap: 8px !important;
        padding: 6px !important;
        max-width: 100% !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn {
        padding: 10px 10px !important;
        gap: 8px !important;
        min-height: 52px !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn > span:first-child {
        width: 2.25rem !important;
        height: 2.25rem !important;
        font-size: 1rem !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__lead,
    .lp-sticky-bar--v5 .lp-sticky-bar__sabit {
        display: none !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn-label {
        font-size: 0.55rem !important;
        letter-spacing: 0.08em !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn-num {
        font-size: 0.82rem !important;
    }
}

@media (max-width: 380px) {
    .lp-sticky-bar--v5 .lp-sticky-bar__btn {
        flex-direction: column !important;
        justify-content: center !important;
        gap: 4px !important;
        padding: 8px 6px !important;
        text-align: center;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn > span:first-child {
        width: 2rem !important;
        height: 2rem !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn-text {
        align-items: center !important;
    }
    .lp-sticky-bar--v5 .lp-sticky-bar__btn-num {
        font-size: 0.72rem !important;
    }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .lp-page--v5 .lp-benefits--bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
