:root{--bg:#030b14;--panel:#081421;--panel2:#0d1a27;--text:#f6f8fb;--muted:#a8b4c3;--blue:#1677ff;--line:#1c2c3d;--white:#fff;--max:1380px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.topbar{background:#01060d;border-bottom:1px solid #142131;font-size:14px;color:#d7e0ea}.topbar-inner{height:42px;display:flex;justify-content:space-between;align-items:center}.topbar a{color:#fff}.header{position:sticky;top:0;z-index:50;background:rgba(4,12,21,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{height:100px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:16px;font-size:32px}.brand img{width:58px;height:58px;object-fit:contain}.nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700;text-transform:uppercase}.nav a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;padding:15px 24px;border-radius:8px;font-weight:800;border:1px solid var(--blue);transition:.2s}.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.btn.outline{background:transparent;border-color:#438eda}.btn.small{padding:12px 20px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.hero{min-height:500px;display:grid;align-items:center;background:radial-gradient(circle at 72% 48%,rgba(17,108,255,.20),transparent 27%),linear-gradient(120deg,#020912,#061426);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(28,82,140,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(28,82,140,.14) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,black);opacity:.55}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:70px 0}.eyebrow{color:var(--blue);font-weight:800;font-size:18px}.hero h1{font-size:54px;line-height:1.08;margin:12px 0 24px}.hero h1 span{display:block;color:#2380ff}.hero p{font-size:19px;color:#e3e9f0;max-width:660px}.hero-actions{display:flex;gap:18px;margin-top:30px}.hero-visual{position:relative;min-height:380px}.dashboard{position:absolute;right:0;top:20px;width:88%;aspect-ratio:16/10;border:1px solid #2d77c6;border-radius:18px;background:linear-gradient(145deg,#143253,#071423);transform:perspective(1200px) rotateY(-12deg) rotateX(4deg);box-shadow:0 30px 80px rgba(0,77,177,.4);padding:18px}.screen{height:100%;border-radius:12px;background:#04101b;padding:20px;display:grid;grid-template-columns:28% 1fr;gap:14px}.screen-side,.screen-main>div{background:#0d2236;border:1px solid #173a59;border-radius:10px}.screen-main{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}.screen-main .wide{grid-column:1/-1;background:linear-gradient(180deg,#0f2b45,#091827)}.services{background:#06101a;padding:18px 0 20px}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.service-card,.stat-card,.content-card{background:linear-gradient(180deg,#0c1824,#07111b);border:1px solid var(--line);border-radius:10px;padding:24px;text-align:center}.icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#147cff,#075ad2);display:grid;place-items:center;margin:0 auto 16px}.icon svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.8}.service-card:nth-child(2) .icon{background:linear-gradient(135deg,#7c4dff,#3d19d8)}.service-card:nth-child(3) .icon{background:linear-gradient(135deg,#4ed33f,#168e17)}.service-card:nth-child(4) .icon{background:linear-gradient(135deg,#ff9a1f,#f25400)}.service-card:nth-child(5) .icon{background:linear-gradient(135deg,#ff3d7c,#cd004b)}.service-card:nth-child(6) .icon{background:linear-gradient(135deg,#26c8dd,#0493a7)}.service-card h3{font-size:17px;margin:0 0 10px}.service-card p{color:var(--muted);font-size:14px}.why{padding:70px 0;background:linear-gradient(120deg,#07111b,#0a1622)}.why-grid{display:grid;grid-template-columns:1.1fr repeat(4,1fr);gap:18px;align-items:stretch}.why-copy h2,.page-hero h1{font-size:38px;line-height:1.15;margin:10px 0}.why-copy p,.page-hero p,.content-card p{color:var(--muted)}.stat-card{text-align:left}.stat-card strong{display:block;font-size:38px}.section{padding:70px 0}.section-title{text-align:center;max-width:700px;margin:0 auto 40px}.section-title h2{font-size:38px;margin:0}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.content-card{text-align:left}.content-card img{width:100%;height:220px;object-fit:cover;border-radius:8px;margin-bottom:16px}.content-card h3{margin:0 0 8px;font-size:23px}.page-hero{padding:80px 0;background:linear-gradient(135deg,#06111d,#09223b);border-bottom:1px solid var(--line)}.prose{max-width:900px}.prose p{color:#c5d0dc;font-size:18px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.form-card{background:#081522;border:1px solid var(--line);padding:28px;border-radius:12px}.field{margin-bottom:18px}.field label{display:block;margin-bottom:7px;font-weight:700}.field input,.field textarea,.field select{width:100%;background:#03101a;border:1px solid #294157;color:#fff;border-radius:8px;padding:14px;font:inherit}.field textarea{min-height:150px;resize:vertical}.alert{padding:14px;border-radius:8px;background:#0f3d2c;border:1px solid #218e61;margin-bottom:18px}.footer{background:#02070c;border-top:1px solid var(--line);padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer h3{margin-top:0}.footer a{display:block;color:#c1ccd8;margin:8px 0}.footer-brand{font-size:28px}.footer-brand img{width:48px;height:48px}.copyright{text-align:center;border-top:1px solid var(--line);margin-top:40px;padding:20px;color:#8895a4}.empty{text-align:center;color:var(--muted);padding:50px}.admin-link{position:fixed;right:16px;bottom:16px;background:#111b27;border:1px solid #26384a;padding:8px 12px;border-radius:8px;font-size:12px;color:#9aa8b8}@media(max-width:1100px){.nav{gap:16px;font-size:12px}.service-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:1fr 1fr 1fr}.why-copy{grid-column:1/-1}.hero h1{font-size:46px}}@media(max-width:800px){.container{width:min(100% - 28px,var(--max))}.topbar{display:none}.nav-wrap{height:76px}.brand{font-size:25px}.brand img{width:46px;height:46px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#06111d;padding:20px;flex-direction:column;align-items:stretch;gap:8px;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav a{padding:10px}.hero-grid{grid-template-columns:1fr;padding:55px 0}.hero-visual{min-height:280px}.dashboard{width:95%}.hero h1{font-size:40px}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.cards-3,.contact-grid,.footer-grid{grid-template-columns:1fr}.why-copy{grid-column:auto}.hero-actions{flex-direction:column;align-items:stretch}.section-title h2,.page-hero h1{font-size:32px}}@media(max-width:480px){.service-grid{grid-template-columns:1fr}.hero h1{font-size:34px}.hero-visual{min-height:220px}.nav-wrap .brand strong{font-size:24px}}
/* Kurumsal içerik genişletmeleri */
.brand img,.footer-brand img{background:transparent!important;border-radius:0!important}.footer-brand{display:inline-flex!important;align-items:center!important;gap:12px!important}.footer-brand strong{font-size:28px;line-height:1}.footer-brand img{width:46px!important;height:54px!important;object-fit:contain!important}.split-content{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.split-content h2,.cta-box h2{font-size:36px;line-height:1.2;margin:10px 0 20px}.split-content p{color:#c5d0dc;font-size:17px}.feature-list{display:grid;gap:14px}.feature-list article{border:1px solid var(--line);background:linear-gradient(180deg,#0c1824,#07111b);padding:20px;border-radius:10px}.feature-list b,.feature-list span{display:block}.feature-list span{color:var(--muted);margin-top:5px}.soft-section{background:linear-gradient(120deg,#07111b,#0a1622);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article{padding:24px;border-left:2px solid var(--blue);background:#081522}.process-grid span{color:var(--blue);font-weight:800}.process-grid h3{font-size:22px;margin:8px 0}.process-grid p,.card-detail{color:var(--muted)}.service-detail .icon{margin:0 0 16px}.text-link{display:inline-block!important;color:#3993ff!important;font-weight:800;margin-top:14px}.card-detail{font-size:14px;border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.cta-box{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-box h2{max-width:850px}.product-card,.project-card,.blog-card{height:100%;display:flex;flex-direction:column}.product-card .text-link,.project-card .btn,.blog-card .text-link{margin-top:auto;padding-top:18px}
@media(max-width:800px){.split-content,.process-grid{grid-template-columns:1fr}.cta-box{align-items:flex-start;flex-direction:column}.split-content h2,.cta-box h2{font-size:29px}.footer-brand strong{font-size:27px}.footer-brand img{width:48px!important;height:58px!important}.footer-grid>div:first-child{padding-bottom:18px;border-bottom:1px solid var(--line)}}

/* Dinamik logo ve marka boyutları */
.brand img{width:var(--logo-size,58px)!important;height:var(--logo-size,58px)!important;max-width:var(--logo-size,58px)!important;max-height:var(--logo-size,58px)!important;object-fit:contain!important;flex:0 0 auto}.brand strong{overflow-wrap:anywhere}.footer-brand img{width:var(--logo-size,48px)!important;height:var(--logo-size,48px)!important;max-width:var(--logo-size,48px)!important;max-height:var(--logo-size,48px)!important}@media(max-width:800px){.brand img{max-width:min(var(--logo-size,46px),72px)!important;max-height:min(var(--logo-size,46px),72px)!important}.brand{min-width:0}.brand strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}}

/* Footer marka alanı: üst menü ile aynı düzen ve hizalama */
.footer .footer-brand{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:16px;
  width:auto;
  margin:0 0 18px;
  color:var(--text);
  font-size:28px;
  line-height:1;
  font-weight:800;
}
.footer .footer-brand img{
  display:block;
  width:var(--logo-size,48px);
  height:var(--logo-size,48px);
  max-width:100px;
  max-height:100px;
  object-fit:contain;
  flex:0 0 auto;
}
.footer .footer-brand strong{
  display:block;
  margin:0;
  line-height:1.1;
  white-space:nowrap;
}
@media(max-width:800px){
  .footer .footer-brand{gap:14px;font-size:25px}
}

/* Footer marka hizalaması ve eski tarayıcı önbelleğine karşı kesin boşluk */
.footer .footer-brand{column-gap:16px!important;gap:16px!important}
.footer .footer-brand img{margin:0!important;margin-right:0!important}
.footer .footer-brand strong{margin-left:0!important;padding-left:0!important}
@media(max-width:800px){.footer .footer-brand{column-gap:14px!important;gap:14px!important}}
