:root{
  --navy:#08111f;
  --text:#40516a;
  --muted:#66758b;
  --blue:#2463eb;
  --cyan:#06b6d4;
  --orange:#f97316;
  --amber:#f59e0b;
  --green:#10b981;
  --line:rgba(8,17,31,.10);
  --soft:#f5f8fc;
  --shadow:0 32px 90px rgba(8,17,31,.12);
}
html{scroll-behavior:smooth}
body.itx-body{margin:0!important;background:#f8fafc!important;color:var(--navy)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
body.itx-body *{box-sizing:border-box}
body.itx-body a{text-decoration:none}
.itx-wrap{width:min(1240px,calc(100% - 48px));margin-inline:auto}

/* HEADER */
.itx-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.88);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}
.admin-bar .itx-header{top:32px}
.itx-topbar{height:36px;border-bottom:1px solid rgba(8,17,31,.06);font-size:13px;color:var(--muted)}
.itx-topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.itx-top-links{display:flex;align-items:center;gap:18px;font-weight:850}
.itx-top-links a{color:var(--navy)}
.itx-login-link{color:#ea580c!important}
.itx-nav-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative}
.itx-brand{display:flex;align-items:center;gap:14px;color:var(--navy)}
.itx-brand img{width:62px;height:62px;object-fit:contain;border-radius:18px;background:#fff;padding:6px;box-shadow:0 14px 35px rgba(8,17,31,.10)}
.itx-brand strong{display:block;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.05em}
.itx-brand small{display:block;color:var(--muted);font-size:13px;font-weight:850;margin-top:5px}
.itx-menu{display:flex;align-items:center;gap:24px}
.itx-menu>a,.itx-nav-item>a{display:flex;align-items:center;height:86px;color:var(--navy);font-size:15px;font-weight:950;position:relative}
.itx-menu>a:after,.itx-nav-item>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--orange),var(--blue),var(--cyan));transform:scaleX(0);transform-origin:left;transition:.22s}
.itx-menu>a:hover:after,.itx-nav-item:hover>a:after{transform:scaleX(1)}
.itx-nav-cta{padding:15px 24px;border-radius:999px;color:#fff!important;font-weight:950;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 18px 40px rgba(36,99,235,.24)}
.itx-mobile-toggle{display:none}
.itx-nav-item{position:relative}
.itx-mega{position:absolute;left:50%;top:82px;transform:translateX(-50%) translateY(12px);width:min(1040px,calc(100vw - 48px));padding:18px;border-radius:30px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(8,17,31,.10);box-shadow:0 34px 100px rgba(8,17,31,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.22s;display:grid;grid-template-columns:310px 1fr;gap:18px}
.itx-mega-small{width:min(760px,calc(100vw - 48px))}
.has-mega:hover .itx-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.itx-mega-feature{padding:28px;border-radius:24px;color:#fff;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.24),transparent 28%),linear-gradient(135deg,var(--blue),#0f172a)}
.itx-mega-feature.orange{background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.24),transparent 28%),linear-gradient(135deg,var(--orange),#7c2d12)}
.itx-mega-feature b{display:block;font-size:23px;line-height:1.2;margin-bottom:12px}
.itx-mega-feature p{margin:0 0 18px;color:rgba(255,255,255,.82);line-height:1.6}
.itx-mega-feature a{color:#fff;font-weight:950}
.itx-mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.itx-mega-small .itx-mega-grid{grid-template-columns:repeat(2,1fr)}
.itx-mega-grid a{padding:18px;border-radius:20px;background:#f8fafc;border:1px solid rgba(8,17,31,.07);transition:.2s}
.itx-mega-grid a:hover{background:#eef6ff;transform:translateY(-2px)}
.itx-mega-grid strong{display:block;color:var(--navy);font-size:15px;margin-bottom:6px}
.itx-mega-grid span{display:block;color:var(--muted);font-size:13px;line-height:1.45}

/* COMMON */
.itx-pill,.itx-section-label,.itx-section-heading span{display:inline-flex;align-items:center;gap:10px;color:#ea580c;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.itx-section-heading{text-align:center;max-width:920px;margin:0 auto 56px}
.itx-section-heading h2,.itx-split-grid h2{margin:18px 0;color:var(--navy);font-size:clamp(36px,4.5vw,62px);line-height:1.04;letter-spacing:-.055em;font-weight:950}
.itx-section-heading p,.itx-split-grid p{color:var(--text);font-size:18px;line-height:1.76}
.itx-section{padding:112px 0}
.itx-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.itx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border-radius:999px;font-weight:950;transition:.22s}
.itx-btn:hover{transform:translateY(-2px)}
.itx-btn-primary{color:#fff!important;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 20px 42px rgba(36,99,235,.25)}
.itx-btn-white{color:var(--navy)!important;background:#fff;border:1px solid var(--line);box-shadow:0 14px 34px rgba(8,17,31,.08)}
.itx-btn-soft{color:var(--navy)!important;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(8,17,31,.10)}

/* HERO */
.itx-hero-v4{position:relative;overflow:hidden;padding:118px 0 98px;background:linear-gradient(135deg,#ffffff 0%,#f6fbff 38%,#eef6ff 66%,#fff4e8 100%)}
.itx-hero-v4:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(36,99,235,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(36,99,235,.075) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000 0%,transparent 86%)}
.itx-hero-glow{position:absolute;border-radius:50%;filter:blur(12px)}
.glow-a{right:-130px;top:-180px;width:570px;height:570px;background:rgba(36,99,235,.22)}
.glow-b{left:-160px;bottom:-180px;width:470px;height:470px;background:rgba(249,115,22,.18)}
.itx-hero-v4-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .95fr;gap:74px;align-items:center}
.itx-hero-v4 h1{max-width:780px;margin:22px 0 26px;color:var(--navy);font-size:clamp(48px,5vw,78px);line-height:.98;letter-spacing:-.07em;font-weight:950}
.itx-hero-v4 p{max-width:720px;color:var(--text);font-size:20px;line-height:1.76;margin:0}
.itx-hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px;max-width:690px}
.itx-hero-proof div{padding:19px 20px;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid var(--line);box-shadow:0 12px 30px rgba(8,17,31,.06)}
.itx-hero-proof b{display:block;font-size:25px;color:var(--navy)}
.itx-hero-proof span{display:block;color:var(--muted);font-size:13px;font-weight:800;margin-top:4px}
.itx-premium-console{position:relative;min-height:590px;border-radius:48px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(239,246,255,.82));border:1px solid rgba(36,99,235,.14);box-shadow:0 44px 110px rgba(8,17,31,.14);overflow:hidden}
.itx-premium-console:before{content:"";position:absolute;inset:42px;background-image:linear-gradient(rgba(36,99,235,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(36,99,235,.09) 1px,transparent 1px);background-size:54px 54px}
.itx-console-shell{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:min(510px,86%);padding:24px;border-radius:34px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(8,17,31,.12);box-shadow:0 34px 92px rgba(8,17,31,.18)}
.itx-console-top{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:900;margin-bottom:22px}
.itx-console-top i{width:11px;height:11px;border-radius:50%;background:#ef4444}
.itx-console-top i:nth-child(2){background:#f59e0b}
.itx-console-top i:nth-child(3){background:#10b981}
.itx-console-top strong{margin-left:auto}
.itx-console-main{display:grid;grid-template-columns:1.4fr .8fr;gap:16px}
.itx-health{padding:22px;border-radius:25px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid rgba(8,17,31,.08)}
.itx-health span{display:block;color:var(--muted);font-weight:900}
.itx-health b{display:block;color:var(--navy);font-size:42px;margin:8px 0 14px}
.itx-health em{display:block;height:10px;border-radius:99px;background:#e2e8f0;overflow:hidden}
.itx-health em i{display:block;height:100%;width:88%;background:linear-gradient(90deg,var(--blue),var(--cyan),var(--orange))}
.itx-line-chart{height:180px;margin-top:16px;padding:16px;border-radius:25px;background:#f8fafc;border:1px solid rgba(8,17,31,.08)}
.itx-line-chart svg{width:100%;height:100%}
.itx-line-chart path{fill:none;stroke:var(--blue);stroke-width:7;stroke-linecap:round}
.itx-line-chart path.muted{stroke:var(--orange);opacity:.45}
.itx-console-right{display:grid;gap:12px}
.itx-console-right div{padding:20px;border-radius:24px;background:#f8fafc;border:1px solid rgba(8,17,31,.08)}
.itx-console-right small{display:block;color:var(--muted);font-weight:900;margin-bottom:8px}
.itx-console-right b{display:block;color:var(--navy);font-size:24px}
.itx-tech-orbit{position:absolute;padding:13px 18px;border-radius:18px;background:#fff;color:var(--navy);font-weight:950;border:1px solid var(--line);box-shadow:0 20px 48px rgba(8,17,31,.14)}
.itx-tech-orbit.one{right:22px;bottom:100px}
.itx-tech-orbit.two{left:26px;top:116px}
.itx-tech-orbit.three{left:44px;bottom:76px}

/* STRIP & SERVICES */
.itx-brand-strip{position:relative;z-index:5;margin-top:-34px}
.itx-brand-strip .itx-wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:22px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:0 28px 74px rgba(8,17,31,.10)}
.itx-brand-strip span{padding:10px 14px;border-radius:99px;background:#f8fafc;color:var(--navy);font-weight:950}
.itx-mega-services-section{background:#fff}
.itx-service-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.itx-service-matrix a{display:block;min-height:224px;padding:25px;border-radius:30px;background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid rgba(36,99,235,.13);box-shadow:0 18px 48px rgba(8,17,31,.07);transition:.22s}
.itx-service-matrix a:hover{transform:translateY(-5px);border-color:rgba(36,99,235,.36);box-shadow:0 30px 70px rgba(36,99,235,.14)}
.itx-service-matrix small{display:inline-flex;margin-bottom:20px;padding:9px 12px;border-radius:14px;background:#eef6ff;color:var(--blue);font-weight:950}
.itx-service-matrix strong{display:block;color:var(--navy);font-size:22px;line-height:1.18;font-weight:950}
.itx-service-matrix em{display:block;margin-top:12px;color:var(--muted);font-style:normal;line-height:1.55}

/* SPLIT AREAS */
.itx-split-premium,.itx-hosting-premium{background:linear-gradient(135deg,#f8fbff,#eef6ff 65%,#fff7ed);border-top:1px solid rgba(8,17,31,.06);border-bottom:1px solid rgba(8,17,31,.06)}
.itx-split-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:74px;align-items:center}
.itx-text-arrow{display:inline-block;margin-top:18px;color:var(--blue);font-weight:950}
.itx-product-panel{padding:28px;border-radius:38px;background:#fff;border:1px solid var(--line);box-shadow:0 36px 96px rgba(8,17,31,.10)}
.itx-product-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.itx-product-tabs button{border:0;border-radius:99px;padding:14px 16px;background:#eef4ff;color:var(--navy);font-weight:950}
.itx-product-tabs button.active{color:#fff;background:linear-gradient(135deg,var(--orange),#ea580c)}
.itx-product-body{padding:35px;border-radius:28px;background:linear-gradient(135deg,#f8fafc,#eef6ff)}
.itx-product-body b{display:block;color:var(--navy);font-size:26px;line-height:1.35}
.itx-product-body p{color:var(--text);font-size:17px;line-height:1.7}
.itx-wireframe i{display:block;height:11px;border-radius:99px;margin:14px 0;background:linear-gradient(90deg,var(--blue),var(--cyan),var(--orange))}
.itx-wireframe i:nth-child(2){width:83%;opacity:.72}
.itx-wireframe i:nth-child(3){width:62%;opacity:.58}
.itx-wireframe i:nth-child(4){width:50%;opacity:.45}
.itx-wireframe i:nth-child(5){width:72%;opacity:.35}

.itx-infra-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.itx-infra-flow div{min-height:188px;padding:28px;border-radius:32px;background:#fff;border:1px solid var(--line);box-shadow:0 24px 62px rgba(8,17,31,.08)}
.itx-infra-flow b{display:block;color:var(--blue);font-size:34px;margin-bottom:18px}
.itx-infra-flow strong{display:block;color:var(--navy);font-size:22px}
.itx-infra-flow p{color:var(--muted);line-height:1.6}

.itx-process-premium{background:#fff}
.itx-process-road{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.itx-process-road.small{grid-template-columns:1fr}
.itx-process-road div{padding:28px;border-radius:32px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--line);box-shadow:0 24px 62px rgba(8,17,31,.07)}
.itx-process-road i{display:inline-flex;font-style:normal;color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan));padding:8px 12px;border-radius:14px;font-weight:950;margin-bottom:18px}
.itx-process-road b{display:block;color:var(--navy);font-size:21px}
.itx-process-road p{color:var(--muted);line-height:1.6}

.itx-partner-section{background:linear-gradient(135deg,#fff,#f8fbff)}
.itx-logo-wall{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.itx-logo-wall span{display:flex;align-items:center;justify-content:center;min-height:94px;border-radius:26px;background:#fff;border:1px solid var(--line);color:var(--muted);font-weight:950;box-shadow:0 16px 44px rgba(8,17,31,.05)}

.itfix-enterprise-home-expertise{
  background:linear-gradient(135deg,#fff,#f8fbff 58%,#f6fbff);
  border-top:1px solid rgba(8,17,31,.06);
  border-bottom:1px solid rgba(8,17,31,.06);
}

.itfix-enterprise-expertise-grid{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);
  gap:clamp(34px,5vw,72px);
  align-items:start;
}

.itfix-enterprise-expertise-grid .itfix-enterprise-home-heading{
  text-align:left;
  margin:0;
}

.itfix-enterprise-expertise-grid .itfix-enterprise-home-heading p{
  max-width:620px;
}

.itfix-enterprise-expertise-list{
  display:grid;
  gap:10px;
  padding:12px 0;
}

.itfix-enterprise-expertise-list span{
  display:flex;
  align-items:center;
  min-height:54px;
  padding:14px 18px;
  border-left:3px solid rgba(36,99,235,.58);
  border-radius:0 18px 18px 0;
  background:rgba(255,255,255,.72);
  box-shadow:0 16px 42px rgba(8,17,31,.055);
  color:var(--navy);
  font-weight:900;
}

.itfix-it-support-page{
  background:#f8fafc!important;
  color:var(--navy)!important;
}

.itfix-it-support-main{
  overflow:hidden;
}

.itfix-it-support-main .itfix-wp-hero{
  position:relative;
  padding:clamp(96px,11vw,138px) 0 clamp(60px,7vw,92px);
  background:linear-gradient(135deg,#fff 0%,#f6fbff 55%,#fff4e8 100%);
  border-bottom:1px solid rgba(8,17,31,.06);
}

.itfix-it-support-main .itfix-wp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(36,99,235,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(36,99,235,.065) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 82%);
  pointer-events:none;
}

.itfix-it-support-main .itfix-wp-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(320px,.76fr);
  gap:clamp(32px,5vw,72px);
  align-items:center;
}

.itfix-it-support-main .itfix-wp-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ea580c;
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itfix-it-support-main .itfix-wp-kicker:before{
  content:"";
  width:36px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--orange),var(--blue),var(--cyan));
}

.itfix-it-support-main h1,
.itfix-it-support-main h2,
.itfix-it-support-main h3{
  color:var(--navy);
}

.itfix-it-support-main h1{
  max-width:880px;
  margin:22px 0 24px;
  font-size:clamp(42px,5vw,74px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:950;
}

.itfix-it-support-main h2{
  margin:16px 0 0;
  font-size:clamp(30px,3.9vw,56px);
  line-height:1.06;
  letter-spacing:-.045em;
  font-weight:950;
}

.itfix-it-support-main h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.22;
  font-weight:950;
  letter-spacing:-.025em;
}

.itfix-it-support-main p,
.itfix-it-support-main li{
  color:#40516a;
  font-size:17px;
  line-height:1.76;
}

.itfix-it-support-main .itfix-wp-lead{
  max-width:830px;
  margin:0;
  color:#40516a;
  font-size:clamp(17px,1.25vw,20px);
}

.itfix-it-support-main .itfix-wp-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

.itfix-it-support-main .itfix-wp-panel{
  padding:28px;
  border-radius:34px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(8,17,31,.10);
  box-shadow:0 34px 90px rgba(8,17,31,.12);
}

.itfix-it-support-main .itfix-wp-panel ul,
.itfix-it-support-main .itfix-wp-list{
  display:grid;
  gap:14px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}

.itfix-it-support-main .itfix-wp-panel li,
.itfix-it-support-main .itfix-wp-list li{
  position:relative;
  padding-left:24px;
}

.itfix-it-support-main .itfix-wp-panel li:before,
.itfix-it-support-main .itfix-wp-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:99px;
  background:var(--orange);
  box-shadow:0 0 0 6px rgba(249,115,22,.12);
}

.itfix-it-support-main .itfix-wp-section{
  padding:clamp(70px,8vw,112px) 0;
  background:#fff;
}

.itfix-it-support-main .itfix-wp-section.alt{
  background:linear-gradient(135deg,#f8fbff,#eef6ff 68%,#fff7ed);
  border-top:1px solid rgba(8,17,31,.06);
  border-bottom:1px solid rgba(8,17,31,.06);
}

.itfix-it-support-main .itfix-wp-heading{
  max-width:900px;
  margin:0 0 clamp(28px,4vw,48px);
}

.itfix-it-support-main .itfix-wp-expertise{
  display:grid;
  gap:12px;
}

.itfix-it-support-main .itfix-wp-expertise article{
  display:grid;
  grid-template-columns:minmax(220px,.38fr) 1fr;
  gap:clamp(18px,3vw,36px);
  padding:24px 0;
  border-top:1px solid rgba(8,17,31,.10);
}

.itfix-it-support-main .itfix-wp-expertise article:last-child{
  border-bottom:1px solid rgba(8,17,31,.10);
}

.itfix-it-support-main .itfix-wp-split{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);
  gap:clamp(32px,5vw,72px);
  align-items:start;
}

.itfix-it-support-main .itfix-wp-cta{
  padding:clamp(42px,6vw,72px);
  border-radius:42px;
  background:radial-gradient(circle at 15% 20%,rgba(249,115,22,.23),transparent 30%),linear-gradient(135deg,var(--blue),#0f172a);
  box-shadow:0 34px 90px rgba(36,99,235,.24);
}

.itfix-it-support-main .itfix-wp-cta h2,
.itfix-it-support-main .itfix-wp-cta p{
  color:#fff;
}

.itfix-it-support-main .itfix-wp-cta p{
  max-width:820px;
  color:rgba(255,255,255,.84);
}

.itfix-it-support-main .itfix-wp-faq{
  display:grid;
  gap:12px;
}

.itfix-it-support-main .itfix-wp-faq details{
  padding:22px 24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(8,17,31,.09);
  box-shadow:0 18px 48px rgba(8,17,31,.055);
}

.itfix-it-support-main .itfix-wp-faq summary{
  cursor:pointer;
  color:var(--navy);
  font-size:18px;
  font-weight:950;
}

.itfix-it-support-main .itfix-wp-faq p{
  margin:12px 0 0;
}

/* INNER PAGES */
.itx-inner-hero{position:relative;overflow:hidden;padding:108px 0;background:linear-gradient(135deg,#fff,#f6fbff 52%,#fff4e8)}
.itx-inner-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(36,99,235,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(36,99,235,.075) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000 0%,transparent 86%)}
.itx-inner-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .88fr;gap:74px;align-items:center}
.itx-inner-hero h1{margin:22px 0;color:var(--navy);font-size:clamp(44px,5vw,74px);line-height:1;letter-spacing:-.06em;font-weight:950}
.itx-inner-hero p{max-width:760px;color:var(--text);font-size:20px;line-height:1.75}
.itx-inner-panel{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.itx-inner-panel div{padding:26px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:0 24px 62px rgba(8,17,31,.09)}
.itx-inner-panel b{display:block;color:var(--blue);font-size:32px;margin-bottom:14px}
.itx-inner-panel span{display:block;color:var(--navy);font-weight:950}
.itx-cta-section{padding:90px 0;background:#f8fafc}
.itx-cta-card{text-align:center;padding:78px 42px;border-radius:46px;background:radial-gradient(circle at 15% 20%,rgba(249,115,22,.24),transparent 28%),linear-gradient(135deg,var(--blue),#0f172a);box-shadow:0 34px 90px rgba(36,99,235,.25)}
.itx-cta-card h2{max-width:880px;margin:0 auto 18px;color:#fff;font-size:clamp(34px,4vw,58px);line-height:1.06;letter-spacing:-.045em}
.itx-cta-card p{max-width:780px;margin:0 auto;color:rgba(255,255,255,.82);font-size:18px;line-height:1.7}
.itx-cta-card .itx-actions{justify-content:center}

/* FOOTER */
.itx-footer-cta{background:#f8fafc;padding:90px 0 0}
.itx-footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:54px;border-radius:42px;background:radial-gradient(circle at 18% 20%,rgba(249,115,22,.24),transparent 30%),linear-gradient(135deg,var(--blue),#0f172a);box-shadow:0 34px 90px rgba(36,99,235,.25)}
.itx-footer-cta span{color:#fed7aa;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.itx-footer-cta h2{max-width:820px;margin:12px 0 0;color:#fff;font-size:clamp(30px,3vw,48px);line-height:1.1;letter-spacing:-.04em}
.itx-footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.itx-footer-cta-actions a{display:inline-flex;padding:15px 20px;border-radius:999px;background:#fff;color:var(--navy);font-weight:950}
.itx-footer-main{margin-top:-1px;background:#08111f;color:#cbd5e1;padding:88px 0 30px}
.itx-footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr .8fr;gap:34px}
.itx-footer-brand img{width:68px;height:68px;object-fit:contain;border-radius:18px;background:#fff;padding:6px;margin-bottom:18px}
.itx-footer strong{display:block;color:#fff;font-size:24px;margin-bottom:12px}
.itx-footer b{display:block;color:#fff;margin-bottom:14px}
.itx-footer p{color:#94a3b8;line-height:1.7}
.itx-footer a{display:block;color:#cbd5e1;margin:9px 0}
.itx-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:54px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:14px}

/* RESPONSIVE */
@media(max-width:1180px){
  .itx-menu{display:none}
  .itx-mobile-toggle{display:flex;flex-direction:column;gap:5px;border:0;background:#eef6ff;border-radius:16px;padding:13px}
  .itx-mobile-toggle span{width:22px;height:2px;background:var(--navy);border-radius:99px}
  .itx-menu.is-open{display:flex;position:absolute;left:0;right:0;top:86px;flex-direction:column;align-items:stretch;gap:0;padding:18px;border-radius:26px;background:#fff;box-shadow:0 28px 80px rgba(8,17,31,.18)}
  .itx-menu.is-open>a,.itx-menu.is-open .itx-nav-item>a{height:auto;padding:16px;border-bottom:1px solid rgba(8,17,31,.06)}
  .itx-menu.is-open .itx-mega{position:static;transform:none;width:100%;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;display:none;margin-top:8px}
  .itx-menu.is-open .itx-nav-item.open .itx-mega{display:grid}
  .itx-hero-v4-grid,.itx-split-grid,.itx-inner-grid{grid-template-columns:1fr}
  .itfix-enterprise-expertise-grid{grid-template-columns:1fr}
  .itfix-it-support-main .itfix-wp-hero-grid,
  .itfix-it-support-main .itfix-wp-split,
  .itfix-it-support-main .itfix-wp-expertise article{
    grid-template-columns:1fr;
  }
  .itx-service-matrix{grid-template-columns:repeat(3,1fr)}
  .itx-process-road,.itx-infra-flow,.itx-logo-wall{grid-template-columns:repeat(2,1fr)}
  .itx-footer-grid{grid-template-columns:1.2fr 1fr 1fr}
}
@media(max-width:760px){
  .admin-bar .itx-header{top:46px}
  .itx-wrap{width:min(100% - 28px,1240px)}
  .itx-topbar{display:none}
  .itx-nav-inner{height:74px}
  .itx-brand img{width:50px;height:50px}
  .itx-brand strong{font-size:23px}
  .itx-nav-cta{display:none}
  .itx-hero-v4{padding:78px 0}
  .itx-hero-v4 h1{font-size:42px}
  .itx-hero-v4 p{font-size:17px}
  .itx-premium-console{min-height:520px}
  .itx-console-main{grid-template-columns:1fr}
  .itx-hero-proof,.itx-service-matrix,.itx-process-road,.itx-infra-flow,.itx-logo-wall,.itx-footer-grid,.itx-inner-panel{grid-template-columns:1fr}
  .itx-section{padding:76px 0}
  .itx-footer-cta-inner{display:block;padding:36px}
  .itx-footer-cta-actions{margin-top:24px}
  .itx-footer-bottom{display:block;text-align:center}
  .itfix-it-support-main .itfix-wp-hero{
    padding-top:86px;
  }
  .itfix-it-support-main .itfix-wp-panel,
  .itfix-it-support-main .itfix-wp-cta{
    border-radius:28px;
    padding:26px;
  }
  .itfix-it-support-main .itfix-wp-actions,
  .itfix-it-support-main .itx-btn{
    width:100%;
  }
}
.itx-reveal{opacity:0;transform:translateY(18px);transition:.55s ease}
.itx-reveal.is-visible{opacity:1;transform:translateY(0)}

/* ===============================
   IT-FIX V5 HERO + FOOTER REBUILD
   =============================== */

.itx-hero-v4,
.itx-premium-console,
.itx-console-shell{
  display:none!important;
}

.itx-hero-v5{
  position:relative;
  overflow:hidden;
  padding:clamp(78px,8vw,128px) 0 clamp(70px,7vw,110px);
  background:
    radial-gradient(circle at 12% 16%, rgba(249,115,22,.16), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(36,99,235,.22), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 40%,#eef6ff 72%,#fff7ed 100%);
}

.itx-hero-v5-bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(36,99,235,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,99,235,.075) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), transparent 90%);
}

.itx-hero-v5:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:130px;
  background:linear-gradient(to bottom, transparent, #fff);
  pointer-events:none;
}

.itx-hero-v5-light{
  position:absolute;
  border-radius:999px;
  filter:blur(18px);
  opacity:.9;
}

.itx-hero-v5-light.light-one{
  width:560px;
  height:560px;
  right:-180px;
  top:-220px;
  background:rgba(36,99,235,.24);
}

.itx-hero-v5-light.light-two{
  width:440px;
  height:440px;
  left:-170px;
  bottom:-180px;
  background:rgba(249,115,22,.18);
}

.itx-hero-v5-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);
  align-items:center;
  gap:clamp(46px,6vw,84px);
}

.itx-hero-tag{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(8,17,31,.08);
  box-shadow:0 14px 38px rgba(8,17,31,.06);
  color:#ea580c;
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itx-hero-tag span{
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--orange),var(--blue),var(--cyan));
}

.itx-hero-v5 h1{
  max-width:850px;
  margin:24px 0 24px;
  color:var(--navy);
  font-size:clamp(42px,4.7vw,72px);
  line-height:1.01;
  letter-spacing:-.065em;
  font-weight:950;
}

.itx-hero-v5 p{
  max-width:760px;
  color:#40516a;
  font-size:clamp(17px,1.25vw,20px);
  line-height:1.75;
  margin:0;
}

.itx-hero-v5-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

.itx-hero-v5-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:34px;
  max-width:760px;
}

.itx-hero-v5-proof div{
  padding:18px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,17,31,.08);
  box-shadow:0 18px 45px rgba(8,17,31,.07);
}

.itx-hero-v5-proof b{
  display:block;
  color:var(--navy);
  font-size:clamp(22px,2vw,30px);
  line-height:1;
  font-weight:950;
}

.itx-hero-v5-proof span{
  display:block;
  margin-top:8px;
  color:#66758b;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
}

/* Enterprise visual */
.itx-enterprise-visual{
  position:relative;
  min-height:clamp(480px,40vw,640px);
}

.itx-enterprise-visual:before{
  content:"";
  position:absolute;
  inset:28px 0 0 42px;
  border-radius:48px;
  background:
    radial-gradient(circle at 20% 20%, rgba(6,182,212,.16), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(249,115,22,.14), transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(239,246,255,.88));
  border:1px solid rgba(36,99,235,.12);
  box-shadow:0 42px 110px rgba(8,17,31,.14);
}

.itx-enterprise-visual:after{
  content:"";
  position:absolute;
  inset:74px 42px 54px 88px;
  background-image:
    linear-gradient(rgba(36,99,235,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,99,235,.09) 1px, transparent 1px);
  background-size:48px 48px;
  border-radius:34px;
  opacity:.9;
}

.itx-visual-frame{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(540px,90%);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(8,17,31,.10);
  box-shadow:0 38px 110px rgba(8,17,31,.18);
  backdrop-filter:blur(18px);
  overflow:hidden;
}

.itx-frame-header{
  height:58px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 22px;
  border-bottom:1px solid rgba(8,17,31,.08);
  background:linear-gradient(180deg,#fff,#f8fafc);
}

.itx-frame-dots{
  display:flex;
  gap:8px;
}

.itx-frame-dots i{
  width:11px;
  height:11px;
  border-radius:999px;
  background:#ef4444;
}

.itx-frame-dots i:nth-child(2){background:#f59e0b}
.itx-frame-dots i:nth-child(3){background:#10b981}

.itx-frame-header strong{
  color:var(--navy);
  font-size:14px;
  font-weight:950;
}

.itx-frame-header span{
  margin-left:auto;
  padding:6px 10px;
  border-radius:999px;
  color:#047857;
  background:#ecfdf5;
  font-size:12px;
  font-weight:950;
}

.itx-frame-body{
  padding:22px;
  display:grid;
  gap:16px;
}

.itx-core-status{
  padding:22px;
  border-radius:26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(6,182,212,.16), transparent 30%),
    linear-gradient(135deg,#f8fafc,#fff);
  border:1px solid rgba(8,17,31,.08);
}

.itx-core-status small{
  display:block;
  color:#66758b;
  font-weight:950;
  margin-bottom:8px;
}

.itx-core-status b{
  display:block;
  color:var(--navy);
  font-size:44px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:950;
}

.itx-core-progress{
  height:11px;
  margin-top:20px;
  border-radius:999px;
  background:#e2e8f0;
  overflow:hidden;
}

.itx-core-progress i{
  display:block;
  height:100%;
  width:88%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--blue),var(--cyan),var(--orange));
}

.itx-radar-panel{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:18px;
  align-items:center;
  padding:20px;
  border-radius:26px;
  background:#f8fafc;
  border:1px solid rgba(8,17,31,.08);
}

.itx-radar{
  position:relative;
  width:136px;
  height:136px;
  border-radius:999px;
  background:
    radial-gradient(circle, rgba(36,99,235,.16) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, rgba(36,99,235,.16) 0 1px, transparent 1px 27px);
  border:1px solid rgba(36,99,235,.16);
  overflow:hidden;
}

.itx-radar em{
  position:absolute;
  left:50%;
  top:50%;
  width:70px;
  height:2px;
  background:linear-gradient(90deg,var(--blue),transparent);
  transform-origin:left center;
  animation:itxRadar 4s linear infinite;
}

@keyframes itxRadar{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

.itx-radar span{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--orange);
  box-shadow:0 0 0 6px rgba(249,115,22,.14);
}

.itx-radar .n1{left:38px;top:42px}
.itx-radar .n2{right:30px;top:64px;background:var(--cyan);box-shadow:0 0 0 6px rgba(6,182,212,.14)}
.itx-radar .n3{left:64px;bottom:30px;background:var(--green);box-shadow:0 0 0 6px rgba(16,185,129,.14)}

.itx-radar-panel small{
  display:block;
  color:#66758b;
  font-weight:950;
  margin-bottom:6px;
}

.itx-radar-panel strong{
  display:block;
  color:var(--navy);
  font-size:28px;
  font-weight:950;
}

.itx-radar-panel p{
  margin:8px 0 0;
  color:#66758b;
  font-size:14px;
  line-height:1.55;
}

.itx-ops-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.itx-ops-grid div{
  padding:16px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(8,17,31,.08);
}

.itx-ops-grid small{
  display:block;
  color:#66758b;
  font-weight:900;
  font-size:12px;
  margin-bottom:7px;
}

.itx-ops-grid b{
  color:var(--navy);
  font-size:20px;
  font-weight:950;
}

.itx-service-chip{
  position:absolute;
  z-index:3;
  padding:13px 17px;
  border-radius:18px;
  background:rgba(255,255,255,.95);
  color:var(--navy);
  border:1px solid rgba(8,17,31,.10);
  box-shadow:0 22px 56px rgba(8,17,31,.14);
  font-weight:950;
}

.itx-service-chip.chip-one{right:8px;top:112px}
.itx-service-chip.chip-two{left:18px;top:160px}
.itx-service-chip.chip-three{right:30px;bottom:110px}
.itx-service-chip.chip-four{left:42px;bottom:70px}

/* typography scale correction */
.itx-section{
  padding:clamp(76px,7vw,112px) 0;
}

.itx-section-heading{
  max-width:900px;
  margin:0 auto clamp(38px,5vw,58px);
}

.itx-section-heading h2,
.itx-split-grid h2{
  font-size:clamp(32px,3.5vw,54px);
  line-height:1.08;
  letter-spacing:-.045em;
}

.itx-section-heading p,
.itx-split-grid p{
  font-size:clamp(16px,1.15vw,18px);
  line-height:1.72;
}

.itx-service-matrix strong{
  font-size:clamp(18px,1.45vw,21px);
}

.itx-service-matrix em{
  font-size:14.5px;
}

.itx-service-matrix a{
  min-height:210px;
}

.itx-brand-strip .itx-wrap{
  box-shadow:0 24px 62px rgba(8,17,31,.08);
}

/* footer v5 */
.itx-footer,
.itx-footer-cta,
.itx-footer-main{
  display:none!important;
}

.itx-footer-v5{
  background:#08111f;
  color:#cbd5e1;
}

.itx-footer-v5-cta{
  padding:86px 0 0;
  background:linear-gradient(180deg,#f8fafc 0%,#eef6ff 100%);
}

.itx-footer-v5-cta-inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  padding:56px;
  border-radius:42px;
  background:
    radial-gradient(circle at 16% 20%, rgba(249,115,22,.26), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(6,182,212,.22), transparent 28%),
    linear-gradient(135deg,#2463eb,#08111f);
  box-shadow:0 34px 92px rgba(36,99,235,.24);
}

.itx-footer-v5-copy span{
  display:inline-block;
  color:#fed7aa;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:950;
  margin-bottom:14px;
}

.itx-footer-v5-copy h2{
  max-width:820px;
  margin:0;
  color:#fff;
  font-size:clamp(30px,3vw,48px);
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:950;
}

.itx-footer-v5-copy p{
  max-width:720px;
  margin:18px 0 0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.7;
}

.itx-footer-v5-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.itx-footer-v5-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:999px;
  background:#fff;
  color:#08111f;
  font-weight:950;
}

.itx-footer-v5-actions a:first-child{
  color:#fff;
  background:linear-gradient(135deg,#10b981,#06b6d4);
}

.itx-footer-v5-main{
  padding:86px 0 28px;
  background:
    radial-gradient(circle at 12% 0%,rgba(36,99,235,.18),transparent 30%),
    linear-gradient(180deg,#08111f,#050914);
}

.itx-footer-v5-grid{
  display:grid;
  grid-template-columns:1.45fr .8fr .9fr .8fr .75fr;
  gap:34px;
}

.itx-footer-v5-brand img{
  width:72px;
  height:72px;
  object-fit:contain;
  border-radius:20px;
  background:#fff;
  padding:7px;
  margin-bottom:18px;
}

.itx-footer-v5 strong{
  display:block;
  color:#fff;
  font-size:24px;
  margin-bottom:12px;
}

.itx-footer-v5 b{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:15px;
}

.itx-footer-v5 p{
  color:#94a3b8;
  line-height:1.7;
}

.itx-footer-v5 a{
  display:block;
  color:#cbd5e1;
  margin:10px 0;
  line-height:1.45;
}

.itx-footer-v5 a:hover{
  color:#fff;
}

.itx-footer-contact-box{
  margin-top:22px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.itx-footer-contact-box a{
  margin:6px 0;
  font-weight:900;
}

.itx-footer-v5-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:54px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#94a3b8;
  font-size:14px;
}

/* responsive hero/footer */
@media(max-width:1180px){
  .itx-hero-v5-grid{
    grid-template-columns:1fr;
  }

  .itx-enterprise-visual{
    min-height:560px;
  }

  .itx-footer-v5-grid{
    grid-template-columns:1.4fr 1fr 1fr;
  }

  .itx-footer-v5-cta-inner{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .itx-hero-v5{
    padding:70px 0 72px;
  }

  .itx-hero-v5 h1{
    font-size:40px;
    line-height:1.03;
  }

  .itx-hero-v5 p{
    font-size:16.5px;
  }

  .itx-hero-v5-proof,
  .itx-ops-grid{
    grid-template-columns:1fr;
  }

  .itx-enterprise-visual{
    min-height:560px;
  }

  .itx-enterprise-visual:before{
    inset:18px 0 0 0;
  }

  .itx-enterprise-visual:after{
    inset:54px 22px 54px 22px;
  }

  .itx-visual-frame{
    width:94%;
  }

  .itx-radar-panel{
    grid-template-columns:1fr;
  }

  .itx-radar{
    margin:auto;
  }

  .itx-service-chip{
    display:none;
  }

  .itx-footer-v5-cta-inner{
    padding:34px;
  }

  .itx-footer-v5-grid{
    grid-template-columns:1fr;
  }

  .itx-footer-v5-bottom{
    display:block;
    text-align:center;
  }

  .itx-footer-v5-bottom span{
    display:block;
    margin:8px 0;
  }
}

/* ==========================================================
   IT-FIX V6 - KARTSIZ HERO + CANVAS/SVG ANIMATION + FOOTER
   ========================================================== */

/* eski hero/footer kalıntılarını kapat */
.itx-hero-v4,
.itx-hero-v5,
.itx-premium-console,
.itx-enterprise-visual,
.itx-footer,
.itx-footer-cta,
.itx-footer-main,
.itx-footer-v5{
  display:none!important;
}

/* ana ölçü dengeleme */
.itx-section{
  padding:clamp(68px,6vw,96px) 0!important;
}

.itx-section-heading{
  margin-bottom:clamp(34px,4vw,48px)!important;
}

.itx-section-heading h2,
.itx-split-grid h2{
  font-size:clamp(30px,3vw,48px)!important;
  line-height:1.12!important;
  letter-spacing:-.04em!important;
}

.itx-section-heading p,
.itx-split-grid p{
  font-size:clamp(15.5px,1vw,17.5px)!important;
  line-height:1.72!important;
}

/* HERO V6 */
.itx-hero-v6{
  position:relative;
  min-height:calc(100vh - 124px);
  max-height:860px;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:clamp(52px,5vw,76px) 0;
  background:
    radial-gradient(circle at 12% 18%,rgba(249,115,22,.13),transparent 26%),
    radial-gradient(circle at 88% 8%,rgba(37,99,235,.20),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 45%,#eef6ff 76%,#fff7ed 100%);
}

.admin-bar .itx-hero-v6{
  min-height:calc(100vh - 156px);
}

.itx-hero-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.42;
  pointer-events:none;
}

.itx-hero-v6-gradient{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 38%,rgba(255,255,255,.18) 100%),
    radial-gradient(circle at 78% 52%,rgba(6,182,212,.18),transparent 32%);
}

.itx-hero-v6-gridlines{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,99,235,.075) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.075) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 90%);
}

.itx-hero-v6-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(440px,1.06fr);
  gap:clamp(34px,5vw,72px);
  align-items:center;
}

.itx-hero-v6-content{
  max-width:760px;
}

.itx-hero-v6-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,17,31,.08);
  box-shadow:0 14px 34px rgba(8,17,31,.06);
  color:#ea580c;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itx-hero-v6-label span{
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
}

.itx-hero-v6 h1{
  margin:22px 0 20px;
  color:#08111f;
  font-size:clamp(40px,4.15vw,66px);
  line-height:1.03;
  letter-spacing:-.06em;
  font-weight:950;
}

.itx-hero-v6 p{
  max-width:700px;
  margin:0;
  color:#40516a;
  font-size:clamp(16.5px,1.1vw,19px);
  line-height:1.72;
}

.itx-hero-v6-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:28px;
}

.itx-hero-v6-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.itx-hero-v6-meta span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,17,31,.08);
  color:#66758b;
  font-size:13px;
  font-weight:850;
}

.itx-hero-v6-meta b{
  color:#08111f;
  font-weight:950;
}

/* KARTSIZ SVG NETWORK VISUAL */
.itx-hero-v6-visual{
  position:relative;
  height:clamp(360px,38vw,560px);
  display:flex;
  align-items:center;
  justify-content:center;
}

.itx-hero-v6-visual:before{
  content:"";
  position:absolute;
  width:72%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(37,99,235,.16),transparent 64%),
    conic-gradient(from 180deg,rgba(37,99,235,.22),rgba(6,182,212,.08),rgba(249,115,22,.18),rgba(37,99,235,.22));
  filter:blur(8px);
  opacity:.9;
  animation:itxSoftRotate 18s linear infinite;
}

@keyframes itxSoftRotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

.itx-network-svg{
  position:relative;
  z-index:2;
  width:min(680px,100%);
  height:auto;
  filter:drop-shadow(0 30px 60px rgba(8,17,31,.13));
}

.itx-flow-line{
  fill:none;
  stroke:url(#itxLineGradient);
  stroke-width:5;
  stroke-linecap:round;
  opacity:.68;
  stroke-dasharray:12 16;
  animation:itxDash 7s linear infinite;
}

.itx-flow-line.l2{
  animation-duration:8.5s;
  opacity:.48;
}

.itx-flow-line.l3{
  animation-duration:9.5s;
  opacity:.38;
}

@keyframes itxDash{
  to{stroke-dashoffset:-220}
}

.itx-node{
  fill:#fff;
  stroke:url(#itxLineGradient);
  stroke-width:5;
  filter:url(#itxGlow);
  animation:itxPulse 2.6s ease-in-out infinite;
}

.itx-node.n2{animation-delay:.2s}
.itx-node.n3{animation-delay:.4s}
.itx-node.n4{animation-delay:.6s}
.itx-node.n5{animation-delay:.8s}
.itx-node.n6{animation-delay:1s}

@keyframes itxPulse{
  0%,100%{transform:scale(1);opacity:.95}
  50%{transform:scale(1.25);opacity:1}
}

.itx-core-system circle{
  fill:rgba(255,255,255,.46);
  stroke:rgba(37,99,235,.22);
  stroke-width:2;
}

.itx-core-system circle:nth-child(1){
  animation:itxCorePulse 4s ease-in-out infinite;
}

.itx-core-system circle:nth-child(2){
  animation:itxCorePulse 4s ease-in-out infinite reverse;
}

@keyframes itxCorePulse{
  0%,100%{opacity:.5}
  50%{opacity:1}
}

.itx-svg-label{
  fill:#08111f;
  font-size:22px;
  font-weight:950;
  letter-spacing:-.03em;
}

.itx-svg-sub{
  fill:#66758b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}

.itx-svg-tags text{
  fill:#08111f;
  font-size:14px;
  font-weight:950;
  paint-order:stroke;
  stroke:#fff;
  stroke-width:6px;
  stroke-linejoin:round;
}

/* FOOTER V6 */
.itx-footer-v5,
.itx-footer-v5-cta,
.itx-footer-v5-main{
  display:none!important;
}

.itx-footer-v6{
  background:#07101f;
  color:#cbd5e1;
}

.itx-footer-v6-top{
  padding:72px 0 0;
  background:
    linear-gradient(180deg,#f8fafc 0%,#eef6ff 100%);
}

.itx-footer-v6-cta{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:38px;
  padding:50px;
  border-radius:40px;
  background:
    radial-gradient(circle at 18% 18%,rgba(249,115,22,.24),transparent 30%),
    radial-gradient(circle at 90% 10%,rgba(6,182,212,.22),transparent 28%),
    linear-gradient(135deg,#2563eb,#07101f);
  box-shadow:0 34px 90px rgba(37,99,235,.25);
}

.itx-footer-v6-cta span{
  display:inline-flex;
  color:#fed7aa;
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.itx-footer-v6-cta h2{
  max-width:820px;
  margin:0;
  color:#fff;
  font-size:clamp(30px,3vw,46px);
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:950;
}

.itx-footer-v6-cta p{
  max-width:760px;
  margin:16px 0 0;
  color:rgba(255,255,255,.78);
  font-size:16.5px;
  line-height:1.7;
}

.itx-footer-v6-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.itx-footer-v6-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:999px;
  color:#08111f;
  background:#fff;
  font-weight:950;
}

.itx-footer-v6-buttons a.primary{
  color:#fff;
  background:linear-gradient(135deg,#10b981,#06b6d4);
}

.itx-footer-v6-main{
  padding:82px 0 28px;
  background:
    radial-gradient(circle at 15% 0%,rgba(37,99,235,.17),transparent 32%),
    linear-gradient(180deg,#07101f,#040815);
}

.itx-footer-v6-grid{
  display:grid;
  grid-template-columns:1.35fr repeat(5,1fr);
  gap:30px;
  align-items:start;
}

.itx-footer-v6-brand img{
  width:72px;
  height:72px;
  object-fit:contain;
  border-radius:20px;
  background:#fff;
  padding:7px;
  margin-bottom:18px;
}

.itx-footer-v6 strong{
  display:block;
  color:#fff;
  font-size:24px;
  margin-bottom:12px;
  line-height:1.2;
}

.itx-footer-v6 b{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:15px;
}

.itx-footer-v6 p{
  color:#94a3b8;
  line-height:1.7;
  font-size:15px;
}

.itx-footer-v6 a{
  display:block;
  color:#cbd5e1;
  margin:9px 0;
  line-height:1.45;
  font-size:14.5px;
}

.itx-footer-v6 a:hover{
  color:#fff;
}

.itx-footer-v6-contact{
  margin-top:20px;
  padding:17px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.itx-footer-v6-contact a{
  margin:7px 0;
  font-weight:900;
}

.itx-footer-v6-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:50px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#94a3b8;
  font-size:14px;
}

/* mobile */
@media(max-width:1180px){
  .itx-hero-v6{
    min-height:auto;
    max-height:none;
  }

  .itx-hero-v6-inner{
    grid-template-columns:1fr;
  }

  .itx-hero-v6-visual{
    height:430px;
  }

  .itx-footer-v6-cta{
    grid-template-columns:1fr;
  }

  .itx-footer-v6-grid{
    grid-template-columns:1.4fr 1fr 1fr;
  }
}

@media(max-width:760px){
  .itx-hero-v6{
    padding:56px 0 64px;
  }

  .itx-hero-v6 h1{
    font-size:38px;
    letter-spacing:-.045em;
  }

  .itx-hero-v6 p{
    font-size:16px;
  }

  .itx-hero-v6-visual{
    height:330px;
  }

  .itx-svg-tags text{
    display:none;
  }

  .itx-hero-v6-meta{
    display:grid;
    grid-template-columns:1fr;
  }

  .itx-footer-v6-cta{
    padding:32px;
  }

  .itx-footer-v6-grid{
    grid-template-columns:1fr;
  }

  .itx-footer-v6-bottom{
    display:block;
    text-align:center;
  }

  .itx-footer-v6-bottom span{
    display:block;
    margin:8px 0;
  }
}

/* =======================================================
   IT-FIX V7 - INDEX HIZMET KARTLARI KALDIRILDI
   Yeni yapı: kategori akışı + orbit servis sistemi
   ======================================================= */

.itx-mega-services-section,
.itx-service-matrix{
  display:none!important;
}

.itx-services-v7{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(249,115,22,.10), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(37,99,235,.13), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 52%,#eef6ff 100%);
}

.itx-services-v7:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.55), transparent 92%);
  pointer-events:none;
}

.itx-services-v7-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:clamp(42px,6vw,86px);
  align-items:center;
}

.itx-services-v7-left h2{
  margin:18px 0;
  color:#08111f;
  font-size:clamp(32px,3.4vw,54px);
  line-height:1.08;
  letter-spacing:-.05em;
  font-weight:950;
}

.itx-services-v7-left p{
  max-width:650px;
  color:#40516a;
  font-size:17.5px;
  line-height:1.75;
}

.itx-service-categories{
  display:grid;
  gap:13px;
  margin-top:34px;
}

.itx-service-categories a{
  position:relative;
  display:grid;
  grid-template-columns:180px 1fr;
  gap:20px;
  align-items:center;
  padding:20px 22px;
  border-radius:28px;
  color:#08111f;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(8,17,31,.08);
  box-shadow:0 18px 48px rgba(8,17,31,.06);
  overflow:hidden;
  transition:.25s ease;
}

.itx-service-categories a:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,#f97316,#2563eb,#06b6d4);
}

.itx-service-categories a:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(37,99,235,.08),transparent 55%);
  opacity:0;
  transition:.25s ease;
}

.itx-service-categories a:hover{
  transform:translateX(6px);
  border-color:rgba(37,99,235,.22);
  box-shadow:0 24px 60px rgba(37,99,235,.11);
}

.itx-service-categories a:hover:after{
  opacity:1;
}

.itx-service-categories b{
  position:relative;
  z-index:2;
  font-size:18px;
  font-weight:950;
  letter-spacing:-.02em;
}

.itx-service-categories span{
  position:relative;
  z-index:2;
  color:#66758b;
  font-size:14.5px;
  line-height:1.5;
  font-weight:700;
}

.itx-services-v7-right{
  position:relative;
  min-height:640px;
}

.itx-service-orbit{
  position:relative;
  width:min(660px,100%);
  aspect-ratio:1/1;
  margin:auto;
  border-radius:50%;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.95) 0 18%, rgba(255,255,255,.50) 19% 28%, transparent 29%),
    repeating-radial-gradient(circle at center, rgba(37,99,235,.13) 0 1px, transparent 1px 72px);
}

.itx-service-orbit:before{
  content:"";
  position:absolute;
  inset:32px;
  border-radius:50%;
  border:1px dashed rgba(37,99,235,.28);
  animation:itxOrbitRotate 42s linear infinite;
}

.itx-service-orbit:after{
  content:"";
  position:absolute;
  inset:96px;
  border-radius:50%;
  border:1px dashed rgba(249,115,22,.26);
  animation:itxOrbitRotate 34s linear reverse infinite;
}

@keyframes itxOrbitRotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

.itx-service-core{
  position:absolute;
  z-index:4;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:190px;
  height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:50%;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.28),transparent 30%),
    linear-gradient(135deg,#2563eb,#08111f);
  color:#fff;
  box-shadow:0 34px 90px rgba(37,99,235,.28);
}

.itx-service-core strong{
  font-size:32px;
  font-weight:950;
  letter-spacing:-.05em;
}

.itx-service-core span{
  margin-top:7px;
  max-width:130px;
  color:rgba(255,255,255,.74);
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.itx-orbit-item{
  position:absolute;
  z-index:5;
  display:flex;
  align-items:center;
  gap:11px;
  min-width:178px;
  padding:12px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(8,17,31,.09);
  box-shadow:0 18px 48px rgba(8,17,31,.11);
  color:#08111f;
  transition:.25s ease;
  backdrop-filter:blur(12px);
}

.itx-orbit-item:hover{
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 28px 70px rgba(37,99,235,.16);
  border-color:rgba(37,99,235,.26);
}

.itx-orbit-item i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:44px;
  border-radius:50%;
  font-style:normal;
  color:#2563eb;
  background:#eef6ff;
  font-size:12px;
  font-weight:950;
}

.itx-orbit-item b{
  font-size:14px;
  font-weight:950;
  line-height:1.2;
}

.itx-orbit-item.item-1{left:50%;top:0;transform:translate(-50%,-10%)}
.itx-orbit-item.item-2{right:20px;top:82px}
.itx-orbit-item.item-3{right:-6px;top:230px}
.itx-orbit-item.item-4{right:34px;bottom:112px}
.itx-orbit-item.item-5{left:50%;bottom:0;transform:translate(-50%,10%)}
.itx-orbit-item.item-6{left:30px;bottom:112px}
.itx-orbit-item.item-7{left:-8px;top:230px}
.itx-orbit-item.item-8{left:22px;top:82px}
.itx-orbit-item.item-9{left:50%;top:50%;transform:translate(-50%,190px)}
.itx-orbit-item.item-10{left:50%;top:50%;transform:translate(-50%,-244px)}

.itx-orbit-item.item-9:hover{
  transform:translate(-50%,184px) scale(1.03);
}

.itx-orbit-item.item-10:hover{
  transform:translate(-50%,-250px) scale(1.03);
}

.itx-orbit-item.item-1:hover{
  transform:translate(-50%,-16%) scale(1.03);
}

.itx-orbit-item.item-5:hover{
  transform:translate(-50%,4%) scale(1.03);
}

/* hizmet section sonrası boşluk ve akış uyumu */
.itx-services-v7 + .itx-split-premium{
  border-top:1px solid rgba(8,17,31,.06);
}

/* mobilde orbit yerine premium liste görünümü */
@media(max-width:1180px){
  .itx-services-v7-grid{
    grid-template-columns:1fr;
  }

  .itx-services-v7-right{
    min-height:auto;
  }

  .itx-service-orbit{
    width:100%;
    aspect-ratio:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    border-radius:34px;
    padding:18px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(8,17,31,.08);
    box-shadow:0 24px 70px rgba(8,17,31,.08);
  }

  .itx-service-orbit:before,
  .itx-service-orbit:after,
  .itx-service-core{
    display:none;
  }

  .itx-orbit-item,
  .itx-orbit-item.item-1,
  .itx-orbit-item.item-2,
  .itx-orbit-item.item-3,
  .itx-orbit-item.item-4,
  .itx-orbit-item.item-5,
  .itx-orbit-item.item-6,
  .itx-orbit-item.item-7,
  .itx-orbit-item.item-8,
  .itx-orbit-item.item-9,
  .itx-orbit-item.item-10{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    transform:none;
    min-width:0;
    width:100%;
    border-radius:22px;
  }

  .itx-orbit-item:hover,
  .itx-orbit-item.item-1:hover,
  .itx-orbit-item.item-5:hover,
  .itx-orbit-item.item-9:hover,
  .itx-orbit-item.item-10:hover{
    transform:translateY(-3px);
  }
}

@media(max-width:760px){
  .itx-service-categories a{
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 20px;
  }

  .itx-service-orbit{
    grid-template-columns:1fr;
  }

  .itx-orbit-item{
    padding:13px;
  }
}

/* ==========================================================
   IT-FIX V8 PREMIUM POLISH
   Hero + hizmet orbit alanı daha üst seviye kurumsal görünüm
   ========================================================== */

/* genel yazı daha temiz ve kurumsal */
body.itx-body{
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}

.itx-wrap{
  width:min(1280px,calc(100% - 64px));
}

/* HEADER küçük kalite dokunuşu */
.itx-header{
  box-shadow:0 10px 30px rgba(8,17,31,.035);
}

.itx-nav-inner{
  height:82px;
}

.itx-brand img{
  box-shadow:
    0 14px 32px rgba(8,17,31,.10),
    inset 0 0 0 1px rgba(255,255,255,.6);
}

.itx-nav-cta{
  background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);
  box-shadow:
    0 18px 38px rgba(37,99,235,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
}

/* HERO V6 - daha premium, daha dengeli */
.itx-hero-v6{
  min-height:calc(100vh - 118px);
  max-height:820px;
  padding:clamp(42px,4.7vw,68px) 0;
  background:
    radial-gradient(circle at 8% 14%,rgba(249,115,22,.13),transparent 24%),
    radial-gradient(circle at 86% 10%,rgba(37,99,235,.25),transparent 34%),
    radial-gradient(circle at 76% 62%,rgba(6,182,212,.16),transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 42%,#eef6ff 74%,#fff6ec 100%);
}

.itx-hero-v6:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.70) 36%,rgba(255,255,255,.10) 100%);
  z-index:1;
  pointer-events:none;
}

.itx-hero-v6-gradient{
  z-index:1;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 36%,rgba(255,255,255,.12) 100%),
    radial-gradient(circle at 75% 44%,rgba(37,99,235,.18),transparent 30%),
    radial-gradient(circle at 88% 56%,rgba(6,182,212,.15),transparent 28%);
}

.itx-hero-v6-gridlines{
  z-index:1;
  background-size:66px 66px;
  opacity:.9;
}

.itx-hero-canvas{
  z-index:0;
  opacity:.52;
}

.itx-hero-v6-inner{
  z-index:3;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:clamp(48px,6vw,92px);
}

.itx-hero-v6-content{
  max-width:780px;
  padding-top:8px;
}

.itx-hero-v6-label{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(37,99,235,.13);
  box-shadow:
    0 18px 42px rgba(8,17,31,.07),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.itx-hero-v6 h1{
  max-width:790px;
  font-size:clamp(42px,4.45vw,70px);
  line-height:1;
  letter-spacing:-.067em;
  margin:24px 0 22px;
}

.itx-hero-v6 h1::after{
  content:"";
  display:block;
  width:120px;
  height:5px;
  margin-top:24px;
  border-radius:99px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
  box-shadow:0 12px 30px rgba(37,99,235,.20);
}

.itx-hero-v6 p{
  max-width:720px;
  font-size:clamp(16.5px,1.08vw,18.5px);
  line-height:1.74;
  color:#3f5068;
}

.itx-hero-v6-actions{
  margin-top:30px;
}

.itx-btn{
  min-height:50px;
  padding:14px 23px;
  box-shadow:none;
}

.itx-btn-primary{
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.28),transparent 28%),
    linear-gradient(135deg,#2563eb,#06b6d4)!important;
  box-shadow:
    0 20px 44px rgba(37,99,235,.24),
    inset 0 1px 0 rgba(255,255,255,.30)!important;
}

.itx-btn-white,
.itx-btn-soft{
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(12px);
  border:1px solid rgba(8,17,31,.10)!important;
  box-shadow:0 16px 38px rgba(8,17,31,.07)!important;
}

.itx-hero-v6-meta{
  margin-top:26px;
}

.itx-hero-v6-meta span{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 14px 34px rgba(8,17,31,.055);
}

/* Sağ hero görseli daha gelişmiş */
.itx-hero-v6-visual{
  height:clamp(430px,36vw,590px);
}

.itx-hero-v6-visual:before{
  width:86%;
  opacity:.95;
  background:
    radial-gradient(circle,rgba(37,99,235,.18),transparent 56%),
    conic-gradient(from 180deg,rgba(37,99,235,.28),rgba(6,182,212,.10),rgba(249,115,22,.20),rgba(37,99,235,.28));
}

.itx-hero-v6-visual:after{
  content:"";
  position:absolute;
  width:64%;
  aspect-ratio:1/1;
  border-radius:50%;
  border:1px solid rgba(37,99,235,.16);
  box-shadow:
    inset 0 0 50px rgba(37,99,235,.08),
    0 0 80px rgba(6,182,212,.08);
  animation:itxSoftRotate 28s linear reverse infinite;
}

.itx-network-svg{
  width:min(720px,108%);
  transform:translateX(18px);
  filter:
    drop-shadow(0 36px 70px rgba(8,17,31,.15))
    drop-shadow(0 0 34px rgba(37,99,235,.12));
}

.itx-flow-line{
  stroke-width:6;
  opacity:.72;
  stroke-dasharray:14 18;
  filter:url(#itxGlow);
}

.itx-flow-line.l2{
  stroke-width:5;
  opacity:.58;
}

.itx-flow-line.l3{
  stroke-width:4;
  opacity:.45;
}

.itx-node{
  stroke-width:6;
}

.itx-core-system circle{
  stroke-width:2.4;
}

.itx-core-system circle:nth-child(1){
  fill:rgba(255,255,255,.50);
  stroke:rgba(37,99,235,.24);
}

.itx-core-system circle:nth-child(2){
  fill:rgba(255,255,255,.38);
  stroke:rgba(6,182,212,.26);
}

.itx-core-system circle:nth-child(3){
  fill:#fff;
  stroke:rgba(249,115,22,.35);
}

.itx-svg-label{
  font-size:24px;
  font-weight:950;
}

.itx-svg-sub{
  font-size:10.5px;
}

/* HERO alt strip daha soft */
.itx-brand-strip{
  margin-top:-28px;
}

.itx-brand-strip .itx-wrap{
  padding:18px 20px;
  border-radius:26px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border:1px solid rgba(37,99,235,.11);
  box-shadow:0 22px 58px rgba(8,17,31,.08);
}

.itx-brand-strip span{
  background:linear-gradient(135deg,#f8fafc,#eef6ff);
  border:1px solid rgba(37,99,235,.08);
}

/* HIZMETLER V7 - orbit alanını daha premium hale getir */
.itx-services-v7{
  padding-top:clamp(80px,7vw,116px)!important;
  background:
    radial-gradient(circle at 7% 20%,rgba(249,115,22,.12),transparent 25%),
    radial-gradient(circle at 88% 26%,rgba(37,99,235,.16),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 50%,#edf6ff 100%);
}

.itx-services-v7-grid{
  grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);
  gap:clamp(54px,7vw,104px);
}

.itx-services-v7-left h2{
  font-size:clamp(34px,3.45vw,56px);
  line-height:1.07;
  letter-spacing:-.055em;
  max-width:680px;
}

.itx-services-v7-left p{
  max-width:660px;
  font-size:17px;
}

.itx-service-categories{
  margin-top:32px;
  gap:12px;
}

.itx-service-categories a{
  grid-template-columns:170px 1fr;
  min-height:74px;
  padding:18px 22px;
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,250,252,.82));
  border:1px solid rgba(37,99,235,.10);
  box-shadow:
    0 18px 42px rgba(8,17,31,.06),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.itx-service-categories a:hover{
  background:#fff;
  transform:translateX(8px);
}

.itx-service-categories b{
  font-size:17px;
}

.itx-service-categories span{
  font-size:14px;
}

/* Orbit daha teknolojik */
.itx-service-orbit{
  width:min(700px,100%);
  background:
    radial-gradient(circle at center, rgba(255,255,255,.98) 0 18%, rgba(255,255,255,.58) 19% 29%, transparent 30%),
    repeating-radial-gradient(circle at center, rgba(37,99,235,.16) 0 1px, transparent 1px 70px),
    conic-gradient(from 90deg,rgba(37,99,235,.10),rgba(6,182,212,.04),rgba(249,115,22,.08),rgba(37,99,235,.10));
  filter:drop-shadow(0 42px 90px rgba(8,17,31,.10));
}

.itx-service-orbit:before{
  inset:28px;
  border-color:rgba(37,99,235,.34);
  border-style:solid;
  border-width:1px;
  opacity:.45;
}

.itx-service-orbit:after{
  inset:92px;
  border-color:rgba(249,115,22,.30);
  opacity:.50;
}

.itx-service-core{
  width:198px;
  height:198px;
  background:
    radial-gradient(circle at 26% 20%,rgba(255,255,255,.28),transparent 30%),
    linear-gradient(135deg,#2457d6,#08111f);
  box-shadow:
    0 34px 90px rgba(37,99,235,.30),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.itx-service-core:before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:50%;
  border:1px solid rgba(37,99,235,.18);
}

.itx-service-core:after{
  content:"";
  position:absolute;
  inset:-44px;
  border-radius:50%;
  border:1px solid rgba(6,182,212,.10);
}

.itx-orbit-item{
  min-width:188px;
  padding:11px 14px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.92));
  border:1px solid rgba(37,99,235,.12);
  box-shadow:
    0 20px 52px rgba(8,17,31,.11),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.itx-orbit-item i{
  color:#1d4ed8;
  background:
    radial-gradient(circle at 35% 25%,#fff,transparent 35%),
    linear-gradient(135deg,#eef6ff,#e0f2fe);
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);
}

.itx-orbit-item b{
  font-size:13.8px;
}

.itx-orbit-item:hover{
  background:#fff;
  box-shadow:
    0 30px 76px rgba(37,99,235,.18),
    inset 0 1px 0 rgba(255,255,255,.9);
}

/* Hizmetler sonrası bölümlerde geçiş daha premium */
.itx-split-premium{
  background:
    radial-gradient(circle at 12% 12%,rgba(249,115,22,.10),transparent 26%),
    radial-gradient(circle at 88% 18%,rgba(37,99,235,.13),transparent 30%),
    linear-gradient(135deg,#f8fbff,#eef6ff 62%,#fff7ed);
}

.itx-product-panel{
  border-radius:34px;
  box-shadow:
    0 34px 90px rgba(8,17,31,.10),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.itx-hosting-premium{
  background:
    radial-gradient(circle at 85% 20%,rgba(6,182,212,.12),transparent 30%),
    linear-gradient(135deg,#ffffff,#f8fbff);
}

.itx-infra-flow div,
.itx-process-road div{
  border-radius:28px;
  box-shadow:
    0 20px 54px rgba(8,17,31,.065),
    inset 0 1px 0 rgba(255,255,255,.88);
}

/* Footer v6 daha güçlü */
.itx-footer-v6-cta{
  border:1px solid rgba(255,255,255,.20);
  box-shadow:
    0 36px 100px rgba(37,99,235,.26),
    inset 0 1px 0 rgba(255,255,255,.20);
}

.itx-footer-v6-main{
  background:
    radial-gradient(circle at 16% 0%,rgba(37,99,235,.18),transparent 34%),
    radial-gradient(circle at 92% 10%,rgba(6,182,212,.10),transparent 30%),
    linear-gradient(180deg,#07101f,#030712);
}

.itx-footer-v6-grid{
  gap:34px;
}

.itx-footer-v6 b{
  color:#fff;
  letter-spacing:-.01em;
}

.itx-footer-v6 a{
  transition:.18s ease;
}

.itx-footer-v6 a:hover{
  transform:translateX(3px);
}

.itx-footer-v6-contact{
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

/* Responsive düzeltmeler */
@media(max-width:1180px){
  .itx-wrap{
    width:min(100% - 42px,1280px);
  }

  .itx-hero-v6-inner,
  .itx-services-v7-grid{
    grid-template-columns:1fr;
  }

  .itx-hero-v6{
    max-height:none;
  }

  .itx-network-svg{
    transform:none;
  }

  .itx-services-v7-right{
    min-height:auto;
  }
}

@media(max-width:760px){
  .itx-wrap{
    width:min(100% - 28px,1280px);
  }

  .itx-hero-v6{
    padding:52px 0 62px;
  }

  .itx-hero-v6 h1{
    font-size:38px;
    line-height:1.04;
  }

  .itx-hero-v6 h1::after{
    width:90px;
    height:4px;
    margin-top:18px;
  }

  .itx-hero-v6-visual{
    height:320px;
  }

  .itx-service-categories a{
    grid-template-columns:1fr;
  }

  .itx-service-orbit{
    filter:none;
  }
}

/* ==========================================================
   IT-FIX V9 - HERO REALISTIC PREMIUM VISUAL + ORBIT BLUR FIX
   ========================================================== */

/* Mouse üstünde orbitin flulaşmasına sebep olan 3D transformu iptal et */
.itx-service-orbit,
.itx-service-orbit:hover{
  transform:none!important;
  filter:none!important;
  will-change:auto!important;
  backface-visibility:visible!important;
}

.itx-orbit-item,
.itx-orbit-item:hover{
  backface-visibility:hidden;
  transform-style:flat!important;
  filter:none!important;
  -webkit-font-smoothing:antialiased;
}

/* V8 JS mousemove ile inline transform basarsa yine iptal et */
.itx-service-orbit[style]{
  transform:none!important;
}

/* Hero genel kalite artışı */
.itx-hero-v6{
  background:
    radial-gradient(circle at 8% 14%,rgba(249,115,22,.14),transparent 24%),
    radial-gradient(circle at 86% 10%,rgba(37,99,235,.28),transparent 34%),
    radial-gradient(circle at 77% 62%,rgba(6,182,212,.18),transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 42%,#edf6ff 74%,#fff4e8 100%)!important;
}

.itx-hero-v6 h1{
  max-width:820px!important;
}

.itx-hero-v6 p{
  max-width:740px!important;
}

/* Yeni hero görsel alanı */
.itx-hero-v9-visual{
  position:relative;
  height:clamp(430px,38vw,610px)!important;
  overflow:visible;
}

.itx-hero-v9-visual:before,
.itx-hero-v9-visual:after{
  display:none!important;
}

.itx-hero-v9-halo{
  position:absolute;
  left:50%;
  top:50%;
  width:92%;
  aspect-ratio:1/1;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.32) 0 12%,rgba(37,99,235,.10) 13% 32%,rgba(6,182,212,.10) 33% 54%,rgba(249,115,22,.10) 55% 68%,transparent 69%),
    conic-gradient(from 90deg,rgba(37,99,235,.18),rgba(6,182,212,.10),rgba(249,115,22,.16),rgba(37,99,235,.18));
  filter:blur(4px);
  opacity:.92;
  animation:itxHeroHalo 24s linear infinite;
}

@keyframes itxHeroHalo{
  from{transform:translate(-50%,-50%) rotate(0deg)}
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

.itx-hero-v9-depth{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.itx-hero-v9-depth.depth-a{
  right:6%;
  top:8%;
  width:58%;
  aspect-ratio:1/1;
  background:radial-gradient(circle,rgba(37,99,235,.14),transparent 68%);
  filter:blur(12px);
}

.itx-hero-v9-depth.depth-b{
  left:10%;
  bottom:8%;
  width:46%;
  aspect-ratio:1/1;
  background:radial-gradient(circle,rgba(249,115,22,.13),transparent 66%);
  filter:blur(14px);
}

.itx-network-svg-v9{
  position:relative;
  z-index:4;
  width:min(760px,112%)!important;
  max-width:none;
  transform:translateX(10px);
  filter:
    drop-shadow(0 34px 70px rgba(8,17,31,.14))
    drop-shadow(0 0 28px rgba(37,99,235,.10));
}

.itx-map-rings ellipse{
  fill:none;
  stroke:rgba(37,99,235,.16);
  stroke-width:1.4;
}

.itx-map-rings ellipse:nth-child(2){
  stroke:rgba(6,182,212,.14);
  stroke-dasharray:8 10;
  animation:itxRingDash 12s linear infinite;
}

.itx-map-rings ellipse:nth-child(3){
  stroke:rgba(249,115,22,.14);
  stroke-dasharray:5 9;
  animation:itxRingDash 10s linear reverse infinite;
}

@keyframes itxRingDash{
  to{stroke-dashoffset:-180}
}

.itx-map-panels rect{
  fill:url(#itxPanelGradient);
  stroke:rgba(8,17,31,.08);
  stroke-width:1;
}

.itx-flow-line.v9{
  fill:none;
  stroke:url(#itxLineGradient);
  stroke-width:5.5;
  stroke-linecap:round;
  stroke-dasharray:13 17;
  opacity:.72;
  animation:itxDash 7s linear infinite;
  filter:url(#itxGlow);
}

.itx-flow-line.v9.l2{
  stroke-width:4.8;
  opacity:.58;
  animation-duration:8.8s;
}

.itx-flow-line.v9.l3{
  stroke-width:4.2;
  opacity:.44;
  animation-duration:10s;
}

.itx-flow-line.v9.l4{
  stroke-width:4.8;
  opacity:.50;
  animation-duration:9.4s;
}

.itx-core-v9 circle:nth-child(1){
  fill:rgba(255,255,255,.55);
  stroke:rgba(37,99,235,.22);
  stroke-width:2;
  animation:itxCoreBreath 5s ease-in-out infinite;
}

.itx-core-v9 circle:nth-child(2){
  fill:rgba(37,99,235,.07);
  stroke:rgba(6,182,212,.24);
  stroke-width:2;
  animation:itxCoreBreath 5s ease-in-out infinite reverse;
}

.itx-core-v9 circle:nth-child(3){
  fill:url(#itxCoreGradient);
  stroke:rgba(255,255,255,.55);
  stroke-width:2;
  filter:url(#itxSoftShadow);
}

.itx-core-v9 circle:nth-child(4){
  fill:#fff;
  stroke:#f97316;
  stroke-width:3;
  filter:url(#itxGlow);
}

@keyframes itxCoreBreath{
  0%,100%{opacity:.55;transform:scale(1)}
  50%{opacity:1;transform:scale(1.035)}
}

.itx-svg-label.v9{
  fill:#fff!important;
  font-size:25px!important;
  font-weight:950;
  letter-spacing:-.04em;
  paint-order:stroke;
  stroke:rgba(8,17,31,.10);
  stroke-width:1px;
}

.itx-svg-sub.v9{
  fill:rgba(255,255,255,.78)!important;
  font-size:10px!important;
  font-weight:950;
  letter-spacing:.13em;
}

.itx-service-nodes-v9 .node circle:first-child{
  fill:#fff;
  stroke:url(#itxLineGradient);
  stroke-width:5;
  filter:url(#itxGlow);
  animation:itxNodePulseV9 2.8s ease-in-out infinite;
}

.itx-service-nodes-v9 .node circle:nth-child(2){
  fill:#06b6d4;
  stroke:#fff;
  stroke-width:2;
}

.itx-service-nodes-v9 .node:nth-child(2) circle:nth-child(2){fill:#f97316}
.itx-service-nodes-v9 .node:nth-child(3) circle:nth-child(2){fill:#10b981}
.itx-service-nodes-v9 .node:nth-child(4) circle:nth-child(2){fill:#2563eb}
.itx-service-nodes-v9 .node:nth-child(5) circle:nth-child(2){fill:#f59e0b}
.itx-service-nodes-v9 .node:nth-child(6) circle:nth-child(2){fill:#6366f1}
.itx-service-nodes-v9 .node:nth-child(7) circle:nth-child(2){fill:#06b6d4}

@keyframes itxNodePulseV9{
  0%,100%{opacity:.92;transform:scale(1)}
  50%{opacity:1;transform:scale(1.18)}
}

.itx-service-nodes-v9 text{
  fill:#08111f;
  font-size:14px;
  font-weight:950;
  paint-order:stroke;
  stroke:#fff;
  stroke-width:7px;
  stroke-linejoin:round;
}

.itx-mini-metrics-v9 .metric-title{
  fill:#334155;
  font-size:11px;
  font-weight:950;
  letter-spacing:.03em;
}

.itx-mini-metrics-v9 rect{
  fill:#e2e8f0;
}

.itx-mini-metrics-v9 .fill.blue{
  fill:#2563eb;
}

.itx-mini-metrics-v9 .fill.cyan{
  fill:#06b6d4;
}

.itx-mini-metrics-v9 .fill.orange{
  fill:#f97316;
}

/* Service orbit fluluk düzeltmesi ve kalite */
.itx-services-v7-right,
.itx-service-orbit{
  overflow:visible!important;
}

.itx-service-orbit{
  transform:none!important;
  perspective:none!important;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.98) 0 17%, rgba(255,255,255,.62) 18% 29%, transparent 30%),
    repeating-radial-gradient(circle at center, rgba(37,99,235,.14) 0 1px, transparent 1px 70px),
    conic-gradient(from 90deg,rgba(37,99,235,.10),rgba(6,182,212,.05),rgba(249,115,22,.09),rgba(37,99,235,.10))!important;
}

.itx-orbit-item{
  filter:none!important;
  -webkit-filter:none!important;
  transform:translateZ(0);
  image-rendering:auto;
}

.itx-orbit-item b,
.itx-orbit-item i{
  filter:none!important;
  text-shadow:none!important;
}

.itx-orbit-item:hover{
  filter:none!important;
}

/* V8 parallax JS'nin inline transformunu ezmek için daha spesifik kurallar */
@media(min-width:1181px){
  .itx-service-orbit[style]{
    transform:none!important;
  }

  .itx-service-orbit:hover{
    transform:none!important;
  }
}

/* Daha premium ama okunaklı orbit item */
.itx-orbit-item{
  background:rgba(255,255,255,.96)!important;
  border-color:rgba(37,99,235,.14)!important;
  box-shadow:
    0 20px 48px rgba(8,17,31,.105),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
}

.itx-orbit-item:hover{
  background:#fff!important;
  border-color:rgba(37,99,235,.34)!important;
  box-shadow:
    0 28px 68px rgba(37,99,235,.16),
    inset 0 1px 0 rgba(255,255,255,.94)!important;
}

/* mobilde SVG taşmasını engelle */
@media(max-width:1180px){
  .itx-network-svg-v9{
    width:min(720px,100%)!important;
    transform:none;
  }
}

@media(max-width:760px){
  .itx-hero-v9-visual{
    height:340px!important;
  }

  .itx-network-svg-v9{
    width:118%!important;
  }

  .itx-mini-metrics-v9,
  .itx-service-nodes-v9 text{
    display:none;
  }
}

/* ==========================================================
   IT-FIX V10 - CORPORATE REALISTIC HERO REBUILD
   Eski renkli/blur hero görseli kaldırıldı, kurumsal altyapı sahnesi eklendi.
   ========================================================== */

.itx-hero-v4,
.itx-hero-v5,
.itx-hero-v6{
  display:none!important;
}

.itx-hero-v10{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 118px);
  display:flex;
  align-items:center;
  padding:clamp(54px,5vw,78px) 0;
  background:
    radial-gradient(circle at 12% 20%,rgba(249,115,22,.09),transparent 25%),
    radial-gradient(circle at 88% 8%,rgba(37,99,235,.16),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 45%,#eef5ff 100%);
}

.admin-bar .itx-hero-v10{
  min-height:calc(100vh - 150px);
}

.itx-hero-v10-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.28;
  pointer-events:none;
}

.itx-hero-v10-grid-bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,99,235,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.065) 1px,transparent 1px);
  background-size:76px 76px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 92%);
}

.itx-hero-v10-softlight{
  position:absolute;
  border-radius:999px;
  filter:blur(18px);
  pointer-events:none;
}

.itx-hero-v10-softlight.one{
  width:520px;
  height:520px;
  right:-140px;
  top:-160px;
  background:rgba(37,99,235,.18);
}

.itx-hero-v10-softlight.two{
  width:360px;
  height:360px;
  left:-120px;
  bottom:-140px;
  background:rgba(249,115,22,.10);
}

.itx-hero-v10-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);
  gap:clamp(48px,6vw,92px);
  align-items:center;
}

.itx-hero-v10-copy{
  max-width:760px;
}

.itx-hero-v10-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(37,99,235,.12);
  box-shadow:0 16px 38px rgba(8,17,31,.055);
  color:#ea580c;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itx-hero-v10-label span{
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
}

.itx-hero-v10 h1{
  max-width:780px;
  margin:24px 0 22px;
  color:#08111f;
  font-size:clamp(40px,4.25vw,66px);
  line-height:1.02;
  letter-spacing:-.062em;
  font-weight:950;
}

.itx-hero-v10 h1:after{
  content:"";
  display:block;
  width:116px;
  height:5px;
  margin-top:24px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
  box-shadow:0 12px 30px rgba(37,99,235,.18);
}

.itx-hero-v10 p{
  max-width:710px;
  margin:0;
  color:#40516a;
  font-size:clamp(16.5px,1.08vw,18.5px);
  line-height:1.74;
}

.itx-hero-v10-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:30px;
}

.itx-hero-v10-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  margin-top:28px;
  max-width:730px;
}

.itx-hero-v10-proof div{
  padding:16px 17px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 14px 34px rgba(8,17,31,.05);
}

.itx-hero-v10-proof b{
  display:block;
  color:#08111f;
  font-size:clamp(22px,1.8vw,28px);
  line-height:1;
  font-weight:950;
}

.itx-hero-v10-proof span{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
}

/* sağ kurumsal altyapı sahnesi */
.itx-hero-v10-visual{
  position:relative;
  min-height:clamp(480px,38vw,620px);
}

.itx-infra-scene-v10{
  position:relative;
  height:100%;
  min-height:inherit;
  border-radius:44px;
  background:
    radial-gradient(circle at 48% 44%,rgba(37,99,235,.13),transparent 34%),
    radial-gradient(circle at 72% 18%,rgba(6,182,212,.12),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.70),rgba(239,246,255,.72));
  border:1px solid rgba(37,99,235,.12);
  box-shadow:
    0 38px 110px rgba(8,17,31,.12),
    inset 0 1px 0 rgba(255,255,255,.82);
  overflow:hidden;
}

.itx-infra-scene-v10:before{
  content:"";
  position:absolute;
  inset:36px;
  border-radius:34px;
  background-image:
    linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px);
  background-size:46px 46px;
  opacity:.9;
}

.itx-infra-scene-v10:after{
  content:"";
  position:absolute;
  inset:auto -80px -110px auto;
  width:360px;
  height:360px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(249,115,22,.12),transparent 68%);
  filter:blur(12px);
}

.itx-infra-map-v10{
  position:absolute;
  inset:10px 0 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}

.itx-infra-map-v10 svg{
  width:min(760px,110%);
  height:auto;
  filter:drop-shadow(0 30px 60px rgba(8,17,31,.10));
}

/* SVG stilleri */
.v10-backbone path{
  fill:none;
  stroke:url(#v10Blue);
  stroke-width:5.5;
  stroke-linecap:round;
  stroke-dasharray:14 18;
  opacity:.55;
  animation:v10Backbone 8s linear infinite;
  filter:url(#v10Glow);
}

.v10-backbone path:nth-child(2){
  stroke:url(#v10Orange);
  opacity:.38;
  animation-duration:9.5s;
}

.v10-backbone path:nth-child(3){
  stroke:url(#v10Blue);
  opacity:.42;
  animation-duration:10.5s;
}

@keyframes v10Backbone{
  to{stroke-dashoffset:-220}
}

.v10-zone-rings ellipse{
  fill:none;
  stroke:rgba(37,99,235,.16);
  stroke-width:1.4;
}

.v10-zone-rings ellipse:nth-child(2){
  stroke:rgba(6,182,212,.14);
  stroke-dasharray:7 10;
  animation:v10Ring 13s linear infinite;
}

.v10-zone-rings ellipse:nth-child(3){
  stroke:rgba(249,115,22,.14);
  stroke-dasharray:5 9;
  animation:v10Ring 10s linear reverse infinite;
}

@keyframes v10Ring{
  to{stroke-dashoffset:-160}
}

.v10-datacenter rect:first-child{
  fill:rgba(255,255,255,.82);
  stroke:rgba(8,17,31,.10);
  stroke-width:1.2;
}

.v10-datacenter rect:not(:first-child){
  fill:rgba(15,23,42,.92);
  stroke:rgba(255,255,255,.10);
}

.v10-datacenter circle{
  fill:#10b981;
  filter:url(#v10Glow);
}

.v10-datacenter path{
  stroke:#38bdf8;
  stroke-width:4;
  stroke-linecap:round;
  opacity:.72;
}

.v10-datacenter text:first-of-type{
  fill:#08111f;
  font-size:27px;
  font-weight:950;
  letter-spacing:-.04em;
}

.v10-datacenter text:last-of-type{
  fill:#64748b;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
}

.v10-endpoints rect{
  fill:rgba(255,255,255,.92);
  stroke:rgba(37,99,235,.12);
  stroke-width:1;
  filter:url(#v10Shadow);
}

.v10-endpoints circle{
  fill:#eef6ff;
  stroke:url(#v10Blue);
  stroke-width:4;
  filter:url(#v10Glow);
}

.v10-endpoints text:first-of-type{
  fill:#08111f;
  font-size:14px;
  font-weight:950;
}

.v10-endpoints text:last-of-type{
  fill:#64748b;
  font-size:10.5px;
  font-weight:850;
}

.v10-status rect{
  fill:#e2e8f0;
}

.v10-status .blue{
  fill:#2563eb;
}

.v10-status .cyan{
  fill:#06b6d4;
}

.v10-status .orange{
  fill:#f97316;
}

.v10-status .green{
  fill:#10b981;
}

.itx-infra-side-panel{
  position:absolute;
  z-index:4;
  right:26px;
  bottom:26px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  width:min(440px,calc(100% - 52px));
}

.itx-infra-side-panel div{
  padding:15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(37,99,235,.12);
  box-shadow:0 18px 42px rgba(8,17,31,.08);
  backdrop-filter:blur(12px);
}

.itx-infra-side-panel span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:900;
  margin-bottom:6px;
}

.itx-infra-side-panel b{
  color:#08111f;
  font-size:20px;
  font-weight:950;
}

/* eski SVG/hero kalıntıları görünmesin */
.itx-hero-v6-visual:not(.itx-hero-v10-visual),
.itx-hero-v9-visual,
.itx-network-svg-v9{
  display:none!important;
}

/* mobil */
@media(max-width:1180px){
  .itx-hero-v10{
    min-height:auto;
  }

  .itx-hero-v10-inner{
    grid-template-columns:1fr;
  }

  .itx-hero-v10-visual{
    min-height:520px;
  }
}

@media(max-width:760px){
  .itx-hero-v10{
    padding:54px 0 66px;
  }

  .itx-hero-v10 h1{
    font-size:38px;
    line-height:1.04;
  }

  .itx-hero-v10 h1:after{
    width:86px;
    height:4px;
    margin-top:18px;
  }

  .itx-hero-v10-proof{
    grid-template-columns:1fr;
  }

  .itx-hero-v10-visual{
    min-height:420px;
  }

  .itx-infra-scene-v10{
    border-radius:32px;
  }

  .itx-infra-map-v10 svg{
    width:128%;
  }

  .itx-infra-side-panel{
    grid-template-columns:1fr;
    left:18px;
    right:18px;
    bottom:18px;
    width:auto;
  }

  .v10-endpoints text:last-of-type,
  .v10-status{
    display:none;
  }
}

/* ==========================================================
   IT-FIX V11 - GERÇEKÇİ KURUMSAL HERO
   Sahte dashboard / oyuncak network görseli kaldırıldı.
   Enterprise editorial + hizmet operasyon paneli eklendi.
   ========================================================== */

.itx-hero-v4,
.itx-hero-v5,
.itx-hero-v6,
.itx-hero-v10,
.itx-hero-v9-visual,
.itx-hero-v10-visual,
.itx-network-svg,
.itx-network-svg-v9,
.itx-infra-scene-v10{
  display:none!important;
}

.itx-hero-v11{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 118px);
  display:flex;
  align-items:center;
  padding:clamp(62px,5.8vw,96px) 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(249,115,22,.10), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 45%,#edf4ff 100%);
}

.admin-bar .itx-hero-v11{
  min-height:calc(100vh - 150px);
}

.itx-hero-v11-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 42%, rgba(255,255,255,.28) 100%);
  pointer-events:none;
}

.itx-hero-v11-lines{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.70), transparent 92%);
  pointer-events:none;
}

.itx-hero-v11:after{
  content:"";
  position:absolute;
  right:-18%;
  top:8%;
  width:52%;
  height:72%;
  border-radius:80px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.08), rgba(6,182,212,.08)),
    linear-gradient(135deg, rgba(255,255,255,.50), rgba(255,255,255,.10));
  transform:skewX(-8deg);
  border:1px solid rgba(37,99,235,.08);
}

.itx-hero-v11-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);
  gap:clamp(48px,6vw,92px);
  align-items:center;
}

.itx-hero-v11-copy{
  max-width:820px;
}

.itx-hero-v11-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(37,99,235,.12);
  box-shadow:0 16px 38px rgba(8,17,31,.055);
  color:#ea580c;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itx-hero-v11-label span{
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
}

.itx-hero-v11 h1{
  max-width:850px;
  margin:24px 0 22px;
  color:#08111f;
  font-size:clamp(42px,4.45vw,68px);
  line-height:1.02;
  letter-spacing:-.062em;
  font-weight:950;
}

.itx-hero-v11 h1:after{
  content:"";
  display:block;
  width:118px;
  height:5px;
  margin-top:24px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
  box-shadow:0 12px 30px rgba(37,99,235,.18);
}

.itx-hero-v11 p{
  max-width:740px;
  margin:0;
  color:#40516a;
  font-size:clamp(16.5px,1.08vw,18.5px);
  line-height:1.74;
}

.itx-hero-v11-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:30px;
}

.itx-hero-v11-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.itx-hero-v11-trust span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(37,99,235,.10);
  color:#475569;
  font-size:13px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(8,17,31,.05);
}

/* Sağ taraf: sahte görsel değil, kurumsal operasyon paneli */
.itx-hero-v11-panel{
  position:relative;
  padding:28px;
  border-radius:38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,250,252,.80));
  border:1px solid rgba(37,99,235,.12);
  box-shadow:
    0 38px 110px rgba(8,17,31,.12),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  overflow:hidden;
}

.itx-hero-v11-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 12%, rgba(249,115,22,.10), transparent 28%),
    radial-gradient(circle at 90% 4%, rgba(37,99,235,.14), transparent 32%);
  pointer-events:none;
}

.itx-hero-v11-panel:after{
  content:"";
  position:absolute;
  inset:30px;
  border-radius:28px;
  background-image:
    linear-gradient(rgba(37,99,235,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.055) 1px, transparent 1px);
  background-size:42px 42px;
  pointer-events:none;
}

.itx-v11-panel-head,
.itx-v11-service-stack,
.itx-v11-bottom{
  position:relative;
  z-index:2;
}

.itx-v11-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(8,17,31,.08);
}

.itx-v11-panel-head small{
  display:block;
  color:#ea580c;
  font-size:12px;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:950;
  margin-bottom:8px;
}

.itx-v11-panel-head strong{
  display:block;
  max-width:430px;
  color:#08111f;
  font-size:clamp(22px,1.9vw,30px);
  line-height:1.15;
  letter-spacing:-.035em;
  font-weight:950;
}

.itx-v11-panel-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:32px;
  padding:0 12px;
  border-radius:999px;
  color:#047857;
  background:#ecfdf5;
  font-size:12px;
  font-weight:950;
}

.itx-v11-service-stack{
  display:grid;
  gap:12px;
  margin-top:24px;
}

.itx-v11-service-stack a{
  position:relative;
  display:grid;
  grid-template-columns:54px 210px 1fr;
  align-items:center;
  gap:18px;
  min-height:76px;
  padding:17px 18px;
  border-radius:24px;
  color:#08111f;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,17,31,.08);
  box-shadow:0 16px 42px rgba(8,17,31,.055);
  transition:.22s ease;
  overflow:hidden;
}

.itx-v11-service-stack a:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,#f97316,#2563eb,#06b6d4);
  opacity:.75;
}

.itx-v11-service-stack a:hover{
  transform:translateX(6px);
  background:#fff;
  border-color:rgba(37,99,235,.22);
  box-shadow:0 24px 60px rgba(37,99,235,.11);
}

.itx-v11-service-stack i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:16px;
  color:#2563eb;
  background:#eef6ff;
  font-style:normal;
  font-size:13px;
  font-weight:950;
}

.itx-v11-service-stack b{
  font-size:17px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.02em;
}

.itx-v11-service-stack em{
  color:#64748b;
  font-size:14px;
  line-height:1.45;
  font-style:normal;
  font-weight:750;
}

.itx-v11-bottom{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:22px;
}

.itx-v11-bottom div{
  padding:17px 16px;
  border-radius:22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,250,252,.82));
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 16px 40px rgba(8,17,31,.05);
}

.itx-v11-bottom b{
  display:block;
  color:#08111f;
  font-size:clamp(24px,2vw,32px);
  line-height:1;
  font-weight:950;
}

.itx-v11-bottom span{
  display:block;
  margin-top:7px;
  color:#64748b;
  font-size:13px;
  font-weight:850;
}

/* Alttaki hizmet orbit alanına da daha kurumsal görünüm */
.itx-services-v7{
  background:
    radial-gradient(circle at 8% 18%, rgba(249,115,22,.08), transparent 26%),
    radial-gradient(circle at 90% 22%, rgba(37,99,235,.12), transparent 32%),
    linear-gradient(135deg,#fff 0%,#f8fbff 52%,#eef5ff 100%)!important;
}

/* Mobil */
@media(max-width:1180px){
  .itx-hero-v11{
    min-height:auto;
  }

  .itx-hero-v11-inner{
    grid-template-columns:1fr;
  }

  .itx-v11-service-stack a{
    grid-template-columns:54px 1fr;
  }

  .itx-v11-service-stack em{
    grid-column:2;
  }
}

@media(max-width:760px){
  .itx-hero-v11{
    padding:54px 0 66px;
  }

  .itx-hero-v11 h1{
    font-size:38px;
    line-height:1.04;
  }

  .itx-hero-v11 h1:after{
    width:86px;
    height:4px;
    margin-top:18px;
  }

  .itx-hero-v11-panel{
    padding:20px;
    border-radius:30px;
  }

  .itx-v11-panel-head{
    display:block;
  }

  .itx-v11-panel-head span{
    margin-top:14px;
  }

  .itx-v11-service-stack a{
    grid-template-columns:44px 1fr;
    gap:13px;
    padding:15px;
  }

  .itx-v11-service-stack i{
    width:40px;
    height:40px;
  }

  .itx-v11-service-stack em{
    grid-column:1 / -1;
  }

  .itx-v11-bottom{
    grid-template-columns:1fr;
  }
}

/* ==========================================================
   IT-FIX V12 - ULTRA PREMIUM CORPORATE HERO
   Kart yok, dashboard yok, oyuncak panel yok.
   Enterprise mimari, premium soyut teknoloji sahnesi.
   ========================================================== */

.itx-hero-v4,
.itx-hero-v5,
.itx-hero-v6,
.itx-hero-v10,
.itx-hero-v11,
.itx-hero-v9-visual,
.itx-hero-v10-visual,
.itx-network-svg,
.itx-network-svg-v9,
.itx-infra-scene-v10{
  display:none!important;
}

.itx-hero-v12{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 118px);
  display:flex;
  align-items:center;
  padding:clamp(58px,5.5vw,92px) 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(249,115,22,.14), transparent 25%),
    radial-gradient(circle at 84% 10%, rgba(37,99,235,.22), transparent 34%),
    linear-gradient(135deg,#08111f 0%,#0b1730 42%,#10264a 100%);
  color:#fff;
}

.admin-bar .itx-hero-v12{
  min-height:calc(100vh - 150px);
}

.itx-hero-v12:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(8,17,31,.98) 0%,rgba(8,17,31,.88) 40%,rgba(8,17,31,.38) 100%),
    radial-gradient(circle at 70% 50%,rgba(34,211,238,.16),transparent 34%);
  pointer-events:none;
}

.itx-hero-v12-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.42;
  pointer-events:none;
}

.itx-hero-v12-noise{
  position:absolute;
  inset:0;
  opacity:.12;
  background-image:
    radial-gradient(circle at 20% 30%,rgba(255,255,255,.14) 0 1px,transparent 1px),
    radial-gradient(circle at 70% 60%,rgba(255,255,255,.10) 0 1px,transparent 1px);
  background-size:46px 46px, 72px 72px;
  pointer-events:none;
}

.itx-hero-v12-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(96,165,250,.10) 1px,transparent 1px),
    linear-gradient(90deg,rgba(96,165,250,.10) 1px,transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 92%);
  pointer-events:none;
}

.itx-hero-v12-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(24px);
  pointer-events:none;
}

.itx-hero-v12-orb.orb-a{
  width:560px;
  height:560px;
  right:-180px;
  top:-170px;
  background:rgba(37,99,235,.30);
}

.itx-hero-v12-orb.orb-b{
  width:390px;
  height:390px;
  left:-140px;
  bottom:-130px;
  background:rgba(249,115,22,.18);
}

.itx-hero-v12-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(540px,1.08fr);
  gap:clamp(54px,7vw,104px);
  align-items:center;
}

.itx-hero-v12-copy{
  max-width:850px;
}

.itx-hero-v12-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 38px rgba(0,0,0,.18);
  color:#fed7aa;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
}

.itx-hero-v12-label span{
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#38bdf8,#22d3ee);
}

.itx-hero-v12 h1{
  max-width:900px;
  margin:24px 0 22px;
  color:#fff;
  font-size:clamp(43px,4.7vw,74px);
  line-height:1;
  letter-spacing:-.067em;
  font-weight:950;
}

.itx-hero-v12 h1:after{
  content:"";
  display:block;
  width:128px;
  height:5px;
  margin-top:26px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
  box-shadow:0 14px 36px rgba(34,211,238,.22);
}

.itx-hero-v12 p{
  max-width:760px;
  margin:0;
  color:rgba(226,232,240,.82);
  font-size:clamp(16.5px,1.08vw,18.5px);
  line-height:1.76;
}

.itx-hero-v12-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:32px;
}

.itx-hero-v12 .itx-btn-white,
.itx-hero-v12 .itx-btn-soft{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  backdrop-filter:blur(14px);
}

.itx-hero-v12 .itx-btn-white:hover,
.itx-hero-v12 .itx-btn-soft:hover{
  background:rgba(255,255,255,.14)!important;
}

.itx-hero-v12-lines{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.itx-hero-v12-lines span{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  color:rgba(226,232,240,.86);
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  font-size:13px;
  font-weight:900;
  backdrop-filter:blur(12px);
}

/* Sağ taraf premium mimari sahne */
.itx-hero-v12-visual{
  position:relative;
  min-height:clamp(500px,39vw,650px);
}

.itx-architecture-v12{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.itx-architecture-v12:before{
  content:"";
  position:absolute;
  width:82%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:
    radial-gradient(circle at center,rgba(37,99,235,.26),transparent 58%),
    conic-gradient(from 180deg,rgba(96,165,250,.26),rgba(34,211,238,.08),rgba(249,115,22,.16),rgba(96,165,250,.26));
  filter:blur(16px);
  opacity:.8;
  animation:v12Rotate 26s linear infinite;
}

@keyframes v12Rotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

.itx-architecture-v12 svg{
  position:relative;
  z-index:2;
  width:min(760px,108%);
  height:auto;
  filter:
    drop-shadow(0 42px 90px rgba(0,0,0,.28))
    drop-shadow(0 0 34px rgba(34,211,238,.14));
}

.v12-perspective-lines path{
  fill:none;
  stroke:rgba(148,163,184,.18);
  stroke-width:1;
}

.v12-light-beams path{
  fill:none;
  stroke:url(#v12Line);
  stroke-width:5.5;
  stroke-linecap:round;
  stroke-dasharray:14 18;
  opacity:.64;
  filter:url(#v12Glow);
  animation:v12Dash 7s linear infinite;
}

.v12-light-beams path:nth-child(2){
  opacity:.48;
  animation-duration:8.7s;
}

.v12-light-beams path:nth-child(3){
  opacity:.42;
  animation-duration:10s;
}

@keyframes v12Dash{
  to{stroke-dashoffset:-220}
}

.v12-core circle:nth-child(1){
  fill:rgba(255,255,255,.05);
  stroke:rgba(96,165,250,.24);
  stroke-width:1.4;
}

.v12-core circle:nth-child(2){
  fill:rgba(37,99,235,.10);
  stroke:rgba(34,211,238,.28);
  stroke-width:1.6;
}

.v12-core circle:nth-child(3){
  fill:rgba(8,17,31,.92);
  stroke:rgba(255,255,255,.18);
  stroke-width:1.4;
  filter:url(#v12Glow);
}

.v12-core text:first-of-type{
  fill:#fff;
  font-size:28px;
  font-weight:950;
  letter-spacing:-.04em;
}

.v12-core text:last-of-type{
  fill:rgba(226,232,240,.72);
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
}

.v12-pillars rect{
  fill:url(#v12Glass);
  stroke:rgba(255,255,255,.16);
  stroke-width:1;
  backdrop-filter:blur(16px);
}

.v12-pillars text{
  fill:#fff;
  font-weight:950;
}

.v12-pillars text:nth-of-type(1){
  font-size:15px;
}

.v12-pillars text:nth-of-type(2){
  font-size:13px;
  fill:rgba(226,232,240,.78);
}

.v12-pillars line{
  stroke:rgba(34,211,238,.48);
  stroke-width:4;
  stroke-linecap:round;
}

.v12-nodes circle{
  fill:#fff;
  stroke:url(#v12Line);
  stroke-width:4;
  filter:url(#v12Glow);
  animation:v12Pulse 2.8s ease-in-out infinite;
}

.v12-nodes circle:nth-child(2){animation-delay:.2s}
.v12-nodes circle:nth-child(3){animation-delay:.4s}
.v12-nodes circle:nth-child(4){animation-delay:.6s}
.v12-nodes circle:nth-child(5){animation-delay:.8s}
.v12-nodes circle:nth-child(6){animation-delay:1s}

@keyframes v12Pulse{
  0%,100%{opacity:.82;transform:scale(1)}
  50%{opacity:1;transform:scale(1.28)}
}

/* Brand strip koyu herodan sonra daha iyi geçiş */
.itx-brand-strip{
  margin-top:-26px!important;
  position:relative;
  z-index:8;
}

.itx-brand-strip .itx-wrap{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(37,99,235,.12)!important;
  backdrop-filter:blur(18px);
}

/* Mobil */
@media(max-width:1180px){
  .itx-hero-v12{
    min-height:auto;
  }

  .itx-hero-v12-inner{
    grid-template-columns:1fr;
  }

  .itx-hero-v12-visual{
    min-height:520px;
  }
}

@media(max-width:760px){
  .itx-hero-v12{
    padding:58px 0 68px;
  }

  .itx-hero-v12 h1{
    font-size:38px;
    line-height:1.04;
  }

  .itx-hero-v12 h1:after{
    width:88px;
    height:4px;
    margin-top:18px;
  }

  .itx-hero-v12-visual{
    min-height:360px;
  }

  .itx-architecture-v12 svg{
    width:128%;
  }

  .v12-pillars{
    opacity:.72;
  }
}

/* ==========================================================
   IT-FIX V13 - CLEAN CORPORATE PREMIUM HERO
   Kart yok. Dashboard yok. Oyuncak panel yok.
   Kurumsal, temiz, premium teknoloji akışı.
   ========================================================== */

.itx-hero-v4,
.itx-hero-v5,
.itx-hero-v6,
.itx-hero-v10,
.itx-hero-v11,
.itx-hero-v12,
.itx-hero-v9-visual,
.itx-hero-v10-visual,
.itx-network-svg,
.itx-network-svg-v9,
.itx-infra-scene-v10,
.itx-architecture-v12 {
  display:none!important;
}

.itx-hero-v13{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 118px);
  display:flex;
  align-items:center;
  padding:clamp(64px,5.6vw,92px) 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(249,115,22,.10), transparent 25%),
    radial-gradient(circle at 84% 10%, rgba(37,99,235,.16), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 48%,#eef5ff 100%);
  color:#08111f;
}

.admin-bar .itx-hero-v13{
  min-height:calc(100vh - 150px);
}

.itx-hero-v13:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.25) 100%);
  pointer-events:none;
}

.itx-hero-v13-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.33;
  pointer-events:none;
}

.itx-v13-bg-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,99,235,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.065) 1px,transparent 1px);
  background-size:78px 78px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 94%);
  pointer-events:none;
}

.itx-v13-bg-blur{
  position:absolute;
  border-radius:999px;
  filter:blur(20px);
  pointer-events:none;
}

.itx-v13-bg-blur.blur-one{
  width:560px;
  height:560px;
  right:-170px;
  top:-170px;
  background:rgba(37,99,235,.18);
}

.itx-v13-bg-blur.blur-two{
  width:400px;
  height:400px;
  left:-140px;
  bottom:-150px;
  background:rgba(249,115,22,.10);
}

.itx-v13-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(540px,1.08fr);
  gap:clamp(58px,7vw,108px);
  align-items:center;
}

