/* =====================================================
   NEREDEBAHIS FINAL CSS V2
   PART 1/2
===================================================== */

/* =====================================================
   RESET
===================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:
    "Inter",
    "Segoe UI",
    Arial,
    sans-serif;

    background:#07090d;

    color:#ffffff;

    line-height:1.7;

    overflow-x:hidden;

    opacity:0;

    transition:
    opacity .4s ease;
}

body.loaded{
    opacity:1;
}

img{
    max-width:100%;

    display:block;

    opacity:0;

    transform:translateY(10px);

    transition:
    opacity .5s ease,
    transform .5s ease;
}

img.loaded{
    opacity:1;

    transform:translateY(0);
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* =====================================================
   VARIABLES
===================================================== */

:root{

    --primary:#ff8c1a;

    --primary-dark:#e76f00;

    --primary-light:#ffb45a;

    --dark:#07090d;

    --dark-2:#0d1117;

    --dark-3:#131922;

    --dark-4:#1b2430;

    --text:#ffffff;

    --muted:#aeb7c7;

    --border:#252d3d;

    --radius:22px;

    --shadow:
    0 15px 40px rgba(0,0,0,.35);

    --container:1400px;

    color-scheme: dark;

}

/* =====================================================
   TYPOGRAPHY
===================================================== */

h1,
h2,
h3,
h4,
h5,
h6{

    color:var(--text);

    line-height:1.2;

}

p{

    color:var(--muted);

}

/* =====================================================
   LAYOUT
===================================================== */

.container{

    width:92%;

    max-width:var(--container);

    margin:0 auto;

}

.content-section{

    padding:120px 0;

}

.dark{

    background:var(--dark-2);

}

/* =====================================================
   HEADER
===================================================== */

.header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    z-index:9999;

    backdrop-filter:
    blur(18px);

    background:
    rgba(7,9,13,.78);

    border-bottom:
    1px solid rgba(255,255,255,.05);

    transition:
    all .35s ease;

}

.header.scrolled{

    background:
    rgba(7,9,13,.95);

    box-shadow:
    0 10px 35px rgba(0,0,0,.35);

}

.nav-container{

    display:flex;

    align-items:center;

    justify-content:space-between;

    min-height:90px;

}

.logo-area img{

    height:60px;

    width:auto;

}

/* =====================================================
   NAVIGATION
===================================================== */

nav ul{

    display:flex;

    align-items:center;

    gap:34px;

}

nav a{

    color:#fff;

    font-weight:600;

    font-size:15px;

    letter-spacing:.3px;

    position:relative;

    transition:
    color .3s ease;

}

nav a:hover,
nav a.active{

    color:var(--primary);

}

nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:var(--primary);

    transition:.3s ease;

}

nav a:hover::after,
nav a.active::after{

    width:100%;

}

/* =====================================================
   MOBILE TOGGLE
===================================================== */

.mobile-toggle{

    display:none;

    background:none;

    border:none;

    cursor:pointer;

}

.mobile-toggle span{

    display:block;

    width:28px;

    height:3px;

    margin:5px 0;

    border-radius:999px;

    background:#fff;

}

/* =====================================================
   HERO
===================================================== */

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

    padding-top:120px;

    background:
    linear-gradient(
    rgba(7,9,13,.82),
    rgba(7,9,13,.90)
    ),
    url("../images/hero.jpg");

    background-size:cover;

    background-position:center;

}

.hero::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    right:-250px;

    top:-250px;

    border-radius:50%;

    background:
    radial-gradient(
    rgba(255,140,26,.15),
    transparent 70%
    );

}

.hero-small{

    min-height:55vh;

}

.hero-content{

    position:relative;

    z-index:2;

    max-width:900px;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 20px;

    border-radius:999px;

    background:
    rgba(255,140,26,.08);

    border:
    1px solid rgba(255,140,26,.25);

    color:var(--primary);

    margin-bottom:28px;

    font-weight:600;

}

.hero-content h1{

    font-size:78px;

    font-weight:800;

    line-height:1.05;

    margin-bottom:28px;

}

.hero-content p{

    max-width:760px;

    font-size:20px;

    color:var(--muted);

}

/* =====================================================
   BUTTONS
===================================================== */

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:35px;

    padding:18px 34px;

    border-radius:16px;

    background:var(--primary);

    color:#fff;

    font-weight:700;

    transition:
    all .3s ease;

    box-shadow:
    0 12px 30px rgba(255,140,26,.25);

}

.btn-primary:hover{

    background:var(--primary-dark);

    transform:
    translateY(-3px);

    box-shadow:
    0 18px 40px rgba(255,140,26,.35);

}

/* =====================================================
   NEREDEBAHIS FINAL CSS V2
   PART 2/2
===================================================== */

/* =====================================================
   STATS
===================================================== */

.stats{

    padding:120px 0;

    background:var(--dark);

}

.stats-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;

}

.stat-card{

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.02),
    rgba(255,255,255,.01)
    );

    border:
    1px solid rgba(255,255,255,.05);

    border-radius:var(--radius);

    padding:40px;

    text-align:center;

    transition:.35s ease;

}

