/* Hilbet.com - Global Styles (Responsive) */
:root {
    --bg0: #109121;
    /* açık yeşil sayfa arka planı */
    --bg1: #109121;
    --card: #FFFFFF;
    --card2: #F6F7FB;
    --stroke: #E6E8F0;
    --text: #0B1020;
    --muted: rgba(11, 16, 32, .74);
    --muted2: rgba(11, 16, 32, .58);
    --brand: #7C5CFF;
    --brand2: #23D5AB;
    --danger: #FF4D6D;
    --shadow: 0 14px 40px rgba(2, 6, 23, .12);
    --radius: 16px;
    --radius2: 22px;
    --container: 1120px;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    /* iOS/overscroll sırasında görünen arka plan */
    background: var(--bg0);
    overscroll-behavior-y: none;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--bg0);
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.65;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overscroll-behavior-y: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(10px);
    /* Transparent olunca alttaki yeşil zemin scroll sırasında “sızıyor” gibi görünüyor */
    background: rgb(0 10 36);
    border-bottom: 1px solid var(--stroke);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: .2px;
}

.brand__logo {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.brand__img {
    width: 100%;
    height: 100%;
    min-width: 150px;
    object-fit: contain;
    padding: 0;
}

.brand__text {
    display: none;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-nav a {
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--muted);
    border: 1px solid transparent;
}

.site-nav a:hover {
    text-decoration: none;
    color: var(--text);
    background: rgba(2, 6, 23, .04);
    border-color: var(--stroke);
}

.nav__cta {
    color: #FFFFFF !important;
    background: #109121;
    border-color: rgba(16, 145, 33, .25) !important;
    box-shadow: 0 14px 40px rgba(16, 145, 33, .18);
}

.nav__cta:hover {
    filter: brightness(1.05);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--stroke);
    background: rgb(255, 255, 255);
    color: var(--text);
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
}

/* Hero */
.hero {
    padding: 28px 0 10px;
}

.hero__inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    align-items: stretch;
}

.hero__copy {
    border-radius: var(--radius2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(246, 247, 251, 1));
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
    padding: 22px;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--stroke);
    background: rgba(2, 6, 23, .02);
}

.hero__title {
    font-weight: 500;
    margin: 12px 0 8px;
    font-size: clamp(26px, 3.2vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.hero__subtitle {
    margin: 0;
    color: var(--muted);
    max-width: 62ch;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.cta-block {
    margin: 18px 0;
    padding: 14px;
    border-radius: var(--radius2);
    border: 1px solid var(--stroke);
    background: var(--card2);
    box-shadow: 0 10px 26px rgba(2, 6, 23, .08);
}

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

.cta-row .btn {
    min-width: 170px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--stroke);
    font-weight: 700;
    text-decoration: none !important;
    min-height: 46px;
}

.btn--primary {
    color: #FFFFFF !important;
    background: #109121;
    box-shadow: 0 14px 38px rgba(16, 145, 33, .22);
}

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

.btn--ghost {
    background: rgba(2, 6, 23, .03);
    color: var(--text);
    border: 1px solid #109121;
}

.btn--ghost:hover {
    background: rgba(2, 6, 23, .06);
}

.hero__highlights {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero__highlights li {
    color: var(--muted);
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid var(--stroke);
    background: rgba(2, 6, 23, .02);
}

.hero__media {
    border-radius: var(--radius2);
    border: 1px solid var(--stroke);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
    background: var(--card2);
}

.hero__image {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.02);
}

.hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 260px at 20% 10%, rgba(124, 92, 255, .18), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .35));
    pointer-events: none;
}

/* Main Content */
.site-main {
    padding: 18px 0 40px;
    flex: 1 0 auto;
}

.content {
    border-radius: var(--radius2);
    background: var(--card);
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
    padding: 22px;
}

.content h1 {
    margin-top: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.2;
}

.content h2 {
    margin-top: 22px;
    font-size: 22px;
    line-height: 1.25;
}

.content h3 {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.25;
}

.content p {
    color: var(--muted);
}

.content strong {
    color: var(--text);
}

.content a {
    color: #000000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.content ul {
    padding-left: 18px;
    color: var(--muted);
}

.content li {
    margin: 6px 0;
}

/* FAQ (Schema) */
[itemtype="https://schema.org/FAQPage"] {
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid var(--stroke);
}

[itemtype="https://schema.org/FAQPage"]>h2 {
    margin-top: 0;
}

div[itemtype="https://schema.org/Question"] {
    margin-top: 10px;
    border-radius: 16px;
    border: 1px solid var(--stroke);
    background: rgba(2, 6, 23, .02);
    overflow: hidden;
}

div[itemtype="https://schema.org/Question"]>h3 {
    margin: 0;
    padding: 14px 14px;
    cursor: pointer;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

div[itemtype="https://schema.org/Question"]>h3::after {
    content: "+";
    color: var(--muted);
    font-weight: 900;
}

div[itemtype="https://schema.org/Question"][data-open="true"]>h3::after {
    content: "–";
}

div[itemtype="https://schema.org/Answer"] {
    padding: 0 14px 14px;
}

div[itemtype="https://schema.org/Question"]:not([data-open="true"]) div[itemtype="https://schema.org/Answer"] {
    display: none;
}

/* Footer */
.site-footer {
    border-top: 1px solid var(--stroke);
    /* Çizginin altındaki tüm alanı kaplasın */
    background: rgba(255, 255, 255, .95);
    padding: 18px 0 30px;
    margin-top: auto;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    /* Footer kart gibi görünmesin, sadece içerik hizalansın */
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.footer__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
}

.footer__copy {
    margin: 0;
    color: var(--muted2);
}

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

.footer__links a {
    padding: 8px 10px;
    border-radius: 12px;
    color: var(--muted);
    border: 1px solid var(--stroke);
    background: rgba(2, 6, 23, .02);
}

.footer__links a:hover {
    color: var(--text);
    text-decoration: none;
    background: rgba(2, 6, 23, .04);
}

/* Responsive */
@media (max-width: 900px) {
    .hero__inner {
        grid-template-columns: 1fr;
    }

    .hero__media {
        min-height: 240px;
    }
}

@media (max-width: 840px) {
    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        right: 16px;
        top: 64px;
        flex-direction: column;
        align-items: stretch;
        min-width: 220px;
        padding: 10px;
        border-radius: 16px;
        border: 1px solid var(--stroke);
        background: rgba(255, 255, 255, .98);
        box-shadow: var(--shadow);
        display: none;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
    }
}

@media (max-width: 520px) {

    /* Mobilde butonlar aynı boy */
    .hero__actions {
        flex-direction: column;
    }

    .hero__actions .btn {
        width: 100%;
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-row .btn {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}