/* =========================================================
SEAACADEMYIK — YAŞLI BAKICILIĞI PREMIUM CSS
========================================================= */

:root{
    --primary:#0f172a;
    --secondary:#1e293b;
    --accent:#f97316;
    --accent2:#fb923c;
    --white:#ffffff;
    --text:#334155;
    --muted:#64748b;
    --border:#e2e8f0;
    --bg:#f8fafc;
    --success:#16a34a;
    --shadow:0 20px 60px rgba(15,23,42,.08);
    --radius:24px;
}

/* =========================================================
RESET
========================================================= */

.elder-page *{
    box-sizing:border-box;
}

.elder-page{
    background:#fff;
    overflow:hidden;
}

.elder-container{
    width:min(1240px, calc(100% - 32px));
    margin:auto;
}

.elder-section{
    padding:90px 0;
    position:relative;
}

.elder-center{
    text-align:center;
    max-width:850px;
    margin:0 auto 50px;
}

.elder-section-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(249,115,22,.12);
    color:var(--accent);
    font-weight:800;
    font-size:13px;
    letter-spacing:.3px;
    margin-bottom:18px;
}

.elder-section h2{
    font-size:clamp(32px,4vw,54px);
    line-height:1.1;
    color:var(--primary);
    margin:0 0 18px;
    font-weight:900;
}

.elder-section p{
    color:var(--text);
    line-height:1.9;
    font-size:17px;
}

/* =========================================================
HERO
========================================================= */

.elder-hero{
    position:relative;
    padding:110px 0 100px;
    background:
    radial-gradient(circle at top left, rgba(249,115,22,.10), transparent 35%),
    linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);
}

.elder-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.03) 1px, transparent 1px);
    background-size:40px 40px;
    pointer-events:none;
}

.elder-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}

.elder-badge{
    display:inline-flex;
    align-items:center;
    padding:12px 18px;
    border-radius:999px;
    background:#fff;
    color:var(--accent);
    border:1px solid rgba(249,115,22,.2);
    font-size:14px;
    font-weight:800;
    box-shadow:0 10px 30px rgba(249,115,22,.08);
    margin-bottom:22px;
}

.elder-hero h1{
    font-size:clamp(42px,6vw,78px);
    line-height:1.02;
    letter-spacing:-2px;
    color:var(--primary);
    margin:0 0 28px;
    font-weight:900;
}

.elder-hero p{
    font-size:19px;
    color:var(--text);
    line-height:1.9;
    margin-bottom:35px;
    max-width:760px;
}

.elder-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:40px;
}

.elder-btn{
    min-height:58px;
    padding:0 34px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:800;
    text-decoration:none;
    transition:.3s ease;
}

.elder-btn-primary{
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    color:#fff;
    box-shadow:0 18px 40px rgba(249,115,22,.35);
}

.elder-btn-primary:hover{
    transform:translateY(-4px);
}

.elder-btn-whatsapp{
    background:#16a34a;
    color:#fff;
    box-shadow:0 18px 40px rgba(22,163,74,.25);
}

.elder-btn-whatsapp:hover{
    transform:translateY(-4px);
}

.elder-trust-row{
    display:flex;
    gap:22px;
    flex-wrap:wrap;
}

.elder-trust-row div{
    min-width:170px;
    padding:20px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(15,23,42,.05);
    box-shadow:var(--shadow);
}

.elder-trust-row strong{
    display:block;
    font-size:22px;
    color:var(--primary);
    margin-bottom:5px;
}

.elder-trust-row span{
    color:var(--muted);
    font-size:14px;
}

.elder-hero-image img{
    width:100%;
    border-radius:32px;
    display:block;
    box-shadow:0 35px 80px rgba(15,23,42,.18);
}

/* =========================================================
LAYOUTS
========================================================= */