.itx-v13-copy{
  max-width:850px;
}

.itx-v13-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(37,99,235,.13);
  box-shadow:0 16px 38px rgba(8,17,31,.055);
  color:#ea580c;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itx-v13-kicker span{
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
}

.itx-v13-copy h1{
  max-width:900px;
  margin:24px 0 22px;
  color:#08111f;
  font-size:clamp(42px,4.65vw,72px);
  line-height:1;
  letter-spacing:-.068em;
  font-weight:950;
}

.itx-v13-copy h1:after{
  content:"";
  display:block;
  width:126px;
  height:5px;
  margin-top:26px;
  border-radius:999px;
  background:linear-gradient(90deg,#f97316,#2563eb,#06b6d4);
  box-shadow:0 14px 36px rgba(37,99,235,.18);
}

.itx-v13-copy p{
  max-width:760px;
  margin:0;
  color:#40516a;
  font-size:clamp(16.5px,1.08vw,18.5px);
  line-height:1.76;
}

.itx-v13-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

.itx-v13-primary,
.itx-v13-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 25px;
  border-radius:999px;
  font-weight:950;
  transition:.22s ease;
}

.itx-v13-primary{
  color:#fff!important;
  background:
    radial-gradient(circle at 20% 18%,rgba(255,255,255,.26),transparent 30%),
    linear-gradient(135deg,#2563eb,#06b6d4);
  box-shadow:
    0 22px 46px rgba(37,99,235,.24),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.itx-v13-secondary{
  color:#08111f!important;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(8,17,31,.10);
  box-shadow:0 16px 38px rgba(8,17,31,.07);
}

.itx-v13-primary:hover,
.itx-v13-secondary:hover{
  transform:translateY(-2px);
}

.itx-v13-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.itx-v13-meta span{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  color:#475569;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(37,99,235,.10);
  font-size:13px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(8,17,31,.05);
}

/* Sağ taraf: soyut kurumsal teknoloji mimarisi */
.itx-v13-visual{
  position:relative;
  min-height:clamp(500px,39vw,650px);
  display:flex;
  align-items:center;
  justify-content:center;
}

.itx-v13-visual:before{
  content:"";
  position:absolute;
  width:88%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:
    radial-gradient(circle at center,rgba(37,99,235,.13),transparent 58%),
    conic-gradient(from 180deg,rgba(37,99,235,.18),rgba(6,182,212,.07),rgba(249,115,22,.12),rgba(37,99,235,.18));
  filter:blur(10px);
  opacity:.9;
  animation:v13Rotate 30s linear infinite;
}

@keyframes v13Rotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

.itx-v13-svg{
  position:relative;
  z-index:2;
  width:min(760px,108%);
  height:auto;
  filter:
    drop-shadow(0 38px 78px rgba(8,17,31,.15))
    drop-shadow(0 0 28px rgba(37,99,235,.10));
}

.v13-perspective path{
  fill:none;
  stroke:rgba(37,99,235,.16);
  stroke-width:1.15;
}

.v13-perspective path:nth-child(n+4){
  stroke:rgba(8,17,31,.07);
}

.v13-flow path{
  fill:none;
  stroke:url(#v13LineA);
  stroke-width:5.5;
  stroke-linecap:round;
  stroke-dasharray:14 18;
  opacity:.70;
  filter:url(#v13Glow);
  animation:v13Dash 7s linear infinite;
}

.v13-flow path:nth-child(2){
  opacity:.52;
  animation-duration:8.4s;
}

.v13-flow path:nth-child(3){
  opacity:.42;
  animation-duration:9.6s;
}

.v13-flow path:nth-child(4){
  opacity:.48;
  animation-duration:10.5s;
}

@keyframes v13Dash{
  to{stroke-dashoffset:-220}
}

.v13-core circle:nth-child(1){
  fill:rgba(255,255,255,.42);
  stroke:rgba(37,99,235,.22);
  stroke-width:1.5;
}

.v13-core circle:nth-child(2){
  fill:rgba(37,99,235,.07);
  stroke:rgba(6,182,212,.25);
  stroke-width:1.7;
}

.v13-core circle:nth-child(3){
  fill:url(#v13Core);
  stroke:rgba(37,99,235,.25);
  stroke-width:1.5;
  filter:url(#v13Glow);
}

.v13-core text:first-of-type{
  fill:#08111f;
  font-size:29px;
  font-weight:950;
  letter-spacing:-.045em;
}

.v13-core text:last-of-type{
  fill:#64748b;
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
}

.v13-labels text{
  fill:#08111f;
  font-size:13px;
  font-weight:950;
  letter-spacing:.04em;
  paint-order:stroke;
  stroke:#fff;
  stroke-width:7px;
  stroke-linejoin:round;
}

.v13-nodes circle{
  fill:#fff;
  stroke:url(#v13LineA);
  stroke-width:4;
  filter:url(#v13Glow);
  animation:v13Pulse 2.8s ease-in-out infinite;
}

.v13-nodes circle:nth-child(2){animation-delay:.2s}
.v13-nodes circle:nth-child(3){animation-delay:.4s}
.v13-nodes circle:nth-child(4){animation-delay:.6s}
.v13-nodes circle:nth-child(5){animation-delay:.8s}
.v13-nodes circle:nth-child(6){animation-delay:1s}
.v13-nodes circle:nth-child(7){animation-delay:1.2s}

@keyframes v13Pulse{
  0%,100%{opacity:.86;transform:scale(1)}
  50%{opacity:1;transform:scale(1.25)}
}

/* Hero sonrası geçiş */
.itx-brand-strip{
  margin-top:-26px!important;
  position:relative;
  z-index:8;
}

.itx-brand-strip .itx-wrap{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(37,99,235,.12)!important;
  backdrop-filter:blur(18px);
}

/* Mobil */
@media(max-width:1180px){
  .itx-hero-v13{
    min-height:auto;
  }

  .itx-v13-inner{
    grid-template-columns:1fr;
  }

  .itx-v13-visual{
    min-height:520px;
  }
}

@media(max-width:760px){
  .itx-wrap{
    width:min(100% - 28px,1280px)!important;
  }

  .itx-hero-v13{
    padding:56px 0 68px;
  }

  .itx-v13-copy h1{
    font-size:38px;
    line-height:1.04;
  }

  .itx-v13-copy h1:after{
    width:88px;
    height:4px;
    margin-top:18px;
  }

  .itx-v13-visual{
    min-height:360px;
  }

  .itx-v13-svg{
    width:128%;
  }

  .v13-labels{
    display:none;
  }
}

/* ==========================================================
   IT-FIX V14 - IBM STYLE REAL IMAGE HERO
   Full photo background + dark corporate overlay + clean type.
   ========================================================== */

.itx-hero-v4,
.itx-hero-v5,
.itx-hero-v6,
.itx-hero-v10,
.itx-hero-v11,
.itx-hero-v12,
.itx-hero-v13,
.itx-hero-v9-visual,
.itx-hero-v10-visual,
.itx-network-svg,
.itx-network-svg-v9,
.itx-infra-scene-v10,
.itx-architecture-v12,
.itx-v13-visual {
  display:none!important;
}

.itx-hero-v14{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 118px);
  display:flex;
  align-items:center;
  color:#fff;
  background:#070b12;
}

.admin-bar .itx-hero-v14{
  min-height:calc(100vh - 150px);
}

.itx-v14-bg{
  position:absolute;
  inset:0;
  background-image:url('/wp-content/uploads/itfix-hero/itfix-hero-bg.jpg');
  background-size:cover;
  background-position:center right;
  transform:scale(1.04);
  filter:saturate(.95) contrast(1.04);
}

.itx-v14-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,8,14,.98) 0%,rgba(5,8,14,.88) 34%,rgba(5,8,14,.54) 58%,rgba(5,8,14,.18) 100%),
    linear-gradient(180deg,rgba(5,8,14,.12) 0%,rgba(5,8,14,.72) 100%);
}

.itx-v14-dark{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 22%,rgba(37,99,235,.12),transparent 28%),
    radial-gradient(circle at 75% 32%,rgba(6,182,212,.12),transparent 32%),
    linear-gradient(90deg,rgba(0,0,0,.66),transparent 66%);
  pointer-events:none;
}

.itx-v14-blue{
  position:absolute;
  right:-12%;
  top:-20%;
  width:55%;
  height:120%;
  background:radial-gradient(circle,rgba(37,99,235,.26),transparent 62%);
  filter:blur(22px);
  pointer-events:none;
}

.itx-v14-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.36;
  pointer-events:none;
  z-index:2;
}

.itx-v14-inner{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,.85fr);
  gap:clamp(40px,6vw,90px);
  align-items:center;
  padding:clamp(72px,7vw,118px) 0;
}

.itx-v14-copy{
  max-width:850px;
}

.itx-v14-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
  font-size:15px;
  font-weight:700;
  color:rgba(255,255,255,.68);
}

