*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    scroll-behavior:auto !important;
}
body{
    font-family:'Inter',sans-serif;
    background:#f5f1ea;
    color:#111;
    overflow-x:hidden;
    position:relative;
}
body::before{
    content:"";
    position:fixed;
    inset:0;
    background:
        radial-gradient(circle at top left,rgba(199,168,140,.14),transparent 35%),
        radial-gradient(circle at bottom right,rgba(160,120,95,.12),transparent 30%);
    pointer-events:none;
    z-index:-2;
}
body::after{
    content:"";
    position:fixed;
    inset:0;
    background-image:url("https://grainy-gradients.vercel.app/noise.svg");
    opacity:.04;
    pointer-events:none;
    z-index:-1;
}

/* ===================== HERO ===================== */
.hero.services-hero{
    height:105vh;
    min-height:920px;
    max-height:1120px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding:0 100px;
}
.hero.services-hero .hero-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
}
.hero.services-hero .hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 30%;
    display:block;
    transform:scale(1.04);
    transition:transform 1.2s ease;
}
.hero.services-hero:hover .hero-bg img{
    transform:scale(1.08);
}
.hero.services-hero .hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.28));
}
.hero.services-hero .hero-noise{
    position:absolute;
    inset:0;
    background-image:url("https://grainy-gradients.vercel.app/noise.svg");
    opacity:.06;
}
.hero.services-hero .hero-glow{
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    background:#9a6c4f;
    filter:blur(160px);
    opacity:.22;
    right:-200px;
    top:-200px;
}
.hero.services-hero .hero-content{
    position:relative;
    z-index:3;
    color:#fff;
    width:100%;
    max-width:1400px;
}
.hero.services-hero .hero-content span{
    font-size:11px;
    letter-spacing:5px;
    color:#d7c0aa;
    display:block;
    margin-bottom:18px;
}
.hero.services-hero .hero-content h1{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(75px,10vw,123px);
    line-height:.88;
    letter-spacing:-2px;
    margin:0 0 20px;
}
.hero.services-hero .hero-content p{
    max-width:480px;
    line-height:1.8;
    font-size:15px;
    color:rgba(255,255,255,.72);
}

/* ===================== INTRO ===================== */
.intro-text{
    min-height:60vh;
    display:flex;
    align-items:center;
    padding:120px 7%;
    position:relative;
}
.intro-glow{
    position:absolute;
    width:800px;
    height:800px;
    border-radius:50%;
    background:#ead8c7;
    filter:blur(170px);
    opacity:.6;
    left:-250px;
}
.intro-text h2{
    position:relative;
    z-index:2;
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(54px,12vw,190px);
    line-height:.82;
    letter-spacing:-6px;
}

/* ===================== SERVICES ===================== */
.services-showcase{
    position:relative;
    padding:120px 7% 80px;
    overflow:hidden;
}
.services-showcase::before{
    content:"DERMAVISION";
    position:absolute;
    top:10px;
    left:50%;
    transform:translateX(-50%);
    font-family:'Cormorant Garamond',serif;
    font-size:68px;
    opacity:.08;
    letter-spacing:-1px;
    pointer-events:none;
    z-index:0;
    white-space:nowrap;
    width:100%;
    text-align:center;
    color:#111;
}
.service-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
    margin-bottom:160px;
    position:relative;
}
.service-row:last-child{
    margin-bottom:0;
}
.service-row.reverse{
    direction:rtl;
}
.service-row.reverse > *{
    direction:ltr;
}
.service-content{
    position:relative;
    z-index:2;
}
.service-label{
    display:inline-block;
    margin-bottom:20px;
    font-size:11px;
    letter-spacing:4px;
    color:#9a7a62;
}
.service-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(36px,5vw,80px);
    line-height:.9;
    letter-spacing:-2px;
    margin-bottom:24px;
}
.service-content p{
    max-width:520px;
    font-size:15px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}
.service-content ul{
    list-style:none;
    padding:0;
    margin:0 0 32px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.service-content ul li{
    font-size:14px;
    line-height:1.6;
    color:#666;
    padding-left:20px;
    position:relative;
}
.service-content ul li::before{
    content:"—";
    position:absolute;
    left:0;
    color:#9a7a62;
    font-weight:500;
}
.service-content a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:170px;
    height:52px;
    border-radius:100px;
    background:#111;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:.4s;
}
.service-content a:hover{
    transform:translateY(-4px);
    background:#000;
}
.service-image{
    position:relative;
    height:680px;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 40px 100px rgba(0,0,0,.12);
}
.service-image::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:#ead8c7;
    filter:blur(140px);
    opacity:.55;
    z-index:1;
    right:-180px;
    top:-180px;
}
.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.2s;
}
.service-row:hover .service-image img{
    transform:scale(1.05);
}

/* ===================== TRUST ===================== */
.trust{
    position:relative;
    padding:160px 7%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    align-items:center;
    overflow:hidden;
}
.trust-glow{
    position:absolute;
    width:850px;
    height:850px;
    border-radius:50%;
    background:#ead7c7;
    filter:blur(180px);
    opacity:.45;
    right:-320px;
    top:-100px;
    pointer-events:none;
}
.trust-item{
    position:relative;
    z-index:2;
    text-align:center;
    padding:40px 20px;
}
.trust-item h2{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(72px,12vw,170px);
    line-height:.85;
    margin-bottom:18px;
    letter-spacing:-5px;
}
.trust-item p{
    color:#666;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
}

