/* ===========================================================
 * DIGIRAS.COM — Ana Site Stil Dosyası
 * Font: Rubik (başlık) + Inter Tight (gövde) + Crimson Text (serif vurgu)
 * Palet: lacivert #0E1B33 + parlak mavi #2D7FF9 + cyan #4FC3F7
 * Tasarım sistemi plus.digiras.com landing'inden port + Digiras markasına re-tema
 * © 2026 DIGIRAS / DIGIRAS AGENCY LTD
 * =========================================================== */

:root {
  /* Yüzeyler */
  --bg:        #FFFFFF;
  --bg-soft:   #F4F8FD;   /* hafif mavi tint bant */
  --bg-2:      #EAF1FA;
  --card:      #FFFFFF;

  /* Metin */
  --ink:       #0E1B33;   /* başlık (lacivert) */
  --ink-body:  #2C3650;
  --ink-2:     #5A6680;
  --ink-3:     #8A93A8;

  /* Marka */
  --brand:      #2D7FF9;  /* parlak mavi (primary) */
  --brand-dark: #1A5FD0;
  --brand-soft: #EAF2FE;
  --cyan:       #4FC3F7;  /* accent */
  --navy:       #0E1B33;
  --navy-deep:  #0B1530;  /* footer / koyu band */

  /* Durum */
  --good:  #16A34A;
  --warn:  #D97706;
  --error: #DC2626;

  /* Çizgi */
  --line:   #E4EAF2;
  --line-2: #D3DCEA;

  /* Geometri */
  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;
  --radius-xl: 28px;

  --line-soft: #EEF3F9;            /* en ince ayraç */
  --hairline:  rgba(14,27,51,.06);
  --star:      #F5A623;            /* rating yıldız (rozet) */

  /* Yüzey — düz beyaz yerine derinlikli kart zemini */
  --surface-tint:  linear-gradient(180deg, #FFFFFF 0%, #FCFDFF 100%);
  --surface-raise: linear-gradient(180deg, #FFFFFF 0%, #F7FAFE 100%);
  --navy-grad:     linear-gradient(165deg, #11203B 0%, #0B1530 60%, #091128 100%);

  /* Gölge — navy-tint'li çok katmanlı premium ölçek */
  --shadow-xs: 0 1px 2px rgba(14,27,51,.04), 0 1px 1px rgba(14,27,51,.03);
  --shadow-sm: 0 1px 2px rgba(14,27,51,.05), 0 2px 6px rgba(14,27,51,.05);
  --shadow-md: 0 4px 10px -3px rgba(14,27,51,.08), 0 10px 24px -12px rgba(14,27,51,.12);
  --shadow:    0 6px 16px -8px rgba(14,27,51,.14), 0 14px 36px -16px rgba(14,27,51,.16);
  --shadow-lg: 0 12px 28px -14px rgba(14,27,51,.20), 0 32px 64px -28px rgba(14,27,51,.30);
  --shadow-hover: 0 22px 44px -22px rgba(14,27,51,.28), 0 6px 16px -10px rgba(14,27,51,.14);
  --shadow-brand:    0 8px 20px -8px rgba(45,127,249,.40), 0 16px 40px -18px rgba(45,127,249,.26);
  --shadow-brand-lg: 0 14px 30px -10px rgba(45,127,249,.45), 0 24px 56px -22px rgba(45,127,249,.32);
  --ring-brand: 0 0 0 4px var(--brand-soft);

  --grad-brand: linear-gradient(135deg, #2D7FF9, #4FC3F7);

  --container: 1200px;
  --section-py: clamp(72px, 9vw, 128px);
  --ease: cubic-bezier(.25,1,.5,1);
  --ease-expo: cubic-bezier(.16,1,.3,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-soft: cubic-bezier(.33,1,.68,1);
  --dur-fast: 180ms;
  --dur-base: 240ms;
  --dur-enter: 440ms;
  --dur-slow: 620ms;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink-body);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--brand); text-decoration: none; transition: color .15s; }
a:hover { color: var(--brand-dark); }
h1, h2, h3, h4, h5 { font-family: 'Rubik', sans-serif; color: var(--ink); line-height: 1.12; letter-spacing: -.02em; font-weight: 700; }
::selection { background: var(--brand); color: #fff; }

.serif-it { font-family: 'Crimson Text', Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: 0; }
.mono { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.section { padding-block: var(--section-py); }
.section-soft { background: var(--bg-soft); }
.section-navy { background: var(--navy-grad); color: rgba(255,255,255,.78); }
.accent { color: var(--brand); }

/* ---------- Eyebrow / section head ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap;
  justify-content: center; max-width: 100%;
  font-family: 'Inter Tight', sans-serif; font-weight: 600;
  font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em;
  color: var(--brand);
}
@media (max-width: 560px) { .eyebrow { font-size: 11px; letter-spacing: .1em; } }
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.section-navy .eyebrow { color: var(--cyan); }
.section-navy .eyebrow::before { background: var(--cyan); box-shadow: 0 0 0 4px rgba(79,195,247,.18); }

.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); display: flex; flex-direction: column; gap: 16px; }
.section-head.center { margin-inline: auto; text-align: center; align-items: center; }
.section-title { font-size: clamp(28px, 3.6vw, 46px); letter-spacing: -.03em; text-wrap: balance; }
.section-desc { font-size: clamp(16px, 1.3vw, 18px); color: var(--ink-2); max-width: 600px; text-wrap: pretty; }

/* ---------- Buttons (plus-style pill, Digiras blue) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 48px; padding: 0 22px; border-radius: 999px;
  font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 15px;
  letter-spacing: -.005em; border: 1.5px solid transparent; cursor: pointer;
  white-space: nowrap; text-decoration: none; transition: transform .18s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn svg { transition: transform .2s var(--ease); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-brand-lg); }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--brand-soft); color: var(--brand-dark); transform: translateY(-2px); }
.btn-on-dark-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.btn-on-dark-ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); color: #fff; }
.btn-sm { height: 40px; padding: 0 16px; font-size: 14px; }
.btn-lg { height: 54px; padding: 0 28px; font-size: 16px; }
.btn:active { transform: translateY(0) scale(.97); transition-duration: 90ms; }
.btn-primary:active, .btn-light:active, .btn-dark:active { transform: translateY(-1px) scale(.97); }
.btn svg { transition: transform var(--dur-base) var(--ease-soft); }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }

/* ===========================================================
 * NAV / HEADER
 * =========================================================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 23px; letter-spacing: -.03em; }
.brand:hover { color: var(--ink); }
.brand-logo { height: 44px; width: auto; display: block; }
.foot-brand-logo { margin-bottom: 16px; }
.foot-brand-logo img { height: 44px; width: auto; display: block; filter: brightness(0) invert(1); }
.brand-dot { width: 11px; height: 11px; border-radius: 3px; background: var(--grad-brand); display: inline-block; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--ink-2); font-weight: 500; font-size: 15px; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -24px; height: 2px; background: var(--brand); border-radius: 2px; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line-2); border-radius: 12px; cursor: pointer; color: var(--ink); }

/* Mobile drawer */
.mobile-menu { display: none; position: fixed; inset: 70px 0 0; z-index: 49; background: var(--bg); padding: 24px clamp(20px,4vw,48px); flex-direction: column; gap: 6px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 20px; color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 18px; }
@media (max-width: 940px) {
  .nav-links { display: none; }
  .nav-actions .btn:not(.nav-cta) { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* ===========================================================
 * HERO
 * =========================================================== */
.hero { padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(22px, 3vw, 40px); overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; top: -180px; right: -120px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(79,195,247,.20), transparent 65%); pointer-events: none; z-index: 0; }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; max-width: 900px; margin: 0 auto; }
.hero-h1 { font-size: clamp(40px, 6.4vw, 80px); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.hero-h1 .serif-it { color: var(--brand); }
.hero-sub { font-size: clamp(17px, 1.5vw, 21px); color: var(--ink-2); max-width: 620px; text-wrap: pretty; }
@media (max-width: 560px) { .hero-h1 { font-size: 33px; letter-spacing: -.03em; } .hero-h1 br { display: none; } }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero-trust { display: flex; align-items: center; gap: 12px; color: var(--ink-2); font-size: 14px; flex-wrap: wrap; justify-content: center; }
.avatar-stack { display: inline-flex; }
.avatar { width: 34px; height: 34px; border-radius: 50%; border: 2.5px solid var(--bg); margin-left: -10px; font-family: ui-monospace, monospace; font-size: 12px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; }
.avatar:first-child { margin-left: 0; }

/* ===========================================================
 * 4 ÇÖZÜM (solutions)
 * =========================================================== */
.sol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sol-card { background: var(--surface-tint); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-xs); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft); }
.sol-card:hover { transform: translateY(-6px) scale(1.01); box-shadow: var(--shadow-hover); border-color: var(--brand-soft); }
.sol-card:active { transform: translateY(-2px) scale(.998); transition-duration: var(--dur-fast); }
.sol-icon { width: 48px; height: 48px; border-radius: 13px; background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; transition: transform var(--dur-base) var(--ease-soft), background var(--dur-base), color var(--dur-base); }
.sol-card:hover .sol-icon { transform: translateY(-2px) scale(1.06); background: var(--brand); color: #fff; }
.sol-icon svg { width: 24px; height: 24px; }
.sol-name { font-size: 18px; font-weight: 600; }
.sol-desc { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 900px) { .sol-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .sol-grid { grid-template-columns: 1fr; } }

/* ===========================================================
 * FEATURE TABS ("Tek Çatı Altında") + bars + quote
 * =========================================================== */
.feat-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.feat-tabs { display: flex; gap: 0; margin: 22px 0 26px; }
.chev { position: relative; flex: 1; display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 14px; background: var(--bg-2); color: var(--ink-2); font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 14.5px; cursor: pointer; border: none; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 16px 50%); margin-left: -14px; transition: background .25s, color .25s; }
.chev:first-child { margin-left: 0; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%); }
.chev.active { background: var(--grad-brand); color: #fff; z-index: 2; }
.feat-panel { display: none; flex-direction: column; gap: 22px; }
.feat-panel.active { display: flex; }
.feat-panel-text { font-size: 16px; color: var(--ink-2); line-height: 1.6; }
.feat-panel-text a { font-weight: 600; }

.bars { display: flex; flex-direction: column; gap: 18px; }
.bar-row { display: flex; flex-direction: column; gap: 8px; }
.bar-top { display: flex; justify-content: space-between; align-items: baseline; }
.bar-label { font-size: 15px; font-weight: 500; color: var(--ink); }
.bar-val { font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 16px; color: var(--brand); }
.bar-track { height: 8px; border-radius: 99px; background: var(--bg-2); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 99px; background: var(--grad-brand); width: 0; transition: width 1.1s var(--ease-expo); }

.quote-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 40px); box-shadow: var(--shadow-lg); position: relative; }
.quote-mark { font-family: 'Crimson Text', serif; font-size: 80px; line-height: .5; color: var(--brand); opacity: .25; height: 36px; }
.quote-text { font-family: 'Crimson Text', Georgia, serif; font-style: italic; font-size: clamp(20px, 2.4vw, 27px); line-height: 1.4; color: var(--ink); margin: 8px 0 22px; }
.quote-author { display: flex; align-items: center; gap: 13px; }
.quote-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-brand); color: #fff; font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.quote-name { font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 15px; color: var(--ink); }
.quote-role { font-size: 13px; color: var(--ink-3); }
@media (max-width: 900px) { .feat-grid { grid-template-columns: 1fr; } }

/* ===========================================================
 * HİZMETLER GRID (7)
 * =========================================================== */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-card { background: var(--surface-tint); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-xs); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft); position: relative; overflow: hidden; }