.itx-v14-breadcrumb a{
  color:#60a5fa;
}

.itx-v14-breadcrumb b{
  color:rgba(255,255,255,.92);
}

.itx-v14-copy h1{
  max-width:860px;
  margin:0;
  color:#fff;
  font-size:clamp(52px,6.2vw,102px);
  line-height:.98;
  letter-spacing:-.07em;
  font-weight:500;
}

.itx-v14-copy p{
  max-width:760px;
  margin:clamp(34px,4vw,54px) 0 0;
  color:rgba(255,255,255,.90);
  font-size:clamp(20px,1.55vw,28px);
  line-height:1.42;
  font-weight:500;
}

.itx-v14-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:34px;
}

.itx-v14-primary,
.itx-v14-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-width:260px;
  min-height:62px;
  padding:17px 24px;
  border-radius:4px;
  font-size:17px;
  font-weight:800;
  transition:.22s ease;
}

.itx-v14-primary{
  color:#fff!important;
  background:#0f62fe;
}

.itx-v14-secondary{
  color:#fff!important;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.46);
  backdrop-filter:blur(10px);
}

.itx-v14-primary:hover{
  background:#0353e9;
  transform:translateY(-2px);
}

.itx-v14-secondary:hover{
  background:rgba(255,255,255,.12);
  transform:translateY(-2px);
}

