/* =========================================================
   NOR Sistem ve Teknoloji
   Coming Soon Tek Sayfa Tasarımı
   ========================================================= */

/* ------------------------------
   Temel Değişkenler
------------------------------ */
:root {
    --color-bg: #03070d;
    --color-primary: #0057b8;
    --color-primary-light: #0062cf;

    --color-text: #f5f8ff;
    --color-muted: #a8b3c4;
    --color-border: rgba(0, 98, 207, 0.22);

    --font-body: "Poppins", Arial, sans-serif;
    --font-heading: "Montserrat", Arial, sans-serif;

    --container-width: 1120px;
}

/* ------------------------------
   Temel Sıfırlama
------------------------------ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: var(--font-body);
    color: var(--color-text);
    background:
        radial-gradient(circle at top left, rgba(0, 87, 184, 0.13), transparent 34%),
        radial-gradient(circle at bottom right, rgba(0, 98, 207, 0.10), transparent 32%),
        var(--color-bg);
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

/* ------------------------------
   Sayfa Yapısı
------------------------------ */
.site-shell {
    min-height: calc(100vh - 62px);
}

.coming-soon {
    position: relative;
    min-height: calc(100vh - 62px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 56px 20px 42px;
}

.container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    text-align: center;
}

/* ------------------------------
   Dekoratif Devre Çizgileri
------------------------------ */
.circuit {
    position: absolute;
    z-index: 1;
    width: 360px;
    height: 220px;
    opacity: 0.26;
    pointer-events: none;
}

.circuit::before,
.circuit::after {
    content: "";
    position: absolute;
    border-color: var(--color-primary-light);
    border-style: solid;
}

.circuit-left {
    top: 36px;
    left: -110px;
}

.circuit-left::before {
    width: 250px;
    height: 120px;
    border-width: 0 0 5px 5px;
    transform: skewX(-12deg);
}

.circuit-left::after {
    top: 42px;
    left: 72px;
    width: 210px;
    height: 5px;
    background: var(--color-primary-light);
    box-shadow:
        36px 42px 0 var(--color-primary-light),
        88px 84px 0 var(--color-primary-light);
}

.circuit-right {
    top: 42px;
    right: -110px;
}

.circuit-right::before {
    right: 0;
    width: 270px;
    height: 130px;
    border-width: 5px 5px 0 0;
    transform: skewX(-12deg);
}

.circuit-right::after {
    top: 30px;
    right: 92px;
    width: 220px;
    height: 5px;
    background: var(--color-primary-light);
    box-shadow:
        -48px 44px 0 var(--color-primary-light),
        -104px 88px 0 var(--color-primary-light);
}

/* ------------------------------
   Logo Alanı
------------------------------ */
.brand-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    animation: fadeUp 650ms ease both;
}

.brand-logo {
    width: min(700px, 86vw);
    height: auto;
}

/* ------------------------------
   İçerik Alanı
------------------------------ */
.content-area {
    max-width: 690px;
    margin: 0 auto;
    animation: fadeUp 700ms ease both;
    animation-delay: 100ms;
}

h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--color-text);
}

.lead {
    max-width: 640px;
    margin: 22px auto 0;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.75;
    font-weight: 400;
    color: var(--color-muted);
}

.contact-text {
    max-width: 640px;
    margin: 12px auto 0;
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.7;
    font-weight: 400;
    color: var(--color-muted);
}

.contact-text a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 98, 207, 0.58);
    transition:
        color 180ms ease,
        border-color 180ms ease;
}

.contact-text a:hover {
    color: var(--color-primary-light);
    border-color: var(--color-primary-light);
}

/* ------------------------------
   Footer
------------------------------ */
.site-footer {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    border-top: 1px solid var(--color-border);
    background: rgba(3, 7, 13, 0.86);
}

.site-footer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(245, 248, 255, 0.58);
    text-align: center;
}

/* ------------------------------
   Animasyon
------------------------------ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------------------------------
   Tablet Uyumluluk
------------------------------ */
@media (max-width: 900px) {
    .coming-soon {
        padding-top: 48px;
        padding-bottom: 38px;
    }

    .brand-logo {
        width: min(560px, 88vw);
    }

    .content-area {
        max-width: 620px;
    }

    .circuit {
        opacity: 0.20;
    }

    .circuit-left {
        left: -160px;
    }

    .circuit-right {
        right: -160px;
    }
}

/* ------------------------------
   Mobil Uyumluluk
------------------------------ */
@media (max-width: 560px) {
    .site-shell {
        min-height: calc(100vh - 70px);
    }

    .coming-soon {
        min-height: calc(100vh - 70px);
        align-items: center;
        padding: 38px 16px 32px;
    }

    .brand-area {
        margin-bottom: 24px;
    }

    .brand-logo {
        width: 94vw;
    }

    h1 {
        font-size: clamp(32px, 10vw, 42px);
        letter-spacing: -0.02em;
    }

    .lead {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.7;
    }

    .contact-text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .circuit {
        opacity: 0.13;
    }

    .circuit-left {
        top: 20px;
        left: -210px;
    }

    .circuit-right {
        top: 34px;
        right: -210px;
    }

    .site-footer {
        min-height: 70px;
        padding: 16px;
    }

    .site-footer p {
        font-size: 12px;
    }
}

/* ------------------------------
   Küçük Mobil Ekranlar
------------------------------ */
@media (max-width: 380px) {
    .brand-logo {
        width: 96vw;
    }

    .lead,
    .contact-text {
        font-size: 13.5px;
    }
}

/* ------------------------------
   Hareket Hassasiyeti
------------------------------ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
        scroll-behavior: auto !important;
    }
}