:root {
    --lv2-announcement-height: 2rem;
}

@media (min-width: 640px) {
    :root {
        --lv2-announcement-height: 2.25rem;
    }
}

.lv2-announcement-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--lv2-announcement-height);
    padding: 0.35rem 0.75rem;
    background: #640200;
    color: #fff;
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
}

@media (min-width: 640px) {
    .lv2-announcement-bar {
        font-size: 0.8125rem;
        padding: 0.4rem 1rem;
    }
}

.lv2-announcement-bar__text {
    max-width: 72rem;
}

.lv2-announcement-bar__link {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    transition: opacity 0.2s ease;
}

.lv2-announcement-bar__link:hover {
    opacity: 0.88;
}

@media (max-width: 767px) {
    .lv2-announcement-bar {
        display: none;
    }
}

html.lv2-has-announcement #navbar {
    top: var(--lv2-announcement-height);
}

html.lv2-has-announcement main.pt-20 {
    padding-top: calc(5rem + var(--lv2-announcement-height));
}

@media (min-width: 768px) {
    html.lv2-has-announcement .lv2-hero.lv2-hero--editorial {
        padding-top: calc(12rem + var(--lv2-announcement-height));
    }
}

@media (min-width: 1024px) {
    html.lv2-has-announcement .lv2-hero.lv2-hero--editorial {
        padding-top: calc(14rem + var(--lv2-announcement-height));
    }
}

.lv2-hero__eyebrow--announce {
    display: block;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 0.6875rem;
    line-height: 1.45;
    font-weight: 600;
}

.lv2-hero__announce-link {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lv2-hero__announce-link:hover {
    opacity: 0.85;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

/* Header logosu — kaynak 262×40; eski 27px/30px yüksekliğin %90'ı (24px / 27px) */
.lv2-nav-logo-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    height: 24px;
}

@media (min-width: 640px) {
    .lv2-nav-logo-link {
        height: 27px;
    }
}

img.lv2-nav-logo {
    display: block !important;
    width: auto !important;
    height: 24px !important;
    max-height: 24px !important;
    max-width: 157px !important;
    object-fit: contain;
    object-position: left center;
}

@media (min-width: 640px) {
    img.lv2-nav-logo {
        height: 27px !important;
        max-height: 27px !important;
        max-width: 177px !important;
    }
}

.shadow-brand {
    box-shadow: 0 10px 40px -10px rgba(100, 2, 0, 0.3);
}

.lv2-hero__cta-catalog {
    box-shadow: 0 10px 25px -10px rgba(15, 23, 42, 0.35);
}

@media (min-width: 768px) {
    .lv2-hero__ctas-desktop .lv2-hero__cta-catalog {
        min-width: 15.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lv2-hero__ctas-desktop .lv2-hero__cta-primary {
        min-width: 20rem;
        padding-left: 3rem;
        padding-right: 3rem;
        letter-spacing: 0.01em;
    }
}

.lv2-catalog-header-btn {
    box-shadow: 0 4px 12px -4px rgba(15, 23, 42, 0.35);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.lv2-testimonial-card {
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.lv2-testimonial-card:hover {
    box-shadow: 0 12px 40px -12px rgba(100, 2, 0, 0.12);
    border-color: rgba(100, 2, 0, 0.15);
}

/* Hero — editorial */
.lv2-hero.lv2-hero--editorial {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.lv2-hero--editorial .lv2-hero__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #640200 35%, #680202 65%, transparent 100%);
    opacity: 0.9;
}

.lv2-hero__bg {
    z-index: 0;
}

.lv2-hero__mesh {
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(ellipse 55% 45% at 18% 22%, rgba(100, 2, 0, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 82% 28%, rgba(100, 2, 0, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 45% 50% at 50% 88%, rgba(148, 163, 184, 0.12) 0%, transparent 55%),
        linear-gradient(165deg, #ffffff 0%, #faf8f8 45%, #f8fafc 100%);
    animation: lv2-hero-mesh-drift 22s ease-in-out infinite alternate;
}

.lv2-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(56px);
    opacity: 0.85;
    will-change: transform;
}

.lv2-hero__orb--1 {
    top: 8%;
    right: 6%;
    width: min(42vw, 20rem);
    height: min(42vw, 20rem);
    background: rgba(100, 2, 0, 0.16);
    animation: lv2-hero-orb-float-a 14s ease-in-out infinite;
}

.lv2-hero__orb--2 {
    bottom: 10%;
    left: 4%;
    width: min(36vw, 16rem);
    height: min(36vw, 16rem);
    background: rgba(100, 2, 0, 0.1);
    animation: lv2-hero-orb-float-b 18s ease-in-out infinite;
}

.lv2-hero__orb--3 {
    top: 42%;
    left: 50%;
    width: min(28vw, 12rem);
    height: min(28vw, 12rem);
    margin-left: min(-14vw, -6rem);
    background: rgba(226, 232, 240, 0.55);
    animation: lv2-hero-orb-float-c 20s ease-in-out infinite;
}

.lv2-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(100, 2, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(100, 2, 0, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 45%, black 20%, transparent 72%);
}

.lv2-hero__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 42%,
        rgba(255, 255, 255, 0.45) 50%,
        transparent 58%
    );
    background-size: 220% 100%;
    animation: lv2-hero-shine 9s ease-in-out infinite;
    opacity: 0.5;
}

.lv2-hero__vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 22%, transparent 78%, rgba(255, 255, 255, 0.5) 100%);
}

.lv2-hero--editorial > .max-w-4xl {
    position: relative;
    z-index: 1;
}

@keyframes lv2-hero-mesh-drift {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(2%, -1.5%) scale(1.04);
    }
}

@keyframes lv2-hero-orb-float-a {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-1.25rem, 1.5rem) scale(1.06);
    }
}