.itx-v14-primary span,
.itx-v14-secondary span{
  font-size:28px;
  line-height:1;
}

/* sağdaki cam/data layer: ana görseli bozmaz, IBM hissi verir */
.itx-v14-interface{
  position:relative;
  min-height:460px;
}

.itx-v14-window{
  position:absolute;
  right:0;
  top:50%;
  width:min(560px,100%);
  transform:translateY(-50%) rotate(-1deg);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:
    0 40px 110px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter:blur(18px);
}

.itx-v14-window-top{
  height:58px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 22px;
  background:linear-gradient(90deg,rgba(255,255,255,.28),rgba(255,255,255,.10));
}

.itx-v14-window-top i{
  width:12px;
  height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.30);
}

.itx-v14-window-body{
  padding:34px;
  min-height:280px;
  background:linear-gradient(135deg,rgba(0,0,0,.30),rgba(0,0,0,.08));
}

.itx-v14-window-body strong{
  display:block;
  color:#fff;
  font-size:30px;
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:850;
}

.itx-v14-window-body p{
  max-width:430px;
  margin:14px 0 28px;
  color:rgba(255,255,255,.70);
  line-height:1.6;
  font-size:15px;
}

.itx-v14-bars{
  display:grid;
  gap:13px;
  max-width:410px;
}

