/* ======================================================
   NEDEN SEAACADEMYIK HİZMETLERİ
   Seaacademy İK
   Professional SEO & Trust Page CSS
====================================================== */

:root {
    --ns-primary: #0b1f3a;
    --ns-primary-soft: #102b50;
    --ns-secondary: #f47b20;
    --ns-secondary-dark: #d96512;
    --ns-whatsapp: #25d366;
    --ns-white: #ffffff;
    --ns-light: #f5f7fb;
    --ns-soft: #eef3f9;
    --ns-border: #dbe3ef;
    --ns-text: #1d2939;
    --ns-muted: #667085;
    --ns-dark: #07182d;
    --ns-shadow: 0 22px 60px rgba(11, 31, 58, 0.14);
    --ns-shadow-soft: 0 12px 35px rgba(11, 31, 58, 0.09);
    --ns-radius: 22px;
    --ns-radius-sm: 14px;
}

/* ======================================================
   GENERAL
====================================================== */

.ns-page {
    width: 100%;
    overflow: hidden;
    background: var(--ns-white);
    color: var(--ns-text);
    font-family: inherit;
}

.ns-page * {
    box-sizing: border-box;
}

.ns-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.ns-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--ns-secondary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ns-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--ns-secondary);
    border-radius: 999px;
}

.ns-section-head {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.ns-section-head h2 {
    margin: 0 0 14px;
    color: var(--ns-primary);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.ns-section-head p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 17px;
    line-height: 1.75;
}

.ns-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.ns-btn-primary {
    background: var(--ns-secondary);
    color: var(--ns-white);
    box-shadow: 0 14px 28px rgba(244, 123, 32, 0.28);
}

.ns-btn-primary:hover {
    background: var(--ns-secondary-dark);
    color: var(--ns-white);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(244, 123, 32, 0.36);
}

.ns-btn-whatsapp {
    background: var(--ns-whatsapp);
    color: var(--ns-white);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.25);
}

.ns-btn-whatsapp:hover {
    background: #1ebe5d;
    color: var(--ns-white);
    transform: translateY(-2px);
}

/* ======================================================
   HERO
====================================================== */

.ns-hero {
    position: relative;
    padding: 92px 0 86px;
    background:
        radial-gradient(circle at top right, rgba(244, 123, 32, 0.22), transparent 34%),
        linear-gradient(135deg, #07182d 0%, #0b1f3a 48%, #123966 100%);
    color: var(--ns-white);
}

.ns-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.ns-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(244, 123, 32, 0.16);
    filter: blur(8px);
}

.ns-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 44px;
    align-items: center;
}

.ns-hero-content {
    max-width: 780px;
}

.ns-hero-content .ns-eyebrow {
    color: #ffb077;
}

.ns-hero-content .ns-eyebrow::before {
    background: #ffb077;
}

.ns-hero h1 {
    margin: 0 0 22px;
    color: var(--ns-white);
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.ns-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    line-height: 1.78;
}

.ns-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ns-hero-card {
    position: relative;
    min-height: 330px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07));
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(0,0,0,0.22);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.ns-hero-card::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 32px;
    width: 90px;
    height: 90px;
    border-radius: 24px;
    background: rgba(244, 123, 32, 0.96);
    box-shadow: 0 20px 40px rgba(244, 123, 32, 0.3);
}

.ns-hero-card::after {
    content: "İK";
    position: absolute;
    top: 54px;
    left: 55px;
    color: var(--ns-white);
    font-size: 31px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.ns-hero-card strong {
    display: block;
    color: var(--ns-white);
    font-size: 58px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.ns-hero-card span {
    display: block;
    margin-top: 14px;
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.6;
}

/* ======================================================
   TRUST BOXES
====================================================== */

.ns-trust {
    padding: 86px 0;
    background: var(--ns-light);
}

.ns-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ns-trust-box {
    position: relative;
    padding: 30px;
    border-radius: var(--ns-radius);
    background: var(--ns-white);
    border: 1px solid var(--ns-border);
    box-shadow: var(--ns-shadow-soft);
    transition: all 0.25s ease;
    overflow: hidden;
}

.ns-trust-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 58px;
    height: 5px;
    background: var(--ns-secondary);
    border-radius: 0 0 999px 999px;
}

.ns-trust-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--ns-shadow);
    border-color: rgba(244,123,32,0.28);
}