.elder-two-col{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.elder-info-card{
    background:#fff;
    border-radius:30px;
    padding:40px;
    box-shadow:var(--shadow);
    border:1px solid rgba(15,23,42,.06);
}

.elder-info-card h3{
    margin:0 0 22px;
    font-size:28px;
    color:var(--primary);
}

.elder-info-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.elder-info-card li{
    position:relative;
    padding-left:32px;
    margin-bottom:18px;
    color:var(--text);
    line-height:1.7;
}

.elder-info-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:22px;
    height:22px;
    border-radius:50%;
    background:rgba(22,163,74,.12);
    color:var(--success);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:900;
}

/* =========================================================
SERVICES
========================================================= */

.elder-services{
    background:var(--bg);
}

.elder-card-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.elder-service-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:.35s ease;
    border:1px solid rgba(15,23,42,.05);
}

.elder-service-card:hover{
    transform:translateY(-8px);
}

.elder-service-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.elder-service-card h3{
    font-size:24px;
    color:var(--primary);
    margin:24px 24px 14px;
}

.elder-service-card p{
    padding:0 24px 28px;
    margin:0;
    color:var(--text);
    line-height:1.8;
    font-size:15px;
}

/* =========================================================
WHY
========================================================= */

.elder-image-box img{
    width:100%;
    border-radius:30px;
    box-shadow:0 25px 70px rgba(15,23,42,.16);
}

.elder-check-list{
    display:grid;
    gap:18px;
    margin-top:35px;
}

.elder-check-list div{
    padding:18px 22px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
    box-shadow:var(--shadow);
    font-weight:700;
    color:var(--primary);
}

/* =========================================================
PROCESS
========================================================= */

.elder-process{
    background:linear-gradient(135deg,#0f172a 0%,#111827 100%);
}

.elder-process .elder-section-label{
    background:rgba(255,255,255,.12);
    color:#fff;
}

.elder-process h2{
    color:#fff;
}

.elder-process-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
}

.elder-process-grid div{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:34px 24px;
    backdrop-filter:blur(8px);
}

.elder-process-grid span{
    display:inline-flex;
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    color:#fff;
    align-items:center;
    justify-content:center;
    font-weight:900;
    margin-bottom:24px;
}

.elder-process-grid h3{
    color:#fff;
    margin:0 0 14px;
    font-size:22px;
}

.elder-process-grid p{
    color:rgba(255,255,255,.75);
    margin:0;
    font-size:15px;
    line-height:1.8;
}

/* =========================================================
SUCCESS
========================================================= */

.elder-success{
    background:var(--bg);
}

.elder-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.elder-stats div{
    background:#fff;
    border-radius:24px;
    padding:34px;
    box-shadow:var(--shadow);
    text-align:center;
}

.elder-stats strong{
    display:block;
    font-size:38px;
    color:var(--accent);
    margin-bottom:10px;
    font-weight:900;
}

.elder-stats span{
    color:var(--text);
    font-weight:700;
}

/* =========================================================
FORM
========================================================= */

.elder-form-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:60px;
    align-items:start;
}

.elder-form-content h2{
    margin-bottom:20px;
}

.elder-whatsapp-box{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:70px;
    padding:20px;
    border-radius:24px;
    background:#16a34a;
    color:#fff;
    text-decoration:none;
    font-weight:800;
    margin-top:35px;
    box-shadow:0 18px 40px rgba(22,163,74,.25);
}

.elder-form{
    background:#fff;
    border-radius:34px;
    padding:45px;
    box-shadow:0 30px 80px rgba(15,23,42,.12);
    border:1px solid rgba(15,23,42,.05);
}

.elder-form label{
    display:block;
    font-weight:800;
    color:var(--primary);
    margin-bottom:10px;
    font-size:15px;
}

.elder-form input,
.elder-form textarea,
.elder-form select{
    width:100%;
    min-height:60px;
    border:1px solid var(--border);
    border-radius:18px;
    padding:16px 18px;
    margin-bottom:24px;
    font-size:16px;
    outline:none;
    transition:.25s ease;
    background:#fff;
}

.elder-form textarea{
    min-height:150px;
    resize:vertical;
}

