/* ============================================================
   220 CREATIVE — HİZMET DETAY SAYFASI (service.css)
   .hs- prefix · reuses tokens, .aos, .counter, .btn, x-icon
   ============================================================ */

.hs { --hs-line: rgba(255,255,255,.08); }

/* ── HERO ── */
.hs-hero {
    background: var(--black);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: calc(var(--nav-h) + 70px) 0 90px;
}
.hs-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 70% 60% at 70% 30%, #000 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 70% 30%, #000 30%, transparent 100%);
}
.hs-hero-glow {
    position: absolute; width: 480px; height: 480px; border-radius: 50%;
    background: rgba(255,171,24,.16); filter: blur(90px);
    top: -120px; right: -80px; pointer-events: none;
}
.hs-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; }

.hs-crumb { display: flex; align-items: center; gap: 10px; font-size: .82rem; color: var(--grey-300); margin-bottom: 22px; }
.hs-crumb a { color: var(--grey-300); transition: color var(--tf); }
.hs-crumb a:hover { color: var(--gold); }
.hs-crumb .sep { color: var(--grey-500); }
.hs-crumb b { color: #fff; font-weight: 600; }

.hs-eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 7px 16px 7px 12px; border-radius: var(--r-full);
    border: 1px solid var(--gold-20); background: var(--gold-10);
    font-size: .72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
}
.hs-eyebrow .icon { width: 15px; height: 15px; }
.hs-hero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 900;
    line-height: 1.06; letter-spacing: -1.5px; margin: 20px 0 18px;
}
.hs-hero h1 em { font-style: normal; color: var(--gold); }
.hs-hero-sub { font-size: 1.08rem; line-height: 1.8; color: var(--grey-300); max-width: 560px; margin-bottom: 30px; }
.hs-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hs-hero-badge {
    justify-self: center;
    width: 210px; height: 210px; border-radius: 50%;
    display: grid; place-items: center;
    background: radial-gradient(circle at 30% 30%, var(--surface-2), var(--black));
    border: 1px solid var(--hs-line);
    position: relative;
}
.hs-hero-badge::before {
    content: ""; position: absolute; inset: -14px; border-radius: 50%;
    border: 1.5px dashed var(--gold-20); animation: hsSpin 30s linear infinite;
}
@keyframes hsSpin { to { transform: rotate(360deg); } }
.hs-hero-badge .icon { width: 84px; height: 84px; color: var(--gold); stroke-width: 1.3; }

/* ── SECTION KIT ── */
.hs-section { padding: 100px 0; position: relative; }
.hs-section.off { background: var(--off-white); }
.hs-section.dark { background: var(--black); color: #fff; }
.hs-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.hs-label { font-size: .74rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.hs-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -1px; line-height: 1.12; margin-top: 14px; }
.hs-section.dark .hs-title { color: #fff; }
.hs-sub { color: var(--grey-500); font-size: 1rem; line-height: 1.7; margin-top: 14px; }
.hs-section.dark .hs-sub { color: var(--grey-300); }

/* ── FEATURES GRID ── */
.hs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.hs-feat {
    background: #fff; border: 1px solid var(--grey-100); border-radius: 20px;
    padding: 32px 28px; transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.hs-feat:hover { transform: translateY(-6px); box-shadow: var(--sh-light); }
.hs-feat-ic {
    width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
    background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold); margin-bottom: 20px;
}
.hs-feat-ic .icon { width: 26px; height: 26px; }
.hs-feat h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 9px; letter-spacing: -.3px; }
.hs-feat p { color: var(--grey-500); font-size: .9rem; line-height: 1.7; }

/* ── PROCESS ── */
.hs-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; }
.hs-steps::before { content:""; position:absolute; top:30px; left:8%; right:8%; height:1px; background: linear-gradient(90deg, transparent, var(--gold-20), transparent); }
.hs-step-n { width:60px; height:60px; border-radius:50%; display:grid; place-items:center; background: var(--black); border:1.5px solid var(--gold); color: var(--gold); font-weight:800; font-size:1.2rem; margin-bottom:22px; position:relative; z-index:2; }
.hs-step h4 { color:#fff; font-size:1.05rem; font-weight:700; margin-bottom:9px; }
.hs-step p { color: var(--grey-300); font-size:.88rem; line-height:1.7; }

/* ── BENEFITS / CHECK LIST ── */
.hs-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hs-checks { display: grid; gap: 16px; margin-top: 26px; }
.hs-check { display: flex; gap: 14px; align-items: flex-start; }
.hs-check-ic { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold); display: grid; place-items: center; }
.hs-check-ic .icon { width: 17px; height: 17px; }
.hs-check b { display: block; font-weight: 700; font-size: .98rem; margin-bottom: 2px; }
.hs-check span { color: var(--grey-500); font-size: .88rem; line-height: 1.6; }
.hs-split-visual {
    background: linear-gradient(160deg, var(--surface-2), var(--black));
    border: 1px solid var(--grey-100); border-radius: var(--r-lg); padding: 44px;
    display: grid; place-items: center; min-height: 340px;
}
.hs-split-visual .icon { width: 120px; height: 120px; color: var(--gold); stroke-width: 1.1; }