.ns-trust-box strong {
    display: block;
    margin-bottom: 12px;
    color: var(--ns-primary);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.ns-trust-box p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 15.5px;
    line-height: 1.72;
}

/* ======================================================
   SERVICES
====================================================== */

.ns-services {
    padding: 88px 0;
    background: var(--ns-white);
}

.ns-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 54px;
    align-items: center;
}

.ns-two-col h2 {
    margin: 0 0 18px;
    color: var(--ns-primary);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.ns-two-col p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 17px;
    line-height: 1.8;
}

.ns-service-list {
    display: grid;
    gap: 14px;
}

.ns-service-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 18px 22px;
    border: 1px solid var(--ns-border);
    border-radius: 18px;
    background: var(--ns-light);
    color: var(--ns-primary);
    font-size: 17px;
    font-weight: 850;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ns-service-list a::after {
    content: "→";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ns-white);
    color: var(--ns-secondary);
    font-size: 20px;
    transition: all 0.25s ease;
}

.ns-service-list a:hover {
    background: var(--ns-primary);
    color: var(--ns-white);
    transform: translateX(5px);
    border-color: var(--ns-primary);
}

.ns-service-list a:hover::after {
    background: var(--ns-secondary);
    color: var(--ns-white);
}

/* ======================================================
   OSB REGION
====================================================== */

.ns-osb {
    padding: 88px 0;
    background:
        linear-gradient(180deg, rgba(11,31,58,0.96), rgba(7,24,45,0.98)),
        radial-gradient(circle at top left, rgba(244,123,32,0.18), transparent 34%);
    color: var(--ns-white);
}

.ns-osb .ns-section-head h2 {
    color: var(--ns-white);
}

.ns-osb .ns-section-head p {
    color: rgba(255,255,255,0.76);
}

.ns-region-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ns-region-grid div {
    min-height: 84px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.14);
    color: var(--ns-white);
    font-size: 16px;
    font-weight: 850;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.25s ease;
}

.ns-region-grid div:hover {
    background: rgba(244,123,32,0.95);
    border-color: rgba(244,123,32,0.95);
    transform: translateY(-4px);
}

/* ======================================================
   SUCCESS STORIES
====================================================== */

.ns-success {
    padding: 88px 0;
    background: var(--ns-light);
}

.ns-success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ns-success-card {
    position: relative;
    min-height: 320px;
    padding: 30px;
    border-radius: var(--ns-radius);
    background: var(--ns-white);
    border: 1px solid var(--ns-border);
    box-shadow: var(--ns-shadow-soft);
    overflow: hidden;
    transition: all 0.25s ease;
}

.ns-success-card::before {
    content: "";
    position: absolute;
    inset: auto -30px -60px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(244,123,32,0.12);
}

.ns-success-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--ns-shadow);
}

.ns-success-card span {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(244,123,32,0.12);
    color: var(--ns-secondary);
    font-size: 13px;
    font-weight: 900;
}

.ns-success-card h3 {
    margin: 0 0 14px;
    color: var(--ns-primary);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.ns-success-card p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 15.8px;
    line-height: 1.78;
}

.ns-center {
    margin-top: 34px;
    text-align: center;
}

/* ======================================================
   REPRESENTATIVES
====================================================== */

.ns-representatives {
    padding: 88px 0;
    background: var(--ns-white);
}