.svc-card::after { content: ''; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--grad-brand); transition: width var(--dur-base) var(--ease-out); }
.svc-card:hover { transform: translateY(-6px) scale(1.01); box-shadow: var(--shadow-hover); border-color: var(--brand-soft); }
.svc-card:active { transform: translateY(-2px) scale(.998); transition-duration: var(--dur-fast); }
.svc-card:hover::after { width: 100%; }
.svc-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; transition: transform var(--dur-base) var(--ease-soft), background var(--dur-base), color var(--dur-base); }
.svc-card:hover .svc-icon { transform: translateY(-2px) scale(1.06); background: var(--brand); color: #fff; }
.svc-icon svg { width: 23px; height: 23px; }
.svc-name { font-size: 17.5px; font-weight: 600; color: var(--ink); }
.svc-desc { font-size: 14px; color: var(--ink-2); line-height: 1.55; flex: 1; }
.svc-more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--brand); }
.svc-card:hover .svc-more svg { transform: translateX(3px); }
.svc-more svg { transition: transform .2s var(--ease); width: 16px; height: 16px; }
@media (max-width: 880px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }

/* ===========================================================
 * DIGIRAS PLUS — alt proje koyu band
 * =========================================================== */
.plusband { position: relative; border-radius: var(--radius-xl); overflow: hidden; background: var(--navy-deep); color: #fff; isolation: isolate; padding: clamp(40px, 5.5vw, 64px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.plusband::before { content: ''; position: absolute; right: -6%; bottom: -60%; width: 65%; height: 150%; background: radial-gradient(circle, rgba(45,127,249,.5), transparent 68%); filter: blur(46px); z-index: 0; pointer-events: none; }
.plusband > * { position: relative; z-index: 1; }
.plusband .eyebrow { color: var(--cyan); }
.plusband .eyebrow::before { background: var(--cyan); box-shadow: 0 0 0 4px rgba(79,195,247,.2); }
.plusband-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; background: rgba(79,195,247,.14); color: var(--cyan); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.plusband-h { font-size: clamp(26px, 3.2vw, 40px); color: #fff; letter-spacing: -.03em; margin: 16px 0 12px; text-wrap: balance; }
.plusband-sub { font-size: 16.5px; color: rgba(255,255,255,.74); line-height: 1.6; max-width: 480px; }
.plusband-actions { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.plusband-mock { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 20px; backdrop-filter: blur(6px); box-shadow: 0 24px 60px -24px rgba(0,0,0,.6); }
.plusband-mock-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.plusband-mock-row:first-child { border-top: none; }
.plusband-mock-kw { color: rgba(255,255,255,.82); font-family: ui-monospace, monospace; }
.plusband-mock-rank { color: var(--cyan); font-weight: 700; font-family: 'Rubik', sans-serif; }
@media (max-width: 860px) { .plusband { grid-template-columns: 1fr; } }

/* ===========================================================
 * STATS
 * =========================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); overflow: hidden; }
.stat { padding: 30px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.stat:last-child { border-right: none; }
.stat-n { font-family: 'Rubik', sans-serif; font-weight: 700; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -.03em; color: var(--ink); }
.stat-n .accent { color: var(--brand); }
.stat-l { font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat:nth-child(2n) { border-right: none; } .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }

/* ===========================================================
 * SÜREÇ (how)
 * =========================================================== */
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.how-step { background: var(--card); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; min-height: 210px; }
.how-n { font-family: 'Crimson Text', serif; font-style: italic; font-size: 58px; line-height: 1; color: var(--brand); letter-spacing: -.02em; }
.how-title { font-size: 19px; font-weight: 600; }
.how-body { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 880px) { .how-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .how-grid { grid-template-columns: 1fr; } }

/* ===========================================================
 * EKİP + Kariyer kartı
 * =========================================================== */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-card { border-radius: var(--radius); overflow: hidden; position: relative; background: var(--bg-2); aspect-ratio: 3/3.4; }
.team-photo { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.1); transition: transform .4s var(--ease), filter .3s; }
.team-card:hover .team-photo { transform: scale(1.04); filter: grayscale(0); }
.team-meta { position: absolute; left: 14px; bottom: 14px; right: 14px; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-radius: 12px; padding: 12px 14px; }
.team-name { font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink); }
.team-role { font-size: 13px; color: var(--ink-2); margin-top: 2px; }
.team-join { background: var(--card); border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.team-join h3 { font-size: 22px; letter-spacing: -.02em; }
.team-join p { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.team-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--grad-brand); color: #fff; font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 44px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===========================================================
 * CTA BAND
 * =========================================================== */
.ctaband { border-radius: var(--radius-xl); background: var(--grad-brand); color: #fff; padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 64px); text-align: center; position: relative; overflow: hidden; }
.ctaband::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 120%, rgba(255,255,255,.22), transparent 50%); }
.ctaband > * { position: relative; z-index: 1; }
.ctaband h2 { color: #fff; font-size: clamp(28px, 3.6vw, 46px); letter-spacing: -.03em; margin-bottom: 14px; text-wrap: balance; }
.ctaband p { color: rgba(255,255,255,.9); font-size: 18px; max-width: 560px; margin: 0 auto 28px; }
.ctaband .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===========================================================
 * FOOTER
 * =========================================================== */
.footer { background: var(--navy-grad); color: rgba(255,255,255,.66); padding-top: clamp(56px, 7vw, 88px); }
.footer h4 { color: #fff; font-size: 15px; font-family: 'Rubik', sans-serif; font-weight: 600; margin-bottom: 18px; letter-spacing: 0; }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.10); }
.foot-brand .brand { color: #fff; margin-bottom: 14px; }
.foot-brand p { font-size: 14.5px; line-height: 1.6; max-width: 320px; margin-bottom: 18px; }
.foot-soc { display: flex; gap: 10px; }
.foot-soc a { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); color: #fff; display: flex; align-items: center; justify-content: center; transition: background .2s var(--ease), transform .2s var(--ease), border-color .2s, box-shadow .2s; }
.foot-soc a:hover { background: var(--brand); border-color: transparent; transform: translateY(-2px); box-shadow: 0 10px 20px -8px rgba(45,127,249,.55); }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.foot-col a { color: rgba(255,255,255,.66); font-size: 14.5px; }
.foot-col a:hover { color: #fff; }
.foot-contact-item { display: flex; gap: 10px; font-size: 14px; line-height: 1.5; margin-bottom: 14px; }
.foot-contact-item svg { flex-shrink: 0; margin-top: 2px; color: var(--cyan); }
.foot-contact-item a { color: rgba(255,255,255,.8); }
.foot-contact-item a:hover { color: #fff; }
.foot-offices { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.foot-office h4 { font-size: 18px; margin-bottom: 12px; }
.foot-office p { font-size: 14px; line-height: 1.65; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 26px 0; flex-wrap: wrap; font-size: 13.5px; }
.foot-bottom a { color: rgba(255,255,255,.66); }
.foot-bottom a:hover { color: #fff; }
.foot-wa { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; background: #25D366; color: #fff; font-weight: 600; font-size: 14px; }
.foot-wa:hover { color: #fff; filter: brightness(1.05); }
@media (max-width: 900px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; } .foot-offices { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .foot-top { grid-template-columns: 1fr; } }

/* ===========================================================
 * FORM (iletisim — faz 2'de tam kullanılacak)
 * =========================================================== */
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 14px; font-weight: 600; color: var(--ink); }
.input, .textarea, select.input { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-2); border-radius: 12px; background: var(--card); color: var(--ink); font-family: 'Inter Tight', sans-serif; font-size: 15px; transition: border-color .15s, box-shadow .15s; }
.input:focus, .textarea:focus, select.input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.textarea { min-height: 130px; resize: vertical; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 13px; padding: 12px 14px; border-radius: 10px; margin-top: 8px; }
.form-note.ok { background: #ECFDF3; color: #15803D; border: 1px solid #BBF7D0; }
.form-note.err { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }

/* ===========================================================
 * MARQUEE — diagonal kayan şerit
 * =========================================================== */
.marquee-wrap { position: relative; padding: clamp(30px,4vw,52px) 0; overflow: hidden; }
.marquee-wrap + .section { padding-top: clamp(24px,3.5vw,48px); }
.marquee { transform: rotate(-3deg); transform-origin: center; background: var(--navy-deep); padding: 16px 0; width: 112%; margin-left: -6%; box-shadow: 0 18px 40px -22px rgba(14,27,51,.5); }
.marquee-track { display: flex; width: max-content; animation: dg-marquee 34s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 30px; padding-right: 30px; color: #fff; font-family: 'Rubik', sans-serif; font-weight: 600; font-size: clamp(18px,2.3vw,28px); white-space: nowrap; letter-spacing: -.01em; }
.marquee-item .spark { color: var(--cyan); }
@keyframes dg-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }

/* ===========================================================
 * COUNTER BAND — animasyonlu sayaç + akan konektör
 * =========================================================== */
.counter-band { display: grid; grid-template-columns: repeat(7, auto); justify-content: center; align-items: center; gap: clamp(10px,3vw,38px); }
.counter { text-align: center; }
.counter-n { font-family: 'Rubik', sans-serif; font-weight: 700; font-size: clamp(38px,5vw,62px); color: var(--ink); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.counter-n .suf { color: var(--brand); }
.counter-l { font-size: 14px; color: var(--ink-2); margin-top: 10px; max-width: 140px; margin-inline: auto; line-height: 1.35; }
.counter-div { display: flex; flex-direction: column; gap: 5px; }
.counter-div i { display: block; width: 28px; height: 2.5px; border-radius: 2px; background: var(--brand); opacity: .55; }
@media (max-width: 820px) { .counter-band { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; } .counter-div { display: none; } }

/* ===========================================================
 * AWARDS — ödüllerimiz sertifika şeridi
 * =========================================================== */
/* Müşteri logo duvarı (gerçek logolar — grayscale→renk hover) */
.client-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.client-card { background: #FFFFFF; border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; padding: 14px 20px; box-shadow: var(--shadow-xs); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft); }
.client-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brand-soft); }
.client-card img { max-height: 56px; max-width: 84%; width: auto; object-fit: contain; opacity: .96; transition: transform var(--dur-base) var(--ease-soft), opacity var(--dur-base) var(--ease-soft); }
.client-card:hover img { opacity: 1; transform: scale(1.05); }
@media (max-width: 920px) { .client-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 680px) { .client-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 440px) { .client-grid { grid-template-columns: repeat(2, 1fr); } }

/* Proje / iş galerisi (gerçek görseller) */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow-xs); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft); text-decoration: none; }
.work-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: var(--brand-soft); }
.work-thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-2); position: relative; }
.work-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s var(--ease-soft); }
.work-card:hover .work-thumb img { transform: scale(1.05); }
.work-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14,27,51,.12)); pointer-events: none; }
.work-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.work-tag { font-size: 11.5px; font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: .09em; }
.work-name { font-size: 16.5px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.work-result { font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.work-result b { color: var(--good); font-family: 'Rubik', sans-serif; font-weight: 700; }
@media (max-width: 860px) { .work-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .work-grid { grid-template-columns: 1fr; } }

.awards .eyebrow { color: var(--cyan); }
.award-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 1080px; margin: 0 auto; }
.award-card { position: relative; background: linear-gradient(180deg, #FFFFFF 0%, #FBFDFF 100%); border-radius: var(--radius); padding: 18px 16px; display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 11; box-shadow: 0 2px 10px -3px rgba(0,0,0,.20); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.award-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(14,27,51,.05); pointer-events: none; }
.award-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -16px rgba(0,0,0,.50); }
.award-card img { max-height: 48px; max-width: 82%; width: auto; object-fit: contain; }
@media (max-width: 880px) { .award-grid { grid-template-columns: repeat(3, 1fr); max-width: 600px; } }
@media (max-width: 460px) { .award-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===========================================================
 * CASE / referans kartları + müşteri logo duvarı
 * =========================================================== */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { background: var(--surface-tint); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 10px; min-height: 188px; box-shadow: var(--shadow-xs); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft); }
.case-card:hover { transform: translateY(-6px) scale(1.008); box-shadow: var(--shadow-hover); border-color: color-mix(in srgb, var(--good) 24%, var(--line)); }
.case-card:active { transform: translateY(-2px); transition-duration: var(--dur-fast); }
.case-tag { font-size: 11.5px; font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: .1em; }
.case-metric { display: flex; align-items: baseline; gap: 8px; margin: 2px 0; }
.case-metric b { font-family: 'Rubik', sans-serif; font-weight: 700; font-size: 30px; color: var(--good); letter-spacing: -.02em; line-height: 1; transition: transform var(--dur-base) var(--ease-soft); transform-origin: left; }
.case-card:hover .case-metric b { transform: scale(1.04); }
.case-metric span { font-size: 13.5px; color: var(--ink-2); }
.case-desc { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 860px) { .case-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .case-grid { grid-template-columns: 1fr; } }

.logo-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.logo-wall .lw { background: var(--card); min-height: 94px; display: flex; align-items: center; justify-content: center; color: var(--ink-3); font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: -.01em; transition: background .2s, color .2s; }
.logo-wall .lw:hover { background: var(--bg-soft); color: var(--brand); }
@media (max-width: 760px) { .logo-wall { grid-template-columns: repeat(2, 1fr); } }

/* ===========================================================
 * A11Y + POLISH — focus-visible, seçim, ince geçişler
 * =========================================================== */
a:focus-visible, button:focus-visible, .btn:focus-visible,
.input:focus-visible, .textarea:focus-visible, select.input:focus-visible,
.faq-q:focus-visible, .chev:focus-visible {
  outline: 2px solid var(--brand); outline-offset: 2px; box-shadow: var(--ring-brand); border-radius: 8px;
}
.nav-toggle:focus-visible { outline-offset: 1px; }
@media (hover: hover) { .svc-card, .sol-card, .case-card, .award-card, .team-card { will-change: transform; } }

/* ===========================================================
 * İÇ SAYFA HERO (hizmet / hakkımızda / kariyer / yasal)
 * =========================================================== */
.page-hero { padding-top: clamp(48px,6vw,88px); padding-bottom: clamp(24px,3vw,40px); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -160px; right: -100px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(79,195,247,.18), transparent 65%); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; max-width: 760px; }
.page-hero.center .page-hero-inner { margin-inline: auto; text-align: center; }
.page-h1 { font-size: clamp(34px,5vw,58px); line-height: 1.04; letter-spacing: -.035em; margin: 14px 0 14px; text-wrap: balance; }
.page-h1 .serif-it { color: var(--brand); }
.page-lead { font-size: clamp(17px,1.5vw,20px); color: var(--ink-2); line-height: 1.55; text-wrap: pretty; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--ink-3); }
.breadcrumb a { color: var(--ink-3); } .breadcrumb a:hover { color: var(--brand); }