.itx-v14-bars span{
  display:block;
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.20);
  overflow:hidden;
}

.itx-v14-bars span:before{
  content:"";
  display:block;
  width:var(--w);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#0f62fe,#22d3ee,#f97316);
  animation:v14Bar 3.6s ease-in-out infinite;
}

@keyframes v14Bar{
  0%,100%{opacity:.68}
  50%{opacity:1}
}

.itx-v14-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.itx-v14-metrics em{
  font-style:normal;
  display:inline-flex;
  padding:9px 11px;
  border-radius:999px;
  color:rgba(255,255,255,.88);
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  font-size:12px;
  font-weight:800;
}

/* Hero sonrası geçiş */
.itx-brand-strip{
  margin-top:-28px!important;
  position:relative;
  z-index:10;
}

.itx-brand-strip .itx-wrap{
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(37,99,235,.12)!important;
  backdrop-filter:blur(18px);
}

/* mobil */
@media(max-width:1180px){
  .itx-hero-v14{
    min-height:auto;
  }

  .itx-v14-inner{
    grid-template-columns:1fr;
  }

  .itx-v14-interface{
    min-height:360px;
  }

  .itx-v14-window{
    position:relative;
    right:auto;
    top:auto;
    transform:none;
    width:100%;
  }
}

@media(max-width:760px){
  .itx-v14-inner{
    padding:64px 0 78px;
  }

  .itx-v14-copy h1{
    font-size:46px;
  }

  .itx-v14-copy p{
    font-size:18px;
  }

  .itx-v14-primary,
  .itx-v14-secondary{
    width:100%;
    min-width:0;
  }

  .itx-v14-interface{
    display:none;
  }

  .itx-v14-bg{
    background-position:center;
  }

  .itx-v14-bg:after{
    background:
      linear-gradient(90deg,rgba(5,8,14,.96),rgba(5,8,14,.80)),
      linear-gradient(180deg,rgba(5,8,14,.20),rgba(5,8,14,.78));
  }
}

/* ==========================================================
   IT-FIX HERO V15
   Temiz, kurumsal, görsel odaklı hero
   Öndeki sahte kart tamamen kaldırıldı
   ========================================================== */

.itx-hero-v4,
.itx-hero-v5,
.itx-hero-v6,
.itx-hero-v10,
.itx-hero-v11,
.itx-hero-v12,
.itx-hero-v13,
.itx-hero-v14,
.itx-v14-interface,
.itx-v13-visual,
.itx-network-svg,
.itx-network-svg-v9,
.itx-infra-scene-v10,
.itx-architecture-v12 {
  display:none !important;
}

.itx-hero-v15{
  position:relative;
  min-height:calc(100vh - 118px);
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#060b12;
  color:#fff;
}

.admin-bar .itx-hero-v15{
  min-height:calc(100vh - 150px);
}

.itx-v15-media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,11,18,.12), rgba(6,11,18,.12)),
    url('/assets/images/generated/hero/slide-1-serverroom-1280.webp');
  background-size:cover;
  background-position:center center;
  transform:scale(1.03);
  filter:contrast(1.03) saturate(.95);
}

.itx-v15-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(4,8,14,.96) 0%,
      rgba(4,8,14,.90) 22%,
      rgba(4,8,14,.74) 42%,
      rgba(4,8,14,.46) 62%,
      rgba(4,8,14,.16) 100%
    ),
    linear-gradient(180deg,
      rgba(4,8,14,.08) 0%,
      rgba(4,8,14,.30) 45%,
      rgba(4,8,14,.66) 100%
    );
  z-index:1;
}

.itx-v15-noise{
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.10;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.2));
  pointer-events:none;
}

.itx-v15-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0, 760px) 1fr;
  gap:40px;
  align-items:center;
  width:min(100% - 60px, 1380px);
  padding:clamp(72px, 8vw, 120px) 0;
}

.itx-v15-copy{
  max-width:760px;
}

.itx-v15-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  font-size:15px;
  font-weight:700;
  color:rgba(255,255,255,.74);
}

.itx-v15-breadcrumb a{
  color:#78a9ff;
  text-decoration:none;
}

.itx-v15-breadcrumb strong{
  color:#fff;
  font-weight:800;
}

.itx-v15-kicker{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  margin-bottom:24px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  color:#f4f4f4;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.itx-v15-copy h1{
  margin:0;
  max-width:760px;
  color:#fff;
  font-size:clamp(54px, 6.1vw, 98px);
  line-height:.96;
  letter-spacing:-.065em;
  font-weight:500;
  text-wrap:balance;
}

.itx-v15-copy p{
  max-width:700px;
  margin:30px 0 0;
  color:rgba(255,255,255,.88);
  font-size:clamp(20px, 1.42vw, 28px);
  line-height:1.46;
  font-weight:400;
}

.itx-v15-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:34px;
}

.itx-v15-primary,
.itx-v15-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-width:255px;
  min-height:60px;
  padding:16px 22px;
  border-radius:4px;
  text-decoration:none;
  font-size:17px;
  font-weight:800;
  transition:all .22s ease;
}

.itx-v15-primary{
  background:#0f62fe;
  color:#fff !important;
  box-shadow:0 18px 40px rgba(15,98,254,.22);
}

.itx-v15-primary:hover{
  background:#0353e9;
  transform:translateY(-2px);
}

.itx-v15-secondary{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.38);
  color:#fff !important;
  backdrop-filter:blur(8px);
}

.itx-v15-secondary:hover{
  background:rgba(255,255,255,.10);
  transform:translateY(-2px);
}

.itx-v15-primary span,
.itx-v15-secondary span{
  font-size:28px;
  line-height:1;
}

.itx-v15-services{
  display:flex;
  flex-wrap:wrap;
  gap:12px 16px;
  margin-top:30px;
}

.itx-v15-services span{
  position:relative;
  padding-left:18px;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:700;
  line-height:1.4;
}

.itx-v15-services span::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  transform:translateY(-50%);
  background:linear-gradient(135deg,#0f62fe,#22d3ee);
}

.itx-v15-spacer{
  min-height:120px;
}

/* Brand strip biraz daha premium dursun */
.itx-brand-strip{
  position:relative;
  z-index:10;
  margin-top:-26px !important;
}

.itx-brand-strip .itx-wrap{
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(255,255,255,.7) !important;
  box-shadow:0 20px 50px rgba(8,15,28,.10);
  backdrop-filter:blur(16px);
}

/* Mobil */
@media (max-width: 1180px){
  .itx-hero-v15{
    min-height:auto;
  }

  .itx-v15-inner{
    grid-template-columns:1fr;
    gap:20px;
  }

  .itx-v15-spacer{
    display:none;
  }

  .itx-v15-overlay{
    background:
      linear-gradient(90deg,
        rgba(4,8,14,.92) 0%,
        rgba(4,8,14,.84) 40%,
        rgba(4,8,14,.60) 100%
      ),
      linear-gradient(180deg,
        rgba(4,8,14,.12) 0%,
        rgba(4,8,14,.52) 100%
      );
  }
}

@media (max-width: 760px){
  .itx-v15-inner{
    width:min(100% - 28px, 1380px);
    padding:58px 0 78px;
  }

  .itx-v15-copy h1{
    font-size:46px;
    line-height:1;
  }

  .itx-v15-copy p{
    font-size:18px;
    line-height:1.55;
  }

  .itx-v15-actions{
    flex-direction:column;
  }

  .itx-v15-primary,
  .itx-v15-secondary{
    width:100%;
    min-width:0;
  }

  .itx-v15-services{
    gap:10px 14px;
  }

  .itx-v15-services span{
    width:100%;
  }

  .itx-v15-media{
    background-position:center center;
  }
}

/* ==========================================================
   IT-FIX V15 HERO FIT FIX
   Hero ilk açılan ekrana sığsın, butonlar ve hizmet satırı aşağı taşmasın.
   ========================================================== */

.itx-hero-v15{
  min-height:auto !important;
  height:calc(100svh - 118px) !important;
  max-height:760px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
}

.admin-bar .itx-hero-v15{
  height:calc(100svh - 150px) !important;
  max-height:730px !important;
}

.itx-v15-inner{
  min-height:100% !important;
  display:grid !important;
  align-items:center !important;
  padding:clamp(34px, 4vw, 56px) 0 !important;
}

.itx-v15-copy{
  max-width:740px !important;
}

.itx-v15-breadcrumb{
  margin-bottom:14px !important;
  font-size:14px !important;
}

.itx-v15-kicker{
  min-height:32px !important;
  margin-bottom:16px !important;
  padding:0 12px !important;
  font-size:11px !important;
}

.itx-v15-copy h1{
  max-width:760px !important;
  font-size:clamp(44px, 4.7vw, 76px) !important;
  line-height:.98 !important;
  letter-spacing:-.06em !important;
}

.itx-v15-copy p{
  max-width:690px !important;
  margin-top:22px !important;
  font-size:clamp(17px, 1.25vw, 22px) !important;
  line-height:1.45 !important;
}

.itx-v15-actions{
  margin-top:24px !important;
  gap:14px !important;
}

.itx-v15-primary,
.itx-v15-secondary{
  min-height:54px !important;
  min-width:230px !important;
  padding:14px 22px !important;
  font-size:16px !important;
}

.itx-v15-primary span,
.itx-v15-secondary span{
  font-size:24px !important;
}

.itx-v15-services{
  margin-top:22px !important;
  gap:10px 14px !important;
}

.itx-v15-services span{
  font-size:13.5px !important;
}

.itx-v15-media{
  background-position:center center !important;
}

/* Laptop ekranlarda ekstra sıkılaştırma */
@media (max-height: 820px) and (min-width: 900px){
  .itx-hero-v15{
    height:calc(100svh - 112px) !important;
    max-height:none !important;
  }

  .admin-bar .itx-hero-v15{
    height:calc(100svh - 144px) !important;
  }

  .itx-v15-inner{
    padding:28px 0 !important;
  }

  .itx-v15-breadcrumb{
    margin-bottom:10px !important;
  }

  .itx-v15-kicker{
    margin-bottom:12px !important;
  }

  .itx-v15-copy h1{
    font-size:clamp(42px, 4.35vw, 68px) !important;
  }

  .itx-v15-copy p{
    margin-top:18px !important;
    font-size:clamp(16px, 1.08vw, 20px) !important;
    line-height:1.42 !important;
  }

  .itx-v15-actions{
    margin-top:20px !important;
  }

  .itx-v15-primary,
  .itx-v15-secondary{
    min-height:50px !important;
    padding:13px 20px !important;
  }

  .itx-v15-services{
    margin-top:18px !important;
  }
}

/* Çok küçük yüksekliklerde hizmet etiketlerini gizle, butonlar ekranda kalsın */
@media (max-height: 690px) and (min-width: 900px){
  .itx-v15-services{
    display:none !important;
  }

  .itx-v15-copy h1{
    font-size:clamp(40px, 4vw, 62px) !important;
  }

  .itx-v15-copy p{
    max-width:650px !important;
  }
}

/* Mobilde tam ekran zorlaması yapma */
@media (max-width: 760px){
  .itx-hero-v15{
    height:auto !important;
    min-height:auto !important;
    max-height:none !important;
  }

  .itx-v15-inner{
    padding:56px 0 76px !important;
  }

  .itx-v15-copy h1{
    font-size:42px !important;
  }
}


/* ==========================================================
   IT-FIX INDEX IBM LIGHT THEME
   Hero korunur. Hero altındaki tüm index alanları açık IBM/enterprise stile çekilir.
   Kart oyuncak hissi azaltılır, kurumsal çizgi ve grid dili yayılır.
   ========================================================== */

body.itx-home{
  background:#f4f6f8 !important;
}

/* Hero sonrası marka şeridi */
.itx-brand-strip{
  margin-top:-22px !important;
  position:relative !important;
  z-index:20 !important;
}

.itx-brand-strip .itx-wrap{
  width:min(1320px, calc(100% - 64px)) !important;
  padding:18px 24px !important;
  border-radius:0 !important;
  background:#ffffff !important;
  border:1px solid #d9e2ef !important;
  border-left:5px solid #0f62fe !important;
  box-shadow:0 18px 44px rgba(15,23,42,.08) !important;
  display:flex !important;
  justify-content:flex-start !important;
}

.itx-brand-strip span{
  border-radius:0 !important;
  background:transparent !important;
  border:0 !important;
  color:#1f2937 !important;
  font-size:13px !important;
  font-weight:800 !important;
  padding:8px 12px !important;
  position:relative !important;
}

.itx-brand-strip span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-2px;
  top:50%;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#0f62fe;
  transform:translateY(-50%);
}

/* Genel section dili */
.itx-section,
.itx-services-v7,
.itx-split-premium,
.itx-hosting-premium,
.itx-process-premium,
.itx-partner-section{
  background:#f4f6f8 !important;
  padding:clamp(78px,7vw,112px) 0 !important;
  border-top:1px solid #e5edf6 !important;
}

.itx-section::before,
.itx-services-v7::before{
  opacity:.45 !important;
}

.itx-section-heading,
.itx-services-v7-left{
  text-align:left !important;
}

.itx-section-heading{
  margin-left:0 !important;
  margin-right:auto !important;
}

.itx-section-heading span,
.itx-section-label,
.itx-services-v7-left .itx-section-label{
  color:#0f62fe !important;
  letter-spacing:.10em !important;
  font-size:12px !important;
}

.itx-section-heading h2,
.itx-split-grid h2,
.itx-services-v7-left h2{
  color:#111827 !important;
  font-weight:650 !important;
  letter-spacing:-.045em !important;
  line-height:1.06 !important;
  font-size:clamp(34px,3.4vw,56px) !important;
}

.itx-section-heading p,
.itx-split-grid p,
.itx-services-v7-left p{
  color:#4b5563 !important;
  font-size:17px !important;
  line-height:1.72 !important;
}

/* Hizmet mimarisi alanı: IBM light enterprise */
.itx-services-v7{
  background:
    linear-gradient(90deg, rgba(15,98,254,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15,98,254,.045) 1px, transparent 1px),
    #f4f6f8 !important;
  background-size:72px 72px !important;
}

.itx-services-v7-grid{
  width:min(1320px, calc(100% - 64px)) !important;
  grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr) !important;
  gap:clamp(56px,7vw,104px) !important;
}

.itx-service-categories{
  gap:0 !important;
  margin-top:38px !important;
  border-top:1px solid #d9e2ef !important;
  background:#fff !important;
  box-shadow:0 20px 50px rgba(15,23,42,.06) !important;
}

.itx-service-categories a{
  border-radius:0 !important;
  min-height:84px !important;
  padding:22px 24px !important;
  background:#fff !important;
  border:0 !important;
  border-bottom:1px solid #e5edf6 !important;
  box-shadow:none !important;
  grid-template-columns:190px 1fr !important;
  transition:.18s ease !important;
}

.itx-service-categories a:last-child{
  border-bottom:0 !important;
}