/* ===================== REVIEW ===================== */
.review{
    min-height:100vh;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:120px 7%;
}
.review-bg{
    position:absolute;
    inset:0;
}
.review-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.04);
}
.review-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.62);
}
.review-content{
    position:relative;
    z-index:3;
    text-align:center;
    color:#fff;
    max-width:1200px;
}
.review-content span{
    font-size:11px;
    letter-spacing:5px;
    color:#d7c0aa;
}
.review-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(40px,9vw,135px);
    line-height:.82;
    margin-top:35px;
}

/* ===================== CTA ===================== */
.cta{
    min-height:100vh;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.cta-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
}
.cta-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.03);
}
.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.68);
}
.cta-content{
    position:relative;
    z-index:3;
    color:#fff;
}
.cta-content span{
    font-size:11px;
    letter-spacing:5px;
    color:#d7c0aa;
    display:block;
    margin-bottom:8px;
}
.cta-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(48px,10vw,160px);
    line-height:.78;
    margin:35px 0 0;
}

/* ===================== TABLET 1400 ===================== */
@media(max-width:1400px){
    .hero.services-hero .hero-content h1{
        font-size:clamp(40px,6vw,80px);
    }
    .intro-text h2{
        font-size:clamp(54px,9vw,130px);
        letter-spacing:-4px;
    }
}

/* ===================== TABLET 1200 ===================== */
@media(max-width:1200px){
    .hero.services-hero{
        padding:0 48px;
    }
    .service-row{
        grid-template-columns:1fr;
        gap:40px;
        margin-bottom:100px;
        direction:ltr;
    }
    .service-row.reverse{
        direction:ltr;
    }
    .service-row .service-content{
        order:2;
    }
    .service-row .service-image{
        order:1;
    }
    .service-image{
        height:480px;
    }
    .trust{
        grid-template-columns:1fr;
        gap:40px;
    }
}

/* ===================== MOBİL 768 ===================== */
@media(max-width:768px){
   .hero.services-hero{
    height:56vh;
    min-height:340px;
    max-height:440px;
    padding:0 24px;
    align-items:center;
    padding-top:80px;
}
.hero.services-hero .hero-overlay{
    background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.76) 100%);
}
.hero.services-hero .hero-content span{
    font-size:10px;
    letter-spacing:3px;
    margin-bottom:8px;
}
.hero.services-hero .hero-content h1{
    font-size:clamp(32px,9vw,46px);
    line-height:.9;
    letter-spacing:-1px;
    margin:0 0 10px;
}
.hero.services-hero .hero-content p{
    font-size:13px;
    line-height:1.65;
    max-width:100%;
    color:rgba(255,255,255,.75);
}
    .intro-text{
        min-height:auto;
        padding:56px 20px 48px;
        align-items:flex-start;
    }
    .intro-text h2{
        font-size:clamp(38px,11vw,52px);
        line-height:.92;
        letter-spacing:-2px;
    }
    .intro-glow{
        width:220px;
        height:220px;
        filter:blur(70px);
        opacity:.3;
        left:-70px;
        top:-10px;
    }
    .services-showcase{
        padding:48px 20px 36px;
    }
    .services-showcase::before{
        font-size:32px;
        opacity:.04;
    }
    .service-row{
        margin-bottom:52px;
        gap:24px;
    }
    .service-label{
        font-size:10px;
        letter-spacing:3px;
        margin-bottom:10px;
    }
    .service-content h2{
        font-size:clamp(26px,8vw,38px);
        letter-spacing:-1px;
        margin-bottom:12px;
        line-height:.92;
    }
    .service-content p{
        font-size:13px;
        line-height:1.72;
        margin-bottom:12px;
    }
    .service-content ul{
        gap:7px;
        margin-bottom:16px;
    }
    .service-content ul li{
        font-size:12.5px;
        line-height:1.5;
        padding-left:16px;
    }
    .service-image{
        height:340px;
        border-radius:14px;
    }
    .service-image::before{
        display:none;
    }
    .trust{
        padding:52px 20px 44px;
        gap:16px;
    }
    .trust-item{
        padding:4px 0;
    }
    .trust-item h2{
        font-size:clamp(52px,15vw,72px);
        margin-bottom:6px;
        letter-spacing:-3px;
    }
    .trust-item p{
        font-size:10px;
        letter-spacing:1.5px;
    }
    .review{
        min-height:52vh;
        padding:64px 20px;
    }
    .review-content h2{
        font-size:clamp(30px,9vw,44px);
        line-height:.88;
        margin-top:16px;
    }
    .cta{
        min-height:48vh;
        padding:56px 20px;
    }
    .cta-content{
        max-width:280px;
        margin:0 auto;
    }
    .cta-content h2{
        font-size:clamp(34px,10vw,48px);
        line-height:.9;
        margin:16px auto 0;
    }
}

/* ===================== KÜÇÜK 480 ===================== */
@media(max-width:480px){
    .hero.services-hero{
        height:50vh;
        min-height:300px;
    }
    .hero.services-hero .hero-content h1{
        font-size:30px;
    }
    .service-image{
        height:300px;
    }
}