
.atlas-home{
 --ink:#10161d;--ink2:#1a242d;--muted:#69727d;--paper:#f5f3ee;--line:#e5e7e9;
 --accent:#d94a1e;--soft:#fff2ec;--white:#fff;
 font-family:Arial,Helvetica,sans-serif;color:var(--ink)
}
.atlas-home *{box-sizing:border-box}
.ah-wrap{max-width:1240px;margin:0 auto;padding:0 24px}
.ah-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}
.ah-kicker:before{content:"";width:32px;height:2px;background:var(--accent)}
.ah-btn{display:inline-block;text-decoration:none;padding:16px 27px;font-size:13px;font-weight:800;letter-spacing:.04em;transition:.2s ease}
.ah-btn-red{background:var(--accent);color:#fff!important}
.ah-btn-red:hover{background:var(--ink)}
.ah-btn-dark{background:var(--ink);color:#fff!important}
.ah-btn-dark:hover{background:var(--accent)}
.ah-btn-light{border:1px solid rgba(255,255,255,.36);color:#fff!important;background:transparent}
.ah-btn-light:hover{background:#fff;color:var(--ink)!important}

/* HERO */
.ah-hero{background:var(--paper);padding:56px 0 0}
.ah-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:stretch;gap:36px}
.ah-hero-copy{padding:42px 0 68px}
.ah-title{font-size:64px;line-height:.98;letter-spacing:-.045em;margin:16px 0 20px;font-weight:800}
.ah-title em{font-style:normal;color:var(--accent)}
.ah-lead{max-width:680px;color:var(--muted);font-size:17px;line-height:1.8;margin:0 0 26px}
.ah-actions{display:flex;flex-wrap:wrap;gap:10px}
.ah-hero-media{position:relative;min-height:610px;overflow:hidden;background:#d7dadd}
.ah-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ah-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(7,10,13,.58))}
.ah-hero-badge{position:absolute;z-index:3;left:24px;bottom:24px;background:#fff;padding:18px 20px;max-width:285px;box-shadow:0 18px 46px rgba(0,0,0,.14)}
.ah-hero-badge small{display:block;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}
.ah-hero-badge strong{font-size:18px;line-height:1.35}
.ah-hero-bottom{background:#10161d;color:#fff}
.ah-benefits{display:grid;grid-template-columns:repeat(3,1fr)}
.ah-benefit{padding:24px 28px;border-right:1px solid rgba(255,255,255,.10)}
.ah-benefit:last-child{border-right:0}
.ah-benefit span{display:block;color:#ffb89c;font-size:10px;font-weight:800;letter-spacing:.14em;margin-bottom:7px}
.ah-benefit strong{display:block;font-size:18px;margin-bottom:5px}
.ah-benefit p{margin:0;color:#aeb8c0;font-size:13px;line-height:1.6}

/* ABOUT */
.ah-about{padding:92px 0}
.ah-about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.ah-about-image{position:relative;min-height:520px;overflow:hidden;background:#ddd}
.ah-about-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ah-about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.5))}
.ah-h2{font-size:44px;line-height:1.08;letter-spacing:-.028em;margin:14px 0 18px}
.ah-text{font-size:16px;line-height:1.85;color:var(--muted)}
.ah-note{margin:22px 0;background:var(--soft);border-left:4px solid var(--accent);padding:20px 22px}
.ah-note strong{display:block;font-size:17px;margin-bottom:5px}
.ah-note span{font-size:14px;color:var(--muted);line-height:1.7}
.ah-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}
.ah-stat{border:1px solid var(--line);padding:18px}
.ah-stat strong{display:block;font-size:23px;margin-bottom:5px}
.ah-stat span{font-size:12px;color:var(--muted);line-height:1.5}

/* PRODUCTS */
.ah-products{background:var(--paper);padding:80px 0}
.ah-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:30px}
.ah-head p{max-width:450px;color:var(--muted);font-size:14px;line-height:1.7;border-left:3px solid var(--accent);padding-left:14px;margin:0}
.ah-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ah-product{background:#fff;border:1px solid var(--line);overflow:hidden;transition:.25s ease}
.ah-product:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(16,22,29,.08);border-color:#d6dadd}
.ah-product-image{height:250px;background:#f7f7f7;padding:10px;display:flex;align-items:center;justify-content:center}
.ah-product-image img{width:100%;height:100%;object-fit:contain;display:block}
.ah-product-body{padding:22px 20px 22px}
.ah-product small{display:block;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}
.ah-product h3{font-size:23px;line-height:1.18;margin:0 0 9px}
.ah-product p{font-size:13px;line-height:1.7;color:var(--muted);margin:0 0 14px}
.ah-product a{font-size:12px;font-weight:800;color:var(--ink)!important;text-decoration:none;border-bottom:1px solid rgba(16,22,29,.35);padding-bottom:3px}
.ah-product a:hover{color:var(--accent)!important;border-color:var(--accent)}

/* WHY */
.ah-why{padding:88px 0}
.ah-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.ah-why-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ah-why-card{border:1px solid var(--line);padding:22px;background:#fff}
.ah-why-card span{display:block;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.14em;margin-bottom:9px}
.ah-why-card strong{display:block;font-size:18px;margin-bottom:6px}
.ah-why-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.ah-why-photo{position:relative;min-height:500px;overflow:hidden;background:#ddd}
.ah-why-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* PROCESS */
.ah-process{background:#10161d;color:#fff;padding:78px 0}
.ah-process .ah-kicker{color:#ffb89c}
.ah-process .ah-h2{color:#fff}
.ah-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}
.ah-step{border-top:2px solid var(--accent);padding-top:20px}
.ah-step span{display:block;color:#ffb89c;font-size:11px;font-weight:800;letter-spacing:.14em;margin-bottom:10px}
.ah-step strong{display:block;font-size:19px;margin-bottom:8px}
.ah-step p{margin:0;color:#aeb7bf;font-size:13px;line-height:1.7}

/* GALLERY */
.ah-gallery{padding:85px 0}
.ah-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:260px 260px;gap:14px}
.ah-g{position:relative;overflow:hidden;background:#ddd}
.ah-g:first-child{grid-row:1 / span 2}
.ah-g img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s ease}
.ah-g:hover img{transform:scale(1.04)}
.ah-g:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.35))}
.ah-gallery-actions{text-align:center;margin-top:26px}

/* CTA - GÖRSELSİZ / TEMİZ KOYU ALAN */
.ah-cta{position:relative;min-height:410px;overflow:hidden;background:#10161D;border-top:1px solid #202A33;border-bottom:3px solid #D94A1E}
.ah-cta:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:#D94A1E}
.ah-cta:after{content:"";position:absolute;right:-110px;top:-110px;width:330px;height:330px;border:1px solid rgba(255,255,255,.05);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)}
.ah-cta-content{position:relative;z-index:2;max-width:820px;padding:76px 60px;color:#fff}
.ah-cta-content h2{font-size:42px;line-height:1.1;margin:14px 0;max-width:760px}
.ah-cta-content p{font-size:15px;line-height:1.8;color:#C9D0D6;max-width:650px}

@media(max-width:1024px){
 .ah-title{font-size:52px}
 .ah-hero-grid,.ah-about-grid,.ah-why-grid{grid-template-columns:1fr}
 .ah-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ah-flow{grid-template-columns:repeat(2,1fr)}
 .ah-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 250px 250px}
 .ah-g:first-child{grid-column:1 / span 2;grid-row:auto}
}
@media(max-width:700px){
 .ah-wrap{padding:0 18px}
 .ah-hero{padding-top:34px}
 .ah-title{font-size:40px}
 .ah-hero-media{min-height:410px}
 .ah-benefits{grid-template-columns:1fr}
 .ah-benefit{border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}
 .ah-h2{font-size:32px}
 .ah-stats,.ah-product-grid,.ah-why-list,.ah-flow{grid-template-columns:1fr}
 .ah-head{display:block}
 .ah-head p{margin-top:15px}
 .ah-product-image{height:240px}
 .ah-gallery-grid{grid-template-columns:1fr;grid-template-rows:none}
 .ah-g,.ah-g:first-child{min-height:320px;grid-column:auto;grid-row:auto}
 .ah-cta-content{padding:55px 24px}
 .ah-cta-content h2{font-size:32px}
}


/* ===== ATLASLAR KAROSER PREMIUM SLIDER V2 ===== */
.ah-hero{
    padding:0 !important;
    background:#10161d !important;
}
.ah-slider{
    position:relative;
    width:100%;
    height:700px;
    min-height:700px;
    overflow:hidden;
    background:#10161d;
}
.ah-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .75s ease, visibility .75s ease;
}
.ah-slide.is-active{
    opacity:1;
    visibility:visible;
    z-index:2;
}
.ah-slide-bg{
    position:absolute;
    inset:0;
}
.ah-slide-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transform:scale(1.025);
    transition:transform 7s linear;
}
.ah-slide.is-active .ah-slide-bg img{
    transform:scale(1.08);
}
.ah-slide-overlay{
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(7,11,15,.92) 0%,rgba(7,11,15,.75) 42%,rgba(7,11,15,.25) 72%,rgba(7,11,15,.08) 100%),
      linear-gradient(180deg,rgba(7,11,15,.08),rgba(7,11,15,.26));
}
.ah-slide-content{
    position:relative;
    z-index:3;
    height:100%;
    max-width:1240px;
    margin:0 auto;
    padding:0 24px;
    display:flex;
    align-items:center;
}
.ah-slide-copy{
    max-width:730px;
    color:#fff;
    padding-bottom:20px;
}
.ah-slide-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#ffb89c;
    margin-bottom:16px;
}
.ah-slide-kicker:before{
    content:"";
    width:34px;
    height:2px;
    background:#d94a1e;
}
.ah-slide-title{
    margin:0 0 18px;
    color:#fff;
    font-size:64px;
    line-height:.99;
    font-weight:800;
    letter-spacing:-.045em;
    max-width:760px;
}
.ah-slide-title em{
    font-style:normal;
    color:#f15a29;
}
.ah-slide-text{
    margin:0 0 25px;
    max-width:620px;
    color:#d5dbe0;
    font-size:16px;
    line-height:1.75;
}
.ah-slide-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.ah-slide-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 25px;
    text-decoration:none !important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    transition:.2s ease;
}
.ah-slide-btn-primary{
    background:#d94a1e;
    color:#fff !important;
}
.ah-slide-btn-primary:hover{
    background:#fff;
    color:#10161d !important;
}
.ah-slide-btn-secondary{
    border:1px solid rgba(255,255,255,.48);
    color:#fff !important;
    background:rgba(16,22,29,.18);
    backdrop-filter:blur(5px);
}
.ah-slide-btn-secondary:hover{
    background:#fff;
    color:#10161d !important;
    border-color:#fff;
}
.ah-slider-ui{
    position:absolute;
    z-index:6;
    left:0;
    right:0;
    bottom:28px;
    pointer-events:none;
}
.ah-slider-ui-inner{
    max-width:1240px;
    margin:0 auto;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.ah-slider-dots{
    display:flex;
    gap:9px;
    pointer-events:auto;
}
.ah-slider-dot{
    width:36px;
    height:3px;
    background:rgba(255,255,255,.35);
    border:0;
    padding:0;
    cursor:pointer;
    transition:.25s ease;
}
.ah-slider-dot.is-active{
    width:58px;
    background:#f15a29;
}
.ah-slider-arrows{
    display:flex;
    gap:8px;
    pointer-events:auto;
}
.ah-slider-arrow{
    width:46px;
    height:46px;
    border:1px solid rgba(255,255,255,.36);
    background:rgba(10,15,19,.28);
    color:#fff;
    font-size:22px;
    cursor:pointer;
    transition:.2s ease;
    backdrop-filter:blur(6px);
}
.ah-slider-arrow:hover{
    background:#fff;
    color:#10161d;
    border-color:#fff;
}
.ah-slider-count{
    position:absolute;
    z-index:5;
    top:30px;
    right:max(24px,calc((100% - 1192px)/2));
    color:rgba(255,255,255,.82);
    font-size:12px;
    font-weight:800;
    letter-spacing:.14em;
}
.ah-slider-count strong{
    color:#f15a29;
    font-size:18px;
    margin-right:4px;
}
.ah-hero-bottom{
    position:relative;
    z-index:7;
}
@media(max-width:1024px){
    .ah-slider{
        height:640px;
        min-height:640px;
    }
    .ah-slide-title{
        font-size:52px;
        max-width:650px;
    }
    .ah-slide-copy{
        max-width:680px;
    }
}
@media(max-width:700px){
    .ah-slider{
        height:610px;
        min-height:610px;
    }
    .ah-slide-overlay{
        background:linear-gradient(180deg,rgba(7,11,15,.54) 0%,rgba(7,11,15,.86) 62%,rgba(7,11,15,.96) 100%);
    }
    .ah-slide-content{
        align-items:flex-end;
        padding:0 18px 96px;
    }
    .ah-slide-copy{
        padding:0;
    }
    .ah-slide-title{
        font-size:39px;
        line-height:1.03;
        max-width:100%;
    }
    .ah-slide-text{
        font-size:14px;
        line-height:1.7;
        max-width:100%;
    }
    .ah-slide-btn{
        min-height:48px;
        padding:0 19px;
    }
    .ah-slider-ui{
        bottom:24px;
    }
    .ah-slider-ui-inner{
        padding:0 18px;
    }
    .ah-slider-arrow{
        width:42px;
        height:42px;
    }
    .ah-slider-count{
        top:20px;
        right:18px;
    }
}


/* =========================================================
   ATLASLAR KAROSER - PREMIUM SPLIT SLIDER V3
   ========================================================= */
.ah-hero{
    padding:0 !important;
    background:#0f161d !important;
}
.ah-slider{
    position:relative;
    overflow:hidden;
    min-height:720px;
    background:
        radial-gradient(circle at 86% 15%, rgba(217,74,30,.14), transparent 26%),
        linear-gradient(120deg,#0d151c 0%,#12202a 58%,#161d23 100%);
}
.ah-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .55s ease, visibility .55s ease;
}
.ah-slide.is-active{
    position:relative;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    z-index:2;
}
.ah-split-wrap{
    max-width:1240px;
    min-height:720px;
    margin:0 auto;
    padding:74px 24px 76px;
    display:grid;
    grid-template-columns:.93fr 1.07fr;
    gap:58px;
    align-items:center;
}
.ah-split-copy{
    position:relative;
    z-index:3;
    color:#fff;
}
.ah-split-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#ffad91;
    font-size:11px;
    font-weight:800;
    letter-spacing:.17em;
    text-transform:uppercase;
    margin-bottom:18px;
}
.ah-split-kicker:before{
    content:"";
    display:block;
    width:34px;
    height:2px;
    background:#d94a1e;
}
.ah-split-title{
    margin:0 0 14px;
    color:#fff;
    font-size:66px;
    line-height:1.01;
    letter-spacing:-.045em;
    font-weight:800;
}
.ah-split-subtitle{
    margin:0 0 24px;
    padding-left:18px;
    border-left:4px solid #d94a1e;
    color:#f15a29;
    font-size:34px;
    line-height:1.12;
    font-weight:700;
    letter-spacing:-.02em;
}
.ah-split-text{
    max-width:610px;
    margin:0;
    color:#c7d0d8;
    font-size:16px;
    line-height:1.85;
}
.ah-split-tags{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin:26px 0 28px;
}
.ah-split-tag{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:0 13px;
    border:1px solid rgba(255,255,255,.17);
    background:rgba(255,255,255,.05);
    color:#e7ecf0;
    font-size:11px;
    font-weight:800;
    letter-spacing:.02em;
}
.ah-split-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.ah-split-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 26px;
    text-decoration:none !important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    transition:.22s ease;
}
.ah-split-btn.primary{
    background:#d94a1e;
    color:#fff !important;
}
.ah-split-btn.primary:hover{
    background:#fff;
    color:#10161d !important;
}
.ah-split-btn.secondary{
    border:1px solid rgba(255,255,255,.32);
    color:#fff !important;
    background:transparent;
}
.ah-split-btn.secondary:hover{
    border-color:#fff;
    background:#fff;
    color:#10161d !important;
}

.ah-split-media{
    position:relative;
    z-index:2;
}
.ah-media-shell{
    position:relative;
    min-height:555px;
    border:10px solid rgba(255,255,255,.09);
    background:#1a242d;
    overflow:hidden;
    border-radius:26px;
    box-shadow:0 28px 80px rgba(0,0,0,.24);
}
.ah-media-shell:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,.02) 48%,rgba(8,12,16,.24) 100%);
}
.ah-media-shell img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform 7s ease;
}
.ah-slide.is-active .ah-media-shell img{
    transform:scale(1.035);
}
.ah-media-card{
    position:absolute;
    z-index:4;
    left:28px;
    bottom:28px;
    width:min(355px,calc(100% - 56px));
    padding:20px 22px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(10,18,25,.90);
    backdrop-filter:blur(10px);
    border-radius:14px;
    color:#fff;
    box-shadow:0 16px 42px rgba(0,0,0,.24);
}
.ah-media-card small{
    display:block;
    margin-bottom:8px;
    color:#ffad91;
    font-size:10px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.ah-media-card strong{
    display:block;
    font-size:20px;
    line-height:1.25;
}
.ah-media-accent{
    position:absolute;
    right:-36px;
    top:-36px;
    width:140px;
    height:140px;
    border:1px solid rgba(217,74,30,.36);
    border-radius:50%;
    box-shadow:
        0 0 0 34px rgba(217,74,30,.055),
        0 0 0 68px rgba(217,74,30,.03);
}

.ah-split-nav{
    position:absolute;
    z-index:6;
    left:50%;
    bottom:22px;
    width:min(1192px,calc(100% - 48px));
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:space-between;
    pointer-events:none;
}
.ah-split-dots{
    display:flex;
    align-items:center;
    gap:8px;
    pointer-events:auto;
}
.ah-split-dot{
    width:38px;
    height:3px;
    border:0;
    padding:0;
    background:rgba(255,255,255,.24);
    cursor:pointer;
    transition:.2s ease;
}
.ah-split-dot.is-active{
    width:58px;
    background:#d94a1e;
}
.ah-split-arrows{
    display:flex;
    gap:8px;
    pointer-events:auto;
}
.ah-split-arrow{
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.045);
    color:#fff;
    font-size:22px;
    cursor:pointer;
    transition:.2s ease;
}
.ah-split-arrow:hover{
    background:#fff;
    border-color:#fff;
    color:#10161d;
}
.ah-split-count{
    position:absolute;
    z-index:6;
    right:max(24px,calc((100% - 1192px)/2));
    top:36px;
    color:#b6c0c8;
    font-size:11px;
    font-weight:800;
    letter-spacing:.14em;
}
.ah-split-count strong{
    color:#f15a29;
    font-size:17px;
    margin-right:5px;
}
.ah-hero-bottom{
    position:relative;
    z-index:8;
    background:#0b1218 !important;
}