.elder-form input:focus,
.elder-form textarea:focus,
.elder-form select:focus{
    border-color:var(--accent);
    box-shadow:0 0 0 4px rgba(249,115,22,.12);
}

.elder-form button{
    width:100%;
    min-height:64px;
    border:none;
    border-radius:20px;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    color:#fff;
    font-size:17px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 20px 50px rgba(249,115,22,.30);
    transition:.3s ease;
}

.elder-form button:hover{
    transform:translateY(-3px);
}

/* =========================================================
SEO CONTENT
========================================================= */

.elder-seo-content{
    background:#fff7ed;
}

.elder-seo-content .elder-container{
    max-width:950px;
}

.elder-seo-content h2{
    text-align:center;
    margin-bottom:24px;
}

.elder-seo-content p{
    margin-bottom:22px;
}

/* =========================================================
FAQ
========================================================= */

.elder-faq{
    background:var(--bg);
}

.elder-faq-list{
    max-width:950px;
    margin:auto;
}

.elder-faq-list details{
    background:#fff;
    border-radius:24px;
    margin-bottom:22px;
    box-shadow:var(--shadow);
    overflow:hidden;
}

.elder-faq-list summary{
    list-style:none;
    cursor:pointer;
    padding:28px 34px;
    font-size:20px;
    font-weight:800;
    color:var(--primary);
    position:relative;
}

.elder-faq-list summary::-webkit-details-marker{
    display:none;
}

.elder-faq-list summary::after{
    content:"+";
    position:absolute;
    right:34px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:var(--accent);
    font-weight:400;
}

.elder-faq-list details[open] summary::after{
    content:"−";
}

.elder-faq-list p{
    padding:0 34px 30px;
    margin:0;
    color:var(--text);
}

/* =========================================================
MAP
========================================================= */

.elder-map{
    padding:90px 0 110px;
}

.elder-map h2{
    text-align:center;
    margin-bottom:40px;
}

.elder-map-frame{
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(15,23,42,.12);
}

/* =========================================================
FLOATING WHATSAPP
========================================================= */

.elder-floating-whatsapp{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:999;
    width:68px;
    height:68px;
    border-radius:50%;
    background:#16a34a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    box-shadow:0 20px 50px rgba(22,163,74,.35);
    transition:.3s ease;
}

.elder-floating-whatsapp:hover{
    transform:translateY(-5px) scale(1.05);
}

/* =========================================================
ANIMATIONS
========================================================= */

.elder-service-card,
.elder-info-card,
.elder-stats div,
.elder-process-grid div,
.elder-check-list div{
    transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.elder-service-card:hover,
.elder-info-card:hover,
.elder-stats div:hover,
.elder-process-grid div:hover,
.elder-check-list div:hover{
    transform:translateY(-6px);
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1200px){

    .elder-card-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .elder-process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:991px){

    .elder-section{
        padding:70px 0;
    }

    .elder-hero{
        padding:80px 0 70px;
    }

    .elder-hero-grid,
    .elder-two-col,
    .elder-form-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .elder-hero h1{
        font-size:54px;
    }

    .elder-process-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .elder-card-grid{
        grid-template-columns:1fr;
    }

    .elder-stats{
        grid-template-columns:1fr;
    }

    .elder-hero h1{
        font-size:42px;
        letter-spacing:-1px;
    }

    .elder-section h2{
        font-size:34px;
    }

    .elder-form{
        padding:28px;
    }

    .elder-trust-row{
        flex-direction:column;
    }

    .elder-btn{
        width:100%;
    }

    .elder-hero-actions{
        flex-direction:column;
    }

    .elder-faq-list summary{
        padding:24px;
        font-size:18px;
    }

    .elder-faq-list p{
        padding:0 24px 24px;
    }

}

@media(max-width:480px){

    .elder-container{
        width:min(100% - 22px, 1240px);
    }

    .elder-hero h1{
        font-size:36px;
    }

    .elder-section p{
        font-size:15px;
    }

    .elder-service-card h3{
        font-size:22px;
    }

}