/* ================================================
   ASSYSTAN — Service Pages
   Hizmet landing page'leri (sosyal-medya, web-tasarim, vb.)
   ================================================ */

.service-main {
    background: var(--white);
    color: var(--g900);
    padding-top: 100px;
    overflow: hidden;
}

/* ====== HERO ====== */
.service-hero {
    position: relative;
    padding: 72px 0 80px;
    background:
        radial-gradient(ellipse at 0% 0%, rgba(232,54,109,0.06), transparent 50%),
        radial-gradient(ellipse at 100% 30%, rgba(249,168,38,0.05), transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(139,69,198,0.05), transparent 60%);
    border-bottom: 1px solid var(--g100);
    overflow: hidden;
    max-width: 100vw;
}
.service-hero-inner > div { min-width: 0; }
.service-hero-visual { max-width: 100%; overflow: visible; }
.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15,23,42,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
}

.service-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: center;
}

.service-breadcrumb {
    font-size: 13px;
    color: var(--g400);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.service-breadcrumb a { color: var(--g500); transition: color 0.2s var(--ease); }
.service-breadcrumb a:hover { color: var(--rose); }
.service-breadcrumb .bc-sep { color: var(--g300); }

.service-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--rose);
    background: rgba(232,54,109,0.08);
    border: 1px solid rgba(232,54,109,0.25);
    border-radius: 999px;
    padding: 7px 16px;
    margin-bottom: 24px;
}
.service-eyebrow::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--rose);
    box-shadow: 0 0 12px var(--rose);
}

.service-title {
    font-size: clamp(32px, 5.5vw, 84px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2.5px;
    color: var(--g900);
    margin-bottom: 24px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.service-title .grad {
    background: linear-gradient(90deg, var(--rose), var(--amber), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.service-lede {
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.55;
    color: var(--g500);
    max-width: 580px;
    margin-bottom: 32px;
}

.service-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}
.service-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: linear-gradient(135deg, var(--rose), var(--amber));
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
    box-shadow: 0 8px 24px rgba(232,54,109,0.25);
}
.service-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(232,54,109,0.4);
}
.service-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: var(--white);
    color: var(--g900);
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    border: 1px solid var(--g200);
    transition: all 0.2s var(--ease);
}
.service-btn-secondary:hover {
    border-color: var(--rose);
    color: var(--rose);
}

.service-stats {
    display: flex;
    gap: 36px;
    padding-top: 32px;
    border-top: 1px solid var(--g100);
}
.service-stat-num {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--rose), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    margin-bottom: 4px;
}
.service-stat-label {
    font-size: 13px;
    color: var(--g400);
}

/* Hero visual: floating glassmorphic cards */
.service-hero-visual {
    position: relative;
    height: 480px;
}
.hero-card {
    position: absolute;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.7));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 20px 50px rgba(15,23,42,0.10);
    transition: transform 0.5s var(--ease);
}
.hero-card-1 {
    top: 0%; left: 0%;
    width: 240px;
    z-index: 1;
    animation: float1 6s ease-in-out infinite;
}
.hero-card-2 {
    top: 36%; right: 0%;
    width: 220px;
    z-index: 3;
    animation: float2 7s ease-in-out infinite;
}
.hero-card-3 {
    bottom: 0%; left: 22%;
    width: 270px;
    z-index: 2;
    animation: float3 8s ease-in-out infinite;
}
@keyframes float1 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes float2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(10px); } }
@keyframes float3 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.hero-card-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 22px;
    color: var(--white);
}
.icon-grad-rose { background: linear-gradient(135deg, var(--rose), #ff6b9b); }
.icon-grad-amber { background: linear-gradient(135deg, var(--amber), #ffc870); }
.icon-grad-purple { background: linear-gradient(135deg, var(--purple), #a868d8); }

.hero-card-title { font-weight: 700; font-size: 15px; color: var(--g900); margin-bottom: 6px; }
.hero-card-desc { font-size: 13px; color: var(--g500); line-height: 1.5; }
.hero-card-metric { font-size: 24px; font-weight: 800; color: var(--g900); margin-top: 6px; }
.hero-card-metric .up { color: #16a34a; font-size: 14px; }

/* ====== SECTION HEAD (shared) ====== */
.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--g500);
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: var(--g900);
    margin-bottom: 16px;
}
.section-title .grad {
    background: linear-gradient(90deg, var(--rose), var(--amber), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.section-sub {
    font-size: 17px;
    color: var(--g500);
    line-height: 1.55;
}

/* ====== INCLUDES (feature grid) ====== */
.service-includes {
    padding: 96px 0;
    background: var(--white);
}
.includes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.include-card {
    background: var(--white);
    border: 1px solid var(--g100);
    border-radius: 20px;
    padding: 32px;
    transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
    position: relative;
    overflow: hidden;
}
.include-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--rose), var(--amber), var(--purple));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease);
}
.include-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 24px 48px rgba(15,23,42,0.08);
}
.include-card:hover::before {
    transform: scaleX(1);
}
.include-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--white);
    font-size: 28px;
}
.include-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.include-card p {
    color: var(--g500);
    font-size: 15px;
    line-height: 1.6;
}