@media(max-width:1024px){
    .ah-slider,
    .ah-split-wrap{
        min-height:auto;
    }
    .ah-split-wrap{
        grid-template-columns:1fr;
        gap:36px;
        padding-top:68px;
        padding-bottom:92px;
    }
    .ah-split-title{font-size:54px}
    .ah-split-subtitle{font-size:29px}
    .ah-media-shell{min-height:500px}
}
@media(max-width:700px){
    .ah-split-wrap{
        padding:56px 18px 88px;
        gap:30px;
    }
    .ah-split-title{
        font-size:41px;
        line-height:1.03;
    }
    .ah-split-subtitle{
        font-size:24px;
        padding-left:13px;
        border-left-width:3px;
    }
    .ah-split-text{
        font-size:14px;
        line-height:1.75;
    }
    .ah-split-tags{
        margin:20px 0 24px;
        gap:7px;
    }
    .ah-split-tag{
        min-height:36px;
        padding:0 10px;
        font-size:10px;
    }
    .ah-media-shell{
        min-height:380px;
        border-width:6px;
        border-radius:18px;
    }
    .ah-media-card{
        left:15px;
        bottom:15px;
        width:calc(100% - 30px);
        padding:16px 17px;
    }
    .ah-media-card strong{font-size:17px}
    .ah-split-count{
        top:18px;
        right:18px;
    }
    .ah-split-nav{
        bottom:18px;
        width:calc(100% - 36px);
    }
    .ah-split-arrow{
        width:41px;
        height:41px;
    }
}


