/* ── HOME PAGE STYLES ── */
/* CSS token'ları custom.css'ten miras alır, burada sadece home-specific stiller var */

/* ── RESET (home scope) ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

/* ── HOME BASE ── */
/* Token'lar custom.css :root'tan miras alınır */
body.page-home {
  font-family:'Be Vietnam Pro',sans-serif;
  background:var(--bg);
  color:var(--muted);
}

html{scroll-behavior:smooth;font-size:16px}
body.page-home a{text-decoration:none;color:inherit}
body.page-home img{max-width:100%;display:block}
body.page-home ul{list-style:none}

/* ── HERO ── */
.hero{
  position:relative;
  background:#000;
  height:100vh;
  min-height:600px;
  display:flex;
  flex-direction:column;
}
.hero-stage{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.hero-video-wrap{
  position:absolute;inset:0;pointer-events:none;overflow:hidden;
}
.hero-video{
  position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;object-position:center center;
}

/* ── HERO SCROLL HINT ── */
.hero-hint-wrap{
  position:absolute;
  bottom:36px;
  left:0;right:0;
  display:flex;
  justify-content:center;
  pointer-events:none;
  z-index:10;
}
.hero-scroll-hint{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.6);
  font-size:11px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  pointer-events:none;
  opacity:0;
  animation:hintFadeIn 0.6s ease 2s forwards;
}
.hero-scroll-label{
  line-height:1;
}
.hero-scroll-arrow{
  display:flex;
  animation:hintBounce 1.6s ease-in-out 2.6s infinite;
}
@keyframes hintBounce{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(6px)}
}
@keyframes hintFadeIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.hero-inner{
  position:relative;
  z-index:2;
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding:0 clamp(20px,5vw,64px);
  display:flex;
  align-items:center;
  flex:1;
}
.hero-intro-spacer{display:none}
.hero-copy{
  max-width:760px;
  position:relative;
  z-index:2;
  padding-bottom:0;
  margin-top:0;
}
.hero-reveal{
  opacity:0;
  transform:translate3d(0,40px,0);
  transition:opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease;
  will-change:opacity,transform;
  filter:blur(6px);
}
.hero-reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
  filter:blur(0);
}
@media(max-width:900px){
  .hero{min-height:100svh}
  .hero-inner{padding:0 20px;align-items:flex-end;padding-bottom:100px}
  .hero-copy{max-width:none;padding-bottom:0;text-align:left}
  .hero-sub{max-width:none}
  .hero-actions{justify-content:flex-start}
  .hero-stats{justify-content:flex-start}
}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(34,197,94,.10);border:1px solid rgba(34,197,94,.24);
  color:rgba(255,255,255,.76);font-size:12px;font-weight:500;letter-spacing:.06em;
  padding:6px 14px;border-radius:100px;margin-bottom:24px;
}
.hero-title-lines{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin:0 0 22px;
}
.hero-title-line{display:block}
.hero-badge-dot{
  width:7px;height:7px;border-radius:50%;background:#22C55E;flex-shrink:0;
  animation:hpulse 2s infinite;
}
@keyframes hpulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.38)}50%{box-shadow:0 0 0 7px rgba(34,197,94,0)}}
.hero h1{
  font-size:clamp(36px,5.5vw,68px);
  font-weight:700;line-height:1.08;letter-spacing:-.04em;
  color:var(--white);margin-bottom:22px;
}
.hero h1 .hero-accent{
  background:linear-gradient(135deg,#3B6EFF,#7B9FFF);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.hero-sub{
  font-size:17px;font-weight:300;line-height:1.75;
  color:rgba(255,255,255,.68);margin-bottom:36px;max-width:460px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.hero-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-width:auto;
  min-height:44px;
  padding:10px 16px;
  border-radius:6px;
  text-decoration:none;
  transition:background-color .18s ease, border-color .18s ease, color .18s ease;
  border:2px solid transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.hero-cta:hover{transform:none;box-shadow:none}
.hero-cta--outline{
  background:#fff;
  border-color:#1A6EF5;
  color:#1A6EF5;
}
.hero-cta--outline:hover{
  background:#fff;
  border-color:#1A6EF5;
  color:#1A6EF5;
}
.hero-cta--solid{
  background:#1A6EF5;
  border-color:#1A6EF5;
  color:#fff;
}
.hero-cta--solid:hover{
  background:#1A6EF5;
  border-color:#1A6EF5;
  color:#fff;
}
.hero-cta-icon{
  width:22px;height:22px;flex:0 0 22px;
  display:grid;place-items:center;
  border-radius:0;
  background:transparent;
  color:currentColor;
}
.hero-cta-icon svg,.hero-cta-icon i{width:22px;height:22px;display:block;font-size:22px;line-height:1}
.hero-cta-copy{display:flex;flex-direction:column;justify-content:center;gap:0;min-width:0}
.hero-cta-title{color:currentColor;font-size:13px;font-weight:700;line-height:1;letter-spacing:-.015em}
@media(max-width:640px){
  .hero-actions{gap:10px;margin-bottom:28px}
  .hero-cta{width:auto;min-height:40px;padding:8px 13px;border-radius:6px}
  .hero-cta-icon{width:20px;height:20px;flex-basis:20px}
  .hero-cta-icon svg,.hero-cta-icon i{width:20px;height:20px;font-size:20px}
  .hero-cta-title{font-size:12px}
}
.hero-stats{
  display:flex;gap:0;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:26px;
}
.hero-stat{padding:0 36px 0 0;margin-right:36px;border-right:1px solid rgba(255,255,255,.07)}
.hero-stat:last-child{border-right:none;padding-right:0;margin-right:0}
.hero-stat-num{font-size:clamp(26px,3vw,36px);font-weight:700;color:var(--white);letter-spacing:-.03em;line-height:1}
.hero-stat-num span{color:#3B6EFF;font-size:.72em}
.hero-stat-label{font-size:12px;color:rgba(255,255,255,.46);margin-top:4px;font-weight:300;letter-spacing:.03em}
@media(max-width:640px){
  .hero-stats{gap:0;flex-wrap:wrap;row-gap:16px;padding-top:20px}
  .hero-stat{padding:0 20px 0 0;margin-right:20px}
}

/* ── TICKER ── */
.ticker{overflow:hidden;background:#3D5FC4;border-top:none;border-bottom:none;padding:13px 0}
.ticker-inner{display:flex;white-space:nowrap;animation:ticker 16s linear infinite}
/* Hareket azaltma tercihi */
@media(prefers-reduced-motion:reduce){
  .ticker-inner{animation:none}
}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.ticker-item{
  display:inline-flex;align-items:center;gap:12px;
  padding:0 40px;
  font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.85);
}
.ticker-dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.4);flex-shrink:0}

/* ── SECTION BASE ── */
.section{padding:clamp(80px,10vw,140px) 0}
.section-wrap{max-width:1140px;margin:0 auto;padding:0 clamp(16px,4vw,48px)}
.section-tag{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:var(--faint,#B8B8B8);margin-bottom:24px;
}
.section-tag::before{content:'';display:block;width:20px;height:1px;background:var(--gold)}
.section-title{
  font-family:'Be Vietnam Pro',sans-serif;
  font-size:clamp(32px,4vw,56px);
  font-weight:600;
  letter-spacing:-.04em;
  color:var(--ink);
  line-height:1.1;
  margin-bottom:16px;
}
.section-title em{font-family:'Playfair Display',serif;font-style:italic;font-weight:400;color:var(--muted)}
.section-sub{font-size:16px;font-weight:300;line-height:1.7;color:var(--muted);max-width:520px}

/* ── HİZMETLER ── */
.services{background:var(--white)}
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin-top:60px;
}
.service-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px 28px 32px;
  transition:box-shadow .25s, transform .25s;
  position:relative;
  overflow:hidden;
}
.service-card:hover{
  box-shadow:0 12px 40px rgba(0,0,0,.08);
  transform:translateY(-4px);
}
.service-img{
  width:100%;
  height:140px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}
