/* elTAP public site — mobil/admin brend palitrası */
:root {
    --bg-deep: #080612;
    --bg-mid: #12101f;
    --bg-card: #0e0b18;
    --border: #2d3848;
    --text: #f1f5f9;
    --text-muted: #9fb0c3;
    --accent: #2dd4bf;
    --accent-soft: rgba(45, 212, 191, 0.14);
    --purple: #8b5cf6;
    --purple-soft: rgba(139, 92, 246, 0.18);
    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    --max: 920px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--text);
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(139, 92, 246, 0.22), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(45, 212, 191, 0.12), transparent 50%),
        linear-gradient(165deg, var(--bg-deep) 0%, var(--bg-mid) 45%, #0c1018 100%);
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-shell {
    max-width: var(--max);
    margin: 0 auto;
    padding: 1.25rem 1.25rem 3rem;
}

.site-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0 1.5rem;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
}

.site-brand:hover {
    text-decoration: none;
}

.site-brand img,
.site-brand svg,
.site-logo {
    display: block;
    flex-shrink: 0;
}

.logo-canvas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #080612;
    overflow: hidden;
    flex-shrink: 0;
    line-height: 0;
}

.logo-canvas-52 {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

.logo-canvas-128 {
    width: 128px;
    height: 128px;
    border-radius: 28px;
    margin: 0 auto 1rem;
}

.logo-canvas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.site-logo-header {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    object-fit: contain;
}

.site-logo-hero {
    width: 128px;
    height: 128px;
}

.site-brand strong {
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.site-brand span {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 0.1rem;
}

.lang-switch {
    display: inline-flex;
    gap: 0.35rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.2rem;
}

.lang-switch a {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    color: var(--text-muted);
    text-decoration: none;
}

.lang-switch a.active,
.lang-switch a:hover {
    color: var(--text);
    background: var(--purple-soft);
    text-decoration: none;
}

.hero {
    display: grid;
    gap: 2rem;
    align-items: center;
    padding: 1.5rem 0 2.5rem;
}

@media (min-width: 768px) {
    .hero {
        grid-template-columns: 1fr 1fr;
        padding: 2rem 0 3rem;
    }
}

.hero-copy h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.hero-copy .lead {
    margin: 0 0 1.25rem;
    color: var(--text-muted);
    line-height: 1.65;
    font-size: 1rem;
}

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.pill {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-muted);
}

.pill-accent {
    border-color: rgba(45, 212, 191, 0.35);
    background: var(--accent-soft);
    color: #a7f3d0;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px dashed rgba(139, 92, 246, 0.45);
    background: var(--purple-soft);
    color: #ddd6fe;
    font-size: 0.88rem;
    font-weight: 600;
}

.store-note {
    margin: 0.65rem 0 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.hero-card {
    position: relative;
    width: min(100%, 320px);
    padding: 2rem;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(18, 16, 31, 0.95), rgba(14, 11, 24, 0.98));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    text-align: center;
}

.hero-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(45, 212, 191, 0.35));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-card img,
.hero-card svg,
.hero-card .logo-canvas {
    margin-left: auto;
    margin-right: auto;
}

.hero-card .logo-canvas-128 {
    margin-bottom: 1rem;
}

.hero-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.section {
    margin-top: 1rem;
}

.section-card {
    background: rgba(14, 11, 24, 0.72);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.35rem 1.5rem;
}

.section-card h2 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
}

.section-card .muted {
    margin: 0 0 1rem;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    font-size: 0.92rem;
}

.site-footer {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.footer-muted {
    color: var(--text-muted);
    cursor: default;
    opacity: 0.65;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.breadcrumbs a {
    color: var(--text-muted);
}

.breadcrumbs a:hover {
    color: var(--accent);
}

.bc-sep {
    opacity: 0.45;
}

.bc-current {
    color: var(--text);
    font-weight: 600;
}

.store-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, #2dd4bf, #14b8a6);
    color: #042f2e;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(45, 212, 191, 0.28);
}

.store-cta:hover {
    text-decoration: none;
    filter: brightness(1.06);
}

.page-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    letter-spacing: -0.02em;
}

.legal-list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.legal-list li {
    margin: 0;
}

.legal-list a {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-weight: 600;
    text-decoration: none;
}

.legal-list a:hover {
    border-color: rgba(45, 212, 191, 0.4);
    background: var(--accent-soft);
    text-decoration: none;
}

.legal-doc-head {
    margin-bottom: 1rem;
}

.legal-section {
    margin: 0 0 1rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
}

.legal-section h2 {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    color: #fff;
}

.legal-body {
    margin: 0;
    color: #d6cef5;
    line-height: 1.65;
    font-size: 0.92rem;
    white-space: pre-wrap;
}