/* =========================================================
   ATLASLAR KAROSER - MOBILE FIRST PREMIUM SLIDER V4
   ========================================================= */
.ah-hero{background:#0e151b!important;padding:0!important}

.ah-slider{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 88% 18%,rgba(217,74,30,.11),transparent 25%),
        linear-gradient(135deg,#0b1217 0%,#101a22 56%,#172029 100%);
}

.ah-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .5s ease,visibility .5s ease;
}
.ah-slide.is-active{
    position:relative;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    z-index:2;
}

.ah-v4{
    max-width:1240px;
    min-height:650px;
    margin:0 auto;
    padding:58px 24px 72px;
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:54px;
    align-items:center;
}

.ah-v4-copy{color:#fff}
.ah-v4-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
    color:#ffad91;
    font-size:11px;
    font-weight:800;
    letter-spacing:.17em;
    text-transform:uppercase
}
.ah-v4-kicker:before{
    content:"";
    width:34px;
    height:2px;
    background:#d94a1e
}

.ah-v4-title{
    margin:0 0 14px;
    color:#fff;
    font-size:58px;
    line-height:1.02;
    font-weight:800;
    letter-spacing:-.04em
}
.ah-v4-title span{color:#ef5b2a}

.ah-v4-sub{
    margin:0 0 18px;
    color:#fff;
    font-size:27px;
    line-height:1.15;
    font-weight:700
}

.ah-v4-text{
    max-width:560px;
    margin:0 0 22px;
    color:#c6cfd6;
    font-size:15px;
    line-height:1.78
}

.ah-v4-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:24px
}
.ah-v4-tag{
    border:1px solid rgba(255,255,255,.16);
    background:rgba(255,255,255,.04);
    color:#e7ecf0;
    padding:9px 12px;
    font-size:10px;
    font-weight:800;
    letter-spacing:.03em
}