/* ====== PROCESS (numbered steps) ====== */
.service-process {
    padding: 96px 0;
    background: linear-gradient(180deg, var(--g50), var(--white));
    position: relative;
}
.process-list {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}
.process-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 28px;
    align-items: start;
    background: var(--white);
    border: 1px solid var(--g100);
    border-radius: 20px;
    padding: 32px;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.process-step:hover {
    transform: translateX(6px);
    box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}
.process-num {
    font-size: 56px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--rose), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    letter-spacing: -3px;
}
.process-step h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.process-step p {
    color: var(--g500);
    line-height: 1.6;
}

/* ====== PLATFORMS ====== */
.service-platforms {
    padding: 96px 0;
    background: var(--white);
}
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}
.platform-pill {
    background: var(--white);
    border: 1px solid var(--g100);
    border-radius: 16px;
    padding: 24px 12px;
    text-align: center;
    transition: all 0.3s var(--ease);
}
.platform-pill:hover {
    transform: translateY(-4px);
    border-color: var(--rose);
    box-shadow: 0 12px 28px rgba(232,54,109,0.10);
}
.platform-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}
.platform-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--g900);
}

/* ====== WHY US ====== */
.service-why {
    padding: 96px 0;
    background: var(--navy);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.service-why::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 80%;
    background: radial-gradient(circle, rgba(232,54,109,0.15), transparent 60%);
    pointer-events: none;
}
.service-why::after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 60%;
    height: 80%;
    background: radial-gradient(circle, rgba(139,69,198,0.18), transparent 60%);
    pointer-events: none;
}
.service-why .section-title { color: var(--white); }
.service-why .section-sub { color: rgba(255,255,255,0.6); }
.service-why .section-tag { color: rgba(255,255,255,0.5); }

.why-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.why-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s var(--ease);
}
.why-card:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(232,54,109,0.4);
    transform: translateY(-4px);
}
.why-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--white);
    letter-spacing: -0.4px;
}
.why-card p {
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
}
.why-card-num {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--amber);
    margin-bottom: 12px;
}

/* ====== FAQ ====== */
.service-faq {
    padding: 96px 0;
    background: var(--white);
}
.service-faq-list {
    max-width: 760px;
    margin: 0 auto;
}
.sfaq-item {
    border-bottom: 1px solid var(--g100);
}
.sfaq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 24px 40px 24px 0;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    color: var(--g900);
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color 0.2s var(--ease);
}
.sfaq-q:hover { color: var(--rose); }
.sfaq-q .sfaq-chevron {
    width: 24px; height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rose);
    transition: transform 0.3s var(--ease);
    flex-shrink: 0;
}
.sfaq-item.open .sfaq-chevron { transform: rotate(180deg); }
.sfaq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s var(--ease);
}
.sfaq-item.open .sfaq-a { max-height: 400px; }
.sfaq-a p {
    padding-bottom: 24px;
    color: var(--g500);
    line-height: 1.7;
    font-size: 15px;
}