.itx-service-categories a::before{
  width:4px !important;
  background:#0f62fe !important;
  opacity:0 !important;
}

.itx-service-categories a::after{
  background:linear-gradient(90deg,rgba(15,98,254,.06),transparent 65%) !important;
}

.itx-service-categories a:hover{
  transform:none !important;
  background:#f8fbff !important;
}

.itx-service-categories a:hover::before{
  opacity:1 !important;
}

.itx-service-categories b{
  color:#111827 !important;
  font-size:17px !important;
  font-weight:850 !important;
}

.itx-service-categories span{
  color:#52627a !important;
  font-size:14px !important;
  font-weight:650 !important;
}

/* Orbit alanını IBM tarzı operasyon diyagramına çevir */
.itx-services-v7-right{
  min-height:620px !important;
  display:flex !important;
  align-items:center !important;
}

.itx-service-orbit{
  width:100% !important;
  aspect-ratio:auto !important;
  min-height:560px !important;
  border-radius:0 !important;
  background:
    linear-gradient(90deg, rgba(15,98,254,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15,98,254,.055) 1px, transparent 1px),
    linear-gradient(135deg,#ffffff,#eef5ff) !important;
  background-size:54px 54px,54px 54px,auto !important;
  border:1px solid #d9e2ef !important;
  box-shadow:0 24px 70px rgba(15,23,42,.08) !important;
  overflow:hidden !important;
  position:relative !important;
}

.itx-service-orbit::before{
  display:block !important;
  content:"" !important;
  position:absolute !important;
  inset:44px !important;
  border-radius:0 !important;
  border:1px solid rgba(15,98,254,.18) !important;
  animation:none !important;
}

.itx-service-orbit::after{
  display:block !important;
  content:"IT-FIX TECHNOLOGY OPERATIONS" !important;
  position:absolute !important;
  left:44px !important;
  bottom:34px !important;
  right:auto !important;
  top:auto !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  color:#94a3b8 !important;
  font-size:12px !important;
  letter-spacing:.16em !important;
  font-weight:900 !important;
  animation:none !important;
}

.itx-service-core{
  display:flex !important;
  width:210px !important;
  height:210px !important;
  border-radius:0 !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  background:#111827 !important;
  color:#fff !important;
  box-shadow:0 30px 80px rgba(15,23,42,.18) !important;
}

.itx-service-core::before,
.itx-service-core::after{
  display:none !important;
}

.itx-service-core strong{
  font-size:34px !important;
  font-weight:700 !important;
}

.itx-service-core span{
  color:#cbd5e1 !important;
  font-size:11px !important;
}

/* Orbit item'lar artık oyuncak pill değil, teknik etiket gibi */
.itx-orbit-item{
  border-radius:0 !important;
  min-width:190px !important;
  background:#ffffff !important;
  border:1px solid #d9e2ef !important;
  box-shadow:0 16px 40px rgba(15,23,42,.08) !important;
  padding:13px 15px !important;
}

.itx-orbit-item i{
  border-radius:0 !important;
  width:42px !important;
  height:42px !important;
  background:#eef5ff !important;
  color:#0f62fe !important;
}

.itx-orbit-item b{
  color:#111827 !important;
  font-weight:850 !important;
}

.itx-orbit-item:hover{
  transform:none !important;
  border-color:#0f62fe !important;
  box-shadow:0 22px 50px rgba(15,98,254,.14) !important;
}

/* Yazılım & Web bölümü */
.itx-split-premium{
  background:#ffffff !important;
}

.itx-split-grid{
  width:min(1320px, calc(100% - 64px)) !important;
  gap:clamp(56px,7vw,104px) !important;
}

.itx-product-panel{
  border-radius:0 !important;
  background:#f8fbff !important;
  border:1px solid #d9e2ef !important;
  box-shadow:0 24px 60px rgba(15,23,42,.06) !important;
}

.itx-product-tabs button{
  border-radius:0 !important;
  background:#ffffff !important;
  border:1px solid #d9e2ef !important;
  color:#111827 !important;
}

.itx-product-tabs button.active{
  background:#0f62fe !important;
  color:#fff !important;
}

.itx-product-body{
  border-radius:0 !important;
  background:#ffffff !important;
  border:1px solid #e5edf6 !important;
}

.itx-product-body b{
  color:#111827 !important;
  font-weight:750 !important;
}

.itx-wireframe i{
  border-radius:0 !important;
  background:linear-gradient(90deg,#0f62fe,#22d3ee,#f97316) !important;
}

/* Hosting altyapı akışı */
.itx-hosting-premium{
  background:#f4f6f8 !important;
}

.itx-infra-flow{
  width:min(1320px, calc(100% - 64px)) !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:0 !important;
  border:1px solid #d9e2ef !important;
  background:#fff !important;
  box-shadow:0 24px 60px rgba(15,23,42,.06) !important;
}

.itx-infra-flow div{
  border-radius:0 !important;
  background:#fff !important;
  border:0 !important;
  border-right:1px solid #e5edf6 !important;
  box-shadow:none !important;
  min-height:220px !important;
}

.itx-infra-flow div:last-child{
  border-right:0 !important;
}

.itx-infra-flow b{
  color:#0f62fe !important;
  font-weight:700 !important;
}

.itx-infra-flow strong{
  color:#111827 !important;
  font-weight:800 !important;
}

.itx-infra-flow p{
  color:#52627a !important;
}

/* Süreç alanı */
.itx-process-premium{
  background:#ffffff !important;
}

.itx-process-road{
  width:min(1320px, calc(100% - 64px)) !important;
  gap:0 !important;
  border:1px solid #d9e2ef !important;
  background:#fff !important;
  box-shadow:0 24px 60px rgba(15,23,42,.06) !important;
}

.itx-process-road div{
  border-radius:0 !important;
  background:#fff !important;
  border:0 !important;
  border-right:1px solid #e5edf6 !important;
  box-shadow:none !important;
}

.itx-process-road div:last-child{
  border-right:0 !important;
}

.itx-process-road i{
  border-radius:0 !important;
  background:#0f62fe !important;
}

.itx-process-road b{
  color:#111827 !important;
  font-weight:800 !important;
}

.itx-process-road p{
  color:#52627a !important;
}

/* Partner / referans alanı */
.itx-partner-section{
  background:#f4f6f8 !important;
}

.itx-logo-wall{
  width:min(1320px, calc(100% - 64px)) !important;
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:0 !important;
  border:1px solid #d9e2ef !important;
  background:#fff !important;
  box-shadow:0 24px 60px rgba(15,23,42,.06) !important;
}

.itx-logo-wall span{
  border-radius:0 !important;
  background:#fff !important;
  border:0 !important;
  border-right:1px solid #e5edf6 !important;
  box-shadow:none !important;
  color:#475569 !important;
  font-weight:850 !important;
}

.itx-logo-wall span:last-child{
  border-right:0 !important;
}

/* Footer açık renk IBM tarzı */
.itx-footer-v6{
  background:#f4f6f8 !important;
  color:#111827 !important;
}

.itx-footer-v6-top{
  background:#ffffff !important;
  padding-top:82px !important;
}

.itx-footer-v6-cta{
  border-radius:0 !important;
  background:
    linear-gradient(90deg,rgba(15,98,254,.10),rgba(6,182,212,.07)),
    #ffffff !important;
  border:1px solid #d9e2ef !important;
  box-shadow:0 24px 60px rgba(15,23,42,.07) !important;
}

.itx-footer-v6-cta span{
  color:#0f62fe !important;
}

.itx-footer-v6-cta h2{
  color:#111827 !important;
  font-weight:650 !important;
}

.itx-footer-v6-cta p{
  color:#52627a !important;
}

.itx-footer-v6-buttons a{
  border-radius:0 !important;
}

.itx-footer-v6-buttons a.primary{
  background:#0f62fe !important;
}

.itx-footer-v6-main{
  background:#f4f6f8 !important;
  color:#111827 !important;
}

.itx-footer-v6-grid{
  border-top:1px solid #d9e2ef !important;
  padding-top:48px !important;
}

.itx-footer-v6 strong,
.itx-footer-v6 b{
  color:#111827 !important;
}

.itx-footer-v6 p,
.itx-footer-v6 a,
.itx-footer-v6-bottom{
  color:#52627a !important;
}

.itx-footer-v6 a:hover{
  color:#0f62fe !important;
}

.itx-footer-v6-contact{
  border-radius:0 !important;
  background:#ffffff !important;
  border:1px solid #d9e2ef !important;
}

.itx-footer-v6-bottom{
  border-top:1px solid #d9e2ef !important;
}

/* Responsive */
@media(max-width:1180px){
  .itx-brand-strip .itx-wrap,
  .itx-services-v7-grid,
  .itx-split-grid,
  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    width:min(100% - 42px,1320px) !important;
  }

  .itx-services-v7-grid,
  .itx-split-grid{
    grid-template-columns:1fr !important;
  }

  .itx-service-orbit{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    min-height:auto !important;
    padding:24px !important;
    gap:12px !important;
  }

  .itx-service-orbit::before,
  .itx-service-orbit::after,
  .itx-service-core{
    display:none !important;
  }

  .itx-orbit-item,
  .itx-orbit-item.item-1,
  .itx-orbit-item.item-2,
  .itx-orbit-item.item-3,
  .itx-orbit-item.item-4,
  .itx-orbit-item.item-5,
  .itx-orbit-item.item-6,
  .itx-orbit-item.item-7,
  .itx-orbit-item.item-8,
  .itx-orbit-item.item-9,
  .itx-orbit-item.item-10{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:100% !important;
  }

  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .itx-infra-flow div,
  .itx-process-road div,
  .itx-logo-wall span{
    border-right:0 !important;
    border-bottom:1px solid #e5edf6 !important;
  }
}

@media(max-width:760px){
  .itx-brand-strip .itx-wrap,
  .itx-services-v7-grid,
  .itx-split-grid,
  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    width:min(100% - 28px,1320px) !important;
  }

  .itx-brand-strip .itx-wrap{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }

  .itx-service-categories a{
    grid-template-columns:1fr !important;
  }

  .itx-service-orbit,
  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    grid-template-columns:1fr !important;
  }
}


/* ==========================================================
   IT-FIX V16 BALANCED PREMIUM FIX
   Amaç:
   - Hero korunur.
   - IBM-light sonrası oluşan aşırı kare/kaba görünüm düzeltilir.
   - Her alan yerine göre premium, soft, kurumsal hale gelir.
   - Hizmet orbit alanı tekrar düzgün operasyon mimarisi gibi görünür.
   ========================================================== */

/* Genel açık kurumsal zemin */
body.itx-home{
  background:#f6f8fb !important;
}

.itx-section,
.itx-services-v7,
.itx-split-premium,
.itx-hosting-premium,
.itx-process-premium,
.itx-partner-section{
  background:
    radial-gradient(circle at 8% 12%, rgba(249,115,22,.055), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(15,98,254,.075), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f7faff 58%,#eef5ff 100%) !important;
  border-top:1px solid rgba(15,98,254,.08) !important;
}

/* Hero sonrası marka şeridi: kare değil, premium şerit */
.itx-brand-strip{
  margin-top:-24px !important;
  position:relative !important;
  z-index:20 !important;
}

.itx-brand-strip .itx-wrap{
  width:min(1320px, calc(100% - 64px)) !important;
  padding:18px 22px !important;
  border-radius:26px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(15,98,254,.13) !important;
  border-left:0 !important;
  box-shadow:
    0 24px 58px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
  backdrop-filter:blur(18px) !important;
}

.itx-brand-strip span{
  border-radius:999px !important;
  background:linear-gradient(135deg,#ffffff,#eef5ff) !important;
  border:1px solid rgba(15,98,254,.10) !important;
  color:#334155 !important;
  font-size:13px !important;
  font-weight:850 !important;
  padding:9px 14px !important;
}

.itx-brand-strip span:not(:last-child)::after{
  display:none !important;
}

/* Başlıklar: IBM temizliği + premium ağırlık */
.itx-section-heading h2,
.itx-split-grid h2,
.itx-services-v7-left h2{
  color:#0f172a !important;
  font-weight:850 !important;
  letter-spacing:-.052em !important;
  line-height:1.06 !important;
}

.itx-section-heading p,
.itx-split-grid p,
.itx-services-v7-left p{
  color:#475569 !important;
}

/* ==========================================================
   HİZMETLER ALANI - KARE GÖRÜNÜMÜ DÜZELT
   ========================================================== */

.itx-services-v7{
  background:
    radial-gradient(circle at 12% 18%,rgba(249,115,22,.075),transparent 25%),
    radial-gradient(circle at 86% 22%,rgba(15,98,254,.10),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 52%,#eef6ff 100%) !important;
}

.itx-services-v7-grid{
  width:min(1320px, calc(100% - 64px)) !important;
  grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr) !important;
  gap:clamp(56px,7vw,104px) !important;
  align-items:center !important;
}

/* Sol kategori listesi: kare tablo değil, premium satır mimarisi */
.itx-service-categories{
  gap:14px !important;
  margin-top:36px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.itx-service-categories a{
  position:relative !important;
  min-height:82px !important;
  padding:20px 22px !important;
  border-radius:26px !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,251,255,.88)) !important;
  border:1px solid rgba(15,98,254,.11) !important;
  border-bottom:1px solid rgba(15,98,254,.11) !important;
  box-shadow:
    0 18px 46px rgba(15,23,42,.065),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
  grid-template-columns:190px 1fr !important;
  overflow:hidden !important;
  transition:.22s ease !important;
}

.itx-service-categories a::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:18px !important;
  bottom:18px !important;
  width:5px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#f97316,#0f62fe,#22d3ee) !important;
  opacity:.85 !important;
}

.itx-service-categories a::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,rgba(15,98,254,.07),transparent 62%) !important;
  opacity:0 !important;
  transition:.22s ease !important;
}

.itx-service-categories a:hover{
  transform:translateX(6px) !important;
  background:#ffffff !important;
  border-color:rgba(15,98,254,.22) !important;
  box-shadow:
    0 26px 64px rgba(15,98,254,.12),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-service-categories a:hover::after{
  opacity:1 !important;
}

.itx-service-categories b{
  position:relative !important;
  z-index:2 !important;
  color:#0f172a !important;
  font-size:17px !important;
  font-weight:950 !important;
  letter-spacing:-.025em !important;
}

.itx-service-categories span{
  position:relative !important;
  z-index:2 !important;
  color:#64748b !important;
  font-size:14px !important;
  font-weight:750 !important;
  line-height:1.5 !important;
}

/* Sağ operasyon mimarisi: kare/kutu görünümü kalkıyor */
.itx-services-v7-right{
  min-height:660px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
}

.itx-service-orbit{
  position:relative !important;
  width:min(700px,100%) !important;
  aspect-ratio:1/1 !important;
  min-height:auto !important;
  border-radius:44px !important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 16%,rgba(255,255,255,.54) 17% 30%,transparent 31%),
    repeating-radial-gradient(circle at center,rgba(15,98,254,.13) 0 1px,transparent 1px 72px),
    radial-gradient(circle at 72% 18%,rgba(34,211,238,.12),transparent 28%),
    radial-gradient(circle at 20% 80%,rgba(249,115,22,.10),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(238,246,255,.78)) !important;
  border:1px solid rgba(15,98,254,.12) !important;
  box-shadow:
    0 34px 90px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
  overflow:visible !important;
  filter:none !important;
}

.itx-service-orbit::before{
  display:block !important;
  content:"" !important;
  position:absolute !important;
  inset:36px !important;
  border-radius:50% !important;
  border:1px dashed rgba(15,98,254,.30) !important;
  animation:itxOrbitRotate 44s linear infinite !important;
  pointer-events:none !important;
}

.itx-service-orbit::after{
  display:block !important;
  content:"" !important;
  position:absolute !important;
  inset:104px !important;
  border-radius:50% !important;
  border:1px dashed rgba(249,115,22,.25) !important;
  animation:itxOrbitRotate 34s linear reverse infinite !important;
  pointer-events:none !important;
}

/* Merkez blok kare değil; premium core */
.itx-service-core{
  display:flex !important;
  position:absolute !important;
  z-index:4 !important;
  left:50% !important;
  top:50% !important;
  width:205px !important;
  height:205px !important;
  border-radius:50% !important;
  transform:translate(-50%,-50%) !important;
  background:
    radial-gradient(circle at 28% 20%,rgba(255,255,255,.28),transparent 30%),
    linear-gradient(135deg,#0f62fe,#08111f) !important;
  color:#fff !important;
  box-shadow:
    0 34px 90px rgba(15,98,254,.26),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
  text-align:center !important;
}

.itx-service-core::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:-18px !important;
  border-radius:50% !important;
  border:1px solid rgba(15,98,254,.18) !important;
}

.itx-service-core::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:-44px !important;
  border-radius:50% !important;
  border:1px solid rgba(34,211,238,.10) !important;
}

.itx-service-core strong{
  font-size:34px !important;
  font-weight:950 !important;
  letter-spacing:-.045em !important;
}

.itx-service-core span{
  margin-top:8px !important;
  max-width:132px !important;
  color:rgba(255,255,255,.74) !important;
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:850 !important;
  text-transform:uppercase !important;
  letter-spacing:.09em !important;
}

/* Orbit item: kare etiket değil, premium floating service node */
.itx-orbit-item{
  position:absolute !important;
  z-index:5 !important;
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  min-width:184px !important;
  width:auto !important;
  padding:12px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(15,98,254,.13) !important;
  box-shadow:
    0 20px 52px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
  color:#0f172a !important;
  backdrop-filter:blur(14px) !important;
  transition:.22s ease !important;
}