.ah-v4-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px
}
.ah-v4-btn{
    min-height:50px;
    padding:0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none!important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    transition:.2s ease
}
.ah-v4-btn.primary{
    background:#d94a1e;
    color:#fff!important
}
.ah-v4-btn.primary:hover{
    background:#fff;
    color:#10161d!important
}
.ah-v4-btn.secondary{
    border:1px solid rgba(255,255,255,.32);
    color:#fff!important
}
.ah-v4-btn.secondary:hover{
    background:#fff;
    color:#10161d!important
}

.ah-v4-media{
    position:relative;
    padding:12px;
    border-radius:26px;
    background:rgba(255,255,255,.08)
}
.ah-v4-frame{
    position:relative;
    height:500px;
    border-radius:18px;
    overflow:hidden;
    background:#111820;
    display:flex;
    align-items:center;
    justify-content:center
}
.ah-v4-frame img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    background:#111820
}

.ah-v4-card{
    position:absolute;
    left:28px;
    bottom:28px;
    width:min(330px,calc(100% - 56px));
    padding:18px 20px;
    border-radius:12px;
    background:rgba(10,17,23,.92);
    color:#fff;
    backdrop-filter:blur(9px);
    box-shadow:0 16px 40px rgba(0,0,0,.22)
}
.ah-v4-card small{
    display:block;
    color:#ffad91;
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
    text-transform:uppercase;
    margin-bottom:7px
}
.ah-v4-card strong{
    display:block;
    font-size:18px;
    line-height:1.3
}

