/* RESET */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
        "SF Pro Display", sans-serif;
    color: #111827;
    background: #f5f6fb;
    -webkit-font-smoothing: antialiased;
}

/* BACKGROUND VIDEO + OVERLAY */

.bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: -1;
}

/* PAGE WRAPPER */

.page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 20px 64px;
}

/* HEADER */

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 24px;
}

/* LOGO AREA / INTRO VIDEO LOGO */

.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.logo-video {
    width: 220px;
    height: 120px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}.logo-video {
    width: 220px;
    height: 220px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

    /* laciverti arka plana “yedir” */
    mix-blend-mode: screen;
}.logo-video {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    overflow: hidden;

    /* Arka plandaki laciverti yok eder */
    mix-blend-mode: lighten;

    /* Altın parlaklığı geri getirir */
    filter: brightness(1.75) contrast(1.1);

    /* Dairede daha temiz görünüm için */
    -webkit-mask-image: radial-gradient(circle, white 68%, transparent 100%);
    mask-image: radial-gradient(circle, white 68%, transparent 100%);
}

/* Her ihtimale karşı: header içindeki diğer videolar da küçük kalsın */
.site-header video {
    max-width: 80px;
}

/* NAVIGATION */

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
}

.main-nav a {
    text-decoration: none;
    color: #4b5563;
    font-weight: 500;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.main-nav a:hover {
    color: #111827;
    opacity: 0.8;
}

/* HERO */

.page-main {
    display: block;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding: 16px 0 32px;
}

.hero-text h1 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

.hero-text .eyebrow {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #9ca3af;
    margin-bottom: 6px;
}

.hero-sub {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.btn {
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #ff9a3b, #ff6a3b);
    color: #111827;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.35);
}

.btn-primary:hover {
    filter: brightness(1.05);
}

.btn-ghost {
    background: #ffffff;
    color: #111827;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.btn-ghost:hover {
    background: #f9fafb;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 12px;
    color: #4b5563;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* HERO PREVIEW CARD */

.hero-preview {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: 14px 14px 16px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 11px;
    color: #6b7280;
}

.preview-dots span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb;
    margin-right: 4px;
}

.preview-dots span:nth-child(1) {
    background: #f97316;
}

.preview-dots span:nth-child(2) {
    background: #facc15;
}

.preview-dots span:nth-child(3) {
    background: #22c55e;
}

.preview-badge {
    padding: 4px 10px;
    border-radius: 999px;
    background: #fde7ce;
    color: #c05621;
}

.preview-video-frame {
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    margin-bottom: 8px;
}

.preview-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-caption {
    font-size: 11px;
    color: #6b7280;
}

/* ICON TICKER */

.ticker-wrapper {
    margin: 6px 0 24px;
    overflow: hidden;
}

.ticker {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    animation: ticker-scroll 35s linear infinite;
    min-width: max-content;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(148, 163, 184, 0.2);
}

.ticker-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* ticker animation */
@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* FEATURE STRIP */

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
    font-size: 12px;
    color: #6b7280;
}

.feature-strip>div {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 8px 14px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(148, 163, 184, 0.2);
}

/* SECTIONS */

.section {
    padding: 24px 0 8px;
}

.section h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.section-sub {
    font-size: 14px;
    color: #4b5563;
    max-width: 540px;
    margin-bottom: 20px;
}

/* CARDS / GRIDS */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 22px;
    padding: 16px 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    font-size: 14px;
    color: #4b5563;
}

.step-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
    margin-bottom: 6px;
}

/* MARKETPLACE */

.marketplace-card {
    margin-top: 4px;
}

.marketplace-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.marketplace-list {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 14px;
    font-size: 14px;
}

/* CONTACT */

.contact-card p+p {
    margin-top: 4px;
}

.contact-card a {
    color: #2563eb;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
}

/* FOOTER */

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(156, 163, 175, 0.18);
    margin-top: 32px;
    padding-top: 16px;
    font-size: 12px;
    color: #6b7280;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

..logo-video {
    width: 220px;
    height: 120px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.logo-video {
    width: 220px;
    height: 220px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

    /* laciverti arka plana “yedir” */
    mix-blend-mode: screen;
}

.logo-video {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    overflow: hidden;

    /* Arka plandaki laciverti yok eder */
    mix-blend-mode: lighten;

    /* Altın parlaklığı geri getirir */
    filter: brightness(1.35) contrast(1.1);

    /* Dairede daha temiz görünüm için */
    -webkit-mask-image: radial-gradient(circle, white 68%, transparent 100%);
    mask-image: radial-gradient(circle, white 68%, transparent 100%);
}

/* Her ihtimale karşı: header içindeki diğer videolar da küçük kalsın */
.site-header video {
    max-width: 220px;
}

.footer-brand {
    font-weight: 600;
    color: #4b5563;
}

.footer-meta {
    margin-left: 8px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #6b7280;
}

.footer-links a:hover {
    color: #111827;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-preview {
        order: -1;
    }

    .feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-header {
        flex-direction: row;
    }
}

@media (max-width: 640px) {
    .page {
        padding-inline: 16px;
    }

    .main-nav {
        gap: 16px;
        font-size: 13px;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .feature-strip {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}