.itx-orbit-item i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:44px !important;
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  color:#0f62fe !important;
  background:
    radial-gradient(circle at 35% 25%,#fff,transparent 36%),
    linear-gradient(135deg,#eef6ff,#dff1ff) !important;
  border:1px solid rgba(15,98,254,.08) !important;
  font-size:12px !important;
  font-weight:950 !important;
}

.itx-orbit-item b{
  color:#0f172a !important;
  font-size:13.8px !important;
  font-weight:950 !important;
  line-height:1.2 !important;
}

.itx-orbit-item:hover{
  background:#fff !important;
  border-color:rgba(15,98,254,.30) !important;
  box-shadow:
    0 30px 76px rgba(15,98,254,.17),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
}

/* Desktop orbit pozisyonlarını geri getir */
.itx-orbit-item.item-1{
  left:50% !important;
  top:0 !important;
  right:auto !important;
  bottom:auto !important;
  transform:translate(-50%,-10%) !important;
}

.itx-orbit-item.item-2{
  right:20px !important;
  top:82px !important;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;
}

.itx-orbit-item.item-3{
  right:-6px !important;
  top:230px !important;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;
}

.itx-orbit-item.item-4{
  right:34px !important;
  bottom:112px !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
}

.itx-orbit-item.item-5{
  left:50% !important;
  bottom:0 !important;
  right:auto !important;
  top:auto !important;
  transform:translate(-50%,10%) !important;
}

.itx-orbit-item.item-6{
  left:30px !important;
  bottom:112px !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
}

.itx-orbit-item.item-7{
  left:-8px !important;
  top:230px !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
}

.itx-orbit-item.item-8{
  left:22px !important;
  top:82px !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
}

.itx-orbit-item.item-9{
  left:50% !important;
  top:50% !important;
  right:auto !important;
  bottom:auto !important;
  transform:translate(-50%,190px) !important;
}

.itx-orbit-item.item-10{
  left:50% !important;
  top:50% !important;
  right:auto !important;
  bottom:auto !important;
  transform:translate(-50%,-244px) !important;
}

.itx-orbit-item.item-1:hover{
  transform:translate(-50%,-16%) scale(1.03) !important;
}

.itx-orbit-item.item-5:hover{
  transform:translate(-50%,4%) scale(1.03) !important;
}

.itx-orbit-item.item-9:hover{
  transform:translate(-50%,184px) scale(1.03) !important;
}

.itx-orbit-item.item-10:hover{
  transform:translate(-50%,-250px) scale(1.03) !important;
}

.itx-orbit-item:not(.item-1):not(.item-5):not(.item-9):not(.item-10):hover{
  transform:translateY(-4px) scale(1.03) !important;
}

/* ==========================================================
   ALT BÖLÜMLER - KARE DEĞİL, YERİNE GÖRE PREMIUM
   ========================================================== */

.itx-split-premium{
  background:#ffffff !important;
}

.itx-product-panel{
  border-radius:34px !important;
  background:
    radial-gradient(circle at 85% 10%,rgba(15,98,254,.08),transparent 28%),
    linear-gradient(135deg,#ffffff,#f8fbff) !important;
  border:1px solid rgba(15,98,254,.12) !important;
  box-shadow:
    0 30px 80px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.itx-product-tabs button{
  border-radius:999px !important;
  background:#fff !important;
  border:1px solid rgba(15,98,254,.10) !important;
  color:#0f172a !important;
}

.itx-product-tabs button.active{
  background:#0f62fe !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(15,98,254,.20) !important;
}

.itx-product-body{
  border-radius:28px !important;
  background:#fff !important;
  border:1px solid rgba(15,98,254,.09) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.itx-hosting-premium{
  background:
    radial-gradient(circle at 12% 16%,rgba(249,115,22,.07),transparent 25%),
    linear-gradient(135deg,#f8fbff,#eef6ff) !important;
}

.itx-infra-flow{
  width:min(1320px, calc(100% - 64px)) !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.itx-infra-flow div{
  border-radius:30px !important;
  background:#fff !important;
  border:1px solid rgba(15,98,254,.11) !important;
  box-shadow:
    0 22px 58px rgba(15,23,42,.07),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
  min-height:220px !important;
}

.itx-process-premium{
  background:#ffffff !important;
}

.itx-process-road{
  width:min(1320px, calc(100% - 64px)) !important;
  gap:18px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.itx-process-road div{
  border-radius:30px !important;
  background:
    linear-gradient(135deg,#fff,#f8fbff) !important;
  border:1px solid rgba(15,98,254,.11) !important;
  box-shadow:
    0 22px 58px rgba(15,23,42,.07),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.itx-process-road i{
  border-radius:18px !important;
  background:linear-gradient(135deg,#0f62fe,#22d3ee) !important;
}

.itx-logo-wall{
  width:min(1320px, calc(100% - 64px)) !important;
  gap:14px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.itx-logo-wall span{
  border-radius:24px !important;
  background:#fff !important;
  border:1px solid rgba(15,98,254,.10) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.055) !important;
}

/* Footer: açık kurumsal ama aşırı kare değil */
.itx-footer-v6-cta{
  border-radius:38px !important;
  background:
    radial-gradient(circle at 16% 18%,rgba(249,115,22,.14),transparent 26%),
    radial-gradient(circle at 86% 8%,rgba(15,98,254,.14),transparent 32%),
    linear-gradient(135deg,#ffffff,#eef6ff) !important;
  border:1px solid rgba(15,98,254,.13) !important;
  box-shadow:
    0 30px 78px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
}

.itx-footer-v6-buttons a{
  border-radius:999px !important;
}

.itx-footer-v6-buttons a.primary{
  background:linear-gradient(135deg,#0f62fe,#22d3ee) !important;
}

.itx-footer-v6-contact{
  border-radius:24px !important;
  background:#fff !important;
  border:1px solid rgba(15,98,254,.10) !important;
}

/* Responsive düzeltme */
@media(max-width:1180px){
  .itx-brand-strip .itx-wrap,
  .itx-services-v7-grid,
  .itx-split-grid,
  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    width:min(100% - 42px,1320px) !important;
  }

  .itx-services-v7-grid,
  .itx-split-grid{
    grid-template-columns:1fr !important;
  }

  .itx-services-v7-right{
    min-height:auto !important;
  }

  .itx-service-orbit{
    width:100% !important;
    aspect-ratio:auto !important;
    min-height:auto !important;
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
    padding:20px !important;
    border-radius:32px !important;
    overflow:hidden !important;
  }

  .itx-service-orbit::before,
  .itx-service-orbit::after,
  .itx-service-core{
    display:none !important;
  }

  .itx-orbit-item,
  .itx-orbit-item.item-1,
  .itx-orbit-item.item-2,
  .itx-orbit-item.item-3,
  .itx-orbit-item.item-4,
  .itx-orbit-item.item-5,
  .itx-orbit-item.item-6,
  .itx-orbit-item.item-7,
  .itx-orbit-item.item-8,
  .itx-orbit-item.item-9,
  .itx-orbit-item.item-10{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    min-width:0 !important;
    width:100% !important;
    border-radius:22px !important;
  }

  .itx-orbit-item:hover,
  .itx-orbit-item.item-1:hover,
  .itx-orbit-item.item-5:hover,
  .itx-orbit-item.item-9:hover,
  .itx-orbit-item.item-10:hover{
    transform:translateY(-3px) !important;
  }

  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:760px){
  .itx-brand-strip .itx-wrap,
  .itx-services-v7-grid,
  .itx-split-grid,
  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    width:min(100% - 28px,1320px) !important;
  }

  .itx-service-categories a{
    grid-template-columns:1fr !important;
  }

  .itx-service-orbit,
  .itx-infra-flow,
  .itx-process-road,
  .itx-logo-wall{
    grid-template-columns:1fr !important;
  }
}


/* ==========================================================
   IT-FIX V17 CORPORATE COLOR SYSTEM
   Amaç:
   - Mavi + turuncu uyumsuzluğunu yumuşatır.
   - Kurumsal navy / royal blue / teal / soft silver paleti uygular.
   - Turuncuyu sadece küçük premium vurgu olarak kullanır.
   - Hero korunur, tüm index ve genel site dili daha pro hale gelir.
   ========================================================== */

:root{
  --itx-midnight:#071426;
  --itx-navy:#0b1f3a;
  --itx-deep:#102a4c;
  --itx-royal:#1f5eff;
  --itx-blue:#2d6cdf;
  --itx-sky:#38bdf8;
  --itx-teal:#00a6a6;
  --itx-mint:#15c8a8;
  --itx-amber:#f6a623;
  --itx-ice:#f5f8fc;
  --itx-soft:#edf4fb;
  --itx-line:#d8e4f2;
  --itx-text:#0f172a;
  --itx-muted:#52627a;
}

/* Genel zemin */
html,
body.itx-body,
body.itx-home{
  background:
    radial-gradient(circle at 8% 4%, rgba(31,94,255,.055), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(0,166,166,.055), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f6f9fd 48%,#edf4fb 100%) !important;
  color:var(--itx-text) !important;
}

/* Genel link / vurgu rengi */
a{
  color:inherit;
}

.itx-section-label,
.itx-section-heading span,
.itx-services-v7-left .itx-section-label{
  color:var(--itx-royal) !important;
}

/* HEADER */
.itx-topbar{
  background:#ffffff !important;
  border-bottom:1px solid rgba(11,31,58,.08) !important;
  color:#475569 !important;
}

.itx-header{
  background:rgba(255,255,255,.94) !important;
  border-bottom:1px solid rgba(11,31,58,.08) !important;
  box-shadow:0 12px 34px rgba(7,20,38,.055) !important;
  backdrop-filter:blur(18px) !important;
}

.itx-nav a,
.itx-header a{
  color:var(--itx-midnight) !important;
}

.itx-nav a:hover{
  color:var(--itx-royal) !important;
}

.itx-nav-cta,
.itx-v15-primary,
.itx-v13-primary,
.itx-btn-primary,
.itx-footer-v6-buttons a.primary{
  background:
    linear-gradient(135deg,var(--itx-royal) 0%,var(--itx-blue) 46%,var(--itx-teal) 100%) !important;
  color:#fff !important;
  box-shadow:
    0 22px 46px rgba(31,94,255,.22),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.itx-nav-cta:hover,
.itx-v15-primary:hover,
.itx-v13-primary:hover,
.itx-btn-primary:hover{
  background:
    linear-gradient(135deg,#174ce6 0%,#245fd6 48%,#009696 100%) !important;
}

/* HERO V15 renk uyumu */
.itx-hero-v15{
  background:var(--itx-midnight) !important;
}

.itx-v15-media{
  filter:contrast(1.06) saturate(.86) brightness(.92) !important;
}

.itx-v15-overlay{
  background:
    linear-gradient(90deg,
      rgba(7,20,38,.98) 0%,
      rgba(7,20,38,.93) 24%,
      rgba(7,20,38,.76) 45%,
      rgba(7,20,38,.48) 66%,
      rgba(7,20,38,.18) 100%
    ),
    radial-gradient(circle at 78% 28%, rgba(31,94,255,.22), transparent 34%),
    radial-gradient(circle at 72% 70%, rgba(0,166,166,.14), transparent 30%),
    linear-gradient(180deg,
      rgba(7,20,38,.08) 0%,
      rgba(7,20,38,.34) 48%,
      rgba(7,20,38,.72) 100%
    ) !important;
}

.itx-v15-noise{
  opacity:.13 !important;
  background-image:
    linear-gradient(rgba(56,189,248,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56,189,248,.065) 1px, transparent 1px) !important;
}

.itx-v15-kicker{
  color:#dbeafe !important;
  border-color:rgba(219,234,254,.20) !important;
  background:rgba(255,255,255,.075) !important;
}

.itx-v15-kicker::before{
  content:"";
  display:inline-block;
  width:34px;
  height:2px;
  margin-right:10px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--itx-teal),var(--itx-royal));
}

.itx-v15-copy h1{
  color:#ffffff !important;
  text-shadow:0 18px 48px rgba(0,0,0,.28) !important;
}

.itx-v15-copy p{
  color:rgba(238,245,255,.90) !important;
}

.itx-v15-secondary{
  border-color:rgba(219,234,254,.42) !important;
  background:rgba(255,255,255,.055) !important;
}

.itx-v15-secondary:hover{
  background:rgba(255,255,255,.12) !important;
}

.itx-v15-services span{
  color:rgba(238,245,255,.82) !important;
}

.itx-v15-services span::before{
  background:linear-gradient(135deg,var(--itx-royal),var(--itx-teal)) !important;
  box-shadow:0 0 18px rgba(0,166,166,.35) !important;
}

/* Hero alt marka şeridi */
.itx-brand-strip .itx-wrap{
  border-radius:28px !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,248,252,.92)) !important;
  border:1px solid rgba(45,108,223,.14) !important;
  box-shadow:
    0 24px 58px rgba(7,20,38,.10),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
}

.itx-brand-strip span{
  color:#334155 !important;
  background:
    linear-gradient(135deg,#ffffff,#eef6ff) !important;
  border:1px solid rgba(45,108,223,.10) !important;
}

.itx-brand-strip span:hover{
  color:var(--itx-royal) !important;
  border-color:rgba(31,94,255,.22) !important;
}

/* SECTION zeminleri daha zengin ama açık */
.itx-section,
.itx-services-v7,
.itx-split-premium,
.itx-hosting-premium,
.itx-process-premium,
.itx-partner-section{
  background:
    radial-gradient(circle at 9% 14%, rgba(31,94,255,.055), transparent 25%),
    radial-gradient(circle at 88% 16%, rgba(0,166,166,.065), transparent 30%),
    radial-gradient(circle at 50% 105%, rgba(246,166,35,.050), transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#f7faff 52%,#eef5fb 100%) !important;
  border-top:1px solid rgba(45,108,223,.10) !important;
}

.itx-section-heading h2,
.itx-split-grid h2,
.itx-services-v7-left h2{
  color:var(--itx-midnight) !important;
}

.itx-section-heading p,
.itx-split-grid p,
.itx-services-v7-left p{
  color:var(--itx-muted) !important;
}

/* Sol hizmet kategori alanı */
.itx-service-categories a{
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,250,255,.90)) !important;
  border:1px solid rgba(45,108,223,.12) !important;
  box-shadow:
    0 18px 46px rgba(7,20,38,.065),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-service-categories a::before{
  background:
    linear-gradient(180deg,var(--itx-royal),var(--itx-teal),var(--itx-amber)) !important;
}

.itx-service-categories a::after{
  background:
    linear-gradient(90deg,rgba(31,94,255,.075),rgba(0,166,166,.035),transparent 66%) !important;
}

.itx-service-categories a:hover{
  border-color:rgba(31,94,255,.24) !important;
  box-shadow:
    0 28px 68px rgba(31,94,255,.12),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
}

.itx-service-categories b{
  color:var(--itx-midnight) !important;
}

.itx-service-categories span{
  color:#5b6b83 !important;
}

/* Sağ hizmet mimarisi */
.itx-service-orbit{
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 16%,rgba(255,255,255,.58) 17% 30%,transparent 31%),
    repeating-radial-gradient(circle at center,rgba(31,94,255,.13) 0 1px,transparent 1px 72px),
    radial-gradient(circle at 72% 18%,rgba(0,166,166,.12),transparent 28%),
    radial-gradient(circle at 18% 82%,rgba(246,166,35,.08),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(238,246,255,.82)) !important;
  border:1px solid rgba(45,108,223,.13) !important;
  box-shadow:
    0 36px 95px rgba(7,20,38,.105),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-service-orbit::before{
  border-color:rgba(31,94,255,.28) !important;
}

.itx-service-orbit::after{
  border-color:rgba(0,166,166,.22) !important;
}

.itx-service-core{
  background:
    radial-gradient(circle at 28% 20%,rgba(255,255,255,.28),transparent 30%),
    linear-gradient(135deg,var(--itx-royal) 0%,var(--itx-navy) 58%,var(--itx-midnight) 100%) !important;
  box-shadow:
    0 34px 90px rgba(31,94,255,.25),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}

.itx-service-core strong{
  color:#fff !important;
}

.itx-orbit-item{
  background:rgba(255,255,255,.95) !important;
  border:1px solid rgba(45,108,223,.13) !important;
  box-shadow:
    0 20px 52px rgba(7,20,38,.10),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-orbit-item i{
  color:var(--itx-royal) !important;
  background:
    radial-gradient(circle at 35% 25%,#fff,transparent 36%),
    linear-gradient(135deg,#eef6ff,#dff7fb) !important;
}

.itx-orbit-item:hover{
  border-color:rgba(0,166,166,.32) !important;
  box-shadow:
    0 30px 76px rgba(0,166,166,.14),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
}

/* Yazılım & web paneli */
.itx-product-panel{
  background:
    radial-gradient(circle at 85% 10%,rgba(0,166,166,.085),transparent 28%),
    radial-gradient(circle at 12% 88%,rgba(31,94,255,.07),transparent 28%),
    linear-gradient(135deg,#ffffff,#f7fbff) !important;
  border:1px solid rgba(45,108,223,.13) !important;
  box-shadow:
    0 30px 80px rgba(7,20,38,.08),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.itx-product-tabs button.active{
  background:
    linear-gradient(135deg,var(--itx-royal),var(--itx-teal)) !important;
  color:#fff !important;
}

.itx-wireframe i{
  background:
    linear-gradient(90deg,var(--itx-royal),var(--itx-teal),var(--itx-amber)) !important;
}

/* Hosting / altyapı akışı */
.itx-infra-flow div,
.itx-process-road div,
.itx-logo-wall span{
  background:
    linear-gradient(135deg,#ffffff,#f7fbff) !important;
  border:1px solid rgba(45,108,223,.12) !important;
  box-shadow:
    0 22px 58px rgba(7,20,38,.065),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
}

.itx-infra-flow b,
.itx-process-road i{
  background:
    linear-gradient(135deg,var(--itx-royal),var(--itx-teal)) !important;
  color:#fff !important;
}

.itx-infra-flow strong,
.itx-process-road b{
  color:var(--itx-midnight) !important;
}

.itx-infra-flow p,
.itx-process-road p{
  color:var(--itx-muted) !important;
}

/* Partner logoları daha premium */
.itx-logo-wall span{
  color:#465670 !important;
}

.itx-logo-wall span:hover{
  color:var(--itx-royal) !important;
  border-color:rgba(31,94,255,.24) !important;
  box-shadow:0 26px 62px rgba(31,94,255,.10) !important;
}

/* Footer kurumsal açık + renkli ama dengeli */
.itx-footer-v6{
  background:
    linear-gradient(135deg,#f7faff,#edf4fb) !important;
  color:var(--itx-midnight) !important;
}

.itx-footer-v6-top{
  background:
    radial-gradient(circle at 12% 0%,rgba(31,94,255,.08),transparent 28%),
    radial-gradient(circle at 88% 0%,rgba(0,166,166,.07),transparent 28%),
    #ffffff !important;
}

.itx-footer-v6-cta{
  background:
    radial-gradient(circle at 16% 18%,rgba(31,94,255,.12),transparent 26%),
    radial-gradient(circle at 86% 8%,rgba(0,166,166,.12),transparent 32%),
    linear-gradient(135deg,#ffffff,#eef6ff) !important;
  border:1px solid rgba(45,108,223,.14) !important;
}

.itx-footer-v6-cta span{
  color:var(--itx-royal) !important;
}

.itx-footer-v6-cta h2{
  color:var(--itx-midnight) !important;
}

.itx-footer-v6-cta p{
  color:var(--itx-muted) !important;
}

.itx-footer-v6-main{
  background:
    radial-gradient(circle at 10% 0%,rgba(31,94,255,.065),transparent 30%),
    radial-gradient(circle at 90% 0%,rgba(0,166,166,.06),transparent 30%),
    linear-gradient(135deg,#f7faff,#edf4fb) !important;
}

.itx-footer-v6 strong,
.itx-footer-v6 b{
  color:var(--itx-midnight) !important;
}

.itx-footer-v6 p,
.itx-footer-v6 a,
.itx-footer-v6-bottom{
  color:#52627a !important;
}

.itx-footer-v6 a:hover{
  color:var(--itx-royal) !important;
}

.itx-footer-v6-contact{
  background:#fff !important;
  border:1px solid rgba(45,108,223,.12) !important;
}

/* Sayfa içi butonlar / genel CTA */
.itx-btn-primary,
.itx-v15-primary,
.itx-footer-v6-buttons a.primary{
  background:
    linear-gradient(135deg,var(--itx-royal),var(--itx-teal)) !important;
}

.itx-btn-white,
.itx-btn-soft,
.itx-v15-secondary{
  border-color:rgba(45,108,223,.18) !important;
}

/* Küçük premium glowlar */
.itx-services-v7::after,
.itx-split-premium::after,
.itx-hosting-premium::after{
  content:"" !important;
  position:absolute !important;
  width:280px !important;
  height:280px !important;
  right:8% !important;
  top:12% !important;
  border-radius:50% !important;
  background:radial-gradient(circle,rgba(0,166,166,.075),transparent 68%) !important;
  pointer-events:none !important;
}

/* Pozisyon için gerekli */
.itx-services-v7,
.itx-split-premium,
.itx-hosting-premium{
  position:relative !important;
  overflow:hidden !important;
}

/* Mobil uyum */
@media(max-width:760px){
  .itx-brand-strip .itx-wrap{
    border-radius:22px !important;
  }

  .itx-service-categories a,
  .itx-infra-flow div,
  .itx-process-road div,
  .itx-logo-wall span{
    border-radius:24px !important;
  }
}


/* ==========================================================
   IT-FIX V18 - NEW CORPORATE PALETTE
   Mavi + turuncu baskınlığı kaldırıldı.
   Yeni palet: Graphite + Petrol + Jade + Violet + Champagne.
   ========================================================== */

:root{
  --itx-ink:#101820;
  --itx-graphite:#1f2933;
  --itx-slate:#334155;
  --itx-muted-new:#5f6f82;

  --itx-petrol:#006d77;
  --itx-jade:#2a9d8f;
  --itx-violet:#4c1d95;
  --itx-lavender:#6d5dfc;
  --itx-champagne:#c8a45d;

  --itx-bg:#f7f8f6;
  --itx-bg-soft:#eef3f1;
  --itx-panel:#ffffff;
  --itx-border:#d9e2df;

  --itx-main-gradient:linear-gradient(135deg,#006d77 0%,#2a9d8f 46%,#4c1d95 100%);
  --itx-soft-gradient:linear-gradient(135deg,rgba(0,109,119,.10),rgba(42,157,143,.08),rgba(76,29,149,.08));
  --itx-gold-gradient:linear-gradient(90deg,#006d77,#2a9d8f,#c8a45d);
}

/* Genel zemin */
html,
body.itx-body,
body.itx-home{
  background:
    radial-gradient(circle at 10% 6%,rgba(0,109,119,.055),transparent 28%),
    radial-gradient(circle at 90% 8%,rgba(76,29,149,.050),transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f7f8f6 48%,#eef3f1 100%) !important;
  color:var(--itx-ink) !important;
}

/* Tüm eski mavi/turuncu vurgu renklerini ez */
.itx-section-label,
.itx-section-heading span,
.itx-services-v7-left .itx-section-label,
.itx-v15-breadcrumb a,
.itx-v14-breadcrumb a,
.itx-v13-kicker,
.itx-v15-kicker,
.itx-brand-strip span:hover,
.itx-footer-v6-cta span,
.itx-footer-v6 a:hover{
  color:var(--itx-petrol) !important;
}

/* Header */
.itx-topbar{
  background:#ffffff !important;
  color:#52616f !important;
  border-bottom:1px solid rgba(16,24,32,.08) !important;
}

.itx-header{
  background:rgba(255,255,255,.95) !important;
  border-bottom:1px solid rgba(16,24,32,.08) !important;
  box-shadow:0 14px 34px rgba(16,24,32,.055) !important;
}

.itx-nav a,
.itx-header a{
  color:var(--itx-ink) !important;
}

.itx-nav a:hover{
  color:var(--itx-petrol) !important;
}

/* Ana butonlar */
.itx-nav-cta,
.itx-v15-primary,
.itx-v14-primary,
.itx-v13-primary,
.itx-btn-primary,
.itx-footer-v6-buttons a.primary{
  background:var(--itx-main-gradient) !important;
  color:#fff !important;
  box-shadow:
    0 22px 46px rgba(0,109,119,.22),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.itx-nav-cta:hover,
.itx-v15-primary:hover,
.itx-v14-primary:hover,
.itx-v13-primary:hover,
.itx-btn-primary:hover,
.itx-footer-v6-buttons a.primary:hover{
  background:linear-gradient(135deg,#00545c 0%,#21877c 46%,#3b1578 100%) !important;
}

/* İkincil butonlar */
.itx-v15-secondary,
.itx-v14-secondary,
.itx-btn-white,
.itx-btn-soft{
  border-color:rgba(0,109,119,.22) !important;
}

/* Hero renkleri */
.itx-hero-v15{
  background:#071111 !important;
}

.itx-v15-media{
  filter:contrast(1.08) saturate(.72) brightness(.88) !important;
}

.itx-v15-overlay{
  background:
    linear-gradient(90deg,
      rgba(7,17,17,.98) 0%,
      rgba(7,17,17,.93) 24%,
      rgba(7,17,17,.76) 45%,
      rgba(7,17,17,.48) 66%,
      rgba(7,17,17,.18) 100%
    ),
    radial-gradient(circle at 78% 28%,rgba(0,109,119,.22),transparent 34%),
    radial-gradient(circle at 72% 70%,rgba(76,29,149,.14),transparent 30%),
    linear-gradient(180deg,
      rgba(7,17,17,.08) 0%,
      rgba(7,17,17,.34) 48%,
      rgba(7,17,17,.72) 100%
    ) !important;
}

.itx-v15-noise{
  background-image:
    linear-gradient(rgba(42,157,143,.075) 1px,transparent 1px),
    linear-gradient(90deg,rgba(42,157,143,.075) 1px,transparent 1px) !important;
}

.itx-v15-kicker{
  color:#e6f5f2 !important;
  border-color:rgba(230,245,242,.20) !important;
  background:rgba(255,255,255,.075) !important;
}

.itx-v15-kicker::before{
  background:linear-gradient(90deg,var(--itx-jade),var(--itx-champagne)) !important;
}

.itx-v15-services span::before{
  background:linear-gradient(135deg,var(--itx-jade),var(--itx-violet)) !important;
  box-shadow:0 0 18px rgba(42,157,143,.35) !important;
}

/* Hero alt şerit */
.itx-brand-strip .itx-wrap{
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(243,248,246,.94)) !important;
  border:1px solid rgba(0,109,119,.14) !important;
  box-shadow:
    0 24px 58px rgba(16,24,32,.10),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
}

.itx-brand-strip span{
  background:linear-gradient(135deg,#ffffff,#eef6f3) !important;
  border:1px solid rgba(0,109,119,.12) !important;
  color:#334155 !important;
}

/* Bölüm zeminleri */
.itx-section,
.itx-services-v7,
.itx-split-premium,
.itx-hosting-premium,
.itx-process-premium,
.itx-partner-section{
  background:
    radial-gradient(circle at 9% 14%,rgba(0,109,119,.055),transparent 25%),
    radial-gradient(circle at 88% 16%,rgba(76,29,149,.050),transparent 30%),
    radial-gradient(circle at 50% 105%,rgba(200,164,93,.060),transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#f7f8f6 52%,#eef3f1 100%) !important;
  border-top:1px solid rgba(0,109,119,.10) !important;
}

.itx-section-heading h2,
.itx-split-grid h2,
.itx-services-v7-left h2{
  color:var(--itx-ink) !important;
}

.itx-section-heading p,
.itx-split-grid p,
.itx-services-v7-left p{
  color:var(--itx-muted-new) !important;
}

/* Yazılım & Web ekranındaki aktif tab ve çizgiler */
.itx-product-tabs button.active,
.itx-product-tabs .active,
.itx-tabs .active{
  background:var(--itx-main-gradient) !important;
  color:#fff !important;
  box-shadow:0 16px 34px rgba(0,109,119,.20) !important;
}

.itx-product-tabs button{
  border-color:rgba(0,109,119,.14) !important;
}

.itx-wireframe i,
.itx-v14-bars span::before,
.itx-v13-copy h1::after,
.itx-hero-v10 h1::after,
.itx-hero-v11 h1::after,
.itx-hero-v12 h1::after,
.itx-v15-copy h1::after{
  background:var(--itx-gold-gradient) !important;
}

/* Görseldeki yatay progress bar renklerini değiştir */
.itx-product-body [style*="background"],
.itx-product-panel [style*="background"]{
  border-color:rgba(0,109,119,.12) !important;
}

.itx-product-panel{
  background:
    radial-gradient(circle at 85% 10%,rgba(0,109,119,.09),transparent 28%),
    radial-gradient(circle at 12% 88%,rgba(76,29,149,.065),transparent 28%),
    linear-gradient(135deg,#ffffff,#f7fbf8) !important;
  border:1px solid rgba(0,109,119,.14) !important;
  box-shadow:
    0 30px 80px rgba(16,24,32,.08),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.itx-product-body{
  border-color:rgba(0,109,119,.11) !important;
}

/* Hizmet kategori listesi */
.itx-service-categories a{
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,249,248,.92)) !important;
  border:1px solid rgba(0,109,119,.13) !important;
  box-shadow:
    0 18px 46px rgba(16,24,32,.065),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-service-categories a::before{
  background:linear-gradient(180deg,var(--itx-petrol),var(--itx-jade),var(--itx-violet)) !important;
}

.itx-service-categories a::after{
  background:
    linear-gradient(90deg,rgba(0,109,119,.075),rgba(76,29,149,.035),transparent 66%) !important;
}

.itx-service-categories a:hover{
  border-color:rgba(0,109,119,.24) !important;
  box-shadow:
    0 28px 68px rgba(0,109,119,.12),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
}

/* Orbit / operasyon mimarisi */
.itx-service-orbit{
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 16%,rgba(255,255,255,.58) 17% 30%,transparent 31%),
    repeating-radial-gradient(circle at center,rgba(0,109,119,.12) 0 1px,transparent 1px 72px),
    radial-gradient(circle at 72% 18%,rgba(42,157,143,.13),transparent 28%),
    radial-gradient(circle at 18% 82%,rgba(200,164,93,.08),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(240,247,245,.84)) !important;
  border:1px solid rgba(0,109,119,.14) !important;
  box-shadow:
    0 36px 95px rgba(16,24,32,.105),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-service-orbit::before{
  border-color:rgba(0,109,119,.28) !important;
}

.itx-service-orbit::after{
  border-color:rgba(76,29,149,.22) !important;
}

.itx-service-core{
  background:
    radial-gradient(circle at 28% 20%,rgba(255,255,255,.25),transparent 30%),
    linear-gradient(135deg,var(--itx-petrol) 0%,var(--itx-graphite) 58%,var(--itx-ink) 100%) !important;
  box-shadow:
    0 34px 90px rgba(0,109,119,.25),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}

.itx-orbit-item{
  background:rgba(255,255,255,.95) !important;
  border:1px solid rgba(0,109,119,.14) !important;
}

.itx-orbit-item i{
  color:var(--itx-petrol) !important;
  background:
    radial-gradient(circle at 35% 25%,#fff,transparent 36%),
    linear-gradient(135deg,#edf8f5,#f2eefb) !important;
}

.itx-orbit-item:hover{
  border-color:rgba(76,29,149,.30) !important;
  box-shadow:
    0 30px 76px rgba(76,29,149,.12),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
}

/* Altyapı / süreç / partner alanları */
.itx-infra-flow div,
.itx-process-road div,
.itx-logo-wall span{
  background:linear-gradient(135deg,#ffffff,#f7faf8) !important;
  border:1px solid rgba(0,109,119,.13) !important;
}

.itx-infra-flow b,
.itx-process-road i{
  background:var(--itx-main-gradient) !important;
  color:#fff !important;
}

.itx-logo-wall span:hover{
  color:var(--itx-petrol) !important;
  border-color:rgba(0,109,119,.24) !important;
}

/* Footer */
.itx-footer-v6{
  background:
    linear-gradient(135deg,#f7f8f6,#eef3f1) !important;
  color:var(--itx-ink) !important;
}

.itx-footer-v6-top{
  background:
    radial-gradient(circle at 12% 0%,rgba(0,109,119,.075),transparent 28%),
    radial-gradient(circle at 88% 0%,rgba(76,29,149,.065),transparent 28%),
    #ffffff !important;
}

.itx-footer-v6-cta{
  background:
    radial-gradient(circle at 16% 18%,rgba(0,109,119,.12),transparent 26%),
    radial-gradient(circle at 86% 8%,rgba(76,29,149,.10),transparent 32%),
    linear-gradient(135deg,#ffffff,#f0f7f5) !important;
  border:1px solid rgba(0,109,119,.14) !important;
}

.itx-footer-v6-main{
  background:
    radial-gradient(circle at 10% 0%,rgba(0,109,119,.065),transparent 30%),
    radial-gradient(circle at 90% 0%,rgba(76,29,149,.055),transparent 30%),
    linear-gradient(135deg,#f7f8f6,#eef3f1) !important;
}

.itx-footer-v6 strong,
.itx-footer-v6 b{
  color:var(--itx-ink) !important;
}

.itx-footer-v6 p,
.itx-footer-v6 a,
.itx-footer-v6-bottom{
  color:#52627a !important;
}

/* Eski saf mavi / turuncu kalan border-shadow etkilerini bastır */
*[class*="itx-"]{
  --old-blue:#0f62fe;
  --old-orange:#f97316;
}

/* Mobilde aynı palet */
@media(max-width:760px){
  .itx-v15-overlay{
    background:
      linear-gradient(90deg,rgba(7,17,17,.94),rgba(7,17,17,.78)),
      radial-gradient(circle at 80% 20%,rgba(0,109,119,.18),transparent 34%) !important;
  }
}


/* ==========================================================
   IT-FIX V19 PREMIUM CORPORATE HEADER
   Yeni palete uygun: Graphite + Petrol + Jade + Violet + Champagne
   ========================================================== */

:root{
  --itx-h-ink:#101820;
  --itx-h-graphite:#1f2933;
  --itx-h-muted:#5f6f82;
  --itx-h-petrol:#006d77;
  --itx-h-jade:#2a9d8f;
  --itx-h-violet:#4c1d95;
  --itx-h-gold:#c8a45d;
  --itx-h-line:#d9e2df;
  --itx-h-bg:#ffffff;
  --itx-h-soft:#f4f8f6;
}

/* Header genel kabuk */
.itx-topbar,
.itx-header{
  position:relative !important;
  z-index:999 !important;
}

/* Üst ince bilgi barı */
.itx-topbar{
  height:36px !important;
  display:flex !important;
  align-items:center !important;
  background:
    linear-gradient(90deg,#ffffff 0%,#f7f8f6 54%,#eef3f1 100%) !important;
  border-bottom:1px solid rgba(16,24,32,.075) !important;
  color:var(--itx-h-muted) !important;
  font-size:13px !important;
  font-weight:750 !important;
}

.itx-topbar .itx-wrap{
  width:min(1320px,calc(100% - 64px)) !important;
}

.itx-topbar a,
.itx-topbar span{
  color:var(--itx-h-muted) !important;
}

.itx-topbar a:hover{
  color:var(--itx-h-petrol) !important;
}

/* Ana header */
.itx-header{
  background:rgba(255,255,255,.92) !important;
  border-bottom:1px solid rgba(16,24,32,.08) !important;
  box-shadow:
    0 18px 46px rgba(16,24,32,.075),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
  backdrop-filter:blur(18px) saturate(1.1) !important;
}

/* Header iç alan */
.itx-nav-inner{
  width:min(1320px,calc(100% - 64px)) !important;
  min-height:84px !important;
  height:auto !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
}

/* Logo alanı */
.itx-brand{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  min-width:max-content !important;
}

.itx-brand img{
  width:64px !important;
  height:64px !important;
  object-fit:contain !important;
  border-radius:18px !important;
  padding:7px !important;
  background:
    linear-gradient(135deg,#ffffff,#f4f8f6) !important;
  border:1px solid rgba(0,109,119,.11) !important;
  box-shadow:
    0 14px 32px rgba(16,24,32,.10),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.itx-brand strong,
.itx-brand-name,
.itx-logo-text strong{
  color:var(--itx-h-ink) !important;
  font-size:27px !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}

.itx-brand span,
.itx-logo-text span{
  color:#64748b !important;
  font-size:14px !important;
  line-height:1.15 !important;
  font-weight:850 !important;
}

/* Menü ana yapı */
.itx-nav,
.itx-menu,
.itx-main-menu{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:2px !important;
}

.itx-nav a,
.itx-menu a,
.itx-main-menu a,
.itx-header nav a{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:44px !important;
  padding:10px 14px !important;
  color:var(--itx-h-ink) !important;
  font-size:15.5px !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
  text-decoration:none !important;
  border-radius:999px !important;
  transition:all .20s ease !important;
}

.itx-nav a::after,
.itx-menu a::after,
.itx-main-menu a::after,
.itx-header nav a::after{
  content:"" !important;
  position:absolute !important;
  left:16px !important;
  right:16px !important;
  bottom:6px !important;
  height:2px !important;
  border-radius:99px !important;
  background:linear-gradient(90deg,var(--itx-h-petrol),var(--itx-h-jade),var(--itx-h-gold)) !important;
  transform:scaleX(0) !important;
  transform-origin:left center !important;
  transition:transform .20s ease !important;
}

.itx-nav a:hover,
.itx-menu a:hover,
.itx-main-menu a:hover,
.itx-header nav a:hover,
.itx-nav .current-menu-item > a,
.itx-menu .current-menu-item > a,
.itx-main-menu .current-menu-item > a{
  color:var(--itx-h-petrol) !important;
  background:rgba(0,109,119,.055) !important;
}

.itx-nav a:hover::after,
.itx-menu a:hover::after,
.itx-main-menu a:hover::after,
.itx-header nav a:hover::after,
.itx-nav .current-menu-item > a::after,
.itx-menu .current-menu-item > a::after,
.itx-main-menu .current-menu-item > a::after{
  transform:scaleX(1) !important;
}

/* Dropdown / submenu */
.itx-header .sub-menu,
.itx-nav .sub-menu,
.itx-menu .sub-menu,
.itx-main-menu .sub-menu{
  margin-top:12px !important;
  padding:14px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(0,109,119,.12) !important;
  box-shadow:
    0 30px 80px rgba(16,24,32,.14),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
  backdrop-filter:blur(18px) !important;
}

.itx-header .sub-menu a,
.itx-nav .sub-menu a,
.itx-menu .sub-menu a,
.itx-main-menu .sub-menu a{
  width:100% !important;
  min-height:42px !important;
  border-radius:14px !important;
  padding:10px 12px !important;
  font-size:14px !important;
  color:#24313f !important;
}

.itx-header .sub-menu a:hover{
  background:linear-gradient(90deg,rgba(0,109,119,.08),rgba(76,29,149,.045)) !important;
  color:var(--itx-h-petrol) !important;
}

/* Sağ aksiyonlar */
.itx-actions,
.itx-nav-actions,
.itx-header-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

/* Teklif Al butonu */
.itx-nav-cta,
.itx-header .itx-nav-cta,
.itx-header a[href*="iletisim"].itx-nav-cta{
  min-height:58px !important;
  padding:0 28px !important;
  border-radius:999px !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 22% 20%,rgba(255,255,255,.24),transparent 28%),
    linear-gradient(135deg,var(--itx-h-petrol) 0%,var(--itx-h-jade) 48%,var(--itx-h-violet) 100%) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  box-shadow:
    0 20px 46px rgba(0,109,119,.22),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
  font-size:17px !important;
  font-weight:950 !important;
  letter-spacing:-.01em !important;
}

.itx-nav-cta::after{
  display:none !important;
}

.itx-nav-cta:hover{
  transform:translateY(-2px) !important;
  background:
    radial-gradient(circle at 22% 20%,rgba(255,255,255,.24),transparent 28%),
    linear-gradient(135deg,#00545c 0%,#238b81 48%,#3a1575 100%) !important;
  box-shadow:
    0 26px 58px rgba(0,109,119,.28),
    inset 0 1px 0 rgba(255,255,255,.26) !important;
}

/* Arama / ikon butonları varsa */
.itx-search,
.itx-search-btn,
.itx-header button,
.itx-header .search-submit{
  border-radius:18px !important;
  border:1px solid rgba(0,109,119,.12) !important;
  background:#fff !important;
  color:var(--itx-h-ink) !important;
  box-shadow:0 12px 26px rgba(16,24,32,.055) !important;
}

.itx-search:hover,
.itx-search-btn:hover,
.itx-header button:hover{
  border-color:rgba(0,109,119,.26) !important;
  color:var(--itx-h-petrol) !important;
}

/* Sticky davranış */
.itx-header{
  position:sticky !important;
  top:0 !important;
}

.admin-bar .itx-header{
  top:32px !important;
}

/* Üst bar sticky olmasın, header daha temiz kalsın */
.itx-topbar{
  position:relative !important;
}

/* Menü yoğunluğunu azalt */
.itx-header ul{
  list-style:none !important;
}

.itx-header li{
  margin:0 !important;
}

/* Menüde ok işaretleri */
.itx-header .menu-item-has-children > a::before,
.itx-nav .menu-item-has-children > a::before{
  content:"" !important;
  width:6px !important;
  height:6px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) translateY(-1px) !important;
  margin-left:9px !important;
  order:2 !important;
  opacity:.55 !important;
}

/* Header altında ince premium çizgi */
.itx-header::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:1px !important;
  background:
    linear-gradient(90deg,transparent 0%,rgba(0,109,119,.30) 22%,rgba(42,157,143,.35) 50%,rgba(76,29,149,.20) 78%,transparent 100%) !important;
}

/* Mobil / tablet */
@media(max-width:1180px){
  .itx-topbar .itx-wrap,
  .itx-nav-inner{
    width:min(100% - 42px,1320px) !important;
  }

  .itx-nav-inner{
    min-height:76px !important;
    gap:18px !important;
  }

  .itx-brand img{
    width:58px !important;
    height:58px !important;
  }

  .itx-brand strong,
  .itx-brand-name,
  .itx-logo-text strong{
    font-size:24px !important;
  }

  .itx-nav a,
  .itx-menu a,
  .itx-main-menu a,
  .itx-header nav a{
    padding:9px 11px !important;
    font-size:14.5px !important;
  }

  .itx-nav-cta{
    min-height:52px !important;
    padding:0 22px !important;
  }
}

@media(max-width:900px){
  .itx-topbar{
    height:auto !important;
    padding:8px 0 !important;
  }

  .itx-nav-inner{
    flex-wrap:wrap !important;
    padding:12px 0 !important;
  }

  .itx-nav,
  .itx-menu,
  .itx-main-menu{
    width:100% !important;
    justify-content:flex-start !important;
    overflow-x:auto !important;
    padding:4px 0 8px !important;
    scrollbar-width:none !important;
  }

  .itx-nav::-webkit-scrollbar,
  .itx-menu::-webkit-scrollbar,
  .itx-main-menu::-webkit-scrollbar{
    display:none !important;
  }

  .itx-nav a,
  .itx-menu a,
  .itx-main-menu a,
  .itx-header nav a{
    white-space:nowrap !important;
  }
}

@media(max-width:760px){
  .itx-topbar .itx-wrap,
  .itx-nav-inner{
    width:min(100% - 28px,1320px) !important;
  }

  .itx-brand img{
    width:52px !important;
    height:52px !important;
    border-radius:16px !important;
  }

  .itx-brand strong,
  .itx-brand-name,
  .itx-logo-text strong{
    font-size:22px !important;
  }

  .itx-brand span,
  .itx-logo-text span{
    font-size:12px !important;
  }

  .itx-nav-cta{
    width:100% !important;
    justify-content:center !important;
  }

  .admin-bar .itx-header{
    top:46px !important;
  }
}


/* =========================================================
   IT-FIX IBM STYLE DROPDOWN REBUILD V20
   ========================================================= */

.itx-header,
.itx-header *{
  box-sizing:border-box !important;
}

/* Ana menü */
.itx-header nav > ul,
.itx-header .menu,
.itx-header .main-menu,
.itx-header .itx-nav > ul{
  display:flex !important;
  align-items:center !important;
  gap:4px !important;
}

.itx-header nav > ul > li,
.itx-header .menu > li,
.itx-header .main-menu > li,
.itx-header .itx-nav > ul > li{
  position:relative !important;
  list-style:none !important;
}

.itx-header nav > ul > li > a,
.itx-header .menu > li > a,
.itx-header .main-menu > li > a,
.itx-header .itx-nav > ul > li > a{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:46px !important;
  padding:10px 14px !important;
  border-radius:12px !important;
  text-decoration:none !important;
  color:#111827 !important;
  font-weight:800 !important;
  font-size:15px !important;
  line-height:1.15 !important;
  transition:all .18s ease !important;
}

.itx-header nav > ul > li > a:hover,
.itx-header .menu > li > a:hover,
.itx-header .main-menu > li > a:hover,
.itx-header .itx-nav > ul > li > a:hover,
.itx-header nav > ul > li.current-menu-item > a,
.itx-header .menu > li.current-menu-item > a,
.itx-header .main-menu > li.current-menu-item > a,
.itx-header .itx-nav > ul > li.current-menu-item > a{
  background:#f4f8fb !important;
  color:#0f62fe !important;
}

/* Oklar */
.itx-header .menu-item-has-children > a::before{
  display:none !important;
  content:none !important;
}

.itx-header .menu-item-has-children > a::after{
  content:"" !important;
  width:7px !important;
  height:7px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) translateY(-1px) !important;
  margin-left:6px !important;
  opacity:.65 !important;
  flex:0 0 auto !important;
  transition:transform .18s ease !important;
}

.itx-header .menu-item-has-children:hover > a::after,
.itx-header .menu-item-has-children.is-open > a::after,
.itx-header .menu-item-has-children:focus-within > a::after{
  transform:rotate(225deg) translateY(-1px) !important;
}

/* Bozuk eski kutuları resetle */
.itx-header .sub-menu,
.itx-header .sub-menu li,
.itx-header .sub-menu a,
.itx-header .sub-menu div,
.itx-header .sub-menu section,
.itx-header .sub-menu article{
  max-width:none !important;
}

.itx-header .sub-menu li{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
}

/* Desktop dropdown */
.itx-header .sub-menu{
  position:absolute !important;
  top:calc(100% + 14px) !important;
  left:0 !important;
  min-width:320px !important;
  max-width:420px !important;
  width:max-content !important;
  padding:12px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.985) !important;
  border:1px solid #dbe6ef !important;
  box-shadow:
    0 24px 70px rgba(15,23,42,.14),
    0 8px 22px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
  backdrop-filter:blur(18px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(10px) !important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  z-index:9999 !important;
  pointer-events:none !important;
}

/* 2. seviye submenu sağa açılsın */
.itx-header .sub-menu .sub-menu{
  top:-6px !important;
  left:calc(100% + 12px) !important;
  min-width:280px !important;
  max-width:360px !important;
}

/* Açılma */
.itx-header .menu-item-has-children:hover > .sub-menu,
.itx-header .menu-item-has-children:focus-within > .sub-menu,
.itx-header .menu-item-has-children.is-open > .sub-menu{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
  pointer-events:auto !important;
}

/* Dropdown link */
.itx-header .sub-menu > li > a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  width:100% !important;
  min-height:52px !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  text-decoration:none !important;
  background:linear-gradient(180deg,#ffffff 0%, #f9fbfd 100%) !important;
  border:1px solid transparent !important;
  color:#111827 !important;
  font-size:14.5px !important;
  font-weight:800 !important;
  line-height:1.35 !important;
  box-shadow:none !important;
  transition:all .18s ease !important;
}

.itx-header .sub-menu > li > a:hover{
  color:#0f62fe !important;
  border-color:#cfe0ff !important;
  background:linear-gradient(180deg,#f7fbff 0%, #f1f7ff 100%) !important;
  box-shadow:0 10px 24px rgba(15,98,254,.08) !important;
  transform:translateY(-1px) !important;
}

/* Dropdown item sağ ok */
.itx-header .sub-menu > li > a::after{
  content:"→" !important;
  font-size:15px !important;
  line-height:1 !important;
  color:#7b8794 !important;
  opacity:.85 !important;
}

.itx-header .sub-menu > li > a:hover::after{
  color:#0f62fe !important;
}

/* Eğer eski mega layout varsa tek sütuna düşür */
.itx-header .sub-menu > li{
  width:100% !important;
  display:block !important;
}

.itx-header .sub-menu > li > ul{
  margin-top:8px !important;
}

/* Hizmetler dropdownunu biraz geniş yap */
.itx-header .menu > li.menu-item-has-children > .sub-menu,
.itx-header nav > ul > li.menu-item-has-children > .sub-menu{
  min-width:340px !important;
}

/* Çok geniş açılıp ekranı bozmasın */
.itx-header .sub-menu{
  overflow:visible !important;
}

/* Header üstünde kalsın */
.itx-header{
  position:sticky !important;
  top:0 !important;
  z-index:9998 !important;
}

.admin-bar .itx-header{
  top:32px !important;
}

/* Mobil */
@media (max-width: 1100px){

  .itx-header nav > ul,
  .itx-header .menu,
  .itx-header .main-menu,
  .itx-header .itx-nav > ul{
    flex-wrap:wrap !important;
    gap:8px !important;
  }

  .itx-header .menu-item-has-children{
    width:100% !important;
  }

  .itx-header .menu-item-has-children > a{
    width:100% !important;
    justify-content:space-between !important;
  }

  .itx-header .sub-menu,
  .itx-header .sub-menu .sub-menu{
    position:static !important;
    left:auto !important;
    top:auto !important;
    min-width:100% !important;
    max-width:100% !important;
    width:100% !important;
    margin-top:8px !important;
    padding:0 !important;
    border-radius:18px !important;
    background:#f8fbfd !important;
    border:1px solid #dbe6ef !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
    display:block !important;
    max-height:0 !important;
    overflow:hidden !important;
    transition:max-height .24s ease !important;
  }

  .itx-header .menu-item-has-children.is-open > .sub-menu{
    max-height:1000px !important;
    padding:10px !important;
  }

  .itx-header .sub-menu > li > a{
    min-height:48px !important;
    padding:12px 14px !important;
    border-radius:14px !important;
    margin-bottom:6px !important;
  }
}

@media (max-width: 782px){
  .admin-bar .itx-header{
    top:46px !important;
  }
}


/* ==========================================================
   IT-FIX V22 HEADER EMERGENCY RESTORE
   V21 kaynaklı header kaybolma sorununu düzeltir.
   Parent/orijinal header görünürlüğünü geri getirir.
   ========================================================== */

#itfixIbmHeader{
  display:none !important;
}

.site-header,
#masthead,
header.site-header,
.itx-header,
.itx-topbar,
.itx-nav-inner,
.itx-header-wrap,
.main-header,
.kadence-header,
.kb-site-header{
  visibility:visible !important;
  opacity:1 !important;
}

.site-header,
#masthead,
header.site-header,
.itx-header,
.main-header,
.kadence-header,
.kb-site-header{
  display:block !important;
  position:relative !important;
  z-index:9999 !important;
}

.itx-topbar{
  display:flex !important;
}

.itx-nav-inner{
  display:flex !important;
}

.itx-nav,
.itx-main-menu,
.itx-menu,
.itx-header nav,
.site-header nav{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* Header tasarımını tekrar premium ama güvenli hale getir */
.itx-header,
.site-header,
#masthead{
  background:rgba(255,255,255,.96) !important;
  border-bottom:1px solid rgba(16,24,32,.08) !important;
  box-shadow:0 14px 34px rgba(16,24,32,.07) !important;
  backdrop-filter:blur(18px) saturate(1.1) !important;
}

.itx-nav-inner{
  width:min(1320px,calc(100% - 64px)) !important;
  min-height:82px !important;
  margin:0 auto !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
}

.itx-header a,
.site-header a,
#masthead a{
  color:#101820 !important;
  text-decoration:none !important;
}

.itx-header nav a,
.site-header nav a,
#masthead nav a{
  border-radius:999px !important;
  padding:10px 14px !important;
  font-weight:900 !important;
  transition:.18s ease !important;
}

.itx-header nav a:hover,
.site-header nav a:hover,
#masthead nav a:hover{
  color:#006d77 !important;
  background:rgba(0,109,119,.065) !important;
}

/* Teklif Al butonu */
.itx-nav-cta,
.site-header .itx-nav-cta,
#masthead .itx-nav-cta{
  color:#fff !important;
  background:linear-gradient(135deg,#006d77 0%,#2a9d8f 48%,#4c1d95 100%) !important;
  border-radius:999px !important;
  box-shadow:0 20px 46px rgba(0,109,119,.22) !important;
}

/* Bozuk mega dropdown'u bastır, taşmayı engelle */
.itx-header .sub-menu,
.site-header .sub-menu,
#masthead .sub-menu{
  max-width:min(760px,calc(100vw - 48px)) !important;
  overflow:hidden !important;
  z-index:99999 !important;
}

/* Mobil */
@media(max-width:760px){
  .itx-nav-inner{
    width:min(100% - 28px,1320px) !important;
    min-height:72px !important;
  }
}

/* Enterprise contact page */
.itfix-contact-page{
  background:#f7f8fb;
}

.itfix-contact-main{
  background:#f7f8fb;
  color:#0f172a;
}

.itfix-contact-hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 58px;
  background:
    radial-gradient(circle at 82% 18%,rgba(14,165,168,.16),transparent 30%),
    linear-gradient(135deg,#071111 0%,#0f172a 58%,#0f766e 145%);
  color:#fff;
}

.itfix-contact-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:rgba(255,255,255,.16);
}

.itfix-contact-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);
  gap:42px;
  align-items:stretch;
}

.itfix-contact-hero-copy{
  max-width:820px;
}

.itfix-contact-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid rgba(14,165,168,.24);
  background:rgba(14,165,168,.10);
  color:#0f766e;
  font-size:12px;
  line-height:1;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.itfix-contact-hero .itfix-contact-kicker{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#bff7f1;
}

.itfix-contact-hero h1{
  max-width:860px;
  margin:18px 0 0;
  color:#fff;
  font-size:clamp(40px,5vw,72px);
  line-height:.98;
  font-weight:850;
  letter-spacing:0;
}

.itfix-contact-hero p{
  max-width:700px;
  margin:24px 0 0;
  color:rgba(255,255,255,.76);
  font-size:18px;
  line-height:1.62;
}

.itfix-contact-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.itfix-contact-primary,
.itfix-contact-secondary{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:0;
  font-size:14px;
  line-height:1;
  font-weight:800;
  text-decoration:none !important;
}

.itfix-contact-primary{
  background:#fff;
  color:#071111 !important;
}

.itfix-contact-secondary{
  border-color:rgba(255,255,255,.26);
  background:rgba(255,255,255,.08);
  color:#fff !important;
}

.itfix-contact-command{
  align-self:end;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
}

.itfix-contact-command-head{
  padding:26px;
  border-bottom:1px solid rgba(255,255,255,.14);
}

.itfix-contact-command-head span{
  display:block;
  color:#9ae8df;
  font-size:12px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.itfix-contact-command-head strong{
  display:block;
  margin-top:12px;
  color:#fff;
  font-size:23px;
  line-height:1.18;
}

.itfix-contact-command-head p{
  margin:12px 0 0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.55;
}

.itfix-contact-command-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.itfix-contact-command-grid div{
  min-height:92px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  padding:18px;
  border-right:1px solid rgba(255,255,255,.12);
}

.itfix-contact-command-grid div:last-child{
  border-right:0;
}

.itfix-contact-command-grid b{
  color:#fff;
  font-size:14px;
}

.itfix-contact-command-grid span{
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.25;
}

.itfix-contact-section{
  padding:72px 0;
  background:#fff;
}

.itfix-contact-section + .itfix-contact-section{
  border-top:1px solid #e2e8f0;
}

.itfix-contact-request-section,
.itfix-contact-scope-section{
  background:#f8fafc;
}

.itfix-contact-heading{
  max-width:760px;
  margin-bottom:28px;
}

.itfix-contact-heading.compact{
  margin-bottom:0;
}

.itfix-contact-heading h2,
.itfix-contact-request-copy h2,
.itfix-contact-scope-grid h2{
  margin:14px 0 0;
  color:#0f172a;
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.08;
  font-weight:820;
}

.itfix-contact-request-copy p,
.itfix-contact-scope-grid p{
  max-width:620px;
  margin:18px 0 0;
  color:#475569;
  font-size:16px;
  line-height:1.65;
}

.itfix-contact-channel-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.itfix-contact-channel{
  min-height:210px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  padding:22px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  color:#0f172a !important;
  text-decoration:none !important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}

.itfix-contact-channel:hover{
  transform:translateY(-2px);
  border-color:rgba(15,118,110,.24);
  box-shadow:0 20px 42px rgba(15,23,42,.10);
}

.itfix-contact-channel > span{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(15,118,110,.16);
  background:#f0fdfa;
  color:#0f766e;
  font-size:15px;
  font-style:normal;
  font-weight:850;
}

.itfix-contact-channel small{
  margin-top:24px;
  color:#0f766e;
  font-size:12px;
  line-height:1;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.itfix-contact-channel strong{
  display:block;
  margin-top:10px;
  color:#0f172a;
  font-size:20px;
  line-height:1.15;
  font-weight:820;
  overflow-wrap:anywhere;
}

.itfix-contact-channel em{
  margin-top:24px;
  color:#475569;
  font-size:14px;
  line-height:1.3;
  font-style:normal;
  font-weight:720;
}

.itfix-contact-request-grid,
.itfix-contact-scope-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);
  gap:40px;
  align-items:start;
}

.itfix-contact-request-copy .itfix-contact-primary{
  margin-top:28px;
  background:#0f172a;
  color:#fff !important;
}

.itfix-contact-brief{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.itfix-contact-brief div{
  min-height:154px;
  padding:20px;
  border:1px solid rgba(15,23,42,.09);
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.itfix-contact-brief b,
.itfix-contact-process-list b{
  display:block;
  color:#0f172a;
  font-size:17px;
  line-height:1.25;
}

.itfix-contact-brief span,
.itfix-contact-process-list p{
  display:block;
  margin-top:10px;
  color:#64748b;
  font-size:14px;
  line-height:1.55;
}

.itfix-contact-process-grid{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:36px;
  align-items:start;
}

.itfix-contact-process-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid #e2e8f0;
  background:#fff;
}

.itfix-contact-process-list div{
  min-height:210px;
  padding:24px;
  border-right:1px solid #e2e8f0;
}

.itfix-contact-process-list div:last-child{
  border-right:0;
}

.itfix-contact-process-list i{
  display:block;
  margin-bottom:34px;
  color:#0f766e;
  font-style:normal;
  font-size:13px;
  font-weight:850;
}

.itfix-contact-scope-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-content:flex-start;
}

.itfix-contact-scope-list span{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color:#0f172a;
  font-size:14px;
  font-weight:760;
}

@media(max-width:980px){
  .itfix-contact-hero{
    padding:64px 0 46px;
  }

  .itfix-contact-hero-grid,
  .itfix-contact-request-grid,
  .itfix-contact-scope-grid,
  .itfix-contact-process-grid{
    grid-template-columns:1fr;
  }

  .itfix-contact-channel-grid,
  .itfix-contact-process-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .itfix-contact-process-list{
    grid-template-columns:1fr;
  }

  .itfix-contact-process-list div{
    border-right:0;
    border-bottom:1px solid #e2e8f0;
  }

  .itfix-contact-process-list div:last-child{
    border-bottom:0;
  }
}

@media(max-width:640px){
  .itfix-contact-hero h1{
    font-size:38px;
  }

  .itfix-contact-hero p{
    font-size:16px;
  }

  .itfix-contact-section{
    padding:52px 0;
  }

  .itfix-contact-command-grid,
  .itfix-contact-brief,
  .itfix-contact-channel-grid{
    grid-template-columns:1fr;
  }

  .itfix-contact-command-grid div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .itfix-contact-command-grid div:last-child{
    border-bottom:0;
  }
}