.service-img img{
  max-height:130px;
  width:auto;
  max-width:100%;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.service-card:nth-child(3) .service-img img{
  max-height:160px;
}
.service-num{
  font-size:11px;font-weight:500;letter-spacing:.1em;
  color:var(--gold);margin-bottom:28px;
  font-family:'Be Vietnam Pro',sans-serif;
}
.service-icon{
  width:44px;height:44px;
  background:var(--bg2);border:1px solid var(--line);
  border-radius:10px;display:flex;align-items:center;justify-content:center;
  font-size:18px;color:var(--ink);margin-bottom:20px;
  transition:all .25s;
}
.service-card:hover .service-icon{background:var(--ink);color:var(--white);border-color:var(--ink)}
.service-title{font-size:18px;font-weight:600;color:var(--ink);letter-spacing:-.02em;margin-bottom:10px}
.service-desc{font-size:14px;line-height:1.7;color:var(--muted);font-weight:300}

/* ── SÜREÇ ── */
.process{background:#1A6EF5}
.process .section-tag{color:rgba(255,255,255,.55)}
.process .section-tag::before{background:rgba(255,255,255,.55)}
.process .section-title{color:var(--white)}
.process .section-title em{color:rgba(255,255,255,.55)}
.process .section-sub{color:rgba(255,255,255,.7)}
.process-list{margin-top:64px;display:grid;gap:0;border-top:1px solid rgba(255,255,255,.18)}
.process-item{
  display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:32px;
  padding:32px 0;border-bottom:1px solid rgba(255,255,255,.18);
  transition:background .2s, padding .2s;cursor:default;
}
.process-item:hover{
  background:rgba(255,255,255,.1);
  padding:32px 24px;
  border-radius:8px;
  margin:0 -24px;
  width:calc(100% + 48px);
}
.process-num{
  font-family:'Playfair Display',serif;font-style:italic;
  font-size:52px;font-weight:400;
  color:rgba(255,255,255,.2);letter-spacing:-.03em;line-height:1;
  transition:color .3s;
}
.process-item:hover .process-num{color:var(--white)}
.process-content h3{font-size:18px;font-weight:600;color:var(--white);letter-spacing:-.02em;margin-bottom:6px}
.process-content p{font-size:14px;font-weight:300;color:rgba(255,255,255,.75);line-height:1.65}
.process-arrow{color:rgba(255,255,255,.35);font-size:18px;transition:all .3s}
.process-item:hover .process-arrow{color:var(--white);transform:translateX(4px)}

/* ── SSS ── */
.faq{background:var(--white)}
.faq-grid{margin-top:60px;display:grid;gap:0;border-top:1px solid var(--line)}
.faq-item{background:var(--white);border:none;border-bottom:1px solid var(--line);border-radius:0;overflow:hidden;transition:background .2s ease}
.faq-item:hover{background:var(--white)}
.faq-item.open{background:var(--white)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:22px 4px;
  background:none;border:none;cursor:pointer;text-align:left;
  font-family:'Be Vietnam Pro',sans-serif;font-size:15px;font-weight:500;color:var(--ink);
}
.faq-q-icon{
  width:24px;height:24px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-size:16px;transition:transform .28s ease;
}
.faq-item.open .faq-q-icon{transform:rotate(180deg);color:var(--ink)}
/* FAQ body: scrollHeight tabanlı animasyon için JS ile height set edilir */
.faq-a{
  display:block;
  height:0;overflow:hidden;
  padding:0 28px;opacity:0;
  font-size:14px;font-weight:300;line-height:1.75;color:var(--muted);
  transition:height .3s ease, padding .28s ease, opacity .22s ease;
}
.faq-item.open .faq-a{padding:0 32px 20px 4px;opacity:1}

/* ── FİYATLANDIRMA ── */
.pricing{background:var(--white)}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:16px;margin-top:60px;align-items:start;
}
.pricing-card{
  background:var(--white);
  border:1px solid var(--line);border-radius:16px;
  padding:40px 36px;
  transition:all .3s;
  position:relative;overflow:hidden;
}
.pricing-card:hover{background:var(--white);border-color:var(--line);box-shadow:0 24px 80px rgba(0,0,0,.07);transform:translateY(-6px)}
.pricing-card.featured{
  background:var(--ink);
  border-color:var(--ink);
  box-shadow:0 32px 80px rgba(0,0,0,.18);
}
.pricing-card.featured:hover{transform:translateY(-6px)}
.featured-badge{
  position:absolute;top:0;right:28px;
  background:var(--gold);color:var(--ink);
  font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  padding:5px 14px;border-radius:0 0 8px 8px;
}
.pricing-name{font-size:17px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);margin-bottom:8px;line-height:1.2}
.pricing-card.featured .pricing-name{color:rgba(255,255,255,.92)}
/* Fiyat alanı — content.json'dan gelen price ve period render edilir */
.pricing-price{
  font-family:'Be Vietnam Pro',sans-serif;
  font-size:clamp(36px,4vw,48px);font-weight:700;
  letter-spacing:-.04em;color:var(--ink);line-height:1;
  margin-bottom:2px;display:flex;align-items:flex-start;gap:4px;
}
.pricing-price-currency{font-size:.5em;font-weight:500;margin-top:6px;opacity:.7}
.pricing-card.featured .pricing-price{color:var(--white)}
.pricing-period{font-size:12px;font-weight:300;color:var(--faint,#B8B8B8);margin-bottom:10px}
.pricing-card.featured .pricing-period{color:rgba(255,255,255,.3)}
.pricing-desc{font-size:13px;font-weight:300;color:var(--muted);margin-bottom:24px;line-height:1.6}
.pricing-card.featured .pricing-desc{color:rgba(255,255,255,.45)}
.pricing-divider{height:1px;background:var(--line);margin-bottom:20px}
.pricing-card.featured .pricing-divider{background:rgba(255,255,255,.08)}
.pricing-features{display:block;width:100%;margin:0;padding:0}
.pricing-features li{
  display:flex;align-items:flex-start;gap:12px;
  font-size:13.5px;font-weight:300;color:var(--muted);
  padding:10px 0;border-bottom:1px solid var(--line);
  line-height:1.5;
  text-align:left;
  justify-content:flex-start;
  margin:0;
}
.pricing-feature-check{
  width:20px;height:20px;flex:0 0 20px;margin-top:1px;
  display:grid;place-items:center;border-radius:999px;
  background:rgba(17,24,39,.06);border:1px solid rgba(17,24,39,.08);color:#0f172a;
  flex-shrink:0;
}
.pricing-feature-check svg{width:11px;height:11px;display:block}
.pricing-feature-text{flex:1;min-width:0;text-align:left}
.pricing-card.featured .pricing-features li{color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.07)}
.pricing-card.featured .pricing-feature-check{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.14);color:#fff}
.pricing-features li:last-child{border-bottom:none}
.pricing-cta{
  margin-top:32px;width:100%;
  display:block;text-align:center;
  font-family:'Be Vietnam Pro',sans-serif;font-size:14px;font-weight:700 !important;
  padding:14px;border-radius:8px;
  background:#1A6EF5 !important;color:#fff !important;
  border:1px solid #3B84F7 !important;
  transition:all .25s;letter-spacing:.01em;
  text-decoration:none !important;
}
.pricing-cta:hover{background:#1259d6 !important;color:#fff !important;transform:translateY(-1px);box-shadow:0 8px 24px rgba(26,110,245,.25);text-decoration:none !important}
.pricing-card.featured .pricing-cta{background:#fff !important;color:#1A6EF5 !important;border-color:#fff !important}
.pricing-card.featured .pricing-cta:hover{background:#f0f4ff !important}
.pricing-note{text-align:center;margin-top:32px;font-size:13px;color:var(--faint,#B8B8B8);font-weight:300}

/* ── İLETİŞİM ── */
.contact{background:var(--white)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:60px;align-items:start}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}
@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}
.contact-info-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px}
.contact-icon{
  width:48px;height:48px;flex-shrink:0;
  background:var(--white);border:1px solid var(--line);border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;color:var(--ink);
}
.contact-info-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--faint,#B8B8B8);margin-bottom:4px}
.contact-info-value{font-size:15px;font-weight:400;color:var(--ink)}
.contact-form{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:40px}
.contact-form-title{font-family:'Be Vietnam Pro',sans-serif;font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--ink);margin-bottom:28px}
.form-group{margin-bottom:16px}
.form-label{display:block;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--faint,#B8B8B8);margin-bottom:8px}
.form-input{
  width:100%;
  font-family:'Be Vietnam Pro',sans-serif;font-size:14px;font-weight:300;
  background:var(--white);border:1px solid var(--line);border-radius:8px;
  padding:13px 16px;color:var(--ink);
  transition:all .2s;outline:none;
  -webkit-appearance:none;
}
.form-input:focus{background:var(--white);border-color:var(--ink);box-shadow:0 0 0 3px rgba(12,12,12,.05)}
textarea.form-input{resize:vertical;min-height:120px}
.form-submit{
  width:100%;
  font-family:'Be Vietnam Pro',sans-serif;font-size:14px;font-weight:700;
  background:#1A6EF5;color:#fff;
  padding:15px;border-radius:8px;border:none;cursor:pointer;
  transition:all .25s;letter-spacing:.01em;
  margin-top:8px;
}
.form-submit:hover{background:#1259d6;transform:translateY(-1px);box-shadow:0 8px 24px rgba(26,110,245,.25)}

/* ── FOOTER ── */
.footer{background:#080808;padding:80px clamp(24px,5vw,60px) 32px}
.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.06)}
@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.footer-top{grid-template-columns:1fr}}
.footer-logo img{height:24px;filter:brightness(0) invert(1);opacity:.55;margin-bottom:16px}
.footer-desc{font-size:13px;font-weight:300;line-height:1.75;color:rgba(255,255,255,.3);max-width:240px;margin-bottom:24px}
.footer-socials{display:flex;gap:8px}
.footer-social{
  width:36px;height:36px;border-radius:8px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.35);font-size:15px;transition:all .2s;
}
.footer-social:hover{background:rgba(255,255,255,.1);color:rgba(255,255,255,.8)}
.footer-col-title{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.2);margin-bottom:20px}
.footer-links{display:grid;gap:10px}
.footer-links a{font-size:13px;font-weight:300;color:rgba(255,255,255,.32);transition:color .2s}
.footer-links a:hover{color:rgba(255,255,255,.75)}
.footer-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:28px;gap:10px;flex-wrap:wrap}
.footer-copy{font-size:12px;font-weight:300;color:rgba(255,255,255,.18);letter-spacing:.02em}