.ns-city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ns-city-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 16px;
    border-radius: 16px;
    background: var(--ns-light);
    border: 1px solid var(--ns-border);
    color: var(--ns-primary);
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ns-city-grid a:hover {
    background: var(--ns-primary);
    color: var(--ns-white);
    border-color: var(--ns-primary);
    transform: translateY(-4px);
}

/* ======================================================
   PROCESS
====================================================== */

.ns-process {
    padding: 88px 0;
    background: var(--ns-soft);
}

.ns-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ns-process-grid div {
    position: relative;
    padding: 30px 24px;
    border-radius: var(--ns-radius);
    background: var(--ns-white);
    border: 1px solid var(--ns-border);
    box-shadow: var(--ns-shadow-soft);
}

.ns-process-grid span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--ns-secondary);
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.ns-process-grid h3 {
    margin: 0 0 12px;
    color: var(--ns-primary);
    font-size: 20px;
    font-weight: 950;
}

.ns-process-grid p {
    margin: 0;
    color: var(--ns-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* ======================================================
   FAQ
====================================================== */

.ns-faq {
    padding: 88px 0;
    background: var(--ns-white);
}

.ns-faq-list {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.ns-faq-list details {
    border-radius: 18px;
    background: var(--ns-light);
    border: 1px solid var(--ns-border);
    overflow: hidden;
}

.ns-faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 24px;
    color: var(--ns-primary);
    font-size: 17px;
    font-weight: 900;
    position: relative;
}

.ns-faq-list summary::-webkit-details-marker {
    display: none;
}

.ns-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ns-secondary);
    font-size: 26px;
    font-weight: 800;
}

.ns-faq-list details[open] summary::after {
    content: "−";
}

.ns-faq-list details p {
    margin: 0;
    padding: 0 24px 24px;
    color: var(--ns-muted);
    font-size: 15.8px;
    line-height: 1.78;
}

/* ======================================================
   CTA
====================================================== */

.ns-cta {
    padding: 88px 0;
    background: var(--ns-light);
}

.ns-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(244,123,32,0.22), transparent 35%),
        linear-gradient(135deg, var(--ns-primary), var(--ns-primary-soft));
    box-shadow: var(--ns-shadow);
}

.ns-cta-box h2 {
    margin: 0 0 12px;
    color: var(--ns-white);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.ns-cta-box p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 16.5px;
    line-height: 1.75;
}

.ns-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ======================================================
   FLOATING WHATSAPP
====================================================== */

.ns-floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--ns-whatsapp);
    color: var(--ns-white);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
}

.ns-floating-whatsapp:hover {
    background: #1ebe5d;
    color: var(--ns-white);
    transform: translateY(-3px);
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1100px) {
    .ns-hero-grid {
        grid-template-columns: 1fr;
    }

    .ns-hero-card {
        max-width: 520px;
    }

    .ns-trust-grid,
    .ns-success-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ns-region-grid,
    .ns-city-grid,
    .ns-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ns-two-col,
    .ns-cta-box {
        grid-template-columns: 1fr;
    }

    .ns-cta-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .ns-container {
        width: min(100% - 24px, 1180px);
    }

    .ns-hero {
        padding: 66px 0 62px;
    }

    .ns-hero h1 {
        font-size: 38px;
    }

    .ns-hero p {
        font-size: 16.5px;
    }

    .ns-hero-actions {
        flex-direction: column;
    }

    .ns-btn {
        width: 100%;
    }

    .ns-hero-card {
        min-height: 250px;
        padding: 26px;
        border-radius: 24px;
    }

    .ns-hero-card strong {
        font-size: 46px;
    }

    .ns-trust,
    .ns-services,
    .ns-osb,
    .ns-success,
    .ns-representatives,
    .ns-process,
    .ns-faq,
    .ns-cta {
        padding: 58px 0;
    }

    .ns-section-head {
        margin-bottom: 30px;
    }

    .ns-section-head h2,
    .ns-two-col h2 {
        font-size: 30px;
    }

    .ns-section-head p,
    .ns-two-col p {
        font-size: 15.8px;
    }

    .ns-trust-grid,
    .ns-success-grid,
    .ns-region-grid,
    .ns-city-grid,
    .ns-process-grid {
        grid-template-columns: 1fr;
    }

    .ns-trust-box,
    .ns-success-card,
    .ns-process-grid div {
        padding: 24px;
    }

    .ns-success-card {
        min-height: auto;
    }

    .ns-city-grid a,
    .ns-region-grid div {
        min-height: 56px;
    }

    .ns-cta-box {
        padding: 28px;
        border-radius: 24px;
    }

    .ns-cta-actions {
        flex-direction: column;
    }

    .ns-floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-width: 112px;
        height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ns-hero h1 {
        font-size: 34px;
    }

    .ns-hero-card strong {
        font-size: 40px;
    }

    .ns-service-list a {
        font-size: 15.5px;
        padding: 16px 18px;
    }

    .ns-faq-list summary {
        padding: 20px 48px 20px 18px;
        font-size: 15.8px;
    }

    .ns-faq-list summary::after {
        right: 18px;
    }

    .ns-faq-list details p {
        padding: 0 18px 20px;
    }
}