/* hizmet özellik listesi */
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.feature-item { display: flex; gap: 12px; align-items: flex-start; }
.feature-check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.feature-item p { font-size: 15px; color: var(--ink-body); line-height: 1.5; }
.feature-item b { color: var(--ink); font-weight: 600; }
@media (max-width: 680px) { .feature-list { grid-template-columns: 1fr; } }

/* split (metin + kart) */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px,5vw,64px); align-items: center; }
.split.rev > :first-child { order: 2; }
@media (max-width: 880px) { .split, .split.rev > :first-child { grid-template-columns: 1fr; order: 0; } }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 10px; max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 18px 22px; font-family: 'Rubik',sans-serif; font-weight: 600; font-size: 16px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 22px; color: var(--brand); transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a-inner { padding: 0 22px 18px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.faq-item.open .faq-a { max-height: 320px; }

/* yasal metin */
.legal-prose { max-width: 760px; margin: 0 auto; }
.legal-prose h2 { font-size: 22px; margin: 32px 0 12px; }
.legal-prose p, .legal-prose li { font-size: 15.5px; color: var(--ink-body); line-height: 1.7; }
.legal-prose ul { padding-left: 22px; margin: 10px 0; display: flex; flex-direction: column; gap: 6px; }
.legal-prose a { font-weight: 500; }

/* hub kartı = svc-card kullanır; coming-soon */
.coming { text-align: center; max-width: 560px; margin: 0 auto; }
.coming .how-n { font-size: clamp(60px,10vw,110px); text-align: center; }

/* ===========================================================
 * REVEAL animation (zenginleştirilmiş — stagger + scale)
 * =========================================================== */
/* Jakub enter recipe: opacity + translateY(8) + blur(4), expo-out ~440ms, bounce 0 */
.reveal { opacity: 0; transform: translateY(8px); filter: blur(4px); transition: opacity var(--dur-enter) var(--ease-out), transform var(--dur-enter) var(--ease-out), filter var(--dur-enter) var(--ease-out); transition-delay: var(--d, 0ms); will-change: transform, opacity, filter; }
.reveal.in { opacity: 1; transform: none; filter: blur(0); }
.reveal-scale { opacity: 0; transform: translateY(10px) scale(.985); filter: blur(5px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out), filter var(--dur-enter) var(--ease-out); transition-delay: var(--d, 0ms); will-change: transform, opacity, filter; }
.reveal-scale.in { opacity: 1; transform: none; filter: blur(0); }
/* grid çocuklarına otomatik stagger (JS --d atar) */
.stagger > * { opacity: 0; transform: translateY(8px); filter: blur(3px); transition: opacity var(--dur-enter) var(--ease-out), transform var(--dur-enter) var(--ease-out), filter var(--dur-enter) var(--ease-out); transition-delay: var(--d, 0ms); }
.stagger.in > * { opacity: 1; transform: none; filter: blur(0); }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal, .reveal-scale, .stagger > * { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .sol-card, .svc-card, .case-card, .award-card, .team-card,
  .sol-card:hover, .svc-card:hover, .case-card:hover,
  .sol-icon, .svc-icon, .sol-card:hover .sol-icon, .svc-card:hover .svc-icon,
  .case-metric b, .case-card:hover .case-metric b,
  .btn, .btn:hover, .btn:active, .btn svg, .counter-n { transform: none !important; transition: none !important; animation: none !important; }
  .hero::before, .plusband::before, .marquee-track { animation: none !important; }
  .marquee { transform: rotate(-3deg); }
}

/* ===========================================================
 * PREMIUM CİLA (2-agent sentez): hero güven · hub · FAQ · sayaç
 * =========================================================== */
/* Hero güven katmanı */
.hero-trust { gap: 14px; flex-direction: column; }
.avatar-count { background: var(--brand-soft); color: var(--brand-dark); font-size: 11px; letter-spacing: -.02em; box-shadow: inset 0 0 0 1px rgba(45,127,249,.20); }
.avatar { box-shadow: var(--shadow-xs); }
.trust-rate { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.trust-stars { display: inline-flex; gap: 2px; color: var(--star); }
.trust-stars svg { width: 16px; height: 16px; }
.trust-rate strong { color: var(--ink); font-family: 'Rubik', sans-serif; font-weight: 700; letter-spacing: -.01em; }
.trust-sep { color: var(--ink-3); }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 2px; }
.hero-badges li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; background: var(--surface-raise); border: 1px solid var(--line); box-shadow: var(--shadow-xs); font-size: 13px; font-weight: 600; color: var(--ink-body); letter-spacing: -.01em; transition: border-color var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), transform var(--dur-base) var(--ease-soft); }
.hero-badges li svg { width: 15px; height: 15px; color: var(--good); flex-shrink: 0; }
.hero-badges li:hover { border-color: var(--line-2); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
@media (max-width: 480px) { .hero-badges li { padding: 6px 11px; font-size: 12px; } .hero-badges li svg { width: 13px; height: 13px; } }

/* Hizmetler hub — featured ilk kart (7 kartı dengele) */
.svc-grid.svc-hub > .svc-card:first-child { grid-column: span 2; background: linear-gradient(135deg, var(--brand-soft) 0%, var(--card) 62%); border-color: var(--brand-soft); }
.svc-grid.svc-hub > .svc-card:first-child .svc-icon { background: var(--brand); color: #fff; }
@media (max-width: 880px) { .svc-grid.svc-hub > .svc-card:first-child { grid-column: span 2; } }
@media (max-width: 560px) { .svc-grid.svc-hub > .svc-card:first-child { grid-column: span 1; } }

/* FAQ — içerik fade (max-height mekaniğini maskeler) */
.faq-item.open .faq-a { max-height: 420px; }
.faq-a-inner { opacity: 0; transform: translateY(-4px); transition: opacity var(--dur-base) var(--ease-out) 60ms, transform var(--dur-base) var(--ease-out) 60ms; }
.faq-item.open .faq-a-inner { opacity: 1; transform: none; }
.faq-q::after { transition: transform var(--dur-base) var(--ease-out); }

/* Sayaç — bitince hafif pop */
#counterBand.in .counter-n { animation: counterPop var(--dur-slow) var(--ease-out) both; }
@keyframes counterPop { 0% { transform: scale(.96); opacity: .6; } 60% { transform: scale(1.02); } 100% { transform: scale(1); opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .hero-badges li, .faq-a-inner, .faq-q::after { transition: none !important; transform: none !important; opacity: 1 !important; }
  #counterBand.in .counter-n { animation: none !important; }
}