@keyframes lv2-hero-orb-float-b {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(1.5rem, -1rem) scale(1.05);
    }
}

@keyframes lv2-hero-orb-float-c {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(0.75rem, 1.25rem) scale(0.95);
    }
}

@keyframes lv2-hero-shine {
    0%, 100% {
        background-position: 130% 0;
    }
    50% {
        background-position: -30% 0;
    }
}

@media (min-width: 768px) {
    .lv2-hero--editorial .lv2-hero__title {
        margin-bottom: 0;
    }

    .lv2-hero.lv2-hero--editorial {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
}

@media (min-width: 1024px) {
    .lv2-hero.lv2-hero--editorial {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lv2-hero__mesh,
    .lv2-hero__orb,
    .lv2-hero__shine {
        animation: none;
    }
}

/* Bölüm ana başlık — text-3xl / md:text-4xl'nin %70'i */
.lv2-section-title {
    font-size: 1.3125rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .lv2-section-title {
        font-size: 1.575rem;
    }
}

/* Bölüm alt açıklama — mobilde text-lg'nin %70'i (~0.79rem) */
@media (max-width: 767px) {
    .lv2-section-lead {
        font-size: 0.7875rem !important;
        line-height: 1.55;
    }

    /* Nasıl çalışır: başlık ile 1. adım arası boşluk −%20 (yalnızca mobil) */
    #nasil-calisir .lv2-steps-intro {
        margin-bottom: 3.2rem;
    }
}

@media (max-width: 767px) {
    .lv2-platform-section {
        padding-bottom: 0.375rem;
    }

    .lv2-platform-marquee {
        padding-bottom: 0.125rem;
    }
}

.lv2-om-icon {
    display: block;
    flex-shrink: 0;
}

/* Forum — header (masaüstü logo butonu + mobil hamburger) */
.lv2-nav-cta-group {
    gap: 0.625rem;
}

.lv2-forum-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Operasyon CTA ile aynı: px-6 py-2.5 rounded-lg shadow-md */
    padding: 0.625rem 1.5rem;
    min-height: 2.75rem;
    border-radius: 0.5rem;
    background: #cc3332;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.lv2-forum-link:hover {
    background: #a82827;
    transform: translateY(-0.125rem);
}

.lv2-forum-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(204, 51, 50, 0.28);
}

.lv2-forum-link__logo {
    display: block;
    height: 1.25rem;
    width: auto;
    max-width: 5.25rem;
    object-fit: contain;
}

.lv2-forum-menu-link {
    display: block;
    padding: 0.35rem 0.75rem 0.5rem;
}

.lv2-forum-menu-link__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.55rem 1rem;
    border-radius: 0.5rem;
    background: #cc3332;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: background 0.15s ease;
}

.lv2-forum-menu-link:hover .lv2-forum-menu-link__btn {
    background: #a82827;
}

.lv2-forum-menu-link__logo {
    display: block;
    height: 1.25rem;
    width: auto;
    max-width: 5.5rem;
    object-fit: contain;
}