/* ── ANİMASYONLAR ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.service-card,.pricing-card,.faq-item{animation:fadeUp .45s ease both}
.service-card:nth-child(2){animation-delay:.07s}
.service-card:nth-child(3){animation-delay:.14s}
.service-card:nth-child(4){animation-delay:.21s}

/* ── REFERENCES ── */
.references{
  padding:60px 0 52px;
  background:var(--white);
  border-top:1px solid var(--line);
}
.references-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:40px;
}
.references-head .section-title{margin-bottom:6px}
.references-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.reference-card{
  display:flex;
  flex-direction:column;
  border-radius:22px;
  overflow:hidden;
  background:var(--white);
  border:1px solid var(--line);
  box-shadow:0 14px 36px rgba(15,23,42,.05);
  text-decoration:none;
  cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  user-select:none;
  -webkit-user-select:none;
}
.reference-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 52px rgba(15,23,42,.10);
  border-color:#c8cfd8;
}
.reference-media{
  position:relative;
  height:158px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px 30px;
  background:linear-gradient(135deg,#101215 0%,#1a1d22 100%);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.reference-media::after{
  content:'';
  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:26px 26px;
  pointer-events:none;
}
.reference-logo{
  position:relative;z-index:1;
  display:block;width:auto;max-width:78%;max-height:76px;height:auto;object-fit:contain;
  filter:drop-shadow(0 8px 22px rgba(0,0,0,.35));
  pointer-events:none;
  user-select:none;
  -webkit-user-select:none;
  -webkit-user-drag:none;
}
.reference-body{
  display:flex;flex-direction:column;flex:1;
  padding:20px 22px 22px;
  background:var(--white);
}
.reference-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.reference-badge{
  display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;
  background:#F2F9ED;border:1px solid #E4EDDB;color:#4A7C3F;font-size:11px;font-weight:600;letter-spacing:.04em;
}
.reference-badge-dot{width:6px;height:6px;border-radius:50%;background:#3DB83A;box-shadow:0 0 0 3px rgba(61,184,58,.18)}
.reference-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#fff;padding:9px 14px;border-radius:12px;background:#1A6EF5;border:1px solid #3B84F7;white-space:nowrap;flex-shrink:0;pointer-events:none}
.reference-link i{font-size:13px}
@media(max-width:768px){
  .references{padding:28px 0 22px}
  .references-head{padding:0 18px;display:block;margin-bottom:20px}
  .references-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 18px;scrollbar-width:none}
  .references-viewport::-webkit-scrollbar{display:none}
  .references-track{
    display:flex;
    grid-template-columns:unset;
    gap:14px;
    width:max-content;
  }
  .reference-card{width:min(82vw,300px);flex:0 0 auto}
}

/* ── MOBİL ── */
@media(max-width:768px){
  .hero h1{letter-spacing:-.03em}
  .hero-stat{padding:0 24px 0 0;margin-right:24px}
  .process-item{grid-template-columns:60px 1fr;gap:20px}
  .process-arrow{display:none}
  /* Mobilde hover genişleme efekti devre dışı */
  .process-item:hover{margin:0;padding:32px 0;width:100%;border-radius:0}
  .services-grid{grid-template-columns:repeat(2,1fr);gap:20px}
}


/* CTA color correction */
.hero-cta--outline,
.hero-cta--outline .hero-cta-title,
.hero-cta--outline .hero-cta-copy,
.hero-cta--outline .hero-cta-icon{
  color:#1A6EF5 !important;
}
.hero-cta--solid,
.hero-cta--solid .hero-cta-title,
.hero-cta--solid .hero-cta-copy,
.hero-cta--solid .hero-cta-icon{
  color:#fff !important;
}
.hero-cta--outline svg,
.hero-cta--outline i{
  color:#1A6EF5 !important;
}
.hero-cta--solid svg,
.hero-cta--solid i{
  color:#fff !important;
}