/* ======================================================
   HERO İSTATİSTİKLERİ
====================================================== */

.ns-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 35px 0;
}

.ns-hero-proof div {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.ns-hero-proof strong {
    display: block;
    font-size: 32px;
    color: #0b3b71;
    margin-bottom: 8px;
}

.ns-hero-proof span {
    font-size: 14px;
    color: #5b6676;
}


/* ======================================================
   SOMUT GÜVEN ALANI
====================================================== */

.ns-proof {
    padding: 100px 0;
    background: #f7f9fc;
}

.ns-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ns-proof-grid > div {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s;
}

.ns-proof-grid > div:hover {
    transform: translateY(-8px);
}

.ns-proof-grid span {
    display: inline-block;
    font-size: 13px;
    color: #ff6b00;
    font-weight: 700;
    margin-bottom: 10px;
}

.ns-proof-grid strong {
    display: block;
    font-size: 26px;
    color: #0b3b71;
    margin-bottom: 15px;
}

.ns-proof-grid p {
    color: #667085;
    line-height: 1.7;
}


/* ======================================================
   BAŞARI KARTLARI
====================================================== */

.ns-success-card ul {
    margin-top: 20px;
    padding-left: 20px;
}

.ns-success-card li {
    margin-bottom: 12px;
    color: #5d6778;
    line-height: 1.7;
}

.ns-success-card strong {
    color: #0b3b71;
}


/* ======================================================
   KURUCU MESAJI
====================================================== */

.ns-founder {
    padding: 100px 0;
}

.ns-founder-box {
    background: linear-gradient(135deg,#0b3b71,#124f95);
    color: #fff;
    padding: 60px;
    border-radius: 30px;
}

.ns-founder-box .ns-eyebrow {
    color: rgba(255,255,255,.8);
}

.ns-founder-box h2 {
    color: #fff;
    margin-bottom: 25px;
}

.ns-founder-box p {
    color: rgba(255,255,255,.92);
    line-height: 1.9;
    max-width: 850px;
}

.ns-founder-box strong {
    display: block;
    margin-top: 30px;
    font-size: 18px;
}


/* ======================================================
   MOBİL CTA
====================================================== */

.ns-mobile-cta {
    display: none;
}

@media (max-width: 768px) {

    .ns-mobile-cta {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 -5px 20px rgba(0,0,0,.12);
    }

    .ns-mobile-cta a {
        padding: 16px 10px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        color: #0b3b71;
        border-right: 1px solid #eef2f7;
    }

    .ns-mobile-cta a:last-child {
        border-right: none;
    }

}


/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 992px) {

    .ns-hero-proof,
    .ns-proof-grid {
        grid-template-columns: 1fr;
    }

}