:root {
    --primary: #F43F5E;
    --primary-600: #E11D48;
    --secondary: #3B82F6;
    --accent: #10B981;
    --bg: #151515;
    /* sabit arka plan */
    --surface: #151515;
    /* kart arka planı */
    --text: #e6e6ea;
    --muted: #b5b5c3;
    --border: rgba(255, 255, 255, .12);
    --shadow: 0 12px 36px rgba(0, 0, 0, .45);
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    font-family: 'Raleway', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    letter-spacing: .2px;
}

.container {
    max-width: 1120px;
    margin-inline: auto;
    padding: 24px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: saturate(130%) blur(8px);
    background: rgba(18, 18, 27, .72);
    border-bottom: 1px solid var(--border);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text)
}

.brand__icon {
    width: 28px;
    height: 28px;
}

.brand__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.brand__logo__image {
    width: 320px;
}

.brand__logo__icon {
    width: 160px;
}

.brand__logoimg {
    height: 28px;
    width: auto;
}

.hero {
    padding: 18px 0 28px;
    text-align: center
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    font-size: 13px;
    border: 1px dashed var(--border);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, .03)
}

.hero__title {
    margin: 16px auto 10px;
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.4px
}

.hero__desc {
    margin: 0 auto 24px;
    max-width: 740px;
    color: var(--muted);
    font-size: clamp(16px, 2vw, 18px)
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center
}

.btn {
    --pad-x: 18px;
    --pad-y: 14px;
    --radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: var(--pad-y) var(--pad-x);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--primary);
    color: var(--text);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: var(--shadow);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .5)
}

.btn--primary {
    border-color: rgba(244, 63, 94, .55);
    background: linear-gradient(135deg, var(--primary), var(--primary-600));
}

.btn--ghost {
    background: transparent
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    color: var(--muted)
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, .22)
}

.section {
    padding: 40px 0
}

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

@media (max-width:860px) {
    .grid {
        grid-template-columns: 1fr
    }
}

.card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 22px;
    box-shadow: var(--shadow);
    margin-top: 2%;
    margin-bottom: 2%;
}

.card h3 {
    margin: 0 0 8px;
    font-size: 20px
}

.card p {
    margin: 0;
    color: var(--muted);
}



@media (max-width:1000px) {
    .kiosk {
        grid-template-columns: 1fr
    }
}

.kiosk>.card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

/* === Telefon mockup (daha kompakt, premium görünüm) === */
.phone {
    position: relative;
    justify-self: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 30px;
    isolation: isolate;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    transform: perspective(1200px) rotateX(0.8deg) rotateY(-1.2deg);
}

/* Renkli ince çerçeve */
.phone::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 31px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    z-index: -1;
    filter: blur(.4px);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
}

.phone__screen {
    position: relative;
    aspect-ratio: 9/18;
    width: 100%;
    max-height: 560px;
    /* uzun görünümü keser */
    border-radius: 24px;
    overflow: hidden;
    background: #09090f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background-image:
        radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 12px 12px;
}

.phone__screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transform: translateZ(0);
    /* render kalitesi */
}

/* Parıltı ve cam hissi */
.phone__glare {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 35%),
        radial-gradient(120% 80% at 10% -10%, rgba(255, 255, 255, .10), transparent 60%);
    mix-blend-mode: screen;
}

/* Üst çentik */
.phone__notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 16px;
    background: rgba(0, 0, 0, .6);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
}

/* Hover’da çok hafif hareket */
.phone:hover {
    transform: perspective(1200px) rotateX(0.5deg) rotateY(-0.7deg) translateY(-2px)
}

/* Özellik kartları */
.bullet {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0
}

.bullet__icon {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: var(--primary)
}

.site-footer {
    display: flex;
    border-top: 1px solid var(--border);
    margin-top: 28px;
    align-items: center;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: 14px;
}

.soon__text {
    color: var(--primary);
    font-weight: bold;
}