.stat-card:hover{

    transform:
    translateY(-8px);

    border-color:
    rgba(255,140,26,.3);

}

.counter{

    font-size:58px;

    font-weight:800;

    color:var(--primary);

    line-height:1;

    margin-bottom:15px;

}

.stat-card h3{

    font-size:18px;

    color:var(--muted);

}

/* =====================================================
   CONTENT BLOCKS
===================================================== */

.info-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;

    margin-top:50px;

}

.info-box{

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.03),
    rgba(255,255,255,.01)
    );

    border:
    1px solid rgba(255,255,255,.05);

    border-radius:var(--radius);

    padding:35px;

    transition:.35s ease;

    position:relative;

    overflow:hidden;

}

.info-box::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:3px;

    background:var(--primary);

    transform:scaleX(0);

    transition:.35s ease;

}

.info-box:hover{

    transform:
    translateY(-8px);

    border-color:
    rgba(255,140,26,.25);

}

.info-box:hover::before{

    transform:scaleX(1);

}

.info-box h3{

    margin-bottom:15px;

    font-size:22px;

}

/* =====================================================
   ABOUT
===================================================== */

.about-page{

    padding:120px 0;

}

.about-content{

    max-width:1000px;

    margin:0 auto;

}

.about-content h2{

    font-size:42px;

    margin:
    60px 0 20px;

}

.about-highlight{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;

    margin-top:50px;

}

.highlight-card{

    background:
    var(--dark-3);

    border:
    1px solid rgba(255,255,255,.05);

    border-radius:var(--radius);

    padding:35px;

    transition:.35s ease;

}

.highlight-card:hover{

    transform:
    translateY(-8px);

    border-color:
    rgba(255,140,26,.25);

}

/* =====================================================
   FAQ
===================================================== */

.faq-item{

    background:
    var(--dark-3);

    border:
    1px solid rgba(255,255,255,.05);

    border-radius:var(--radius);

    padding:28px;

    margin-bottom:20px;

}

.faq-item h3{

    cursor:pointer;

    font-size:20px;

}

.faq-item p{

    max-height:0;

    overflow:hidden;

    transition:
    max-height .4s ease,
    margin-top .4s ease;

}

.faq-item.open p{

    max-height:300px;

    margin-top:15px;

}

/* =====================================================
   SEO FOOTER
===================================================== */

.seo-footer{

    padding:120px 0;

    background:
    linear-gradient(
    180deg,
    var(--dark-2),
    var(--dark)
    );

    border-top:
    1px solid rgba(255,255,255,.05);

}

.seo-footer h2{

    font-size:42px;

    margin-bottom:25px;

}

.seo-footer p{

    max-width:900px;

    margin-bottom:20px;

}

/* =====================================================
   FOOTER
===================================================== */

footer{

    background:#05070b;

}

.footer-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:40px;

    padding:80px 0;

}

.footer-grid h3{

    margin-bottom:20px;

}

.footer-grid li{

    margin-bottom:12px;

}

.footer-grid a{

    color:var(--muted);

    transition:.3s ease;

}

.footer-grid a:hover{

    color:var(--primary);

}

.copyright{

    border-top:
    1px solid rgba(255,255,255,.05);

    padding:25px;

    text-align:center;

    color:var(--muted);

}

/* =====================================================
   ANIMATIONS
===================================================== */

.hidden{

    opacity:0;

    transform:
    translateY(40px);

    transition:
    opacity .7s ease,
    transform .7s ease;

}

.show{

    opacity:1;

    transform:
    translateY(0);

}

.back-to-top{

    position:fixed;

    right:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    cursor:pointer;

    z-index:9999;

    opacity:0;

    visibility:hidden;

    transition:.3s ease;

}

.back-to-top.visible{

    opacity:1;

    visibility:visible;

}

/* =====================================================
   404 PAGE
===================================================== */

.error-page{

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    padding:120px 20px;

}

.error-page h1{

    font-size:140px;

    line-height:1;

    color:var(--primary);

    margin-bottom:20px;

}

.error-page h2{

    font-size:42px;

    margin-bottom:20px;

}

.error-page p{

    max-width:700px;

    margin:0 auto 30px;

}

/* =====================================================
   SCROLLBAR
===================================================== */

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#0a0d12;

}

::-webkit-scrollbar-thumb{

    background:var(--primary);

    border-radius:999px;

}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1200px){

    .hero-content h1{

        font-size:64px;

    }

}

@media(max-width:992px){

    .stats-grid,
    .info-grid,
    .about-highlight,
    .footer-grid{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .mobile-toggle{

        display:block;

    }

    nav{

        display:none;

    }

    nav.active{

        display:block;

        position:fixed;

        top:90px;

        left:0;

        width:100%;

        background:var(--dark-2);

        padding:30px;

        border-top:
        1px solid rgba(255,255,255,.05);

    }

    nav ul{

        flex-direction:column;

        align-items:flex-start;

        gap:20px;

    }

    .hero-content h1{

        font-size:46px;

    }

    .hero-content p{

        font-size:18px;

    }

}

@media(max-width:480px){

    .hero-content h1{

        font-size:36px;

    }

    .btn-primary{

        width:100%;

    }

}