/* ── STATS BAND ── */
.hs-stats { background: var(--gold); padding: 64px 0; }
.hs-stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.hs-stat { text-align: center; }
.hs-stat b { display:block; font-size: clamp(2.2rem,3.6vw,3rem); font-weight:900; color: var(--black); letter-spacing:-1.5px; line-height:1; }
.hs-stat span { display:block; margin-top:10px; font-weight:600; font-size:.9rem; color: rgba(0,0,0,.7); }
.hs-stat + .hs-stat { border-left: 1px solid rgba(0,0,0,.12); }

/* ── FAQ ── */
.hs-faq { max-width: 760px; margin: 0 auto; }
.hs-faq details {
    border: 1px solid var(--grey-100); border-radius: 14px; background: #fff;
    padding: 0 24px; margin-bottom: 12px; transition: border-color var(--t);
}
.hs-faq details[open] { border-color: var(--gold-20); }
.hs-faq summary {
    cursor: pointer; list-style: none; padding: 20px 0; font-weight: 700; font-size: 1rem;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.hs-faq summary::-webkit-details-marker { display: none; }
.hs-faq summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; font-weight: 400; transition: transform var(--t); }
.hs-faq details[open] summary::after { transform: rotate(45deg); }
.hs-faq p { padding: 0 0 22px; color: var(--grey-500); line-height: 1.75; font-size: .94rem; }

/* ── CTA ── */
.hs-cta { background: var(--gold); padding: 90px 0; text-align: center; position: relative; overflow: hidden; }
.hs-cta::before { content:""; position:absolute; inset:0; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.25), transparent 40%); }
.hs-cta-in { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.hs-cta h2 { font-size: clamp(1.8rem,3.6vw,2.6rem); font-weight:900; color: var(--black); letter-spacing:-1px; line-height:1.12; }
.hs-cta p { color: rgba(0,0,0,.7); font-size: 1.05rem; margin: 16px 0 30px; font-weight:500; }

/* ============================================================
   SAYFAYA ÖZEL İNTERAKTİF WIDGET'LAR
   ============================================================ */

/* ── 1. SOSYAL MEDYA: Instagram Grid ── */
.hs-ig-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 720px;
    margin: 0 auto;
}
.hs-ig-card {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #1b160b, #0d0d0d);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s var(--ease), border-color 0.4s;
    cursor: pointer;
}
.hs-ig-card:hover {
    transform: scale(1.03);
    border-color: var(--gold-20);
}
.hs-ig-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s var(--ease);
}
.hs-ig-card:hover .hs-ig-visual {
    transform: scale(1.08);
}
.hs-ig-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s var(--ease);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}
.hs-ig-card:hover .hs-ig-overlay {
    opacity: 1;
}
.hs-ig-stats {
    display: flex;
    gap: 16px;
    align-items: center;
}
.hs-ig-stats span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.hs-ig-rate {
    font-size: 0.72rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--gold-10);
    border: 1px solid var(--gold-20);
    padding: 3px 8px;
    border-radius: 100px;
}