.ah-v4-nav{
    position:absolute;
    z-index:8;
    left:50%;
    bottom:18px;
    width:min(1192px,calc(100% - 48px));
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:space-between;
    pointer-events:none
}
.ah-v4-dots{
    display:flex;
    align-items:center;
    gap:8px;
    pointer-events:auto
}
.ah-v4-dot{
    width:42px;
    height:3px;
    border:0;
    padding:0;
    background:rgba(255,255,255,.24);
    cursor:pointer
}
.ah-v4-dot.is-active{
    width:62px;
    background:#d94a1e
}
.ah-v4-arrows{
    display:flex;
    gap:8px;
    pointer-events:auto
}
.ah-v4-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.05);
    color:#fff;
    font-size:21px;
    cursor:pointer
}
.ah-v4-arrow:hover{
    background:#fff;
    color:#10161d
}

.ah-v4-count{
    position:absolute;
    z-index:8;
    top:24px;
    right:max(24px,calc((100% - 1192px)/2));
    color:#b8c1c9;
    font-size:11px;
    font-weight:800;
    letter-spacing:.14em
}
.ah-v4-count strong{
    color:#ef5b2a;
    font-size:16px;
    margin-right:5px
}

/* Tablet */
@media(max-width:1024px){
    .ah-v4{
        min-height:auto;
        grid-template-columns:1fr;
        gap:32px;
        padding:56px 24px 84px
    }
    .ah-v4-title{font-size:48px}
    .ah-v4-frame{height:480px}
}