/* ====== OTHER SERVICES (cross-link) ====== */
.other-services {
    padding: 96px 0;
    background: linear-gradient(180deg, var(--white), var(--g50));
}
.other-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.other-service-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--g100);
    border-radius: 18px;
    padding: 28px;
    transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
    position: relative;
    overflow: hidden;
}
.other-service-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--rose), var(--amber), var(--purple));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease);
}
.other-service-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 20px 44px rgba(15,23,42,0.10);
}
.other-service-card:hover::before { transform: scaleX(1); }

.other-service-num {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--rose);
    margin-bottom: 14px;
}
.other-service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.other-service-card p {
    color: var(--g500);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 18px;
}
.other-service-link {
    color: var(--rose);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s var(--ease);
}
.other-service-card:hover .other-service-link { gap: 12px; }

@media (max-width: 900px) {
    .other-services-grid { grid-template-columns: 1fr; gap: 16px; }
    .other-services { padding: 64px 0; }
}

/* ====== CTA ====== */
.service-cta {
    padding: 96px 0;
    background: linear-gradient(135deg, var(--navy), #1a0a2e);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.service-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(232,54,109,0.18), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139,69,198,0.18), transparent 50%);
    pointer-events: none;
}
.service-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.service-cta h2 {
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}
.service-cta h2 .grad {
    background: linear-gradient(90deg, var(--rose), var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.service-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
    line-height: 1.55;
}
.service-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    background: linear-gradient(135deg, var(--rose), var(--amber));
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    border-radius: 999px;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
    box-shadow: 0 12px 32px rgba(232,54,109,0.4);
}
.service-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(232,54,109,0.55);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
    .service-hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .service-hero-visual { height: 380px; }
    .includes-grid { grid-template-columns: repeat(2, 1fr); }
    .platforms-grid { grid-template-columns: repeat(4, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .service-main { padding-top: 80px; overflow-x: hidden; }
    .service-hero {
        padding: 32px 0 48px;
        overflow: hidden;
    }
    .service-hero-inner { gap: 32px; }
    .service-title {
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 1.05;
    }
    .service-lede {
        font-size: 15px;
    }
    .service-eyebrow {
        font-size: 10px;
        padding: 5px 12px;
    }
    .service-hero-cta {
        flex-direction: column;
        gap: 10px;
    }
    .service-btn-primary, .service-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
    .service-stats {
        gap: 20px;
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .service-stat-num { font-size: 22px; }
    .service-stat-label { font-size: 11px; }

    .service-hero-visual {
        height: 320px;
        position: relative;
        max-width: 100%;
    }
    .hero-card { padding: 14px; }
    .hero-card-1 { width: 170px; top: 0%; left: 0%; }
    .hero-card-2 { width: 160px; top: 30%; right: 0%; }
    .hero-card-3 { width: 210px; bottom: 0%; left: 12%; }
    .hero-card-title { font-size: 14px; }
    .hero-card-desc { font-size: 12px; }
    .hero-card-metric { font-size: 20px; }
    .hero-card-icon { width: 36px; height: 36px; margin-bottom: 10px; }

    .section-title {
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 1.15;
    }
    .section-head { margin-bottom: 36px; }
    .section-sub { font-size: 15px; }

    .includes-grid { grid-template-columns: 1fr; gap: 16px; }
    .include-card { padding: 22px; }
    .include-card h3 { font-size: 17px; }
    .include-card p { font-size: 14px; }

    .process-step {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px;
    }
    .process-num { font-size: 38px; }
    .process-step h3 { font-size: 19px; }

    .why-card { padding: 22px; }
    .why-card h3 { font-size: 18px; }

    .sfaq-q { font-size: 15px; padding: 18px 32px 18px 0; }
    .sfaq-a p { font-size: 14px; }

    .other-services-grid { grid-template-columns: 1fr; gap: 16px; }
    .other-service-card { padding: 24px; }

    .service-cta h2 {
        font-size: 28px;
        letter-spacing: -0.8px;
    }
    .service-cta p { font-size: 15px; }
    .service-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
        font-size: 15px;
    }

    .service-includes, .service-process, .service-why, .service-faq, .service-cta, .other-services {
        padding: 56px 0;
    }
}

@media (max-width: 380px) {
    .service-title { font-size: 32px; }
    .section-title { font-size: 24px; }
    .hero-card-1 { width: 150px; }
    .hero-card-2 { width: 145px; }
    .hero-card-3 { width: 190px; }
}