/* ── 2. WEB TASARIM: Responsive Device Toggler ── */
.hs-resp-widget {
    max-width: 900px;
    margin: 0 auto;
}
.hs-resp-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}
.hs-resp-btn {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--grey-300);
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s var(--ease);
}
.hs-resp-btn:hover {
    border-color: var(--gold-20);
    color: #fff;
}
.hs-resp-btn.active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--black);
    font-weight: 700;
}
.hs-resp-viewport-wrap {
    background: #111;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.hs-resp-bar {
    background: #181818;
    height: 40px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
}
.hs-resp-bar .dots {
    display: flex;
    gap: 6px;
}
.hs-resp-bar .dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}
.hs-resp-bar .url {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: var(--grey-500);
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 24px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}
.hs-resp-viewport {
    width: 100%;
    min-height: 400px;
    max-height: 450px;
    background: var(--black);
    margin: 0 auto;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow-y: auto;
    position: relative;
    padding: 30px 20px;
}
/* Mock Site Content inside Viewport */
.hs-mock-site {
    font-family: var(--font-primary);
    color: #fff;
}
.hs-mock-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.hs-mock-logo {
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--gold);
    letter-spacing: -0.5px;
}
.hs-mock-nav {
    display: flex;
    gap: 12px;
}
.hs-mock-nav span {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}
.hs-mock-hero {
    text-align: center;
    margin-bottom: 30px;
}
.hs-mock-hero h4 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}
.hs-mock-hero p {
    font-size: 0.8rem;
    color: var(--grey-500);
    max-width: 460px;
    margin: 0 auto 16px;
}
.hs-mock-btn {
    display: inline-block;
    padding: 8px 18px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 100px;
}
.hs-mock-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.hs-mock-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px;
    border-radius: 12px;
}
.hs-mock-card .ic {
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.hs-mock-card h5 {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.hs-mock-card p {
    font-size: 0.7rem;
    color: var(--grey-500);
    line-height: 1.4;
}
/* Viewport Width Queries on the Mock elements */
.hs-resp-viewport[style*="width: 380px"] .hs-mock-grid {
    grid-template-columns: 1fr;
}
.hs-resp-viewport[style*="width: 380px"] .hs-mock-header .hs-mock-nav {
    flex-direction: column;
    gap: 4px;
}
.hs-resp-viewport[style*="width: 768px"] .hs-mock-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* ── 3. KURUMSAL KİMLİK: Styleboard ── */
.hs-bb-widget {
    max-width: 800px;
    margin: 0 auto;
}
.hs-bb-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
}
.hs-bb-card {
    background: linear-gradient(160deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
}
.hs-bb-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}
.hs-bb-colors {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
    height: calc(100% - 40px);
}
.hs-bb-color-item {
    text-align: center;
}
.hs-bb-color-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.hs-bb-color-item span {
    font-size: 0.72rem;
    font-weight: 700;
    font-family: monospace;
    color: var(--grey-300);
}
.hs-bb-fonts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hs-bb-font-item h5 {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--grey-500);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.hs-bb-font-item .sample {
    line-height: 1.1;
}
.hs-bb-font-item .sample.title {
    font-size: 1.6rem;
    font-weight: 900;
}
.hs-bb-font-item .sample.sub {
    font-size: 1.1rem;
    font-family: serif;
    font-style: italic;
    color: var(--gold);
}
.hs-bb-font-item .sample.body {
    font-size: 0.8rem;
    color: var(--grey-300);
    line-height: 1.6;
}
.hs-bb-card.wide {
    grid-column: 1 / -1;
}
.hs-bb-vectors {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
    border: 1px dashed rgba(255, 171, 24, 0.2);
    border-radius: 12px;
    background: rgba(0,0,0,0.2);
}
.hs-bb-vectors-inner {
    text-align: center;
}
.hs-bb-vectors-inner .icon {
    width: 60px;
    height: 60px;
    color: var(--gold);
    opacity: 0.45;
    animation: abRotate 25s linear infinite;
}

/* ── 4. SEO: Google SERP & Growth Chart ── */
.hs-seo-widget {
    max-width: 850px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}
.hs-seo-card {
    background: linear-gradient(160deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
}
.hs-seo-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}
.hs-serp-box {
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.hs-serp-url {
    font-size: 0.78rem;
    color: var(--grey-300);
    margin-bottom: 4px;
    display: block;
}
.hs-serp-title {
    font-size: 1.15rem;
    color: #8ab4f8;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
    line-height: 1.2;
}
.hs-serp-title:hover {
    text-decoration: underline;
}
.hs-serp-desc {
    font-size: 0.88rem;
    color: #bdc1c6;
    line-height: 1.5;
    margin: 0;
}
.hs-seo-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 180px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.hs-chart-bar-wrap {
    text-align: center;
    width: 32px;
}
.hs-chart-bar {
    width: 100%;
    background: linear-gradient(180deg, var(--gold) 0%, rgba(255,171,24,0.2) 100%);
    border-radius: 6px 6px 0 0;
    transition: height 1s ease-out;
    height: 0; /* Animate this in with script or style */
}
.hs-chart-lbl {
    font-size: 0.72rem;
    color: var(--grey-500);
    margin-top: 8px;
    display: block;
}
.hs-seo-metrics {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hs-seo-metric {
    text-align: center;
}
.hs-seo-metric b {
    font-size: 1.25rem;
    color: var(--gold);
    display: block;
}
.hs-seo-metric span {
    font-size: 0.72rem;
    color: var(--grey-300);
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
    .hs-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .hs-hero-badge { display: none; }
    .hs-grid { grid-template-columns: repeat(2,1fr); }
    .hs-steps { grid-template-columns: repeat(2,1fr); }
    .hs-steps::before { display: none; }
    .hs-split { grid-template-columns: 1fr; gap: 36px; }
    
    .hs-bb-grid { grid-template-columns: 1fr; }
    .hs-seo-widget { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .hs-section { padding: 70px 0; }
    .hs-grid, .hs-steps { grid-template-columns: 1fr; }
    .hs-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .hs-stat + .hs-stat { border-left: none; }
    .hs-ig-grid { grid-template-columns: repeat(2, 1fr); }
}