/* Mobil */
@media(max-width:700px){
    .ah-v4{
        display:flex;
        flex-direction:column;
        gap:24px;
        padding:44px 18px 82px
    }

    .ah-v4-media{
        order:1;
        width:100%;
        padding:6px;
        border-radius:16px
    }
    .ah-v4-copy{
        order:2;
        width:100%
    }

    .ah-v4-frame{
        height:auto;
        aspect-ratio:4/3;
        border-radius:12px
    }
    .ah-v4-frame img{
        object-fit:contain!important
    }

    .ah-v4-card{
        left:12px;
        right:12px;
        bottom:12px;
        width:auto;
        padding:13px 14px
    }
    .ah-v4-card small{
        margin-bottom:4px;
        font-size:9px
    }
    .ah-v4-card strong{
        font-size:14px;
        line-height:1.25
    }

    .ah-v4-kicker{
        font-size:9px;
        margin-bottom:12px
    }
    .ah-v4-kicker:before{width:24px}

    .ah-v4-title{
        font-size:36px;
        line-height:1.03;
        margin-bottom:10px
    }
    .ah-v4-sub{
        font-size:21px;
        margin-bottom:13px
    }
    .ah-v4-text{
        font-size:14px;
        line-height:1.68;
        margin-bottom:17px
    }

    .ah-v4-tags{
        gap:6px;
        margin-bottom:19px
    }
    .ah-v4-tag{
        padding:8px 9px;
        font-size:9px
    }

    .ah-v4-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px
    }
    .ah-v4-btn{
        min-height:46px;
        padding:0 12px;
        font-size:10px
    }

    .ah-v4-count{
        top:14px;
        right:18px;
        font-size:9px
    }
    .ah-v4-count strong{font-size:14px}

    .ah-v4-nav{
        bottom:16px;
        width:calc(100% - 36px)
    }
    .ah-v4-arrow{
        width:39px;
        height:39px
    }
    .ah-v4-dot{
        width:30px
    }
    .ah-v4-dot.is-active{
        width:46px
    }
}

