.elementor-9 .elementor-element.elementor-element-d5dd6e0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */@charset "UTF-8";
/* CSS Document */

/* ==================================================
   FATİH KALEM — YAPIM AŞAMASINDA SAYFASI
================================================== */

:root {
    --color-primary: #c71920;
    --color-primary-dark: #991218;
    --color-primary-light: #f8e9ea;

    --color-dark: #111315;
    --color-heading: #17191c;
    --color-text: #62666c;
    --color-border: #dedfe2;

    --color-background: #f5f3ef;
    --color-white: #ffffff;

    --font-primary: "Manrope", sans-serif;
    --font-display: "Playfair Display", serif;

    --container-width: 1440px;

    --shadow-soft: 0 25px 70px rgba(18, 21, 25, 0.12);
}


/* ==================================================
   RESET
================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--color-text);
    background: var(--color-background);
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
textarea {
    font: inherit;
}


/* ==================================================
   ANA YAPI
================================================== */

.coming-soon {
    position: relative;
    isolation: isolate;

    width: min(
        calc(100% - 48px),
        var(--container-width)
    );

    min-height: calc(100vh - 92px);
    margin: 24px auto 0;

    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);

    overflow: hidden;

    background: var(--color-white);
    border: 1px solid rgba(20, 22, 25, 0.06);
    border-radius: 28px;

    box-shadow: var(--shadow-soft);
}


/* ==================================================
   ARKA PLAN DEKORLARI
================================================== */

.background-shape {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
}

.background-shape-one {
    width: 420px;
    height: 420px;
    top: -250px;
    left: -180px;

    background: rgba(199, 25, 32, 0.07);
    filter: blur(3px);
}

.background-shape-two {
    width: 320px;
    height: 320px;
    left: 42%;
    bottom: -250px;

    background: rgba(199, 25, 32, 0.05);
}


/* ==================================================
   SOL İÇERİK
================================================== */