.lv2-platform-marquee__track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    will-change: transform;
    animation: lv2-platform-marquee 40s linear infinite;
}

@keyframes lv2-platform-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-1 * var(--lv2-marquee-shift, 50%)), 0, 0);
    }
}

.lv2-platform-marquee__group {
    display: flex;
    align-items: center;
}

.lv2-platform-marquee .lv2-platform-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.lv2-platform-marquee .lv2-platform-logo img {
    display: block;
    height: 1.35rem;
    width: auto;
    max-width: 6.5rem;
    object-fit: contain;
}

@media (min-width: 640px) {
    .lv2-platform-marquee .lv2-platform-logo {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .lv2-platform-marquee .lv2-platform-logo img {
        height: 1.65rem;
        max-width: 7.5rem;
    }
}

.lv2-platform-marquee .lv2-platform-logo--trendyol img {
    height: 1.485rem;
    max-width: 7.15rem;
}

.lv2-platform-marquee .lv2-platform-logo--ozon img {
    height: 1.215rem;
    max-width: 5.85rem;
}

@media (min-width: 640px) {
    .lv2-platform-marquee .lv2-platform-logo--trendyol img {
        height: 1.815rem;
        max-width: 8.25rem;
    }

    .lv2-platform-marquee .lv2-platform-logo--ozon img {
        height: 1.485rem;
        max-width: 6.75rem;
    }
}

/* İstatistik bandı — yalnızca mobil: 4 metrik tek satır, kompakt */
@media (max-width: 767px) {
    .lv2-stats-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lv2-stats-grid {
        align-items: stretch;
    }

    .lv2-stats-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .lv2-stats-item:last-child {
        border-right: none;
    }

    .lv2-stats-value {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 1.375rem;
        margin-bottom: 0.25rem !important;
        font-size: 0.75rem;
        letter-spacing: -0.03em;
        line-height: 1;
    }

    .lv2-stats-item:last-child .lv2-stats-value {
        font-size: 0.625rem;
        letter-spacing: -0.04em;
    }

    .lv2-stats-label {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        min-height: 1.65em;
        margin-top: auto;
        font-size: 7px;
        line-height: 1.15;
        text-align: center;
        hyphens: none;
        word-break: normal;
    }
}

@media (max-width: 359px) {
    .lv2-stats-value {
        min-height: 1.25rem;
        font-size: 0.6875rem;
    }

    .lv2-stats-item:last-child .lv2-stats-value {
        font-size: 0.5625rem;
    }

    .lv2-stats-label {
        font-size: 6.5px;
        min-height: 1.75em;
    }
}

/* Basit metin sayfaları (Hakkımızda, Vizyon ve Misyon) */
.lv2-simple-page {
    padding: 2rem 0 3rem;
    min-height: calc(100vh - 20rem);
    background: #fff;
}

@media (min-width: 768px) {
    .lv2-simple-page {
        padding: 2.5rem 0 4rem;
    }
}

.lv2-simple-page__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
    .lv2-simple-page__title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
}

.lv2-policy-prose {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.lv2-policy-prose p + p {
    margin-top: 1.25rem;
}

.lv2-policy-prose strong {
    color: #0f172a;
    font-weight: 600;
}

/* Vergi / bilgi satırları (kopyala butonlu) */
.lv2-info-list {
    margin: 0;
    padding: 0;
}

.lv2-info-row {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.875rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.lv2-info-row:first-child {
    padding-top: 0;
}

.lv2-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.lv2-info-row__label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    margin: 0;
}

.lv2-info-row__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.lv2-info-row__value {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.45;
    word-break: break-word;
    flex: 1;
    min-width: 0;
}

.lv2-info-row__value--mono {
    font-family: ui-monospace, 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.lv2-copy-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.lv2-copy-btn:hover {
    color: #640200;
    border-color: rgba(100, 2, 0, 0.25);
    background: #fdf4f4;
}

.lv2-copy-btn.is-copied {
    color: #059669;
    border-color: #a7f3d0;
    background: #ecfdf5;
}

/* Marka tescili sayfası */
.lv2-cert-frame {
    margin-top: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f8fafc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.lv2-cert-frame img {
    display: block;
    width: 100%;
    height: auto;
}

.lv2-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    /* Avantajlar son kartı ile footer arası boşluk (yalnızca mobil) */
    #avantajlar {
        padding-bottom: 2.5rem;
    }

    footer.lv2-footer {
        padding-top: 2.5rem;
    }
}