/* V4.1 - Ana sayfa alt ek bölüm */
.ah-bottom-extra{background:#fff;padding:88px 0;border-top:1px solid #eceeef}.ah-bottom-extra-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}.ah-bottom-extra-copy .ah-kicker{margin-bottom:16px}.ah-bottom-extra-copy .ah-h2{max-width:650px;margin-bottom:18px}.ah-bottom-extra-lead{max-width:650px;color:#5f6870;font-size:16px;line-height:1.8;margin:0}.ah-bottom-extra-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.ah-bottom-extra-card{border:1px solid #e4e7ea;padding:20px;min-height:116px;background:#fff;transition:.25s ease}.ah-bottom-extra-card:hover{border-color:#d94a1e;transform:translateY(-3px);box-shadow:0 12px 28px rgba(16,22,29,.06)}.ah-bottom-extra-card span{display:block;color:#d94a1e;font-size:11px;font-weight:800;letter-spacing:.09em;margin-bottom:8px}.ah-bottom-extra-card strong{display:block;color:#10161d;font-size:16px;margin-bottom:6px}.ah-bottom-extra-card p{margin:0;color:#737c84;font-size:13px;line-height:1.55}.ah-bottom-extra-actions{margin-top:28px}.ah-bottom-outline{background:#fff!important;color:#10161d!important;border:1px solid #cdd2d6!important}.ah-bottom-outline:hover{border-color:#10161d!important;background:#10161d!important;color:#fff!important}.ah-bottom-extra-visual{position:relative}.ah-bottom-extra-image{height:545px;overflow:hidden;background:#edf0f2}.ah-bottom-extra-image img{width:100%;height:100%;object-fit:cover;display:block}.ah-bottom-extra-label{position:absolute;left:-28px;bottom:28px;width:235px;background:#10161d;color:#fff;padding:22px 25px}.ah-bottom-extra-label small{display:block;color:#ff8a62;font-size:10px;font-weight:800;letter-spacing:.14em;margin-bottom:7px}.ah-bottom-extra-label strong{font-size:18px;line-height:1.3}.ah-bottom-extra+.ah-cta{margin-top:0}
@media(max-width:950px){.ah-bottom-extra-grid{grid-template-columns:1fr;gap:42px}.ah-bottom-extra-image{height:440px}.ah-bottom-extra-label{left:20px}}
@media(max-width:620px){.ah-bottom-extra{padding:60px 0}.ah-bottom-extra-grid{gap:32px}.ah-bottom-extra-features{grid-template-columns:1fr}.ah-bottom-extra-image{height:330px}.ah-bottom-extra-label{left:14px;bottom:14px;width:210px;padding:17px 18px}.ah-bottom-extra-actions{display:grid;grid-template-columns:1fr}.ah-bottom-extra-actions .ah-btn{width:100%}}