.coming-soon__content {
    position: relative;
    z-index: 2;

    padding: clamp(40px, 6vw, 88px);

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ==================================================
   LOGO
================================================== */

.coming-soon__brand {
    margin-bottom: clamp(42px, 7vh, 72px);
}

.coming-soon__logo {
    width: 210px;
    height: auto;
}

.text-logo {
    width: max-content;
    display: flex;
    align-items: flex-end;
    gap: 9px;

    color: var(--color-heading);
}

.text-logo__main {
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.7px;
}

.text-logo__sub {
    padding-bottom: 2px;

    color: var(--color-primary);

    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 4px;
}


/* ==================================================
   DURUM ETİKETİ
================================================== */

.coming-soon__badge {
    width: max-content;
    max-width: 100%;

    margin-bottom: 24px;
    padding: 9px 14px;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--color-primary-dark);
    background: var(--color-primary-light);

    border: 1px solid rgba(199, 25, 32, 0.14);
    border-radius: 999px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.coming-soon__badge-dot {
    position: relative;

    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    background: var(--color-primary);
    border-radius: 50%;
}

.coming-soon__badge-dot::after {
    content: "";

    position: absolute;
    inset: -4px;

    border: 1px solid rgba(199, 25, 32, 0.35);
    border-radius: 50%;

    animation: statusPulse 1.8s infinite;
}

@keyframes statusPulse {
    0% {
        opacity: 1;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}


/* ==================================================
   BAŞLIK VE AÇIKLAMA
================================================== */

.coming-soon__title {
    max-width: 760px;
    margin-bottom: 24px;

    color: var(--color-heading);

    font-family: var(--font-display);
    font-size: clamp(46px, 5.2vw, 78px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -2.8px;
}

.coming-soon__description {
    max-width: 660px;
    margin-bottom: 35px;

    color: var(--color-text);

    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 400;
    line-height: 1.85;
}


/* ==================================================
   İLERLEME ÇUBUĞU
================================================== */

.coming-soon__progress-wrapper {
    width: min(100%, 600px);
    margin-bottom: 36px;
}

.coming-soon__progress-header {
    margin-bottom: 11px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--color-heading);

    font-size: 13px;
    font-weight: 700;
}

.coming-soon__progress-header strong {
    color: var(--color-primary);
}

.coming-soon__progress {
    width: 100%;
    height: 7px;

    overflow: hidden;

    background: #e9e8e5;
    border-radius: 999px;
}

.coming-soon__progress-value {
    position: relative;

    width: 25%;
    height: 100%;

    display: block;

    background: linear-gradient(
        90deg,
        var(--color-primary-dark),
        var(--color-primary)
    );

    border-radius: inherit;

    animation: progressOpen 1.4s ease-out forwards;
}

.coming-soon__progress-value::after {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    height: 100%;

    background: rgba(255, 255, 255, 0.3);
    filter: blur(6px);
}

@keyframes progressOpen {
    from {
        width: 0;
    }

    to {
        width: 25%;
    }
}


/* ==================================================
   BUTONLAR
================================================== */

.coming-soon__actions {
    margin-bottom: clamp(42px, 6vh, 68px);

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.button {
    min-height: 54px;
    padding: 0 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid transparent;
    border-radius: 12px;

    font-size: 14px;
    font-weight: 750;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    color: var(--color-white) !important;
    background: var(--color-primary) !important;

    box-shadow: 0 14px 32px rgba(199, 25, 32, 0.2) !important;
}

.button--primary:hover {
    background: var(--color-primary-dark) !important;
    box-shadow: 0 17px 36px rgba(199, 25, 32, 0.26) !important;
}

.button--secondary {
    color: var(--color-heading);
    background: var(--color-white);
    border-color: var(--color-border);
}

.button--secondary:hover {
    border-color: #bfc1c5;
}


/* ==================================================
   İLETİŞİM BİLGİLERİ
================================================== */

.coming-soon__info {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.info-item__icon {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: grid;
    place-items: center;

    color: var(--color-primary);
    background: var(--color-primary-light);

    border-radius: 12px;
}

.info-item span {
    display: block;
    margin-bottom: 3px;

    color: #92959a;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.info-item a,
.info-item p {
    color: var(--color-heading);

    font-size: 13px;
    font-weight: 700;
}

.info-item a:hover {
    color: var(--color-primary);
}


/* ==================================================
   SAĞ GÖRSEL ALANI
================================================== */

.coming-soon__visual {
    position: relative;

    min-height: 640px;
    padding: clamp(24px, 4vw, 58px);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(7, 8, 9, 0.96),
            rgba(25, 27, 30, 0.98)
        ),
        radial-gradient(
            circle at top right,
            rgba(199, 25, 32, 0.28),
            transparent 38%
        );
}

.coming-soon__visual::before {
    content: "";

    position: absolute;
    inset: 0;

    opacity: 0.13;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        );

    background-size: 44px 44px;
}

.coming-soon__visual::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -180px;
    bottom: -180px;

    background: rgba(199, 25, 32, 0.28);
    border-radius: 50%;
    filter: blur(70px);
}


/* ==================================================
   SAĞ KART
================================================== */

.visual-card {
    position: relative;
    z-index: 2;

    width: min(100%, 540px);
    min-height: 610px;
    padding: clamp(26px, 4vw, 44px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    overflow: hidden;

    color: var(--color-white);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.025)
        );

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.visual-card__line {
    position: absolute;
    top: 0;
    left: 44px;

    width: 72px;
    height: 4px;

    background: var(--color-primary);
}

.visual-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: rgba(255, 255, 255, 0.56);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.visual-card__center {
    position: relative;
}

.visual-card__small-text {
    display: block;
    margin-bottom: 28px;

    color: var(--color-primary);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.visual-card h2 {
    margin-top: 38px;

    color: var(--color-white);

    font-family: var(--font-display);
    font-size: clamp(45px, 5vw, 67px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -2px;
}

.visual-card__bottom {
    padding-top: 23px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.visual-card__bottom span {
    color: var(--color-primary);

    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 700;
}

.visual-card__bottom p {
    color: rgba(255, 255, 255, 0.55);

    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ==================================================
   KALEM İLLÜSTRASYONU
================================================== */

.pencil-illustration {
    width: min(100%, 410px);
    height: 74px;

    display: flex;
    align-items: center;

    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.32));

    transform: rotate(-7deg);
}

.pencil-illustration__tip {
    width: 0;
    height: 0;

    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-right: 64px solid #d9b68c;

    position: relative;
}

.pencil-illustration__tip::after {
    content: "";

    position: absolute;

    top: -7px;
    left: 49px;

    width: 0;
    height: 0;

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 15px solid #25272a;
}

.pencil-illustration__body {
    width: min(65%, 250px);
    height: 74px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.8);
    background:
        linear-gradient(
            to bottom,
            #c71b22 0%,
            #e23138 34%,
            #b81118 65%,
            #7e0b10 100%
        );

    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 5px;
}

.pencil-illustration__metal {
    width: 37px;
    height: 74px;

    background:
        repeating-linear-gradient(
            90deg,
            #aeb1b4 0,
            #e1e3e4 5px,
            #8f9296 10px
        );
}

.pencil-illustration__eraser {
    width: 51px;
    height: 74px;

    background:
        linear-gradient(
            180deg,
            #d58c91,
            #a94b51
        );

    border-radius: 0 9px 9px 0;
}


/* ==================================================
   YÜZEN ETİKETLER
================================================== */

.floating-label {
    position: absolute;
    z-index: 4;

    padding: 10px 14px;

    color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.15);
}

.floating-label--one {
    top: 12%;
    right: 2%;

    animation: floatOne 4.5s ease-in-out infinite;
}

.floating-label--two {
    bottom: 10%;
    left: 2%;

    animation: floatTwo 5.2s ease-in-out infinite;
}

@keyframes floatOne {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes floatTwo {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(9px);
    }
}


/* ==================================================
   FOOTER
================================================== */

.site-footer {
    width: min(
        calc(100% - 48px),
        var(--container-width)
    );

    min-height: 68px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    color: #7d8085;

    font-size: 11px;
    font-weight: 600;
}

.site-footer a {
    color: var(--color-heading);
    font-weight: 800;
}

.site-footer a:hover {
    color: var(--color-primary);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .coming-soon {
        grid-template-columns: 1fr;
    }

    .coming-soon__visual {
        min-height: auto;
        padding-block: 70px;
    }

    .visual-card {
        min-height: 570px;
    }

}


/* ==================================================
   MOBİL
================================================== */

@media (max-width: 700px) {

    .coming-soon {
        width: calc(100% - 24px);
        margin-top: 12px;

        border-radius: 20px;
    }

    .coming-soon__content {
        padding: 38px 24px 45px;
    }

    .coming-soon__brand {
        margin-bottom: 42px;
    }

    .coming-soon__title {
        font-size: clamp(39px, 12vw, 54px);
        letter-spacing: -1.8px;
    }

    .coming-soon__description {
        font-size: 15px;
        line-height: 1.75;
    }

    .coming-soon__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .coming-soon__info {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .coming-soon__visual {
        min-height: auto;
        padding: 32px 18px;
    }

    .visual-card {
        min-height: 500px;
        padding: 28px 23px;

        border-radius: 18px;
    }

    .visual-card h2 {
        font-size: clamp(42px, 14vw, 60px);
    }

    .pencil-illustration {
        height: 58px;
    }

    .pencil-illustration__tip {
        border-top-width: 29px;
        border-bottom-width: 29px;
        border-right-width: 48px;
    }

    .pencil-illustration__tip::after {
        top: -6px;
        left: 37px;

        border-top-width: 6px;
        border-bottom-width: 6px;
        border-right-width: 12px;
    }

    .pencil-illustration__body,
    .pencil-illustration__metal,
    .pencil-illustration__eraser {
        height: 58px;
    }

    .pencil-illustration__body {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .pencil-illustration__metal {
        width: 28px;
    }

    .pencil-illustration__eraser {
        width: 39px;
    }

    .floating-label {
        display: none;
    }

    .site-footer {
        width: calc(100% - 32px);
        padding: 20px 0;

        align-items: flex-start;
        flex-direction: column;
        gap: 7px;

        line-height: 1.5;
    }

}


/* ==================================================
   ERİŞİLEBİLİRLİK
================================================== */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}

a:focus-visible {
    outline: 3px solid rgba(199, 25, 32, 0.28);
    outline-offset: 4px;
}/* End custom CSS */