@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

/* ==========================================================
   Ufuk Transformatör Premium Theme v1.0.110
   v1.0.109 stabil tabanı; mobil header Konum etiketi, sağ aksiyon grubu ve hamburger taşma düzeltmesi.
   ========================================================== */
:root{
  --ufuk-red:#ed1c24;
  --ufuk-red-dark:#b90f17;
  --ufuk-red-soft:#fff1f2;
  --ufuk-blue:#1769c2;
  --ufuk-blue-dark:#0d4e99;
  --ufuk-blue-soft:#edf5ff;
  --ufuk-ink:#101828;
  --ufuk-navy:#0e192a;
  --ufuk-navy-2:#162238;
  --ufuk-muted:#5f6b7d;
  --ufuk-line:#e6ebf2;
  --ufuk-soft:#f6f8fb;
  --ufuk-card:#fff;
  --ufuk-container:1280px;
  --ufuk-radius:18px;
  --ufuk-shadow:0 22px 58px rgba(15,26,43,.085);
  --ufuk-shadow-strong:0 32px 90px rgba(15,26,43,.14);
  --ufuk-heading-dark:#101828;
  --ufuk-heading-blue:#1769c2;
  --ufuk-heading-on-dark:#ffffff;
  --ufuk-topbar-blue:#1769c2;
  --ufuk-header-border:rgba(23,105,194,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ufuk-ink);font-family:"Manrope",Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden}
a{color:inherit;text-decoration:none;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease,border-color .18s ease}
img,svg,video{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.ufuk-container,.nc-container{width:min(var(--nc-container-width,var(--ufuk-container)),calc(100% - 48px));margin-inline:auto}
.ufuk-skip-link{position:absolute;left:16px;top:-100px;z-index:9999;background:var(--ufuk-red);color:#fff;padding:10px 14px;border-radius:10px}.ufuk-skip-link:focus{top:16px}
.nc-front-alert{margin:18px 0;padding:14px 16px;border-radius:14px;border:1px solid var(--ufuk-line);background:#fff;box-shadow:var(--ufuk-shadow)}.nc-front-alert.success{border-color:#a7f3d0}.nc-front-alert.error{border-color:#fecaca}

/* Topbar */
.ufuk-topbar--mockup{background:linear-gradient(135deg,var(--ufuk-topbar-blue),var(--ufuk-blue-dark));color:#fff;border-bottom:1px solid rgba(255,255,255,.16);font-size:12.5px;font-weight:750;position:relative;z-index:90;box-shadow:0 8px 24px rgba(13,78,153,.12)}
.ufuk-topbar__inner{height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0}
.ufuk-topbar a{color:#fff}.ufuk-topbar__location-wrap{display:flex;align-items:center;gap:11px;min-width:0;flex:1 1 auto;white-space:nowrap}.ufuk-topbar__location-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;min-height:30px;padding:4px 12px 4px 9px;border:1px solid rgba(255,255,255,.96);border-radius:999px;background:#fff;color:var(--ufuk-red)!important;font-size:10.5px;font-weight:900;letter-spacing:.015em;line-height:1;box-shadow:0 0 0 0 rgba(255,255,255,.18),0 8px 22px rgba(4,37,80,.18);animation:ufuk-location-button-glow 2.35s ease-in-out infinite;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.ufuk-topbar__location-button:after{content:"";position:absolute;z-index:1;top:-70%;bottom:-70%;left:-36%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.96),transparent);transform:translateX(-240%) skewX(-22deg);animation:ufuk-location-button-shine 3.2s ease-in-out infinite;pointer-events:none}.ufuk-topbar__location-button:hover{color:var(--ufuk-red)!important;background:#fff;filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 0 0 3px rgba(255,255,255,.18),0 0 24px rgba(255,255,255,.72),0 10px 26px rgba(4,37,80,.2)}.ufuk-topbar__map-icon,.ufuk-topbar__location-label{position:relative;z-index:2}.ufuk-topbar__map-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:20px;min-width:14px}.ufuk-topbar__map-icon img{display:block;width:14px;height:20px;max-width:none;object-fit:contain}.ufuk-topbar__address{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#fff;font-weight:750}.ufuk-topbar__right{display:flex;align-items:center;gap:18px;white-space:nowrap;flex:0 0 auto}.ufuk-topbar__item{display:inline-flex;align-items:center;gap:8px}.ufuk-topbar__item:hover{color:#fff;filter:brightness(1.08)}
.ufuk-topbar__icon{width:16px;height:16px;min-width:16px;color:#fff;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:0}.ufuk-topbar__icon svg{width:15px;height:15px;fill:currentColor;stroke:none;position:relative;z-index:2}
@keyframes ufuk-location-button-glow{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.12),0 8px 22px rgba(4,37,80,.18)}50%{box-shadow:0 0 0 4px rgba(255,255,255,.13),0 0 25px rgba(255,255,255,.64),0 10px 25px rgba(4,37,80,.2)}}
@keyframes ufuk-location-button-shine{0%,48%{transform:translateX(-240%) skewX(-22deg)}72%,100%{transform:translateX(720%) skewX(-22deg)}}
.ufuk-topbar__social{display:inline-flex;align-items:center;gap:13px;padding-left:6px}.ufuk-social-icon{width:17px;height:17px;min-width:17px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:13px;font-weight:950;line-height:1}.ufuk-social-icon svg{width:17px;height:17px;fill:currentColor;stroke:none}.ufuk-social-icon:hover{color:#fff;transform:translateY(-1px);opacity:.82}
@media(prefers-reduced-motion:reduce){.ufuk-topbar__location-button,.ufuk-topbar__location-button:after,.ufuk-mobile-location-trigger:before{animation:none!important}.ufuk-topbar__location-button{box-shadow:0 8px 22px rgba(4,37,80,.18)}.ufuk-mobile-location-trigger:before{opacity:.18;transform:none}}

/* Header */
.ufuk-header--mockup{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid var(--ufuk-header-border)}
.ufuk-header--mockup.is-scrolled{box-shadow:0 18px 54px rgba(15,26,43,.10)}
.ufuk-header__inner{height:92px;display:grid;grid-template-columns:220px minmax(0,1fr) max-content;align-items:center;gap:18px}.brand{display:inline-flex;align-items:center;min-width:0}.brand img{height:72px;width:auto;max-width:210px;object-fit:contain}.brand span{font-weight:950;color:var(--ufuk-navy)}
.main-nav>ul{display:flex;align-items:center;justify-content:center;gap:21px;list-style:none;margin:0;padding:0}.main-nav li{position:relative}.main-nav a{display:flex;align-items:center;gap:6px;color:#182338;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.01em;line-height:1;position:relative;white-space:nowrap}.ufuk-header .main-nav>ul>li>a{height:92px}.ufuk-header .main-nav>ul>li>a:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:3px;border-radius:999px;background:var(--ufuk-red);opacity:0;transform:scaleX(.55);transition:.2s}.ufuk-header .main-nav>ul>li>a:hover,.ufuk-header .main-nav>ul>li>a.is-active,.ufuk-header .main-nav>ul>li>a.is-active-parent{color:var(--ufuk-red)}.ufuk-header .main-nav>ul>li>a:hover:after,.ufuk-header .main-nav>ul>li>a.is-active:after{opacity:1;transform:scaleX(1)}
.main-nav li.has-children>a:before{content:"";order:2;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-4px;opacity:.75}.main-nav li ul{position:absolute;left:-16px;top:100%;min-width:250px;display:none;flex-direction:column;gap:4px;padding:10px;margin:-1px 0 0;background:#fff;border:1px solid var(--ufuk-line);border-radius:16px;box-shadow:0 24px 74px rgba(15,26,43,.14);z-index:120}.main-nav li:hover>ul,.main-nav li:focus-within>ul{display:flex}.main-nav li ul a{height:auto!important;padding:12px 13px;border-radius:11px;justify-content:flex-start;text-transform:none;font-size:13px;letter-spacing:0}.main-nav li ul a:hover{background:#f7f9fc;color:var(--ufuk-red)}
.ufuk-header__cta{display:flex;align-items:center;gap:12px}.ufuk-btn,.nc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:12px;border:1px solid transparent;background:var(--ufuk-red);color:#fff;font-size:12.5px;font-weight:950;text-transform:uppercase;letter-spacing:.01em;box-shadow:0 17px 40px rgba(237,28,36,.22);cursor:pointer;position:relative;overflow:hidden;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,border-color .22s ease}.ufuk-btn:hover,.nc-btn:hover{transform:translateY(-2px);box-shadow:0 22px 54px rgba(237,28,36,.28);filter:saturate(1.06)}.ufuk-btn--ghost{background:#fff;color:#132036;border-color:#dbe2ec;box-shadow:0 12px 30px rgba(15,26,43,.07)}.ufuk-btn--navy,.ufuk-btn--whatsapp{background:var(--ufuk-navy);box-shadow:0 17px 40px rgba(15,26,43,.18)}
.ufuk-btn,button.nc-btn,.ufuk-services-v57__button,.ufuk-service-detail-v160__cta-actions a,.ufuk-reference-cta__actions a,.ufuk-products-red-cta__actions a,.ufuk-bottom-cta__actions a,.ufuk-netasus-cta__inner>a{position:relative;overflow:hidden;isolation:isolate}
.ufuk-btn:before,button.nc-btn:before,.ufuk-services-v57__button:before,.ufuk-service-detail-v160__cta-actions a:before,.ufuk-reference-cta__actions a:before,.ufuk-products-red-cta__actions a:before,.ufuk-bottom-cta__actions a:before,.ufuk-netasus-cta__inner>a:before{content:"";position:absolute;z-index:3;top:-45%;bottom:-45%;left:-32%;width:22%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(-220%) skewX(-20deg);animation:ufuk-cta-shine 5.8s ease-in-out infinite;pointer-events:none}
@keyframes ufuk-cta-shine{0%,64%{transform:translateX(-220%) skewX(-20deg)}82%,100%{transform:translateX(720%) skewX(-20deg)}}
.ufuk-btn:active,button.nc-btn:active,.ufuk-services-v57__button:active,.ufuk-service-detail-v160__cta-actions a:active,.ufuk-reference-cta__actions a:active,.ufuk-products-red-cta__actions a:active,.ufuk-bottom-cta__actions a:active,.ufuk-netasus-cta__inner>a:active{transform:translateY(0) scale(.985);filter:brightness(.97)}
@media(prefers-reduced-motion:reduce){.ufuk-btn:before,button.nc-btn:before,.ufuk-services-v57__button:before,.ufuk-service-detail-v160__cta-actions a:before,.ufuk-reference-cta__actions a:before,.ufuk-products-red-cta__actions a:before,.ufuk-bottom-cta__actions a:before,.ufuk-netasus-cta__inner>a:before{animation:none}.ufuk-btn,.nc-btn{transition:none}}
.ufuk-btn--header{height:56px;border-radius:12px;padding:0 18px;font-size:11.5px;white-space:nowrap;background:linear-gradient(135deg,var(--ufuk-blue),var(--ufuk-blue-dark));box-shadow:0 17px 40px rgba(23,105,194,.24)}.ufuk-btn-icon{width:19px;height:19px;min-width:19px;display:inline-block;background:#fff;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13.7 1.8 3.8 13.3h6.6l-1.7 9 11.5-14h-6.8l.3-6.5Z"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13.7 1.8 3.8 13.3h6.6l-1.7 9 11.5-14h-6.8l.3-6.5Z"/></svg>') center/contain no-repeat}.ufuk-btn--header:hover .ufuk-btn-icon{transform:translateX(2px) scale(1.06)}
.ufuk-mobile-location-trigger{display:none;width:auto;height:48px;min-width:0;padding:0 11px 0 9px;border:1px solid var(--ufuk-header-border);background:#fff;border-radius:14px;align-items:center;justify-content:center;gap:6px;position:relative;isolation:isolate;text-decoration:none;box-shadow:0 10px 24px rgba(16,91,174,.10);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.ufuk-mobile-location-trigger:before{content:"";position:absolute;inset:-5px;border-radius:18px;background:rgba(26,115,232,.16);box-shadow:0 0 18px rgba(66,133,244,.38);z-index:-1;animation:ufuk-mobile-location-pulse 2.15s ease-out infinite;pointer-events:none}.ufuk-mobile-location-trigger img{display:block;width:17px;height:24px;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(15,26,43,.16))}.ufuk-mobile-location-label{display:inline-block;color:var(--ufuk-blue);font-size:11.5px;font-weight:900;line-height:1;white-space:nowrap}.ufuk-mobile-location-trigger:hover{color:var(--ufuk-blue);transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 0 0 3px rgba(66,133,244,.10),0 0 24px rgba(66,133,244,.36),0 12px 28px rgba(16,91,174,.14)}@keyframes ufuk-mobile-location-pulse{0%{transform:scale(.78);opacity:.78}72%,100%{transform:scale(1.22);opacity:0}}.ufuk-menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--ufuk-header-border);background:#fff;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.ufuk-menu-toggle span{width:22px;height:2px;background:var(--ufuk-blue);border-radius:2px}.ufuk-mobile-panel{display:none}

/* Hero */
.ufuk-hero--single-bg{position:relative;overflow:visible;padding:64px 0 0;min-height:650px;background:#fff url('../../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center center/cover no-repeat}.ufuk-hero--single-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 32%,rgba(255,255,255,.24) 56%,rgba(255,255,255,0) 100%);pointer-events:none}.ufuk-hero--single-bg:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 74%);pointer-events:none}.ufuk-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:520px minmax(0,1fr);gap:48px;min-height:438px;align-items:start}.ufuk-hero__copy{padding-top:24px}.ufuk-hero-quality-badge{position:absolute;z-index:8;width:100px;height:100px;display:grid;place-items:center;color:#fff;filter:drop-shadow(0 13px 24px rgba(18,76,142,.23));pointer-events:none}.ufuk-hero-quality-badge__seal{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.ufuk-hero-quality-badge__burst{fill:#0d5ba8;stroke:rgba(255,255,255,.96);stroke-width:1.5;stroke-linejoin:round}.ufuk-hero-quality-badge__disc{fill:#1769c2;stroke:#fff;stroke-width:2}.ufuk-hero-quality-badge__ring{fill:none;stroke:rgba(255,255,255,.76);stroke-width:1.35;stroke-dasharray:2.5 3.5}.ufuk-hero-quality-badge__copy{position:relative;z-index:1;display:grid;place-items:center;gap:4px;text-align:center;text-transform:uppercase}.ufuk-hero-quality-badge__copy small{font-size:11px;line-height:1;font-weight:900;letter-spacing:.11em}.ufuk-hero-quality-badge__copy strong{font-size:16px;line-height:1;font-weight:950;letter-spacing:.045em}.ufuk-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--ufuk-section-eyebrow,var(--ufuk-heading-dark));font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;margin-bottom:14px}.ufuk-kicker:before{content:"";width:16px;height:2px;border-radius:2px;background:var(--ufuk-blue);display:none}.ufuk-hero h1{margin:0 0 18px;max-width:500px;color:var(--ufuk-blue);font-size:clamp(36px,3.35vw,48px);line-height:1.23;letter-spacing:-.052em;font-weight:950;text-transform:uppercase}.ufuk-hero h1 small{display:block;margin-bottom:6px;color:#1d2939;font-size:18px;line-height:1.42;letter-spacing:-.015em;font-weight:900}.ufuk-hero h1 strong{display:block;font-weight:950}.ufuk-hero h1 span{color:var(--ufuk-blue)}.ufuk-lead{margin:0 0 28px;color:#3f4b5e;font-size:15.5px;line-height:1.82;max-width:515px}.ufuk-hero__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ufuk-hero__actions .ufuk-btn{height:55px;padding:0 24px;border-radius:10px}.ufuk-hero__actions .ufuk-btn:after{content:"";width:16px;height:16px;background:currentColor;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="m13.2 5.2 6.8 6.8-6.8 6.8-1.7-1.7 3.9-3.9H4v-2.4h11.4l-3.9-3.9 1.7-1.7Z"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="m13.2 5.2 6.8 6.8-6.8 6.8-1.7-1.7 3.9-3.9H4v-2.4h11.4l-3.9-3.9 1.7-1.7Z"/></svg>') center/contain no-repeat;transition:transform .18s}.ufuk-hero__actions .ufuk-btn:not(.ufuk-btn--ghost):after{background:#fff}.ufuk-hero__actions .ufuk-btn--ghost{background:linear-gradient(135deg,var(--ufuk-blue),var(--ufuk-blue-dark));color:#fff;border-color:transparent;box-shadow:0 17px 40px rgba(23,105,194,.24)}.ufuk-hero__actions .ufuk-btn--ghost:after{background:#fff}.ufuk-hero__actions .ufuk-btn--ghost:hover{box-shadow:0 22px 50px rgba(23,105,194,.30)}.ufuk-hero__actions .ufuk-btn:hover:after{transform:translateX(4px)}
.ufuk-hero__visual{position:relative;min-height:430px}.ufuk-hero__badges{position:absolute;right:34px;top:30px;width:252px;display:grid;gap:14px}.ufuk-float{position:relative;display:grid;grid-template-columns:46px 1fr;align-items:center;column-gap:14px;min-height:77px;padding:15px 17px;background:rgba(255,255,255,.95);border:1px solid #e4eaf2;border-radius:17px;box-shadow:0 22px 58px rgba(15,26,43,.13);backdrop-filter:blur(16px);overflow:hidden}.ufuk-float:after{content:"";position:absolute;left:0;top:15px;bottom:15px;width:3px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,#ff555c,var(--ufuk-red))}.ufuk-float:before{content:"";grid-row:1 / span 2;justify-self:center;align-self:center;width:36px;height:36px;background:var(--ufuk-red);filter:drop-shadow(0 8px 14px rgba(237,28,36,.20));mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.ufuk-float small{display:block;color:#101828;font-size:12px;line-height:1.12;font-weight:950;text-transform:uppercase;letter-spacing:-.004em;margin-bottom:4px}.ufuk-float strong{display:block;color:#465367;font-size:11.5px;line-height:1.26;font-weight:900;text-transform:uppercase}.ufuk-float:nth-child(1):before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M15 9h34v46H15V9Zm6 6v34h22V15H21Zm5 6h12v6H26v-6Zm0 11h12v6H26v-6ZM8 18h5v8H8v-8Zm0 20h5v8H8v-8Zm43-20h5v8h-5v-8Zm0 20h5v8h-5v-8Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M15 9h34v46H15V9Zm6 6v34h22V15H21Zm5 6h12v6H26v-6Zm0 11h12v6H26v-6ZM8 18h5v8H8v-8Zm0 20h5v8H8v-8Zm43-20h5v8h-5v-8Zm0 20h5v8h-5v-8Z"/></svg>')}.ufuk-float:nth-child(2):before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M36 4 13 35h15l-3 25 26-34H35l1-22Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M36 4 13 35h15l-3 25 26-34H35l1-22Z"/></svg>')}.ufuk-float:nth-child(3):before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M18 5h21l11 11v43H18V5Zm18 5v11h11L36 10ZM25 30h18v5H25v-5Zm0 10h18v5H25v-5Zm0 10h12v5H25v-5Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M18 5h21l11 11v43H18V5Zm18 5v11h11L36 10ZM25 30h18v5H25v-5Zm0 10h18v5H25v-5Zm0 10h12v5H25v-5Z"/></svg>')}.ufuk-float:nth-child(4):before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 4 54 13v15c0 15-9.3 26.6-22 32C19.3 54.6 10 43 10 28V13l22-9Zm-3 38 15-15-5-5-10 10-4-4-5 5 9 9Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 4 54 13v15c0 15-9.3 26.6-22 32C19.3 54.6 10 43 10 28V13l22-9Zm-3 38 15-15-5-5-10 10-4-4-5 5 9 9Z"/></svg>')}
.ufuk-metrics{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px;background:#1769c2;border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 22px 58px rgba(7,24,46,.20);overflow:hidden}.ufuk-metric{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:15px;min-height:80px;padding:18px 34px;border-right:1px solid rgba(255,255,255,.14)}.ufuk-metric:last-child{border-right:0}.ufuk-metric i{display:block;width:34px;height:34px;background:#fff;font-size:0;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.ufuk-metric strong{display:block;color:#fff;font-size:15px;font-weight:950;line-height:1.15}.ufuk-metric span{display:block;color:#dbe9fa;font-size:12px;font-weight:780;line-height:1.22;margin-top:3px}.ufuk-metric:nth-child(1) i{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M18 6h7v8h14V6h7v8h8v42H10V14h8V6Zm29 21H17v22h30V27Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M18 6h7v8h14V6h7v8h8v42H10V14h8V6Zm29 21H17v22h30V27Z"/></svg>')}.ufuk-metric:nth-child(2) i{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M36 4 13 35h15l-3 25 26-34H35l1-22Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M36 4 13 35h15l-3 25 26-34H35l1-22Z"/></svg>')}.ufuk-metric:nth-child(3) i{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 6a26 26 0 1 0 0 52 26 26 0 0 0 0-52Zm4 29 10 6-4 6-14-9V17h8v18Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 6a26 26 0 1 0 0 52 26 26 0 0 0 0-52Zm4 29 10 6-4 6-14-9V17h8v18Z"/></svg>')}.ufuk-metric:nth-child(4) i{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 4 54 13v15c0 15-9.3 26.6-22 32C19.3 54.6 10 43 10 28V13l22-9Zm-3 38 15-15-5-5-10 10-4-4-5 5 9 9Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 4 54 13v15c0 15-9.3 26.6-22 32C19.3 54.6 10 43 10 28V13l22-9Zm-3 38 15-15-5-5-10 10-4-4-5 5 9 9Z"/></svg>')}

/* Sections */
.ufuk-section{padding:72px 0}.ufuk-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:28px}.ufuk-section-head h2,.ufuk-big-title{margin:0;color:var(--ufuk-section-title,var(--ufuk-heading-blue));font-size:clamp(28px,3.2vw,42px);line-height:1.12;letter-spacing:-.046em;font-weight:950}.ufuk-section-head p,.ufuk-side-intro p{margin:0;color:var(--ufuk-muted);max-width:560px;font-size:14px;line-height:1.78}.ufuk-inline-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:var(--ufuk-red);font-size:12px;font-weight:950;text-transform:uppercase}.ufuk-inline-link:after{content:"→";transition:transform .18s}.ufuk-inline-link:hover:after{transform:translateX(4px)}.ufuk-grid{display:grid;gap:18px}.ufuk-grid--3{grid-template-columns:repeat(3,1fr)}.ufuk-grid--4{grid-template-columns:repeat(4,1fr)}.ufuk-grid--7{grid-template-columns:repeat(7,1fr)}

/* Merkezi iki kademeli başlık sistemi: açık zeminde koyu etiket + mavi başlık; koyu zeminde beyaz. */
.ufuk-section--dark{--ufuk-section-eyebrow:var(--ufuk-heading-on-dark);--ufuk-section-title:var(--ufuk-heading-on-dark)}
.ufuk-section--dark .ufuk-kicker,.ufuk-section--dark .ufuk-section-head h2,.ufuk-section--dark .ufuk-big-title,.ufuk-section--dark .ufuk-side-intro h2,.ufuk-section--dark .ufuk-service-intro h2{color:var(--ufuk-heading-on-dark)}

/* Products */
.ufuk-products-section{padding-top:64px}
.ufuk-split-products{display:grid;grid-template-columns:330px minmax(0,1fr);gap:42px;align-items:start}
.ufuk-side-intro h2{margin:0 0 12px;color:var(--ufuk-section-title,var(--ufuk-heading-blue));font-size:clamp(26px,2.8vw,38px);line-height:1.14;letter-spacing:-.035em;font-weight:700}
.ufuk-wireframe{position:relative;margin-top:22px;min-height:205px;opacity:.82;pointer-events:none;overflow:visible}
.ufuk-wireframe img{width:118%;max-width:none;margin-left:-18%;max-height:235px;object-fit:contain;opacity:.42;filter:saturate(.75) contrast(.9)}
.nc-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.nc-product-card{position:relative;display:flex;flex-direction:column;min-height:432px;background:#fff;border:1px solid var(--ufuk-line);border-radius:18px;box-shadow:0 20px 54px rgba(15,26,43,.075);overflow:hidden;transition:.24s}
.nc-product-card:hover{transform:translateY(-5px);box-shadow:0 30px 76px rgba(15,26,43,.12)}
.nc-product-card>img{width:100%;height:222px;object-fit:contain;background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%);padding:20px}
.nc-product-card>div{display:flex;flex:1;flex-direction:column;padding:0 25px 25px}
.nc-product-card small{align-self:flex-start;margin:-30px 0 18px;padding:9px 12px;background:linear-gradient(135deg,var(--ufuk-blue-dark),var(--ufuk-blue));color:#fff;border-radius:7px;font-size:11px;font-weight:700;line-height:1;text-transform:none;box-shadow:0 12px 26px rgba(23,105,194,.20);position:relative;z-index:2;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.nc-product-card h3{margin:0 0 11px;color:#101828;font-size:20px;line-height:1.18;letter-spacing:-.025em;font-weight:700}
.nc-product-card p{margin:0 0 18px;color:#4f5b6e;font-size:13px;line-height:1.68}
.nc-product-card .nc-btn{align-self:flex-start;margin-top:auto;min-height:42px;padding:0 15px;background:var(--ufuk-red);color:#fff;border:1px solid var(--ufuk-red);border-radius:10px;box-shadow:0 12px 28px rgba(237,28,36,.18);justify-content:center;gap:9px;text-transform:uppercase;font-size:11.5px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.nc-product-card .nc-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.nc-product-card:hover .nc-btn{background:var(--ufuk-red-dark);box-shadow:0 16px 34px rgba(237,28,36,.24)}.nc-product-card:hover .nc-btn svg{transform:translateX(3px)}

/* Services */
.ufuk-services-section{padding-top:24px}.ufuk-services-row{display:block}.ufuk-service-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:34px;margin-bottom:26px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.ufuk-service-intro__copy{max-width:820px}.ufuk-service-intro h2{margin:5px 0 10px;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.04em;color:var(--ufuk-section-title,var(--ufuk-heading-blue))}.ufuk-service-intro p{max-width:760px;margin:0;color:var(--ufuk-muted);font-size:14px;line-height:1.75}.ufuk-service-intro>.ufuk-inline-link{align-self:end;margin:0 0 4px;white-space:nowrap}.ufuk-services-list{min-width:0}.nc-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.nc-service-card{position:relative;display:grid;grid-template-columns:132px minmax(0,1fr);align-items:stretch;min-height:184px;background:#fff;border:1px solid var(--ufuk-line);border-radius:18px;box-shadow:0 18px 48px rgba(15,26,43,.06);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.nc-service-card:hover{transform:translateY(-4px);border-color:rgba(23,105,194,.20);box-shadow:0 26px 64px rgba(15,26,43,.11)}.nc-service-card-img{min-height:184px;background:#eef3f8;overflow:hidden}.nc-service-card-img img{display:block;width:100%;height:100%;min-height:184px;object-fit:cover;transition:transform .38s ease}.nc-service-card:hover .nc-service-card-img img{transform:scale(1.045)}.nc-service-card-body{display:flex;flex-direction:column;min-width:0;padding:18px}.nc-service-card-icon{width:38px;height:38px;margin:0 0 10px;background:var(--ufuk-red);font-size:0;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.nc-service-card:nth-child(1) .nc-service-card-icon{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M20 9h24v46H20V9Zm6 6v34h12V15H26Zm-11 7h4v6h-4v-6Zm0 14h4v6h-4v-6Zm30-14h4v6h-4v-6Zm0 14h4v6h-4v-6Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M20 9h24v46H20V9Zm6 6v34h12V15H26Zm-11 7h4v6h-4v-6Zm0 14h4v6h-4v-6Zm30-14h4v6h-4v-6Zm0 14h4v6h-4v-6Z"/></svg>')}.nc-service-card:nth-child(2) .nc-service-card-icon{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M12 16h40v30H12V16Zm6 6v18h28V22H18Zm8 27h12v6H26v-6Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M12 16h40v30H12V16Zm6 6v18h28V22H18Zm8 27h12v6H26v-6Z"/></svg>')}.nc-service-card:nth-child(3) .nc-service-card-icon{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M36 4 13 35h15l-3 25 26-34H35l1-22Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M36 4 13 35h15l-3 25 26-34H35l1-22Z"/></svg>')}.nc-service-card:nth-child(4) .nc-service-card-icon{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 4 54 13v15c0 15-9.3 26.6-22 32C19.3 54.6 10 43 10 28V13l22-9Zm-3 38 15-15-5-5-10 10-4-4-5 5 9 9Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M32 4 54 13v15c0 15-9.3 26.6-22 32C19.3 54.6 10 43 10 28V13l22-9Zm-3 38 15-15-5-5-10 10-4-4-5 5 9 9Z"/></svg>')}.nc-service-card:nth-child(5) .nc-service-card-icon{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M14 12h12v40H14V12Zm24 0h12v40H38V12ZM28 22h8v8h-8v-8Zm0 12h8v8h-8v-8Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M14 12h12v40H14V12Zm24 0h12v40H38V12ZM28 22h8v8h-8v-8Zm0 12h8v8h-8v-8Z"/></svg>')}.nc-service-card:nth-child(6) .nc-service-card-icon{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M20 8h24v18H20V8Zm-6 24h36v22H14V32Zm10 6v10h16V38H24ZM8 12h8v8H8v-8Zm40 0h8v8h-8v-8Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M20 8h24v18H20V8Zm-6 24h36v22H14V32Zm10 6v10h16V38H24ZM8 12h8v8H8v-8Zm40 0h8v8h-8v-8Z"/></svg>')}.nc-service-card h3{margin:0 0 7px;color:#101828;font-size:17px;line-height:1.22;font-weight:800}.nc-service-card h3 a{color:inherit;text-decoration:none}.nc-service-card p{display:-webkit-box;margin:0 0 12px;color:#596579;font-size:12.5px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nc-service-more{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:auto;color:var(--ufuk-red);font-size:11px;font-weight:850;text-transform:uppercase;text-decoration:none}.nc-service-more:after{content:"→";transition:transform .18s}.nc-service-more:hover:after{transform:translateX(3px)}
@media(max-width:1080px){.ufuk-service-intro{grid-template-columns:1fr}.ufuk-service-intro>.ufuk-inline-link{justify-self:start}.nc-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ufuk-services-section{padding-top:10px}.ufuk-service-intro{gap:16px;margin-bottom:20px}.ufuk-service-intro h2{font-size:28px}.nc-services-grid{grid-template-columns:1fr;gap:14px}.nc-service-card{grid-template-columns:118px minmax(0,1fr);min-height:168px}.nc-service-card-img,.nc-service-card-img img{min-height:168px}.nc-service-card-body{padding:16px}.nc-service-card h3{font-size:16px}}

/* Quality */
.ufuk-about-cta{background:var(--ufuk-red);color:#fff!important;box-shadow:0 17px 40px rgba(237,28,36,.24)}.ufuk-about-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s}.ufuk-about-cta:hover svg{transform:translateX(4px)}
.ufuk-about-section{padding-top:28px}.ufuk-about{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:56px;align-items:center}.ufuk-image-panel{position:relative;border-radius:18px;overflow:hidden;background:#0d1727;box-shadow:var(--ufuk-shadow-strong)}.ufuk-video-panel video{width:100%;height:430px;object-fit:cover}.ufuk-video-panel:before{content:"";position:absolute;left:50%;top:50%;width:74px;height:74px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 24px 54px rgba(15,26,43,.22);z-index:3}.ufuk-video-panel:after{content:"";position:absolute;left:calc(50% + 3px);top:50%;transform:translate(-50%,-50%);width:0;height:0;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:19px solid var(--ufuk-red);z-index:4}.ufuk-video-panel.is-playing:before,.ufuk-video-panel.is-playing:after{display:none}.ufuk-area-badge{position:absolute;right:20px;bottom:20px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;background:#0e192a;color:#fff;border-radius:14px;padding:13px 16px;box-shadow:0 18px 40px rgba(15,26,43,.24)}.ufuk-area-badge:before{content:"";width:36px;height:36px;background:var(--ufuk-red);mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M10 54V20h12V10h20v18h12v26H10Zm18-32v32h8V22h-8Zm-12 8v24h6V30h-6Zm26 4v20h6V34h-6Z"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="black" d="M10 54V20h12V10h20v18h12v26H10Zm18-32v32h8V22h-8Zm-12 8v24h6V30h-6Zm26 4v20h6V34h-6Z"/></svg>') center/contain no-repeat}.ufuk-area-badge strong{display:block;font-size:23px;line-height:1;font-weight:950}.ufuk-area-badge span{font-size:12px;font-weight:850}.ufuk-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px;margin:22px 0 24px}.ufuk-check{display:flex;align-items:flex-start;gap:9px;color:#334155;font-size:14px;font-weight:780}.ufuk-check b{color:var(--ufuk-red)}.ufuk-mini-dark-metrics{display:flex;margin-top:24px;background:#1769c2;border:1px solid rgba(255,255,255,.14);border-radius:14px;box-shadow:0 20px 54px rgba(7,24,46,.22);overflow:hidden}.ufuk-mini-dark-metrics span{flex:1;color:#dbe9fa;padding:18px 20px;border-right:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:760}.ufuk-mini-dark-metrics span:last-child{border-right:0}.ufuk-mini-dark-metrics b{display:block;color:#fff;font-size:20px;line-height:1.05}

/* Animasyon reklam filmi */
.ufuk-ad-film{position:relative;overflow:hidden;background:linear-gradient(135deg,#07182e 0%,#0d315f 58%,#1769c2 100%);color:#fff}
.ufuk-ad-film:before{content:"";position:absolute;inset:-35% auto auto 52%;width:620px;height:620px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 86px rgba(255,255,255,.035),0 0 0 172px rgba(255,255,255,.025);pointer-events:none}
.ufuk-ad-film__grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:72px}
.ufuk-ad-film__copy{max-width:570px;padding:10px 0}

.ufuk-ad-film__copy h2{margin:0 0 18px;color:#fff;font-size:clamp(30px,3vw,43px);line-height:1.13;letter-spacing:-.045em;font-weight:950}
.ufuk-ad-film__copy h2 span{display:block;color:#fff}
.ufuk-ad-film__copy p{margin:0;max-width:560px;color:#dbe9fa;font-size:15px;line-height:1.78}
.ufuk-ad-film__tags{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 28px}
.ufuk-ad-film__tags span{padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:11px;font-weight:850}
.ufuk-ad-film__actions{display:flex;flex-wrap:wrap;gap:12px}
.ufuk-ad-film__actions .ufuk-btn--ghost{background:linear-gradient(135deg,#2f8cff,#1769c2);border-color:rgba(255,255,255,.38);color:#fff;box-shadow:0 16px 36px rgba(0,55,130,.34)}.ufuk-ad-film__actions .ufuk-btn--ghost:hover{border-color:rgba(255,255,255,.62);box-shadow:0 22px 48px rgba(0,55,130,.44)}
.ufuk-ad-film__media{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:center;gap:18px;min-width:0}
.ufuk-ad-film__video{position:relative;padding:8px;border:1px solid rgba(255,255,255,.20);border-radius:30px;background:#030b16;box-shadow:0 34px 80px rgba(1,9,22,.38)}
.ufuk-ad-film__video:before{content:"";position:absolute;left:50%;top:12px;width:58px;height:5px;transform:translateX(-50%);border-radius:999px;background:rgba(255,255,255,.18);z-index:2;pointer-events:none}
.ufuk-ad-film__video video{width:100%;aspect-ratio:272/480;object-fit:cover;border-radius:23px;background:#000}
.ufuk-ad-film__photos{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:168px 168px;gap:12px}
.ufuk-ad-film__photos a{display:block;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:17px;box-shadow:0 24px 55px rgba(1,9,22,.24);cursor:zoom-in}
.ufuk-ad-film__photos a:first-child{grid-row:1/3}
.ufuk-ad-film__photos img{width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:transform .24s ease,filter .24s ease}
.ufuk-ad-film__photos a:hover img,.ufuk-ad-film__photos a:focus-visible img{transform:scale(1.035);filter:brightness(1.05)}
@media(max-width:1050px){.ufuk-ad-film__grid{grid-template-columns:1fr;gap:42px}.ufuk-ad-film__copy{max-width:720px}.ufuk-ad-film__media{grid-template-columns:230px minmax(0,1fr);max-width:760px}}
@media(max-width:640px){.ufuk-ad-film{padding:48px 0}.ufuk-ad-film__grid{gap:30px}.ufuk-ad-film__copy h2{font-size:31px}.ufuk-ad-film__copy p{font-size:14px}.ufuk-ad-film__actions{display:grid;grid-template-columns:1fr}.ufuk-ad-film__media{grid-template-columns:1fr;gap:14px}.ufuk-ad-film__video{width:100%;max-width:none;margin-inline:0}.ufuk-ad-film__photos{grid-template-rows:118px 118px}.ufuk-ad-film__photos a:first-child{grid-row:1/3}}

/* Lab */
.ufuk-lab--light{background:#fff;padding:68px 0 64px}
.ufuk-lab--light .ufuk-section-head{align-items:end;margin-bottom:24px}
.ufuk-lab--light .ufuk-section-head h2{font-size:31px;font-weight:700;letter-spacing:-.035em;line-height:1.18}
.ufuk-lab--light .ufuk-grid--7{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}
.ufuk-test-card{position:relative;min-height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:13px;padding:22px 12px 20px;background:#fff;border:1px solid #dfe7f1;border-radius:16px;box-shadow:0 18px 48px rgba(15,26,43,.055);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ufuk-test-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(237,28,36,.055),transparent 46%);opacity:0;transition:.22s;pointer-events:none}
.ufuk-test-card:hover{transform:translateY(-4px);border-color:#d4deeb;box-shadow:0 26px 64px rgba(15,26,43,.095)}
.ufuk-test-card:hover:after{opacity:1}
.ufuk-test-card i{display:none!important}
.ufuk-test-icon{position:relative;z-index:1;width:44px;height:44px;display:grid;place-items:center;margin-bottom:2px;color:#11233b}
.ufuk-test-icon svg{width:44px;height:44px;display:block;overflow:visible}
.ufuk-test-icon .navy{fill:none;stroke:#11233b;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.ufuk-test-icon .red{fill:none;stroke:#ed1c24;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}
.ufuk-test-icon .red-fill{fill:#ed1c24;stroke:none}
.ufuk-test-card strong{position:relative;z-index:1;display:block;color:#071427!important;font-size:12px;line-height:1.34;font-weight:700;letter-spacing:-.018em;max-width:145px}
.ufuk-test-card span{display:block;color:#596579;font-size:13px}

.ufuk-lab-page .ufuk-test-card{align-items:flex-start;text-align:left}.ufuk-lab-page .ufuk-test-card:before{display:none}
.ufuk-lab:not(.ufuk-lab--light),.ufuk-lab-page{background:#fff;color:var(--ufuk-ink)}.ufuk-lab-page .ufuk-test-card{align-items:flex-start;text-align:left}.ufuk-lab-page .ufuk-test-card:before{display:none}

/* Reference + certificates */
.ufuk-ref-section{padding:58px 0 48px;background:#fff}
.ufuk-ref-layout{display:grid;grid-template-columns:270px minmax(430px,1fr) 408px;gap:30px;align-items:center}
.ufuk-ref-layout .ufuk-side-intro h2{font-size:25px;line-height:1.16;font-weight:700;letter-spacing:-.028em}
.ufuk-logo-marquee{overflow:hidden;background:#fff;border:1px solid var(--ufuk-line);border-radius:17px;box-shadow:0 18px 48px rgba(15,26,43,.055)}
.ufuk-logo-track{display:flex;width:max-content;animation:ufukMarquee 36s linear infinite}
.ufuk-logo-card{height:116px;width:193px;flex:0 0 193px;display:flex;align-items:center;justify-content:center;padding:17px 24px;border-right:1px solid var(--ufuk-line);background:#fff}
.ufuk-logo-card img{max-width:100%;max-height:74px;object-fit:contain;filter:saturate(1.06) contrast(1.02)}
.ufuk-cert-slider{width:408px;max-width:408px;overflow:hidden;padding:0 0 2px}
.ufuk-cert-track{display:flex;gap:16px;width:max-content;animation:ufukCertMarquee 21s linear infinite}
.ufuk-cert-card{flex:0 0 196px;width:196px;min-height:236px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#fff;border:1px solid var(--ufuk-line);border-radius:16px;box-shadow:0 16px 42px rgba(15,26,43,.07);padding:14px 12px;text-align:center;overflow:hidden}
.ufuk-cert-card img{height:174px;width:132px;object-fit:contain}
.ufuk-cert-card span{font-size:11.2px;font-weight:700;color:#334155;text-align:center;line-height:1.22}
.ufuk-ref-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.ufuk-ref-grid .ufuk-logo-card{width:auto;height:112px;border:1px solid var(--ufuk-line);border-radius:15px}.ufuk-ref-grid .ufuk-logo-card img{max-height:72px}
.ufuk-cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ufuk-cert-grid>a{display:block;background:#fff;color:inherit;border:1px solid var(--ufuk-line);border-radius:18px;box-shadow:var(--ufuk-shadow);padding:18px;text-align:center;cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ufuk-cert-grid>a:hover{transform:translateY(-3px);border-color:#cbd8e8;box-shadow:0 28px 68px rgba(15,26,43,.12)}.ufuk-cert-grid>a:focus-visible{outline:3px solid rgba(23,105,194,.28);outline-offset:4px}.ufuk-cert-grid img{height:390px;width:100%;object-fit:contain;background:#f7f9fc;border-radius:12px;padding:12px}.ufuk-cert-grid h3{margin:14px 0 4px;font-size:18px;font-weight:700}.ufuk-cert-grid p{margin:0;color:var(--ufuk-muted)}
@keyframes ufukMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes ufukCertMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Reviews */
.ufuk-reviews-section{padding:58px 0;background:#f8fafc;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.ufuk-reviews-section .ufuk-section-head h2{font-size:32px}.ufuk-google-rating{width:168px;height:auto;margin-top:12px}.ufuk-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ufuk-review-card{display:flex;flex-direction:column;gap:11px;background:#fff;border:1px solid var(--ufuk-line);border-radius:17px;box-shadow:0 18px 46px rgba(15,26,43,.055);padding:23px 24px}.ufuk-stars{color:#f59e0b;letter-spacing:1px;font-size:15px}.ufuk-review-card p{margin:0;color:#344054;font-size:14px;line-height:1.72}.ufuk-review-card strong{margin-top:auto;color:#101828}.ufuk-review-card small{color:var(--ufuk-muted);font-weight:800}


/* CTA */
.ufuk-bottom-cta.ufuk-bottom-cta--mockup{position:relative;isolation:isolate;background:linear-gradient(180deg,#fff 0%,#f7fbff 58%,var(--ufuk-blue-soft) 100%);border-top:1px solid #d9e9fb;padding:0;overflow:hidden}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup:before{content:"";position:absolute;left:0;right:0;bottom:0;height:50px;z-index:-1;background:linear-gradient(180deg,rgba(248,250,253,.1),#eef2f7)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__box{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 612px;align-items:center;gap:32px;min-height:128px;padding:24px 0 22px;border-top:1px solid #dde5ef}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__box:after{content:"";position:absolute;right:384px;top:24px;width:222px;height:78px;border-radius:12px;background:linear-gradient(135deg,#f2f5f9 0%,#fff 56%,#edf2f7 100%);box-shadow:0 16px 40px rgba(15,26,43,.05);transform:skewX(-31deg);z-index:-1}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__text{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:18px;min-width:0}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon{width:78px;height:78px;border-radius:50%;position:relative;background:transparent;border:0;box-shadow:none;display:block;margin:0}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon:before{content:"";position:absolute;inset:7px;border-radius:50%;border:2px solid rgba(237,28,36,.42);border-left-color:transparent;transform:rotate(-35deg)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon:after{content:"";position:absolute;inset:15px;border-radius:50%;background:#fff;border:1px solid rgba(237,28,36,.18);box-shadow:0 18px 38px rgba(237,28,36,.14)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon span{position:absolute;inset:0;z-index:2;display:block}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon span:before{content:"";position:absolute;left:24px;top:24px;width:29px;height:29px;background:#ed1c24;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.3-.3.74-.4 1.14-.27 1.25.41 2.6.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.8 21.23 2.77 13.2 2.77 3.5c0-.61.49-1.1 1.1-1.1h3.5c.61 0 1.1.49 1.1 1.1 0 1.38.22 2.7.63 3.96.13.39.03.83-.27 1.13l-2.21 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.3-.3.74-.4 1.14-.27 1.25.41 2.6.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.8 21.23 2.77 13.2 2.77 3.5c0-.61.49-1.1 1.1-1.1h3.5c.61 0 1.1.49 1.1 1.1 0 1.38.22 2.7.63 3.96.13.39.03.83-.27 1.13l-2.21 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon span:after{content:"";position:absolute;inset:2px;border-radius:50%;border:2px solid rgba(237,28,36,.18);border-top-color:transparent;border-right-color:transparent;transform:rotate(-18deg)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup h2{margin:0 0 6px;color:var(--ufuk-blue-dark);font-size:23px;line-height:1.08;letter-spacing:-.035em;font-weight:700;max-width:610px;text-transform:none}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup h2 span{color:inherit;font-style:normal;font-weight:700}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup h2 em{color:inherit;font-style:normal;font-weight:700}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup p{margin:0;color:#526176;font-size:13px;line-height:1.45;font-weight:400}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__actions{display:grid;grid-template-columns:repeat(3,minmax(0,196px));gap:12px;justify-content:end;align-items:center}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;column-gap:12px;height:60px;min-height:60px;border-radius:12px;padding:0 16px;text-transform:uppercase;font-size:12px;line-height:1.15;font-weight:700;letter-spacing:.005em;overflow:hidden;box-shadow:none;isolation:isolate}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn__icon{position:relative;z-index:1;width:42px;height:42px;min-width:42px;display:grid;place-items:center}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn__label{position:relative;z-index:1;display:grid;gap:2px;text-align:left;align-content:center}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn__label small{display:block;color:rgba(255,255,255,.9);font-size:10.5px;line-height:1.05;font-weight:700;white-space:nowrap}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn__label strong{display:block;font-size:12px;line-height:1.05;font-weight:700}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone{clip-path:polygon(17px 0,100% 0,100% 100%,0 100%);background:linear-gradient(135deg,#ff2731 0%,#ed1c24 65%,#c7131b 100%);box-shadow:0 24px 54px rgba(237,28,36,.25)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone:after{content:"";position:absolute;left:-72px;top:0;bottom:0;width:80px;background:rgba(255,255,255,.15);transform:skewX(-24deg);transition:transform .55s ease;z-index:0}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone:hover:after{transform:translateX(340px) skewX(-24deg)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone .ufuk-btn__icon{border-radius:50%;border:2px solid rgba(255,255,255,.45)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone .ufuk-btn__icon:before{content:"";width:21px;height:21px;background:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.3-.3.74-.4 1.14-.27 1.25.41 2.6.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.8 21.23 2.77 13.2 2.77 3.5c0-.61.49-1.1 1.1-1.1h3.5c.61 0 1.1.49 1.1 1.1 0 1.38.22 2.7.63 3.96.13.39.03.83-.27 1.13l-2.21 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.3-.3.74-.4 1.14-.27 1.25.41 2.6.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.8 21.23 2.77 13.2 2.77 3.5c0-.61.49-1.1 1.1-1.1h3.5c.61 0 1.1.49 1.1 1.1 0 1.38.22 2.7.63 3.96.13.39.03.83-.27 1.13l-2.21 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--whatsapp{background:linear-gradient(135deg,#0a1525 0%,#13243b 100%);box-shadow:0 18px 42px rgba(15,26,43,.18)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--whatsapp .ufuk-btn__icon{border-radius:50%;background:#25d366;box-shadow:inset 0 0 0 5px rgba(255,255,255,.11),0 8px 20px rgba(37,211,102,.32)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--whatsapp .ufuk-btn__icon:before{content:none}.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--whatsapp .ufuk-btn__icon svg{display:block;width:24px;height:24px;color:#fff;fill:currentColor}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--map{background:#f5f7fb;color:#101828;border-color:#dce4ee;box-shadow:0 16px 38px rgba(15,26,43,.06)}
.ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--map .ufuk-btn__icon:before{content:"";width:30px;height:30px;background:#ed1c24;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16 2.8A10.2 10.2 0 0 0 5.8 13c0 8.75 10.2 16.2 10.2 16.2S26.2 21.75 26.2 13A10.2 10.2 0 0 0 16 2.8Zm0 13.7a3.8 3.8 0 1 1 0-7.6 3.8 3.8 0 0 1 0 7.6Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16 2.8A10.2 10.2 0 0 0 5.8 13c0 8.75 10.2 16.2 10.2 16.2S26.2 21.75 26.2 13A10.2 10.2 0 0 0 16 2.8Zm0 13.7a3.8 3.8 0 1 1 0-7.6 3.8 3.8 0 0 1 0 7.6Z'/%3E%3C/svg%3E") center/contain no-repeat}

@media(max-width:1180px){
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__box{grid-template-columns:1fr;gap:22px}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__box:after{display:none}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__actions{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;justify-content:stretch}
}
@media(max-width:820px){
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__box{grid-template-columns:1fr;min-height:auto;padding:20px 0;gap:14px;text-align:center}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__text{grid-template-columns:1fr;gap:10px}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon{width:72px;height:72px;margin:0 auto}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__phone-icon span:before{left:22px;top:22px}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-bottom-cta__actions{grid-template-columns:1fr;gap:10px;width:100%}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn{width:100%;grid-template-columns:42px minmax(0,132px);justify-content:center}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone{clip-path:none;border-radius:12px}
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup .ufuk-btn--cta-phone:after{content:none}
}
@media(max-width:520px){
  .ufuk-bottom-cta.ufuk-bottom-cta--mockup h2{font-size:21px;line-height:1.2}
}

/* Footer */
.ufuk-footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#07182e 0%,#0d315f 58%,#1769c2 100%);color:#d8e2f4;padding:58px 0 24px}
.ufuk-footer:before{content:"";position:absolute;inset:-35% auto auto 52%;width:620px;height:620px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 86px rgba(255,255,255,.035),0 0 0 172px rgba(255,255,255,.025);pointer-events:none}
.ufuk-footer .ufuk-container{position:relative}.ufuk-footer__grid{display:grid;grid-template-columns:1.08fr .62fr .88fr 1.22fr;gap:48px;align-items:start}.ufuk-footer__brand{padding-right:12px}.ufuk-footer .brand img{height:68px;filter:brightness(0) invert(1) drop-shadow(0 14px 24px rgba(0,0,0,.18))}.ufuk-footer__brand p{max-width:320px;margin:16px 0 14px;color:#d2dceb;font-size:13.2px;line-height:1.78}.ufuk-footer__badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.095);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:11px;font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.ufuk-footer__social{display:flex;gap:11px;margin-top:16px}.ufuk-footer__social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(0,0,0,.16);font-size:13px;font-weight:700;line-height:1}.ufuk-footer__social a svg{width:19px;height:19px;display:block;fill:currentColor;stroke:none}.ufuk-footer__social a:hover{background:rgba(237,28,36,.95);border-color:rgba(237,28,36,.95);color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px rgba(237,28,36,.26)}
.ufuk-footer h4{margin:0 0 18px;color:#fff;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.075em;position:relative;padding-bottom:12px}.ufuk-footer h4:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;border-radius:999px;background:var(--ufuk-red)}.ufuk-footer ul,.ufuk-footer .main-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.ufuk-footer .main-nav>ul{display:grid;gap:9px;justify-content:start}.ufuk-footer .main-nav a,.ufuk-footer li,.ufuk-footer p{color:#cbd7ea;font-size:13.2px;line-height:1.62;font-weight:400}.ufuk-footer a:hover{color:#fff}.ufuk-footer .main-nav li ul{display:none!important}.ufuk-footer .main-nav a,.ufuk-footer ul a{display:inline-flex;align-items:center;gap:8px}.ufuk-footer .main-nav a:before,.ufuk-footer ul:not(.ufuk-footer__contact) a:before{content:"";width:5px;height:5px;border-radius:50%;background:rgba(237,28,36,.85);opacity:.8}.ufuk-footer__contact{gap:11px!important}.ufuk-footer__contact li{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start}.ufuk-footer__contact li:before{content:"";width:17px;height:17px;margin-top:2px;background:var(--ufuk-red);filter:drop-shadow(0 6px 12px rgba(237,28,36,.28));-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a7 7 0 0 0-7 7c0 6 7 13 7 13s7-7 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z"/></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a7 7 0 0 0-7 7c0 6 7 13 7 13s7-7 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z"/></svg>') center/contain no-repeat}.ufuk-footer__contact li:nth-child(-n+4):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="m6.4 2.5 3.5 3.6c.6.6.7 1.5.2 2.2L8.8 10a15.5 15.5 0 0 0 5.2 5.2l1.7-1.3c.7-.5 1.6-.4 2.2.2l3.6 3.5c.6.6.7 1.7.1 2.4-1 1.3-2.6 2-4.3 1.8C9.2 20.9 3.1 14.8 2.2 6.7 2 5 2.7 3.4 4 2.4c.7-.6 1.8-.5 2.4.1Z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="m6.4 2.5 3.5 3.6c.6.6.7 1.5.2 2.2L8.8 10a15.5 15.5 0 0 0 5.2 5.2l1.7-1.3c.7-.5 1.6-.4 2.2.2l3.6 3.5c.6.6.7 1.7.1 2.4-1 1.3-2.6 2-4.3 1.8C9.2 20.9 3.1 14.8 2.2 6.7 2 5 2.7 3.4 4 2.4c.7-.6 1.8-.5 2.4.1Z"/></svg>')}.ufuk-footer__contact li:nth-child(5):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 5h18v14H3V5Zm2 3.1 7 4.7 7-4.7V7l-7 4.7L5 7v1.1Z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 5h18v14H3V5Zm2 3.1 7 4.7 7-4.7V7l-7 4.7L5 7v1.1Z"/></svg>')}.ufuk-footer__bottom{display:flex;justify-content:space-between;gap:24px;margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);color:#aebbd0;font-size:12px}

/* Inner pages, listings, forms */
.ufuk-inner-hero{padding:52px 0;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #eef2f7;overflow:hidden}.ufuk-inner-hero__grid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:center}.ufuk-inner-hero h1{margin:0 0 10px;color:#101828;font-size:clamp(30px,3.5vw,46px);line-height:1.1;letter-spacing:-.05em}.ufuk-inner-hero p{max-width:680px;color:var(--ufuk-muted);margin:0}.ufuk-inner-hero__visual{opacity:.34}.ufuk-inner-hero__visual img{max-height:180px;object-fit:contain;margin-left:auto}.ufuk-page-section{padding:58px 0}.ufuk-card,.nc-listing-card{background:#fff;border:1px solid var(--ufuk-line);border-radius:18px;box-shadow:var(--ufuk-shadow);padding:24px}.ufuk-card h3{margin:0 0 10px;color:#101828;font-size:20px}.ufuk-card p{color:var(--ufuk-muted)}.ufuk-dark-object{background:linear-gradient(135deg,#0e192a,#16233a);color:#fff}.ufuk-dark-object p,.ufuk-dark-object a{color:#d8e2f4}.ufuk-about-policy{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:28px}.ufuk-mini-dark-metrics--wide{display:grid;grid-template-columns:repeat(4,1fr)}.ufuk-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ufuk-map-embed{margin-top:24px;border-radius:18px;overflow:hidden;box-shadow:var(--ufuk-shadow);border:1px solid var(--ufuk-line)}.ufuk-map-embed iframe{width:100%;height:420px;display:block}.nc-contact-form-inline{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.nc-contact-form-inline label{display:grid;gap:6px;font-size:13px;font-weight:850;color:#344054}.nc-contact-form-inline input,.nc-contact-form-inline textarea{width:100%;border:1px solid var(--ufuk-line);border-radius:12px;padding:13px 14px;background:#fff;color:#101828}.nc-contact-form-inline textarea{min-height:130px;resize:vertical}.nc-contact-form-inline .full,.nc-contact-form-inline textarea,.nc-contact-form-inline button{grid-column:1/-1}.nc-rich-content,.page-content{color:#344054}.ufuk-product-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.ufuk-product-gallery figure{margin:0;border-radius:14px;overflow:hidden;background:#f7f9fc;border:1px solid var(--ufuk-line)}.ufuk-product-gallery img{width:100%;height:210px;object-fit:cover}.ufuk-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px}.ufuk-sticky-cta{position:sticky;top:118px;background:#fff;border:1px solid var(--ufuk-line);border-radius:18px;padding:22px;box-shadow:var(--ufuk-shadow);display:grid;gap:12px}.ufuk-table-scroll{overflow:auto}.ufuk-table-scroll table{min-width:620px}

/* Lightbox */
.ufuk-lightbox-modal{position:fixed;inset:0;z-index:999;background:rgba(5,10,18,.78);display:none;align-items:center;justify-content:center;padding:28px}.ufuk-lightbox-modal.is-open{display:flex}.ufuk-lightbox-dialog{position:relative;max-width:min(92vw,980px);max-height:90vh;background:#fff;border-radius:18px;padding:18px;box-shadow:0 30px 100px rgba(0,0,0,.35)}.ufuk-lightbox-dialog img{max-height:82vh;width:auto;margin:auto;object-fit:contain}.ufuk-lightbox-close{position:absolute;right:-12px;top:-12px;width:40px;height:40px;border:0;border-radius:50%;background:var(--ufuk-red);color:#fff;font-size:26px;line-height:1;cursor:pointer}

@media(max-width:820px){.ufuk-hero-quality-badge{width:84px;height:84px}.ufuk-hero-quality-badge__copy small{font-size:9.5px}.ufuk-hero-quality-badge__copy strong{font-size:13.5px}}

.nts-mobile-cta-ready .nts-mobile-cta{z-index:80}.nc-social-links{display:flex;gap:10px;flex-wrap:wrap}

/* Animations */
.ufuk-reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.ufuk-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.ufuk-reveal{opacity:1;transform:none}}


:root{--ufuk-font:"Manrope",Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
body{font-family:var(--ufuk-font);font-weight:400;letter-spacing:0;color:#07152a}
.ufuk-kicker,.ufuk-btn,.nc-btn,.main-nav a,.ufuk-topbar--mockup{font-weight:650}
.ufuk-hero h1,.ufuk-big-title,.ufuk-section-head h2,.ufuk-inner-hero h1,.ufuk-side-intro h2{font-weight:700;letter-spacing:-.036em}
.ufuk-hero h1 small,.ufuk-hero h1 strong,.ufuk-float small,.ufuk-float strong,.ufuk-metric strong,.nc-service-card h3{font-weight:700}
.ufuk-topbar--mockup{font-size:12.2px}

/* Topbar: bozuk kare/nokta fallback tamamen kapatıldı */
.ufuk-topbar__icon svg{width:15px;height:15px;fill:currentColor;stroke:none}
.ufuk-topbar__social{gap:14px}
.ufuk-social-icon{position:relative;width:17px;height:17px;min-width:17px;color:#fff;font-size:0!important;line-height:0;background:transparent!important;border:0!important;box-shadow:none!important;display:inline-grid!important;place-items:center!important}
.ufuk-social-icon svg{display:none!important}
.ufuk-social-icon:before{content:"";display:block;width:16px;height:16px;background:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}
.ufuk-social-icon--facebook:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15 8h3.2V4H15c-3.2 0-5.2 2-5.2 5.3V12H6.7v4h3.1v4H14v-4h3.1l.8-4H14V9.4c0-.9.4-1.4 1-1.4Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15 8h3.2V4H15c-3.2 0-5.2 2-5.2 5.3V12H6.7v4h3.1v4H14v-4h3.1l.8-4H14V9.4c0-.9.4-1.4 1-1.4Z'/%3E%3C/svg%3E")}
.ufuk-social-icon--instagram:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2.8h10A4.2 4.2 0 0 1 21.2 7v10a4.2 4.2 0 0 1-4.2 4.2H7A4.2 4.2 0 0 1 2.8 17V7A4.2 4.2 0 0 1 7 2.8Zm0 2A2.2 2.2 0 0 0 4.8 7v10A2.2 2.2 0 0 0 7 19.2h10a2.2 2.2 0 0 0 2.2-2.2V7A2.2 2.2 0 0 0 17 4.8H7Zm5 3a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4Zm0 2a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4Zm5.1-2.2a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2.8h10A4.2 4.2 0 0 1 21.2 7v10a4.2 4.2 0 0 1-4.2 4.2H7A4.2 4.2 0 0 1 2.8 17V7A4.2 4.2 0 0 1 7 2.8Zm0 2A2.2 2.2 0 0 0 4.8 7v10A2.2 2.2 0 0 0 7 19.2h10a2.2 2.2 0 0 0 2.2-2.2V7A2.2 2.2 0 0 0 17 4.8H7Zm5 3a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4Zm0 2a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4Zm5.1-2.2a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0Z'/%3E%3C/svg%3E")}
.ufuk-social-icon--linkedin:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.7 9.6V20H3.4V9.6h3.3Zm.2-3.2a1.9 1.9 0 1 1-3.8 0 1.9 1.9 0 0 1 3.8 0Zm3.1 3.2h3.1v1.5h.1c.4-.8 1.6-1.8 3.3-1.8 3.5 0 4.1 2.3 4.1 5.3V20h-3.3v-4.8c0-1.2 0-2.7-1.6-2.7s-1.9 1.3-1.9 2.6V20H10V9.6Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.7 9.6V20H3.4V9.6h3.3Zm.2-3.2a1.9 1.9 0 1 1-3.8 0 1.9 1.9 0 0 1 3.8 0Zm3.1 3.2h3.1v1.5h.1c.4-.8 1.6-1.8 3.3-1.8 3.5 0 4.1 2.3 4.1 5.3V20h-3.3v-4.8c0-1.2 0-2.7-1.6-2.7s-1.9 1.3-1.9 2.6V20H10V9.6Z'/%3E%3C/svg%3E")}
.ufuk-social-icon--sahibinden{font-size:13px!important;line-height:1!important;font-weight:700!important;color:#fff}.ufuk-social-icon--sahibinden:before{display:none}.ufuk-social-icon:hover{color:#fff;opacity:.82}

/* Hero: teknik arka plan + trafo ayrı katman; trafo daha küçük ve orta-sağ boşlukta */
.ufuk-hero--v133,.ufuk-hero--v134,.ufuk-hero--v135,.ufuk-hero--v136{position:relative;overflow:visible;padding:60px 0 0;min-height:640px;background:#fff}
.ufuk-hero--v133:before,.ufuk-hero--v134:before,.ufuk-hero--v135:before,.ufuk-hero--v136:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.83) 34%,rgba(255,255,255,.60) 56%,rgba(255,255,255,.90) 100%),url('../../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center center/cover no-repeat;pointer-events:none}
.ufuk-hero--v133:after,.ufuk-hero--v134:after,.ufuk-hero--v135:after,.ufuk-hero--v136:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 76%);pointer-events:none}
.ufuk-hero--v133 .ufuk-hero__grid,.ufuk-hero--v134 .ufuk-hero__grid,.ufuk-hero--v135 .ufuk-hero__grid,.ufuk-hero--v136 .ufuk-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:500px minmax(0,1fr);gap:44px;min-height:438px;align-items:start}
.ufuk-hero--v133 .ufuk-hero__copy,.ufuk-hero--v134 .ufuk-hero__copy,.ufuk-hero--v135 .ufuk-hero__copy,.ufuk-hero--v136 .ufuk-hero__copy{position:relative;z-index:5;padding-top:24px}
.ufuk-hero--v133 .ufuk-hero__visual,.ufuk-hero--v134 .ufuk-hero__visual,.ufuk-hero--v135 .ufuk-hero__visual,.ufuk-hero--v136 .ufuk-hero__visual{position:relative;min-height:432px;isolation:isolate}
.ufuk-hero--v133 .ufuk-hero__scene,.ufuk-hero--v134 .ufuk-hero__scene,.ufuk-hero--v135 .ufuk-hero__scene,.ufuk-hero--v136 .ufuk-hero__scene{position:absolute;left:70px;right:auto;top:68px;width:min(392px,29vw);height:auto;z-index:1;pointer-events:none;filter:drop-shadow(0 20px 34px rgba(15,26,43,.10));transform:none!important}
.ufuk-hero--v133 .ufuk-hero__badges,.ufuk-hero--v134 .ufuk-hero__badges,.ufuk-hero--v135 .ufuk-hero__badges,.ufuk-hero--v136 .ufuk-hero__badges{position:absolute;right:4px;top:54px;width:248px;display:grid;gap:14px;z-index:4}
.ufuk-hero--v133 .ufuk-metrics,.ufuk-hero--v134 .ufuk-metrics,.ufuk-hero--v135 .ufuk-metrics,.ufuk-hero--v136 .ufuk-metrics{position:relative;z-index:6;margin-top:0}
.ufuk-hero h1{font-size:clamp(32px,2.85vw,43px);line-height:1.22;letter-spacing:-.04em}.ufuk-lead{max-width:500px;line-height:1.78}.ufuk-float:before{background:var(--ufuk-red)}

/* Ürünler: teknik çizim sol açıklama alanında görünür arka plan hissi verir; ekstra şeffaflaştırılmaz */
.ufuk-products-section .ufuk-side-intro{position:relative;z-index:1;min-height:430px;padding-bottom:22px}
.ufuk-wireframe{position:relative;margin-top:26px;min-height:220px;opacity:1;overflow:visible;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.96));pointer-events:none}
.ufuk-wireframe img{display:block;width:120%;max-width:none;margin-left:-20%;max-height:250px;object-fit:contain;opacity:1!important;filter:saturate(.92) contrast(1.14) brightness(.98)!important;mix-blend-mode:multiply}

/* Video poster: görselin içindeki 2000 m² bilgisi korunur, ikinci HTML rozeti çakışmasın diye kaldırılır */
.ufuk-video-panel .ufuk-area-badge{display:none!important}

/* Laboratuvar: boş ikon kalmasın, çift renkli premium SVG alanı */
.ufuk-lab--light{padding-top:68px}.ufuk-lab--light .ufuk-grid--7{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.ufuk-test-card{min-height:146px;gap:12px;padding:21px 10px 18px}.ufuk-test-card i{display:none!important}.ufuk-test-icon{position:relative;z-index:2;width:48px!important;height:48px!important;display:grid!important;place-items:center;margin:0 auto 4px;border-radius:15px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #edf1f7;box-shadow:0 14px 30px rgba(15,26,43,.08)}.ufuk-test-icon svg{width:35px!important;height:35px!important;display:block;overflow:visible}.ufuk-test-icon .navy{fill:none;stroke:#11233b;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.ufuk-test-icon .red{fill:none;stroke:#ed1c24;stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round}.ufuk-test-icon .red-fill{fill:#ed1c24;stroke:none}.ufuk-test-card strong{max-width:154px;font-size:12px;line-height:1.32}

/* Referans + sertifika: logo büyütme ve 2 görünür sertifika / sonsuz döngü */
.ufuk-ref-layout{grid-template-columns:270px minmax(540px,1fr) 452px;gap:30px;align-items:center}.ufuk-logo-marquee{min-height:134px}.ufuk-logo-track{animation:ufukLogoMarquee 30s linear infinite}.ufuk-logo-card{height:132px!important;width:230px!important;flex:0 0 230px!important;padding:16px 24px}.ufuk-logo-card img{max-width:98%!important;max-height:104px!important;object-fit:contain;filter:saturate(1.08) contrast(1.05)}.ufuk-cert-slider{position:relative;width:452px!important;max-width:452px!important;overflow:hidden;padding:0 0 2px}.ufuk-cert-track{display:flex;gap:16px;width:max-content;animation:ufukCertMarquee 18s linear infinite}.ufuk-cert-track:hover,.ufuk-logo-track:hover{animation-play-state:paused}.ufuk-cert-card{flex:0 0 218px!important;width:218px!important;min-height:250px!important;padding:14px 12px}.ufuk-cert-card img{height:184px!important;width:142px!important;object-fit:contain}.ufuk-cert-card span{font-size:11.4px;font-weight:700}.ufuk-cert-slider:before,.ufuk-cert-slider:after{content:"";position:absolute;top:0;bottom:0;width:22px;z-index:2;pointer-events:none}.ufuk-cert-slider:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.ufuk-cert-slider:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}

/* Footer sosyal: halka içinde beyazımsı, kaliteli logo hissi */
.ufuk-footer--v132 .ufuk-footer__social a,.ufuk-footer--v133 .ufuk-footer__social a,.ufuk-footer--v134 .ufuk-footer__social a,.ufuk-footer--v136 .ufuk-footer__social a{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.065);display:inline-flex;align-items:center;justify-content:center;color:#f8fbff;font-size:15px;font-weight:700;line-height:1;box-shadow:0 12px 28px rgba(0,0,0,.18)}.ufuk-footer--v132 .ufuk-footer__social svg,.ufuk-footer--v133 .ufuk-footer__social svg,.ufuk-footer--v134 .ufuk-footer__social svg,.ufuk-footer--v136 .ufuk-footer__social svg{width:19px;height:19px;display:block;fill:currentColor;stroke:none}.ufuk-footer--v132 .ufuk-footer__social a:hover,.ufuk-footer--v133 .ufuk-footer__social a:hover,.ufuk-footer--v134 .ufuk-footer__social a:hover,.ufuk-footer--v136 .ufuk-footer__social a:hover{color:#fff;background:rgba(237,28,36,.24);border-color:rgba(237,28,36,.50);transform:translateY(-2px)}

@media(max-width:1180px){.ufuk-hero--v133 .ufuk-hero__grid,.ufuk-hero--v134 .ufuk-hero__grid,.ufuk-hero--v135 .ufuk-hero__grid,.ufuk-hero--v136 .ufuk-hero__grid{grid-template-columns:1fr}.ufuk-hero--v133 .ufuk-hero__scene,.ufuk-hero--v134 .ufuk-hero__scene,.ufuk-hero--v135 .ufuk-hero__scene,.ufuk-hero--v136 .ufuk-hero__scene{position:relative;left:auto;top:auto;width:min(620px,100%);margin:16px auto 0}.ufuk-hero--v133 .ufuk-hero__badges,.ufuk-hero--v134 .ufuk-hero__badges,.ufuk-hero--v135 .ufuk-hero__badges,.ufuk-hero--v136 .ufuk-hero__badges{position:relative;right:auto;top:auto;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.ufuk-ref-layout{grid-template-columns:1fr}.ufuk-cert-slider{width:min(100%,452px)!important;max-width:452px!important}}
@media(max-width:820px){.ufuk-hero--v133:before,.ufuk-hero--v134:before,.ufuk-hero--v135:before,.ufuk-hero--v136:before{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.78)),url('../../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat}.ufuk-hero--v133 .ufuk-hero__scene,.ufuk-hero--v134 .ufuk-hero__scene,.ufuk-hero--v135 .ufuk-hero__scene,.ufuk-hero--v136 .ufuk-hero__scene{max-width:500px}.ufuk-lab--light .ufuk-grid--7{grid-template-columns:1fr}.ufuk-logo-card{height:110px!important;width:190px!important;flex-basis:190px!important}.ufuk-logo-card img{max-height:82px!important}.ufuk-cert-card{flex-basis:calc((100vw - 58px)/2)!important;width:calc((100vw - 58px)/2)!important;min-height:218px!important}.ufuk-cert-card img{height:156px!important;width:112px!important}.ufuk-wireframe{min-height:175px}.ufuk-wireframe img{width:112%;margin-left:-8%;opacity:1!important}}
@keyframes ufukLogoMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes ufukCertMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}



.ufuk-hero--v137{position:relative;overflow:visible;padding:48px 0 0;min-height:626px;background:#fff}
.ufuk-hero--v137:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 34%,rgba(255,255,255,.62) 56%,rgba(255,255,255,.90) 100%),url('../../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center center/cover no-repeat;pointer-events:none}
.ufuk-hero--v137:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 76%);pointer-events:none}
.ufuk-hero--v137 .ufuk-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:500px minmax(0,1fr);gap:44px;min-height:430px;align-items:start}
.ufuk-hero--v137 .ufuk-hero__copy{position:relative;z-index:5;padding-top:18px}.ufuk-hero--v137 .ufuk-hero-quality-badge{left:36.8%;top:2px}
.ufuk-hero--v137 .ufuk-hero__visual{position:relative;min-height:430px;isolation:isolate}
.ufuk-hero--v137 .ufuk-hero__scene{position:absolute;left:118px;right:auto;top:92px;width:min(338px,25vw);height:auto;z-index:1;pointer-events:none;filter:drop-shadow(0 18px 30px rgba(15,26,43,.10));transform:none!important}
.ufuk-hero--v137 .ufuk-hero__badges{position:absolute;right:8px;top:62px;width:248px;display:grid;gap:14px;z-index:4}
.ufuk-hero--v137 .ufuk-metrics{position:relative;z-index:6;margin-top:0}

/* Ürünler sol sütun blueprint: artık küçük kutu değil, sütun arka planı */
.ufuk-products-section .ufuk-side-intro{position:relative;z-index:1;min-height:445px;padding:0 8px 230px 0;overflow:visible}
.ufuk-products-section .ufuk-side-intro:after{content:"";position:absolute;left:-22px;right:-8px;bottom:2px;height:230px;background:url('../../../../../uploads/ufuk-trafo/media/product-technical-blueprint-light.webp') left bottom/118% auto no-repeat;opacity:1;filter:saturate(.95) contrast(1.15) brightness(.99);mix-blend-mode:multiply;pointer-events:none;z-index:-1}
.ufuk-products-section .ufuk-wireframe{display:none!important}

/* Referanslar: daha büyük logo ve yarı hız */
.ufuk-ref-layout{grid-template-columns:270px minmax(560px,1fr) 452px;gap:32px;align-items:center}.ufuk-logo-marquee{min-height:150px}.ufuk-logo-track{animation:ufukLogoMarquee 60s linear infinite}.ufuk-logo-card{height:148px!important;width:262px!important;flex:0 0 262px!important;padding:18px 26px}.ufuk-logo-card img{max-width:100%!important;max-height:122px!important;object-fit:contain;filter:saturate(1.08) contrast(1.07)}.ufuk-cert-track{animation-duration:22s}.ufuk-cert-slider{width:452px!important;max-width:452px!important}.ufuk-cert-card{flex:0 0 218px!important;width:218px!important}

/* Footer iletişim kompakt + ikinci e-posta */
.ufuk-footer__contact{display:grid;gap:7px!important}.ufuk-footer__contact li{line-height:1.38}.ufuk-footer__contact a{line-height:1.38}.ufuk-footer--v137 .ufuk-footer__social a{width:43px;height:43px;border-radius:999px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.065);display:inline-flex;align-items:center;justify-content:center;color:#f8fbff;font-size:15px;font-weight:700;line-height:1;box-shadow:0 12px 28px rgba(0,0,0,.18)}.ufuk-footer--v137 .ufuk-footer__social svg{width:19px;height:19px;display:block;fill:currentColor;stroke:none}.ufuk-footer--v137 .ufuk-footer__social a:hover{color:#fff;background:rgba(237,28,36,.24);border-color:rgba(237,28,36,.50);transform:translateY(-2px)}

@media(max-width:1180px){.ufuk-hero--v137 .ufuk-hero__grid{grid-template-columns:1fr}.ufuk-hero--v137 .ufuk-hero-quality-badge{left:auto;right:clamp(4px,2vw,24px);top:16px}.ufuk-hero--v137 .ufuk-kicker{max-width:calc(100% - 104px);min-height:0;align-items:flex-start}.ufuk-hero--v137 .ufuk-hero__scene{position:relative;left:auto;top:auto;width:min(520px,100%);margin:14px auto 0}.ufuk-hero--v137 .ufuk-hero__badges{position:relative;right:auto;top:auto;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.ufuk-ref-layout{grid-template-columns:1fr}.ufuk-cert-slider{width:min(100%,452px)!important;max-width:452px!important}}

@media(max-width:900px){
  html,body{width:100%;overflow-x:hidden}.ufuk-container,.nc-container{width:min(100% - 32px,var(--ufuk-container));max-width:100%}.ufuk-topbar--mockup{display:none!important}.ufuk-header--mockup{top:0}.ufuk-header__inner{height:74px;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}.ufuk-header .brand img{height:56px!important;max-width:190px}.ufuk-header .main-nav,.ufuk-header__cta>.ufuk-btn{display:none!important}.ufuk-header__cta{justify-content:flex-end;gap:10px}.ufuk-mobile-location-trigger,.ufuk-menu-toggle{display:flex!important;height:46px;border-radius:14px;flex:0 0 auto}.ufuk-mobile-location-trigger{width:auto!important;min-width:0!important;padding:0 10px 0 8px!important;gap:6px!important}.ufuk-menu-toggle{width:46px!important;min-width:46px!important}.ufuk-mobile-location-trigger img{width:16px;height:23px}.ufuk-mobile-panel{display:block!important;position:fixed;left:14px;right:14px;top:84px;max-height:calc(100vh - 104px);overflow:auto;background:#fff;border:1px solid var(--ufuk-line);border-radius:22px;box-shadow:0 32px 90px rgba(15,26,43,.20);z-index:1100;padding:18px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(.98);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.ufuk-mobile-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}body.ufuk-menu-open{overflow:hidden}body.ufuk-menu-open:before{content:"";position:fixed;inset:0;background:rgba(15,26,43,.36);z-index:1090}.ufuk-mobile-panel .brand{display:flex;justify-content:center;margin:0 0 12px}.ufuk-mobile-panel .brand img{height:64px;width:auto}.ufuk-mobile-panel .main-nav>ul{display:grid!important;gap:8px!important;padding:0;margin:0;list-style:none}.ufuk-mobile-panel .main-nav li ul{position:static!important;display:grid!important;box-shadow:none!important;border:0!important;margin:6px 0 0!important;padding:0 0 0 12px!important;background:transparent!important;min-width:0!important}.ufuk-mobile-panel .main-nav a{height:auto!important;min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:14px;background:#f8fafc;color:#101828;font-size:13px;font-weight:800;text-transform:uppercase;line-height:1.25}.ufuk-mobile-panel .main-nav li ul a{min-height:38px;background:#fff;border:1px solid #eef2f7;font-size:12px;text-transform:none}.ufuk-mobile-contact{margin-top:16px;padding:14px;border-radius:18px;background:#0f1d31;color:#fff;display:grid;gap:10px;text-align:center}.ufuk-mobile-contact a,.ufuk-mobile-contact span{color:#d8e2f4;font-size:13px;line-height:1.45;word-break:break-word}.ufuk-mobile-actions{display:grid;gap:10px;margin-top:12px}.ufuk-mobile-actions .ufuk-btn{width:100%;min-height:48px}.ufuk-mobile-social{display:flex;justify-content:center;gap:10px;margin-top:12px}.ufuk-mobile-social a{width:40px;height:40px;border-radius:999px;background:#f8fafc;border:1px solid #e5ebf3;display:inline-flex;align-items:center;justify-content:center;color:#101a2c;font-weight:800}.ufuk-mobile-social svg{width:18px;height:18px;fill:currentColor}

  .ufuk-section,.ufuk-page-section,.nc-section{padding:42px 0!important}.ufuk-section-head,.ufuk-split-products,.ufuk-services-row,.ufuk-ref-layout,.ufuk-contact-grid,.ufuk-about-policy,.ufuk-detail-layout,.ufuk-inner-hero__grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}.ufuk-inner-hero{padding:38px 0!important}.ufuk-inner-hero h1{font-size:32px!important;line-height:1.18!important}.ufuk-inner-hero__visual{display:none!important}.ufuk-side-intro h2,.ufuk-section-head h2{font-size:clamp(26px,8vw,36px)!important;line-height:1.18!important;letter-spacing:-.035em!important}.ufuk-side-intro p,.ufuk-section-head p{max-width:100%;font-size:14.5px;line-height:1.7}.ufuk-kicker{font-size:11.5px;line-height:1.2}

  .ufuk-hero--v137{padding:38px 0 0!important;min-height:auto!important;overflow:hidden}.ufuk-hero--v137:before{background:linear-gradient(180deg,rgba(255,255,255,.91),rgba(255,255,255,.80)),url('../../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat}.ufuk-hero--v137 .ufuk-hero__grid{grid-template-columns:1fr!important;min-height:auto!important;gap:18px!important}.ufuk-hero--v137 .ufuk-hero__copy{padding-top:0!important}.ufuk-hero h1{font-size:clamp(31px,11vw,42px)!important;line-height:1.18!important;max-width:100%;letter-spacing:-.045em}.ufuk-hero h1 small{font-size:15px!important;line-height:1.35}.ufuk-lead{font-size:14.5px!important;line-height:1.68!important;margin-bottom:20px;max-width:100%}.ufuk-hero__actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}.ufuk-hero__actions .ufuk-btn{height:50px!important;padding:0 12px!important;font-size:11.5px!important}.ufuk-hero--v137 .ufuk-hero__visual{min-height:0!important;display:grid;gap:12px}.ufuk-hero--v137 .ufuk-hero__scene{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:min(82vw,340px)!important;margin:2px auto -6px!important;z-index:1}.ufuk-hero--v137 .ufuk-hero__badges{position:relative!important;right:auto!important;top:auto!important;width:100%!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0!important}.ufuk-float{grid-template-columns:38px 1fr!important;min-height:68px!important;padding:12px!important;border-radius:14px!important}.ufuk-float small{font-size:11.5px}.ufuk-float strong{font-size:11.2px}.ufuk-metrics{display:grid!important;grid-template-columns:1fr 1fr!important;margin-top:16px!important;border-radius:16px!important;overflow:hidden}.ufuk-metric{min-height:78px!important;padding:14px 12px!important;border-bottom:1px solid var(--ufuk-line)}.ufuk-metric i{width:28px!important;height:28px!important}.ufuk-metric strong{font-size:13.5px}.ufuk-metric span{font-size:11.5px}

  .ufuk-products-section .ufuk-side-intro{min-height:0;padding:0 0 160px!important;overflow:hidden}.ufuk-products-section .ufuk-side-intro:after{left:-10px;right:-10px;bottom:0;height:170px;background-size:112% auto;background-position:center bottom;opacity:1}.ufuk-products-wrap,.nc-listing,.blog-grid,.ufuk-product-gallery{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.nc-product-card,.nc-listing-card,.blog-card{width:100%!important;min-height:auto!important;border-radius:18px}.nc-product-card>img{height:190px!important;padding:18px}.nc-product-card>div{padding:0 20px 22px}.nc-product-card h3{font-size:19px!important}.nc-listing-filter{display:flex!important;overflow-x:auto;gap:8px;white-space:nowrap;padding:0 0 10px;margin-bottom:14px}.nc-listing-filter a{flex:0 0 auto;padding:9px 12px;border:1px solid var(--ufuk-line);border-radius:999px;background:#fff}

  .nc-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.nc-service-card{min-height:128px!important;border-radius:16px!important;padding:18px 10px!important}.nc-service-card h3{font-size:13px!important;line-height:1.25}.nc-service-card-icon{width:38px!important;height:38px!important}.ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7{grid-template-columns:1fr!important;gap:12px!important}.ufuk-test-card{min-height:auto!important;padding:18px 16px!important;display:grid!important;grid-template-columns:54px 1fr!important;text-align:left!important;align-items:center!important}.ufuk-test-card strong{max-width:none!important;text-align:left!important;font-size:13px!important}.ufuk-test-icon{margin:0!important}

  .ufuk-video-grid,.ufuk-quality-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}.ufuk-video-panel{border-radius:18px!important;overflow:hidden}.ufuk-video-panel .ufuk-area-badge{display:none!important}.ufuk-review-grid{grid-template-columns:1fr!important}.ufuk-google-rating{width:150px}.ufuk-logo-marquee{min-height:124px!important}.ufuk-logo-card{height:118px!important;width:210px!important;flex-basis:210px!important}.ufuk-logo-card img{max-height:94px!important}.ufuk-cert-slider{width:100%!important;max-width:100%!important}.ufuk-cert-card{flex:0 0 calc((100vw - 64px)/2)!important;width:calc((100vw - 64px)/2)!important;min-height:222px!important}.ufuk-cert-card img{height:160px!important;width:112px!important}

  .ufuk-mini-dark-metrics--wide{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-card,.ufuk-dark-object{padding:22px!important}.ufuk-contact-grid .ufuk-dark-object{order:2}.nc-contact-form-inline{grid-template-columns:1fr!important}.nc-contact-form-inline label,.nc-contact-form-inline input,.nc-contact-form-inline textarea,.nc-contact-form-inline button{grid-column:1/-1!important;min-width:0!important}.ufuk-map-embed iframe{height:300px!important}.ufuk-table-scroll{max-width:100%;overflow-x:auto}

  .ufuk-footer{padding:48px 0 28px!important;text-align:center}.ufuk-footer__grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;text-align:center}.ufuk-footer .brand,.ufuk-footer__social,.ufuk-footer h4:after{margin-left:auto!important;margin-right:auto!important}.ufuk-footer p{margin-left:auto;margin-right:auto}.ufuk-footer ul,.ufuk-footer__contact{padding:0!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;justify-items:center!important}.ufuk-footer__contact li{justify-content:center;text-align:center}.ufuk-footer__bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;text-align:center;margin-top:28px!important}.nc-backlink-footer{text-align:center!important;padding-bottom:96px}.nts-mobile-cta-ready{padding-bottom:88px!important}
}

@media(max-width:520px){.ufuk-container,.nc-container{width:calc(100% - 28px)}.ufuk-header .brand img{height:50px!important;max-width:170px}.ufuk-hero h1{font-size:32px!important}.ufuk-hero__actions{grid-template-columns:1fr!important}.ufuk-hero--v137 .ufuk-hero__badges,.ufuk-metrics{grid-template-columns:1fr!important}.ufuk-float{min-height:62px!important}.nc-services-grid{grid-template-columns:1fr 1fr!important}.ufuk-cert-card{flex-basis:calc((100vw - 54px)/2)!important;width:calc((100vw - 54px)/2)!important}.ufuk-cert-card img{height:150px!important}.ufuk-mobile-panel{left:10px;right:10px;padding:16px}.ufuk-page-section,.ufuk-section,.nc-section{padding:36px 0!important}}


:root{--ufuk-topbar-icon:var(--ufuk-navy)}
html,body{max-width:100%;overflow-x:hidden}
main,section,header,footer,.ufuk-container,.nc-container,.page-content,.nc-rich-content{min-width:0}
.page-content *,.nc-rich-content *{max-width:100%}

/* Topbar ikonları: font/mask/fallback yok, lacivert inline SVG */
.ufuk-topbar__icon,.ufuk-social-icon{color:var(--ufuk-topbar-icon)!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.ufuk-topbar__icon svg,.ufuk-social-icon svg{display:block!important;width:15px!important;height:15px!important;overflow:visible!important}
.ufuk-topbar__icon svg *,.ufuk-social-icon svg *{fill:currentColor;stroke:none}
.ufuk-social-icon--instagram svg path{fill:currentColor!important;stroke:none!important}
.ufuk-social-icon--sahibinden{font-size:13px!important;font-weight:800!important;line-height:1!important;color:var(--ufuk-topbar-icon)!important}
.ufuk-topbar__social{gap:15px!important;align-items:center!important}

/* Ürünler sol sütun teknik çizim: görsel ayrı kutu değil, doğrudan yazı alanı arka planı */
.ufuk-products-section .ufuk-side-intro{position:relative!important;background-image:url('../../../../../uploads/ufuk-trafo/media/product-technical-blueprint-light.webp')!important;background-repeat:no-repeat!important;background-position:left bottom 8px!important;background-size:105% auto!important;min-height:445px!important;padding:0 12px 230px 0!important;overflow:visible!important;isolation:isolate!important}
.ufuk-products-section .ufuk-side-intro:after{display:none!important}
.ufuk-products-section .ufuk-wireframe{display:none!important}
.ufuk-products-section .ufuk-side-intro>*{position:relative;z-index:2}

/* Google yorumlarında sayısal puanlar görünmeyecek */
.ufuk-review-card small{display:none!important}

/* Referans logoları daha büyük ve daha sakin akış */
.ufuk-logo-track{animation-duration:120s!important}
.ufuk-logo-card{height:160px!important;width:288px!important;flex:0 0 288px!important;padding:18px 24px!important}
.ufuk-logo-card img{max-height:132px!important;max-width:100%!important;object-fit:contain!important}
.ufuk-logo-marquee{min-height:162px!important}

/* Footer iletişim daha kompakt */
.ufuk-footer__contact{gap:7px!important}.ufuk-footer__contact li{line-height:1.34!important}.ufuk-footer__contact a,.ufuk-footer__contact li{font-size:13px!important}.ufuk-footer__grid{gap:38px!important}

/* Mobil ana düzen */
@media(max-width:980px){
  html,body{overflow-x:hidden!important;width:100%!important}
  .ufuk-container,.nc-container{width:calc(100% - 32px)!important;max-width:100%!important;margin-inline:auto!important}
  .ufuk-topbar--mockup{display:none!important}
  .ufuk-header--mockup{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important}
  .ufuk-header__inner{height:72px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 52px!important;gap:10px!important;align-items:center!important}
  .ufuk-header .brand{min-width:0!important;max-width:190px!important;overflow:hidden!important}.ufuk-header .brand img{height:54px!important;width:auto!important;max-width:185px!important;object-fit:contain!important}
  .ufuk-header .main-nav,.ufuk-header__cta>.ufuk-btn{display:none!important}.ufuk-header__cta{display:flex!important;justify-content:flex-end!important;gap:10px!important}.ufuk-mobile-location-trigger,.ufuk-menu-toggle{display:flex!important;height:46px!important;background:#fff!important}.ufuk-mobile-location-trigger{width:auto!important;min-width:0!important;padding:0 10px 0 8px!important;gap:6px!important}.ufuk-menu-toggle{width:46px!important;min-width:46px!important}
  .ufuk-mobile-panel{display:block!important;position:fixed!important;left:14px!important;right:14px!important;top:84px!important;max-height:calc(100dvh - 104px)!important;overflow:auto!important;overscroll-behavior:contain!important;border-radius:22px!important;padding:18px!important;z-index:1100!important}.ufuk-mobile-panel .brand{display:flex!important;justify-content:center!important}.ufuk-mobile-panel .brand img{height:62px!important;width:auto!important}.ufuk-mobile-panel .main-nav>ul{display:grid!important;gap:8px!important}.ufuk-mobile-panel .main-nav a{min-height:45px!important;padding:12px 14px!important;border-radius:14px!important;background:#f8fafc!important;line-height:1.25!important}.ufuk-mobile-contact{margin-top:16px!important;border-radius:18px!important;text-align:center!important}.ufuk-mobile-actions{display:grid!important;gap:10px!important}.ufuk-mobile-actions .ufuk-btn{width:100%!important}.ufuk-mobile-social{display:flex!important;justify-content:center!important;gap:10px!important}.ufuk-mobile-social a{display:grid!important;place-items:center!important}

  .ufuk-section,.ufuk-page-section,.nc-section{padding:42px 0!important}.ufuk-section-head,.ufuk-split-products,.ufuk-ref-layout,.ufuk-contact-grid,.ufuk-about-policy,.ufuk-detail-layout,.ufuk-inner-hero__grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}.ufuk-inner-hero{padding:38px 0!important}.ufuk-inner-hero h1{font-size:clamp(30px,8vw,38px)!important;line-height:1.16!important}.ufuk-inner-hero__visual{display:none!important}.ufuk-side-intro h2,.ufuk-section-head h2{font-size:clamp(28px,8vw,38px)!important;line-height:1.16!important;letter-spacing:-.04em!important}.ufuk-side-intro p,.ufuk-section-head p{font-size:14.5px!important;line-height:1.7!important}.ufuk-kicker{font-size:11px!important;line-height:1.2!important}

  /* Hero mobil: okunaklı, taşmasız, kartlar 2 sütun */
  .ufuk-hero--v137{padding:34px 0 0!important;min-height:auto!important;overflow:hidden!important}.ufuk-hero--v137 .ufuk-hero__grid{grid-template-columns:1fr!important;gap:16px!important;min-height:0!important}.ufuk-hero--v137 .ufuk-hero__copy{padding-top:0!important}.ufuk-hero h1{font-size:clamp(32px,10vw,44px)!important;line-height:1.13!important;letter-spacing:-.048em!important}.ufuk-hero h1 small{font-size:15px!important;line-height:1.35!important}.ufuk-lead{font-size:14.5px!important;line-height:1.66!important;margin-bottom:18px!important}.ufuk-hero__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.ufuk-hero__actions .ufuk-btn{height:50px!important;min-height:50px!important;padding:0 10px!important;font-size:11px!important;border-radius:12px!important}.ufuk-hero--v137 .ufuk-hero__visual{display:grid!important;gap:12px!important;min-height:0!important}.ufuk-hero--v137 .ufuk-hero__scene{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:min(72vw,310px)!important;margin:2px auto -4px!important;z-index:1!important}.ufuk-hero--v137 .ufuk-hero__badges{position:relative!important;right:auto!important;top:auto!important;width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.ufuk-float{grid-template-columns:34px 1fr!important;min-height:64px!important;padding:10px!important;border-radius:14px!important}.ufuk-float i{width:30px!important;height:30px!important}.ufuk-float small{font-size:10.5px!important}.ufuk-float strong{font-size:10.8px!important;line-height:1.2!important}.ufuk-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:14px!important;border-radius:16px!important;overflow:hidden!important}.ufuk-metric{min-height:74px!important;padding:12px 10px!important}.ufuk-metric i{width:27px!important;height:27px!important}.ufuk-metric strong{font-size:12.5px!important}.ufuk-metric span{font-size:11px!important}

  /* Mobil kart yoğunluğu: kısa kartlar 2 sütun, uzunlar tek sütun */
  .ufuk-products-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.ufuk-products-wrap .nc-product-card{min-width:0!important;border-radius:17px!important}.ufuk-products-wrap .nc-product-card>img{height:132px!important;padding:12px!important;object-fit:contain!important}.ufuk-products-wrap .nc-product-card>div{padding:0 12px 16px!important}.ufuk-products-wrap .nc-product-card h3{font-size:15px!important;line-height:1.2!important;letter-spacing:-.02em}.ufuk-products-wrap .nc-product-card p{font-size:12px!important;line-height:1.45!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.ufuk-products-wrap .nc-product-card .ufuk-inline-link{font-size:11px!important}
  .nc-listing{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.nc-listing-card,.blog-card{min-width:0!important;border-radius:18px!important}.nc-listing .nc-product-card>img{height:130px!important;padding:12px!important}.nc-listing .nc-product-card h3{font-size:15px!important;line-height:1.22!important}.nc-listing .nc-product-card p{font-size:12px!important;line-height:1.45!important;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.nc-listing-filter{display:flex!important;overflow-x:auto!important;white-space:nowrap!important;gap:8px!important;padding-bottom:10px!important}
  .ufuk-products-section .ufuk-side-intro{background-position:center bottom 4px!important;background-size:112% auto!important;min-height:360px!important;padding:0 0 185px!important;overflow:hidden!important}

  .ufuk-services-row{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.nc-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.nc-service-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:168px!important;padding:0!important;border-radius:17px!important;text-align:left!important}.nc-service-card-img,.nc-service-card-img img{min-height:168px!important}.nc-service-card-body{padding:15px!important}.nc-service-card h3{font-size:15px!important;line-height:1.24!important}.nc-service-card-icon{width:34px!important;height:34px!important;margin:0 0 9px!important}
  .ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7,.ufuk-grid--7{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.ufuk-test-card{min-height:128px!important;padding:16px 10px!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;text-align:center!important;align-items:center!important}.ufuk-test-card strong{font-size:12.2px!important;line-height:1.28!important;text-align:center!important}.ufuk-test-icon{margin:0 auto!important;width:38px!important;height:38px!important}
  .ufuk-video-grid,.ufuk-quality-grid,.ufuk-about-cards{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.ufuk-video-panel{border-radius:18px!important;overflow:hidden!important}.ufuk-video-panel .ufuk-area-badge{display:none!important}.ufuk-checks{grid-template-columns:1fr!important}.ufuk-mini-dark-metrics--wide{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-card,.ufuk-dark-object{padding:22px!important;border-radius:18px!important}.ufuk-review-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.ufuk-review-card{padding:20px!important}
  .ufuk-ref-layout{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.ufuk-logo-marquee{min-height:132px!important}.ufuk-logo-card{width:230px!important;flex-basis:230px!important;height:126px!important}.ufuk-logo-card img{max-height:100px!important}.ufuk-cert-slider{width:100%!important;max-width:100%!important}.ufuk-cert-card{flex:0 0 calc((100vw - 64px)/2)!important;width:calc((100vw - 64px)/2)!important;min-height:222px!important}.ufuk-cert-card img{height:158px!important;width:112px!important}
  .ufuk-contact-grid{display:grid!important;grid-template-columns:1fr!important}.nc-contact-form-inline{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.nc-contact-form-inline label,.nc-contact-form-inline input,.nc-contact-form-inline textarea,.nc-contact-form-inline button{grid-column:1/-1!important;width:100%!important;min-width:0!important}.ufuk-map-embed iframe{height:300px!important;width:100%!important}.ufuk-product-gallery{grid-template-columns:1fr!important}.ufuk-table-scroll{max-width:100%!important;overflow-x:auto!important}
  .ufuk-footer{padding:46px 0 28px!important;text-align:center!important}.ufuk-footer__grid{display:grid!important;grid-template-columns:1fr!important;gap:26px!important;text-align:center!important}.ufuk-footer .brand,.ufuk-footer__social,.ufuk-footer h4:after{margin-left:auto!important;margin-right:auto!important}.ufuk-footer p{margin-left:auto!important;margin-right:auto!important}.ufuk-footer ul,.ufuk-footer__contact{display:grid!important;justify-items:center!important;margin-left:auto!important;margin-right:auto!important;padding:0!important}.ufuk-footer__contact li{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;justify-items:center!important;text-align:center!important}.ufuk-footer__contact li:before{margin:0 auto 2px!important}.ufuk-footer__bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;text-align:center!important}.nc-backlink-footer{text-align:center!important;padding-bottom:98px!important}.nts-mobile-cta-ready{padding-bottom:88px!important}
}
@media(max-width:520px){
  .ufuk-container,.nc-container{width:calc(100% - 28px)!important}.ufuk-header .brand img{height:50px!important;max-width:168px!important}.ufuk-hero h1{font-size:32px!important}.ufuk-hero__actions{grid-template-columns:1fr!important}.ufuk-hero--v137 .ufuk-hero__badges,.ufuk-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-float{min-height:60px!important;padding:9px!important}.ufuk-float i{width:28px!important;height:28px!important}.ufuk-float strong{font-size:10px!important}.ufuk-float small{font-size:9.8px!important}.ufuk-products-wrap,.nc-listing{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.ufuk-products-wrap .nc-product-card>img,.nc-listing .nc-product-card>img{height:110px!important}.ufuk-products-wrap .nc-product-card h3,.nc-listing .nc-product-card h3{font-size:14px!important}.ufuk-products-wrap .nc-product-card p,.nc-listing .nc-product-card p{font-size:11.5px!important;-webkit-line-clamp:4}.ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7,.ufuk-grid--7{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-test-card{min-height:118px!important;padding:14px 8px!important}.ufuk-test-card strong{font-size:11.3px!important}.ufuk-logo-card{width:216px!important;flex-basis:216px!important;height:118px!important}.ufuk-cert-card{flex-basis:calc((100vw - 54px)/2)!important;width:calc((100vw - 54px)/2)!important}.ufuk-cert-card img{height:148px!important}.ufuk-mobile-panel{left:10px!important;right:10px!important;padding:16px!important}.ufuk-page-section,.ufuk-section,.nc-section{padding:34px 0!important}
}
@media(max-width:370px){
  .ufuk-products-wrap,.nc-listing,.ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7,.ufuk-grid--7,.ufuk-services-row,.nc-services-grid{grid-template-columns:1fr!important}.ufuk-hero--v137 .ufuk-hero__badges,.ufuk-metrics{grid-template-columns:1fr!important}.ufuk-products-wrap .nc-product-card>img,.nc-listing .nc-product-card>img{height:150px!important}.ufuk-test-card{grid-template-columns:44px 1fr!important;text-align:left!important}.ufuk-test-card strong{text-align:left!important}.ufuk-test-icon{margin:0!important}.ufuk-cert-card{flex-basis:82vw!important;width:82vw!important}
}

/* v1.0.38 hotfix: topbar Instagram/e-posta ikonları dolu kareye dönüşmesin */
.ufuk-social-icon--instagram svg path,
.ufuk-mobile-social a[aria-label="Instagram"] svg path,
.ufuk-footer__social a[aria-label="Instagram"] svg path{fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.ufuk-topbar__item[href^="mailto:"] .ufuk-topbar__icon svg rect,
.ufuk-topbar__item[href^="mailto:"] .ufuk-topbar__icon svg path{fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}


/* ==========================================================
   Ufuk Trafo v1.0.39 - Topbar ikon kesin düzeltme
   Sorun: Önceki mask/:before yaklaşımı bazı tarayıcılarda kare blok ve çift ikon üretiyordu.
   Çözüm: Topbar sosyal ikonlarında mask/fallback tamamen kapatıldı; yalnızca inline SVG ve Sahibinden S harfi kullanılır.
   ========================================================== */
:root{--ufuk-topbar-icon:#fff}
.ufuk-topbar--mockup,
.ufuk-topbar__item,
.ufuk-topbar__icon,
.ufuk-topbar__social,
.ufuk-social-icon{color:var(--ufuk-topbar-icon)!important}
.ufuk-topbar__social{display:inline-flex!important;align-items:center!important;gap:14px!important;flex:0 0 auto!important;white-space:nowrap!important;line-height:1!important;padding-left:6px!important}
.ufuk-social-icon{width:17px!important;height:17px!important;min-width:17px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;position:relative!important;transform:none!important}
.ufuk-social-icon:before,
.ufuk-social-icon:after{content:none!important;display:none!important;width:0!important;height:0!important;background:none!important;mask:none!important;-webkit-mask:none!important}
.ufuk-social-icon svg{display:block!important;width:16px!important;height:16px!important;min-width:16px!important;fill:currentColor!important;stroke:none!important;overflow:visible!important}
.ufuk-social-icon svg path,
.ufuk-social-icon svg rect,
.ufuk-social-icon svg circle{fill:currentColor!important;stroke:none!important}
.ufuk-social-icon--instagram svg path{fill:currentColor!important;stroke:none!important}
.ufuk-social-icon--sahibinden{font-size:13px!important;line-height:17px!important;font-weight:800!important;letter-spacing:0!important;color:var(--ufuk-topbar-icon)!important;text-align:center!important}
.ufuk-social-icon--sahibinden svg{display:none!important}
.ufuk-topbar__item,.ufuk-social-icon{transition:filter .2s ease,text-shadow .2s ease,opacity .2s ease,box-shadow .2s ease!important}
.ufuk-social-icon:hover,.ufuk-topbar__item:hover{color:#fff!important;opacity:1!important;filter:brightness(1.24) drop-shadow(0 0 7px rgba(255,255,255,.54))!important;text-shadow:0 0 12px rgba(255,255,255,.52)!important}
.ufuk-topbar__icon{width:16px!important;height:16px!important;min-width:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;line-height:0!important}
.ufuk-topbar__icon svg{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;stroke:none!important;overflow:visible!important}
.ufuk-topbar__item[href^="mailto:"] .ufuk-topbar__icon svg rect,
.ufuk-topbar__item[href^="mailto:"] .ufuk-topbar__icon svg path{fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
@media(max-width:980px){.ufuk-topbar--mockup{display:none!important}}


@media(max-width:980px){
  body.ufuk-menu-open .nts-mobile-cta-shell,
  body.ufuk-menu-open [data-nts-core="mobile-cta"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transform:translateX(-50%) translateY(20px)!important}
  body.ufuk-menu-open:before{content:""!important;position:fixed!important;inset:0!important;background:rgba(15,26,43,.48)!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;z-index:1090!important}
  .ufuk-mobile-panel,.ufuk-mobile-panel.ufuk-mobile-panel--v140{display:flex!important;position:fixed!important;left:12px!important;right:auto!important;top:12px!important;bottom:12px!important;width:min(430px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;max-height:none!important;overflow:auto!important;overscroll-behavior:contain!important;z-index:1105!important;padding:18px!important;border-radius:26px!important;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;border:1px solid rgba(219,226,236,.95)!important;box-shadow:0 36px 90px rgba(15,26,43,.24),0 0 0 1px rgba(255,255,255,.74) inset!important;color:#101a2c!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateX(-18px) scale(.985)!important;transition:opacity .2s ease,transform .22s ease,visibility .22s ease!important;gap:14px!important;flex-direction:column!important;text-align:left!important}
  .ufuk-mobile-panel.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(0) scale(1)!important}
  .ufuk-mobile-panel__head{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;gap:12px!important;align-items:center!important;margin:0 0 2px!important;padding:0 0 14px!important;border-bottom:1px solid #edf1f6!important}
  .ufuk-mobile-panel__head .brand{display:flex!important;justify-content:flex-start!important;align-items:center!important;margin:0!important;min-width:0!important}.ufuk-mobile-panel__head .brand img{height:58px!important;width:auto!important;max-width:230px!important;object-fit:contain!important}
  .ufuk-mobile-close{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #e2e8f0!important;border-radius:15px!important;background:#fff!important;color:#101a2c!important;box-shadow:0 10px 22px rgba(15,26,43,.07)!important;cursor:pointer!important}.ufuk-mobile-close svg{width:20px!important;height:20px!important;stroke:currentColor!important;stroke-width:2.2!important;fill:none!important;stroke-linecap:round!important}.ufuk-mobile-close:hover{color:var(--ufuk-red)!important;border-color:rgba(237,28,36,.22)!important;background:#fff6f6!important}
  .ufuk-mobile-panel > .brand{display:none!important}
  .ufuk-mobile-panel .main-nav{display:block!important;margin:0!important}.ufuk-mobile-panel .main-nav>ul{display:grid!important;gap:9px!important;padding:0!important;margin:0!important;list-style:none!important}.ufuk-mobile-panel .main-nav li{list-style:none!important;margin:0!important;padding:0!important;min-width:0!important}.ufuk-mobile-panel .main-nav a{position:relative!important;min-height:54px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:13px 44px 13px 16px!important;border-radius:16px!important;background:#fff!important;color:#101a2c!important;border:1px solid #e7edf5!important;box-shadow:0 12px 26px rgba(15,26,43,.055)!important;font-size:14px!important;font-weight:750!important;letter-spacing:.01em!important;text-transform:uppercase!important;line-height:1.2!important;text-decoration:none!important;overflow:hidden!important}
  .ufuk-mobile-panel .main-nav a:after{content:"›"!important;position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;color:#101a2c!important;font-size:24px!important;line-height:1!important;font-weight:400!important;opacity:.75!important}.ufuk-mobile-panel .main-nav a:before{content:""!important;width:34px!important;height:34px!important;border-radius:12px!important;background:rgba(237,28,36,.08)!important;border:1px solid rgba(237,28,36,.12)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)!important;flex:0 0 34px!important}.ufuk-mobile-panel .main-nav a.is-active,.ufuk-mobile-panel .main-nav a[aria-current="page"]{background:linear-gradient(90deg,rgba(237,28,36,.10),rgba(237,28,36,.035))!important;border-color:rgba(237,28,36,.18)!important;color:var(--ufuk-red)!important}.ufuk-mobile-panel .main-nav a.is-active:before,.ufuk-mobile-panel .main-nav a[aria-current="page"]:before{background:var(--ufuk-red)!important;border-color:var(--ufuk-red)!important;box-shadow:0 10px 20px rgba(237,28,36,.18)!important}
  .ufuk-mobile-panel .main-nav li ul{display:grid!important;position:static!important;box-shadow:none!important;border:0!important;background:transparent!important;margin:8px 0 2px 16px!important;padding:0 0 0 10px!important;gap:7px!important;border-left:2px solid #edf1f6!important;min-width:0!important}.ufuk-mobile-panel .main-nav li ul a{min-height:42px!important;padding:10px 36px 10px 13px!important;border-radius:13px!important;background:#f8fafc!important;font-size:12.5px!important;font-weight:650!important;text-transform:none!important;box-shadow:none!important}.ufuk-mobile-panel .main-nav li ul a:before{display:none!important}
  .ufuk-mobile-block-title{display:block!important;margin:6px 0 0!important;color:#6b7280!important;font-size:11px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}.ufuk-mobile-contact{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#101a2c!important;text-align:left!important}.ufuk-mobile-card{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:12px!important;border:1px solid #e7edf5!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 26px rgba(15,26,43,.055)!important;color:#101a2c!important;text-decoration:none!important}.ufuk-mobile-card:hover{border-color:rgba(237,28,36,.22)!important;transform:translateY(-1px)!important}.ufuk-mobile-card__icon{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:rgba(237,28,36,.08)!important;color:var(--ufuk-red)!important}.ufuk-mobile-card__icon svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.ufuk-mobile-card strong{display:block!important;margin:0!important;color:#101a2c!important;font-size:15px!important;line-height:1.2!important;font-weight:800!important}.ufuk-mobile-card small{display:block!important;margin:4px 0 0!important;color:#5f6b7a!important;font-size:12.5px!important;line-height:1.35!important;font-weight:500!important}.ufuk-mobile-card--address{align-items:start!important}.ufuk-mobile-card--address strong{font-size:13.6px!important;line-height:1.42!important}
  .ufuk-mobile-actions{display:grid!important;gap:10px!important;margin:2px 0 0!important}.ufuk-mobile-actions .ufuk-mobile-action{width:100%!important;min-height:54px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 18px!important;border-radius:15px!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;font-size:13px!important;font-weight:850!important;line-height:1.15!important;text-decoration:none!important;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease!important}.ufuk-mobile-actions .ufuk-mobile-action__icon{position:relative!important;z-index:4!important;width:20px!important;height:20px!important;min-width:20px!important;display:inline-grid!important;place-items:center!important;color:currentColor!important}.ufuk-mobile-actions .ufuk-mobile-action__icon svg{display:block!important;width:20px!important;height:20px!important;fill:currentColor!important;stroke:none!important}.ufuk-mobile-actions .ufuk-mobile-action__label{position:relative!important;z-index:4!important;color:inherit!important}.ufuk-mobile-actions .ufuk-mobile-action--service{background:linear-gradient(135deg,var(--ufuk-blue),var(--ufuk-blue-dark))!important;box-shadow:0 16px 34px rgba(23,105,194,.25)!important}.ufuk-mobile-actions .ufuk-mobile-action--location{background:linear-gradient(135deg,var(--ufuk-red),var(--ufuk-red-dark))!important;box-shadow:0 16px 34px rgba(237,28,36,.25)!important}.ufuk-mobile-actions .ufuk-mobile-action:hover{color:#fff!important;filter:brightness(1.08)!important;transform:translateY(-1px)!important}.ufuk-mobile-actions .ufuk-mobile-action:active{transform:translateY(0) scale(.985)!important}
  .ufuk-mobile-social{display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0 0 12px!important;border-bottom:1px solid #edf1f6!important}.ufuk-mobile-social a{width:44px!important;height:44px!important;border-radius:999px!important;background:#fff!important;border:1px solid #e4ebf4!important;box-shadow:0 10px 22px rgba(15,26,43,.06)!important;display:grid!important;place-items:center!important;color:#101a2c!important;font-weight:900!important;text-decoration:none!important}.ufuk-mobile-social a:hover{color:var(--ufuk-red)!important;border-color:rgba(237,28,36,.22)!important}.ufuk-mobile-social svg{width:18px!important;height:18px!important;fill:currentColor!important;stroke:none!important}.ufuk-mobile-social a[aria-label="Instagram"] svg path{fill:currentColor!important;stroke:none!important}
}
@media(max-width:420px){.ufuk-mobile-panel,.ufuk-mobile-panel.ufuk-mobile-panel--v140{left:8px!important;right:auto!important;top:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;border-radius:22px!important;padding:15px!important}.ufuk-mobile-panel__head .brand img{height:52px!important;max-width:210px!important}.ufuk-mobile-panel .main-nav a{min-height:50px!important;font-size:13px!important}.ufuk-mobile-card{grid-template-columns:38px minmax(0,1fr)!important;padding:11px!important}.ufuk-mobile-card__icon{width:38px!important;height:38px!important}.ufuk-mobile-social a{width:42px!important;height:42px!important}}

/* ==========================================================
   Ufuk Trafo v1.0.41 - Anasayfa mobil tam toparlama + canvas menü davranışı
   Hedef: Mobil anasayfayı daracık masaüstü kırılımından çıkarıp okunaklı,
   kompakt, taşmasız ve mobile-first hale getirmek.
   ========================================================== */
:root{--ufuk-topbar-icon:#fff}
.ufuk-topbar__social .ufuk-social-icon,
.ufuk-topbar__item .ufuk-topbar__icon{color:var(--ufuk-topbar-icon)!important;background:transparent!important;border:0!important;box-shadow:none!important}
.ufuk-topbar__social .ufuk-social-icon:before,
.ufuk-topbar__social .ufuk-social-icon:after,
.ufuk-topbar__item .ufuk-topbar__icon:before,
.ufuk-topbar__item .ufuk-topbar__icon:after{display:none!important;content:none!important}
.ufuk-topbar__social .ufuk-social-icon svg{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;stroke:none!important}
.ufuk-topbar__social .ufuk-social-icon--sahibinden{font-size:13px!important;font-weight:900!important;letter-spacing:.01em!important}

@media(max-width:980px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  .ufuk-container,.nc-container{width:calc(100% - 28px)!important;max-width:100%!important;margin-inline:auto!important}

  /* Mobil header: sadece logo + hamburger, gereksiz boşluk yok */
  .ufuk-topbar--mockup{display:none!important}
  .ufuk-header--mockup{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid #e7edf5!important;box-shadow:none!important}
  .ufuk-header__inner{height:88px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:0!important}
  .ufuk-header .brand{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
  .ufuk-header .brand img{height:82px!important;max-width:260px!important;width:auto!important;object-fit:contain!important}
  .ufuk-header .main-nav,.ufuk-header__cta>.ufuk-btn{display:none!important}
  .ufuk-header__cta{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;max-width:100%!important}
  .ufuk-menu-toggle{display:flex!important;width:50px!important;height:50px!important;border-radius:16px!important;background:#fff!important;border:1px solid #dfe7f1!important;box-shadow:0 8px 20px rgba(15,26,43,.06)!important;flex:0 0 50px!important}
  .ufuk-menu-toggle span{width:22px!important;height:2px!important;background:var(--ufuk-blue)!important}

  main{padding-top:0!important}
  .ufuk-section,.ufuk-page-section,.nc-section{padding:34px 0!important}

  /* Hero mobil: header sonrası boşluğu azalt, görsel/kartları kontrollü akıt */
  .ufuk-hero--single-bg,.ufuk-hero--v137,.ufuk-hero--v136,.ufuk-hero--v135,.ufuk-hero--v134,.ufuk-hero--v133{padding:22px 0 0!important;min-height:auto!important;overflow:hidden!important;background-position:center top!important}
  .ufuk-hero--single-bg:before,.ufuk-hero--v137:before,.ufuk-hero--v136:before,.ufuk-hero--v135:before,.ufuk-hero--v134:before,.ufuk-hero--v133:before{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.84)),url('../../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center top/cover no-repeat!important}
  .ufuk-hero__grid,.ufuk-hero--v137 .ufuk-hero__grid,.ufuk-hero--v136 .ufuk-hero__grid,.ufuk-hero--v135 .ufuk-hero__grid,.ufuk-hero--v134 .ufuk-hero__grid,.ufuk-hero--v133 .ufuk-hero__grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:0!important;align-items:start!important}
  .ufuk-hero__copy,.ufuk-hero--v137 .ufuk-hero__copy{padding-top:0!important;max-width:100%!important}
  .ufuk-kicker{font-size:12px!important;line-height:1.28!important;margin-bottom:11px!important}
  .ufuk-hero h1{font-size:clamp(29px,8.2vw,36px)!important;line-height:1.15!important;letter-spacing:-.045em!important;margin-bottom:15px!important;max-width:calc(100% - 102px)!important}
  .ufuk-hero h1 small{font-size:16px!important;line-height:1.35!important;margin-bottom:5px!important}
  .ufuk-lead{font-size:15px!important;line-height:1.66!important;margin-bottom:19px!important;max-width:100%!important}
  .ufuk-hero__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important}
  .ufuk-hero__actions .ufuk-btn{height:54px!important;min-height:54px!important;padding:0 13px!important;border-radius:12px!important;font-size:13px!important;white-space:nowrap!important}
  .ufuk-hero__visual,.ufuk-hero--v137 .ufuk-hero__visual{display:grid!important;gap:12px!important;min-height:0!important;width:100%!important}
  .ufuk-hero__scene,.ufuk-hero--v137 .ufuk-hero__scene,.ufuk-hero--v136 .ufuk-hero__scene,.ufuk-hero--v135 .ufuk-hero__scene,.ufuk-hero--v134 .ufuk-hero__scene,.ufuk-hero--v133 .ufuk-hero__scene{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:min(68vw,300px)!important;max-width:300px!important;margin:4px auto 0!important;z-index:1!important;filter:drop-shadow(0 16px 26px rgba(15,26,43,.11))!important}
  .ufuk-hero__badges,.ufuk-hero--v137 .ufuk-hero__badges,.ufuk-hero--v136 .ufuk-hero__badges,.ufuk-hero--v135 .ufuk-hero__badges,.ufuk-hero--v134 .ufuk-hero__badges,.ufuk-hero--v133 .ufuk-hero__badges{position:relative!important;right:auto!important;top:auto!important;width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;z-index:3!important}
  .ufuk-float{min-height:62px!important;grid-template-columns:32px minmax(0,1fr)!important;gap:8px!important;padding:10px!important;border-radius:14px!important;box-shadow:0 12px 30px rgba(15,26,43,.07)!important}
  .ufuk-float i{width:28px!important;height:28px!important;min-width:28px!important}
  .ufuk-float strong{font-size:11.4px!important;line-height:1.22!important;word-break:normal!important}
  .ufuk-float small{font-size:10.6px!important;line-height:1.25!important}
  .ufuk-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:14px!important;border-radius:16px!important;overflow:hidden!important}
  .ufuk-metric{min-height:72px!important;padding:12px 10px!important;gap:8px!important;border-bottom:1px solid var(--ufuk-line)!important}
  .ufuk-metric i{width:27px!important;height:27px!important;min-width:27px!important}
  .ufuk-metric strong{font-size:13px!important;line-height:1.17!important}.ufuk-metric span{font-size:11.5px!important;line-height:1.2!important}

  /* Ürünler: teknik çizim bloğunu kaldır, ürün kartlarını okunaklı tek kolon yap */
  .ufuk-products-section .ufuk-wireframe,.ufuk-wireframe{display:none!important}
  .ufuk-products-section .ufuk-side-intro{padding:0!important;min-height:0!important;background:none!important;box-shadow:none!important;overflow:visible!important}
  .ufuk-products-section .ufuk-side-intro:after{display:none!important;content:none!important}
  .ufuk-split-products{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  .ufuk-side-intro h2{font-size:clamp(30px,9vw,39px)!important;line-height:1.14!important;margin:6px 0 12px!important;letter-spacing:-.045em!important}
  .ufuk-side-intro p{font-size:14.2px!important;line-height:1.68!important;margin:0 0 16px!important;color:#667085!important}
  .ufuk-products-wrap{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important}
  .ufuk-products-wrap .nc-product-card{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:0!important;border-radius:18px!important;padding:12px!important;overflow:hidden!important}
  .ufuk-products-wrap .nc-product-card>img{width:118px!important;height:108px!important;object-fit:contain!important;padding:8px!important;background:#f7f9fc!important;border-radius:14px!important;margin:0!important}
  .ufuk-products-wrap .nc-product-card>div{padding:0!important;min-width:0!important}.ufuk-products-wrap .nc-product-card h3{font-size:17px!important;line-height:1.16!important;margin:0 0 8px!important;letter-spacing:-.02em!important;word-break:normal!important;overflow-wrap:break-word!important}.ufuk-products-wrap .nc-product-card p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:12.5px!important;line-height:1.45!important;margin:0 0 10px!important}.ufuk-products-wrap .nc-product-card .ufuk-inline-link{font-size:11px!important;margin-top:0!important}

  /* Hizmetler: mobilde önce giriş alanı, altında 2 sütun hizmet kartları */
  .ufuk-services-row{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;align-items:start!important}
  .ufuk-service-intro{width:100%!important;padding:0!important;border-radius:0!important;min-height:0!important;text-align:left!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .ufuk-service-intro h2{font-size:24px!important;line-height:1.16!important;margin:8px 0 14px!important}
  .nc-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important}
  .nc-service-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:168px!important;padding:0!important;border-radius:17px!important;text-align:left!important;justify-content:stretch!important}.nc-service-card-img,.nc-service-card-img img{min-height:168px!important}.nc-service-card-body{padding:15px!important}.nc-service-card-icon{width:34px!important;height:34px!important;margin:0 0 9px!important}.nc-service-card h3{font-size:15px!important;line-height:1.24!important;word-break:normal!important}.nc-service-card .ufuk-inline-link,.nc-service-card a:not(.nc-btn){font-size:11px!important;line-height:1.2!important}

  /* Kalite/video ve metin alanları */
  .ufuk-about,.ufuk-video-grid,.ufuk-quality-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.ufuk-video-panel video{height:auto!important;min-height:0!important;aspect-ratio:16/10!important;object-fit:cover!important}.ufuk-video-panel{border-radius:18px!important}.ufuk-video-panel .ufuk-area-badge{display:none!important}.ufuk-checks{grid-template-columns:1fr!important;gap:8px!important}.ufuk-mini-dark-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-mini-dark-metrics span{padding:14px!important;text-align:center!important}

  /* Laboratuvar ve yorumlar: kısa kartlar 2 sütun, yorumlar tek kolon */
  .ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7,.ufuk-grid--7{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.ufuk-test-card{min-height:116px!important;padding:13px 8px!important;display:grid!important;grid-template-columns:1fr!important;text-align:center!important;align-items:center!important}.ufuk-test-icon{margin:0 auto 8px!important;width:30px!important;height:30px!important}.ufuk-test-card strong{font-size:11.1px!important;line-height:1.2!important;text-align:center!important;max-width:100%!important}
  .ufuk-review-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.ufuk-review-card{padding:18px!important;border-radius:16px!important}.ufuk-review-score{display:none!important}

  /* Referans/sertifika mobilde taşmasız */
  .ufuk-ref-layout{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.ufuk-logo-marquee{min-height:110px!important;overflow:hidden!important}.ufuk-logo-track{animation-duration:50s!important}.ufuk-logo-card{height:110px!important;width:210px!important;flex-basis:210px!important}.ufuk-logo-card img{max-width:86%!important;max-height:88px!important}.ufuk-cert-slider{width:100%!important;max-width:100%!important;overflow:hidden!important}.ufuk-cert-track{gap:10px!important}.ufuk-cert-card{flex:0 0 calc((100vw - 56px)/2)!important;width:calc((100vw - 56px)/2)!important;min-height:216px!important;border-radius:16px!important}.ufuk-cert-card img{height:150px!important;width:auto!important;max-width:86%!important;object-fit:contain!important}
  .ufuk-footer{padding:42px 0 28px!important;text-align:center!important}.ufuk-footer__grid{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;text-align:center!important}.ufuk-footer .brand,.ufuk-footer__social,.ufuk-footer h4:after{margin-left:auto!important;margin-right:auto!important}.ufuk-footer ul,.ufuk-footer__contact{display:grid!important;justify-items:center!important;padding:0!important;margin-left:auto!important;margin-right:auto!important}.ufuk-footer__contact li{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;gap:4px!important;text-align:center!important}.ufuk-footer__bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;text-align:center!important}.nc-backlink-footer{text-align:center!important;padding-bottom:98px!important}.nts-mobile-cta-ready{padding-bottom:88px!important}

  /* Canvas menü: ikon yok, alt menüler kapalı, ok sadece alt menüsü olanda */
  .ufuk-mobile-panel .main-nav li{position:relative!important}.ufuk-mobile-panel .main-nav a:before,.ufuk-mobile-panel .main-nav a:after{display:none!important;content:none!important}.ufuk-mobile-panel .main-nav a{padding:14px 46px 14px 16px!important}.ufuk-mobile-panel .main-nav li:not(.ufuk-mobile-has-children)>a{padding-right:16px!important}.ufuk-mobile-panel .main-nav li ul{display:none!important;margin:8px 0 0!important;padding:0!important;border-left:0!important;gap:7px!important}.ufuk-mobile-panel .main-nav li.is-open>ul{display:grid!important}.ufuk-submenu-toggle{position:absolute!important;right:8px!important;top:8px!important;width:38px!important;height:38px!important;border:0!important;border-radius:12px!important;background:#f8fafc!important;color:#101a2c!important;display:grid!important;place-items:center!important;cursor:pointer!important}.ufuk-submenu-toggle:before{content:""!important;width:9px!important;height:9px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(45deg)!important;margin-top:-3px!important;transition:transform .18s ease!important}.ufuk-mobile-panel .main-nav li.is-open>.ufuk-submenu-toggle:before{transform:rotate(-135deg)!important;margin-top:3px!important}.ufuk-mobile-panel .main-nav li ul a{padding:11px 13px!important;background:#f8fafc!important;border:1px solid #edf1f6!important;text-transform:none!important;font-size:12.5px!important;min-height:42px!important}
}

@media(max-width:520px){
  .ufuk-container,.nc-container{width:calc(100% - 24px)!important}
  .ufuk-header__inner{height:72px!important}.ufuk-header .brand img{height:68px!important;max-width:220px!important}.ufuk-menu-toggle{width:46px!important;height:46px!important;flex-basis:46px!important}
  .ufuk-hero h1{font-size:28px!important}.ufuk-hero__actions{grid-template-columns:1fr!important}.ufuk-hero__scene,.ufuk-hero--v137 .ufuk-hero__scene{width:min(72vw,275px)!important;max-width:275px!important}.ufuk-hero__badges,.ufuk-hero--v137 .ufuk-hero__badges,.ufuk-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-float{min-height:58px!important;padding:9px!important}.ufuk-products-wrap .nc-product-card{grid-template-columns:104px minmax(0,1fr)!important}.ufuk-products-wrap .nc-product-card>img{width:104px!important;height:100px!important}.ufuk-products-wrap .nc-product-card h3{font-size:15.5px!important}.ufuk-products-wrap .nc-product-card p{font-size:12px!important;-webkit-line-clamp:3!important}.nc-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7,.ufuk-grid--7{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-cert-card{flex-basis:calc((100vw - 48px)/2)!important;width:calc((100vw - 48px)/2)!important}.ufuk-mobile-panel,.ufuk-mobile-panel.ufuk-mobile-panel--v140{left:8px!important;right:auto!important;top:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;border-radius:22px!important;padding:15px!important}.ufuk-mobile-panel__head .brand img{height:58px!important;max-width:220px!important}
}

@media(max-width:365px){
  .ufuk-header .brand img{height:62px!important;max-width:190px!important}.ufuk-hero__badges,.ufuk-hero--v137 .ufuk-hero__badges,.ufuk-metrics,.nc-services-grid,.ufuk-lab--light .ufuk-grid--7,.ufuk-lab-page .ufuk-grid--7,.ufuk-grid--7{grid-template-columns:1fr!important}.ufuk-products-wrap .nc-product-card{grid-template-columns:1fr!important;text-align:left!important}.ufuk-products-wrap .nc-product-card>img{width:100%!important;height:150px!important}.ufuk-cert-card{flex-basis:82vw!important;width:82vw!important}
}

/* ==========================================================
   Ufuk Trafo v1.0.42 - Mobil genel toparlama + footer/canvas/ürün revizyonu
   Not: Bu blok önceki responsive çakışmaları temiz şekilde ezer; topbar, mobil footer,
   canvas menü, anasayfa ürün/hizmet/hero kart düzenlerini stabilize eder.
   ========================================================== */
:root{--ufuk-topbar-icon:#ffffff;--ufuk-footer-ink:#cbd7ea}
@media(min-width:981px){
  .ufuk-topbar__social{gap:15px!important;flex-wrap:nowrap!important;align-items:center!important}
  .ufuk-topbar__social .ufuk-social-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:17px!important;height:17px!important;min-width:17px!important;color:var(--ufuk-topbar-icon)!important;background:none!important;border:0!important;box-shadow:none!important;overflow:visible!important;font-size:0!important;line-height:0!important;text-indent:0!important}
  .ufuk-topbar__social .ufuk-social-icon:before,.ufuk-topbar__social .ufuk-social-icon:after{display:none!important;content:none!important}
  .ufuk-topbar__social .ufuk-social-icon svg{display:block!important;width:16px!important;height:16px!important;fill:currentColor!important;stroke:none!important}
  .ufuk-topbar__social .ufuk-social-icon svg *{fill:currentColor!important;stroke:none!important}
  .ufuk-topbar__social .ufuk-social-icon--sahibinden{font-size:13px!important;line-height:17px!important;font-weight:900!important;color:var(--ufuk-topbar-icon)!important}
}

@media(max-width:980px){
  /* Mobil header: logo büyüsün, hero ile gereksiz boşluk oluşmasın */
  .ufuk-header__inner{height:90px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
  .ufuk-header .brand{min-width:0!important;width:100%!important;overflow:hidden!important}.ufuk-header .brand img{height:82px!important;max-width:100%!important;width:auto!important;object-fit:contain!important}
  .ufuk-menu-toggle{width:50px!important;height:50px!important;flex-basis:50px!important;border-radius:16px!important}
  main{padding-top:0!important}.ufuk-hero,.ufuk-hero--v137{padding-top:22px!important}

  /* Mobil hero: üst özellik kartları chip, alttaki metrikler ayrı lacivert panel hissinde */
  .ufuk-hero__badges,.ufuk-hero--v137 .ufuk-hero__badges{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;width:100%!important;margin-top:2px!important}
  .ufuk-float{min-height:56px!important;padding:9px 10px!important;border-radius:14px!important;background:#fff!important;box-shadow:0 10px 24px rgba(15,26,43,.065)!important;border:1px solid #e4ebf4!important;grid-template-columns:28px 1fr!important;gap:8px!important}
  .ufuk-float:after{top:11px!important;bottom:11px!important;width:2px!important}.ufuk-float:before{width:25px!important;height:25px!important}.ufuk-float small{font-size:11px!important;line-height:1.17!important;margin:0 0 2px!important}.ufuk-float strong{font-size:11.2px!important;line-height:1.2!important}
  .ufuk-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;margin-top:12px!important;background:#1769c2!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:17px!important;box-shadow:0 20px 50px rgba(7,24,46,.22)!important}
  .ufuk-metric{min-height:72px!important;padding:12px 10px!important;border-color:rgba(255,255,255,.12)!important;grid-template-columns:30px 1fr!important;gap:9px!important;background:transparent!important;color:#fff!important}.ufuk-metric i{width:24px!important;height:24px!important;background:#fff!important;opacity:.95!important}.ufuk-metric strong{font-size:13px!important;color:#fff!important;line-height:1.17!important}.ufuk-metric span{font-size:11.5px!important;color:#dbe7f6!important;line-height:1.18!important}

  /* Anasayfa ürünler: dar 3 sütun yok; mobil yatay premium kart carousel */
  .ufuk-products-section .ufuk-side-intro{min-height:0!important;padding:0!important;background:none!important;box-shadow:none!important;overflow:visible!important}.ufuk-products-section .ufuk-wireframe,.ufuk-products-section .ufuk-side-intro:after{display:none!important;content:none!important}
  .ufuk-products-section .ufuk-products-wrap{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:2px 18px 16px 0!important;margin-right:-14px!important}.ufuk-products-section .ufuk-products-wrap::-webkit-scrollbar{height:0!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card{flex:0 0 min(82vw,360px)!important;width:min(82vw,360px)!important;display:grid!important;grid-template-columns:130px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;min-height:178px!important;padding:13px!important;border-radius:20px!important;scroll-snap-align:start!important;overflow:hidden!important;text-align:left!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card>img{width:130px!important;height:132px!important;object-fit:contain!important;background:#f7f9fc!important;border-radius:16px!important;padding:10px!important;margin:0!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card>div{padding:0!important;min-width:0!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card small{display:inline-flex!important;max-width:100%!important;margin:0 0 7px!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card h3{font-size:17px!important;line-height:1.16!important;margin:0 0 7px!important;word-break:normal!important;overflow-wrap:break-word!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card p{font-size:12.4px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0 0 10px!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card .nc-btn{display:inline-flex!important;min-height:36px!important;margin-top:9px!important;padding:0 12px!important;background:var(--ufuk-red)!important;border:1px solid var(--ufuk-red)!important;border-radius:9px!important;box-shadow:0 10px 24px rgba(237,28,36,.18)!important;color:#fff!important;font-size:10.5px!important;font-weight:900!important;justify-content:center!important;text-transform:uppercase!important}
  /* Ürün listeleme sayfasında kartlar okunaklı kalsın */
  .nc-listing.nc-product-grid,.nc-listing{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.nc-listing .nc-product-card{min-width:0!important;padding:12px!important;border-radius:18px!important}.nc-listing .nc-product-card>img{height:118px!important;object-fit:contain!important}.nc-listing .nc-product-card h3{font-size:14.2px!important;line-height:1.2!important}.nc-listing .nc-product-card p{font-size:11.6px!important;line-height:1.4!important;-webkit-line-clamp:4!important}

  /* Hizmetler mobilde: intro üstte, kartlar 2 sütun */
  .ufuk-services-row{grid-template-columns:1fr!important;gap:18px!important}.ufuk-service-intro{width:100%!important;min-height:0!important;text-align:left!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.nc-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.nc-service-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:168px!important;padding:0!important;text-align:left!important}.nc-service-card-img,.nc-service-card-img img{min-height:168px!important}.nc-service-card-body{padding:15px!important}.nc-service-card h3{font-size:15px!important;line-height:1.24!important}.nc-service-card-icon{width:34px!important;height:34px!important;margin:0 0 9px!important}

  /* Kalite bölümündeki koyu metrikler mobilde 3 sütun kompakt */
  .ufuk-mini-dark-metrics,.ufuk-mini-dark-metrics--wide{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:16px!important}.ufuk-mini-dark-metrics span{padding:12px 8px!important;text-align:center!important;font-size:10.5px!important;line-height:1.18!important}.ufuk-mini-dark-metrics b{font-size:18px!important;line-height:1!important;margin-bottom:3px!important}

  /* Canvas menü: açık renk mockup'a yakın, geniş kartlar, ikon yok */
  .ufuk-mobile-panel,.ufuk-mobile-panel.ufuk-mobile-panel--v140{left:10px!important;right:auto!important;top:10px!important;bottom:10px!important;width:calc(100vw - 20px)!important;max-width:430px!important;border-radius:24px!important;padding:18px!important;background:#fff!important;border:1px solid #dde6f1!important;box-shadow:0 28px 80px rgba(15,26,43,.25)!important;overflow-y:auto!important}.ufuk-mobile-panel__head{padding-bottom:13px!important;margin-bottom:14px!important;border-bottom:1px solid #e8eef6!important}.ufuk-mobile-panel__head .brand img{height:66px!important;max-width:236px!important}.ufuk-mobile-close{width:48px!important;height:48px!important;border-radius:16px!important}
  .ufuk-mobile-panel .main-nav>ul{gap:10px!important}.ufuk-mobile-panel .main-nav li{width:100%!important}.ufuk-mobile-panel .main-nav a{width:100%!important;min-height:54px!important;padding:15px 54px 15px 18px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e4ebf4!important;box-shadow:0 12px 28px rgba(15,26,43,.055)!important;text-align:left!important;justify-content:flex-start!important;font-size:14px!important;line-height:1.2!important}.ufuk-mobile-panel .main-nav a:before,.ufuk-mobile-panel .main-nav a:after{display:none!important;content:none!important}.ufuk-mobile-panel .main-nav li:not(.ufuk-mobile-has-children)>a{padding-right:18px!important}.ufuk-submenu-toggle{right:10px!important;top:8px!important;width:40px!important;height:40px!important;border-radius:14px!important;background:#f8fafc!important;border:0!important;box-shadow:none!important}.ufuk-mobile-panel .main-nav li ul{display:none!important;margin:8px 0 2px 0!important;padding:0!important;gap:7px!important;border-left:0!important}.ufuk-mobile-panel .main-nav li.is-open>ul{display:grid!important}.ufuk-mobile-panel .main-nav li ul a{min-height:44px!important;padding:12px 38px 12px 14px!important;border-radius:13px!important;background:#f8fafc!important;box-shadow:none!important;font-size:12.5px!important;text-transform:none!important}
  .ufuk-mobile-block-title{margin-top:16px!important}.ufuk-mobile-contact{gap:10px!important}.ufuk-mobile-card{width:100%!important;grid-template-columns:42px minmax(0,1fr)!important;padding:12px!important;border-radius:16px!important}.ufuk-mobile-actions .ufuk-btn{min-height:54px!important;border-radius:15px!important}.ufuk-mobile-social{justify-content:center!important;gap:12px!important;padding:2px 0 14px!important}.ufuk-mobile-social a{width:44px!important;height:44px!important}

  /* Mobil footer: menüler ortalı, iletişim ikonları satır başında */
  .ufuk-footer{padding:44px 0 30px!important;text-align:center!important}.ufuk-footer__grid{grid-template-columns:1fr!important;gap:24px!important;text-align:center!important}.ufuk-footer .brand,.ufuk-footer__social,.ufuk-footer h4:after{margin-left:auto!important;margin-right:auto!important}.ufuk-footer .main-nav>ul,.ufuk-footer ul:not(.ufuk-footer__contact){display:grid!important;justify-content:center!important;justify-items:center!important;gap:9px!important;padding:0!important;margin:0 auto!important}.ufuk-footer .main-nav a,.ufuk-footer ul:not(.ufuk-footer__contact) a{justify-content:center!important;text-align:center!important}.ufuk-footer__contact{display:grid!important;gap:8px!important;justify-items:center!important;padding:0!important;margin:0 auto!important;max-width:330px!important}.ufuk-footer__contact li{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;justify-items:start!important;text-align:left!important;width:100%!important;line-height:1.25!important}.ufuk-footer__contact li:before{margin:0!important;width:16px!important;height:16px!important;align-self:center!important}.ufuk-footer__contact li:nth-child(5):before,.ufuk-footer__contact li:nth-child(6):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 5h18v14H3V5Zm2 3.1 7 4.7 7-4.7V7l-7 4.7L5 7v1.1Z"/></svg>')!important;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 5h18v14H3V5Zm2 3.1 7 4.7 7-4.7V7l-7 4.7L5 7v1.1Z"/></svg>')!important}.ufuk-footer__contact li:nth-child(7):before{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21s7-5.15 7-12a7 7 0 1 0-14 0c0 6.85 7 12 7 12Z"/><circle cx="12" cy="9" r="2.5" fill="black"/></svg>')!important;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21s7-5.15 7-12a7 7 0 1 0-14 0c0 6.85 7 12 7 12Z"/><circle cx="12" cy="9" r="2.5" fill="black"/></svg>')!important}.ufuk-footer__contact a,.ufuk-footer__contact li{font-size:13px!important;color:#d8e4f5!important}.ufuk-footer__bottom{grid-template-columns:1fr!important;text-align:center!important;gap:8px!important;margin-top:28px!important}
}
@media(max-width:520px){
  .ufuk-container,.nc-container{width:calc(100% - 26px)!important}.ufuk-header__inner{height:88px!important}.ufuk-header .brand img{height:82px!important;max-width:min(200px,calc(100vw - 172px))!important}.ufuk-hero h1{font-size:30px!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card{flex-basis:86vw!important;width:86vw!important;grid-template-columns:116px minmax(0,1fr)!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card>img{width:116px!important;height:118px!important}.ufuk-mini-dark-metrics,.ufuk-mini-dark-metrics--wide{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ufuk-mobile-panel,.ufuk-mobile-panel.ufuk-mobile-panel--v140{left:8px!important;right:auto!important;top:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:16px!important}.ufuk-mobile-panel__head .brand img{height:62px!important;max-width:224px!important}
}
@media(max-width:370px){
  .ufuk-header .brand img{height:76px!important;max-width:min(176px,calc(100vw - 166px))!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card{grid-template-columns:1fr!important;flex-basis:82vw!important;width:82vw!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card>img{width:100%!important;height:150px!important}.ufuk-mini-dark-metrics,.ufuk-mini-dark-metrics--wide{grid-template-columns:1fr!important}.nc-listing.nc-product-grid,.nc-listing{grid-template-columns:1fr!important}.nc-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-footer__contact{max-width:300px!important}
}

/* ==========================================================
   Ufuk Trafo v1.0.43 - Canvas menü ve mobil ürün kartları net düzeltme
   Amaç: Offcanvas menüyü dar pill görünümden çıkarıp tam genişlik premium kartlara almak;
   anasayfa ürün kartlarını mobilde bozuk carousel/grid yerine okunaklı tek kolon kartlara çevirmek.
   ========================================================== */
@media (max-width: 980px){
  /* Canvas panel: açık renk, geniş, paneli kullanan menü */
  .ufuk-mobile-panel,
  .ufuk-mobile-panel.ufuk-mobile-panel--v140{
    display:flex!important;
    flex-direction:column!important;
    left:10px!important;
    right:auto!important;
    top:10px!important;
    bottom:10px!important;
    width:calc(100vw - 20px)!important;
    max-width:430px!important;
    padding:18px!important;
    border-radius:24px!important;
    background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
    border:1px solid #dde6f1!important;
    box-shadow:0 30px 84px rgba(15,26,43,.25),0 0 0 1px rgba(255,255,255,.78) inset!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    text-align:left!important;
  }
  .ufuk-mobile-panel__head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 48px!important;
    gap:12px!important;
    align-items:center!important;
    margin:0 0 16px!important;
    padding:0 0 14px!important;
    border-bottom:1px solid #e8eef6!important;
  }
  .ufuk-mobile-panel__head .brand{justify-content:flex-start!important;margin:0!important}
  .ufuk-mobile-panel__head .brand img{height:64px!important;max-width:238px!important;width:auto!important;object-fit:contain!important}
  .ufuk-mobile-close{width:48px!important;height:48px!important;border-radius:16px!important;background:#fff!important;border:1px solid #dfe7f1!important;box-shadow:0 12px 28px rgba(15,26,43,.08)!important}

  .ufuk-mobile-panel .main-nav,
  .ufuk-mobile-panel .main-nav > ul,
  .ufuk-mobile-panel .main-nav > ul > li{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  .ufuk-mobile-panel .main-nav{margin:0!important;display:block!important}
  .ufuk-mobile-panel .main-nav > ul{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:0!important;
    margin:0!important;
    list-style:none!important;
    justify-content:stretch!important;
    justify-items:stretch!important;
    align-items:stretch!important;
  }
  .ufuk-mobile-panel .main-nav li{
    position:relative!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }
  .ufuk-mobile-panel .main-nav a{
    width:100%!important;
    max-width:none!important;
    min-height:56px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:16px 18px!important;
    border-radius:17px!important;
    background:#fff!important;
    border:1px solid #e4ebf4!important;
    box-shadow:0 13px 30px rgba(15,26,43,.06)!important;
    color:#101a2c!important;
    text-align:left!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.2!important;
    letter-spacing:.005em!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
  }
  .ufuk-mobile-panel .main-nav a:before,
  .ufuk-mobile-panel .main-nav a:after{
    display:none!important;
    content:none!important;
  }
  .ufuk-mobile-panel .main-nav a.is-active,
  .ufuk-mobile-panel .main-nav a[aria-current="page"]{
    background:linear-gradient(90deg,rgba(237,28,36,.095),rgba(237,28,36,.035))!important;
    border-color:rgba(237,28,36,.22)!important;
    color:var(--ufuk-red)!important;
  }
  .ufuk-mobile-panel .main-nav li.ufuk-mobile-has-children > a{
    padding-right:60px!important;
  }
  .ufuk-mobile-panel .main-nav li:not(.ufuk-mobile-has-children) > a{
    padding-right:18px!important;
  }
  .ufuk-submenu-toggle{
    position:absolute!important;
    right:10px!important;
    top:8px!important;
    width:40px!important;
    height:40px!important;
    border:0!important;
    border-radius:14px!important;
    background:#f5f7fb!important;
    color:#101a2c!important;
    box-shadow:none!important;
    display:grid!important;
    place-items:center!important;
    cursor:pointer!important;
    z-index:3!important;
  }
  .ufuk-submenu-toggle:before{
    content:""!important;
    width:9px!important;
    height:9px!important;
    border-right:2px solid currentColor!important;
    border-bottom:2px solid currentColor!important;
    transform:rotate(45deg)!important;
    margin-top:-3px!important;
    transition:transform .18s ease,margin .18s ease!important;
  }
  .ufuk-mobile-panel .main-nav li.is-open > .ufuk-submenu-toggle:before{
    transform:rotate(-135deg)!important;
    margin-top:3px!important;
  }
  .ufuk-mobile-panel .main-nav li ul{
    position:static!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:8px 0 2px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    min-width:0!important;
  }
  .ufuk-mobile-panel .main-nav li.is-open > ul{display:grid!important}
  .ufuk-mobile-panel .main-nav li ul a{
    min-height:44px!important;
    padding:12px 14px!important;
    border-radius:14px!important;
    background:#f8fafc!important;
    border:1px solid #edf1f6!important;
    box-shadow:none!important;
    font-size:12.8px!important;
    font-weight:650!important;
    text-transform:none!important;
    color:#182338!important;
  }
  .ufuk-mobile-block-title{margin:18px 0 2px!important;font-size:11px!important;color:#6b7280!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:800!important}
  .ufuk-mobile-contact,
  .ufuk-mobile-actions,
  .ufuk-mobile-social,
  .ufuk-mobile-card{
    width:100%!important;
    max-width:none!important;
  }
  .ufuk-mobile-contact{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;background:transparent!important;text-align:left!important}
  .ufuk-mobile-card{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:12px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e4ebf4!important;box-shadow:0 12px 28px rgba(15,26,43,.055)!important;color:#101a2c!important;text-decoration:none!important}
  .ufuk-mobile-card__icon{width:42px!important;height:42px!important;border-radius:14px!important;background:rgba(237,28,36,.08)!important;color:var(--ufuk-red)!important;display:grid!important;place-items:center!important}

  /* Anasayfa ürünler: bozuk dar yatay görünüm yerine tam genişlik okunaklı kartlar */
  .ufuk-products-section .ufuk-products-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
    scroll-snap-type:none!important;
  }
  .ufuk-products-section .ufuk-products-wrap .nc-product-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex:none!important;
    display:grid!important;
    grid-template-columns:124px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:center!important;
    min-height:0!important;
    height:auto!important;
    padding:14px!important;
    border-radius:20px!important;
    text-align:left!important;
    overflow:hidden!important;
    scroll-snap-align:none!important;
  }
  .ufuk-products-section .ufuk-products-wrap .nc-product-card > img{
    width:124px!important;
    height:118px!important;
    margin:0!important;
    padding:10px!important;
    object-fit:contain!important;
    border-radius:16px!important;
    background:linear-gradient(180deg,#f5f8fc,#fff)!important;
  }
  .ufuk-products-section .ufuk-products-wrap .nc-product-card > div{padding:0!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card small{margin:0 0 8px!important;max-width:100%!important;white-space:normal!important;line-height:1.15!important;font-size:10.5px!important;padding:7px 9px!important;border-radius:8px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card h3{font-size:17px!important;line-height:1.16!important;margin:0 0 7px!important;letter-spacing:-.02em!important;word-break:normal!important;overflow-wrap:break-word!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:12.4px!important;line-height:1.45!important;margin:0 0 10px!important;color:#526071!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card .nc-btn{display:inline-flex!important;min-height:36px!important;margin-top:9px!important;padding:0 12px!important;border:1px solid var(--ufuk-red)!important;border-radius:9px!important;background:var(--ufuk-red)!important;box-shadow:0 10px 24px rgba(237,28,36,.18)!important;color:#fff!important;font-size:10.5px!important;justify-content:center!important;text-align:center!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card .ufuk-inline-link{font-size:11px!important;color:var(--ufuk-red)!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;min-height:0!important;justify-content:flex-start!important;text-align:left!important}
}

@media (max-width:520px){
  .ufuk-mobile-panel,
  .ufuk-mobile-panel.ufuk-mobile-panel--v140{left:8px!important;top:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:16px!important;border-radius:22px!important}
  .ufuk-mobile-panel__head .brand img{height:62px!important;max-width:224px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card{grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;padding:12px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card > img{width:112px!important;height:112px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card h3{font-size:15.8px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card p{font-size:11.8px!important;-webkit-line-clamp:3!important}
}
@media (max-width:370px){
  .ufuk-products-section .ufuk-products-wrap .nc-product-card{grid-template-columns:1fr!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card > img{width:100%!important;height:150px!important}
}


/* ==========================================================
   Ufuk Trafo v1.0.44 - Mobil ürün kartı, canvas genişlik ve footer hizalama kesin düzeltme
   ========================================================== */
.nc-product-card--link{color:inherit;text-decoration:none;cursor:pointer}.nc-product-card--link h3,.nc-product-card--link h3 a{color:#101828;text-decoration:none}.nc-product-card--link:focus-visible{outline:3px solid rgba(237,28,36,.35);outline-offset:4px}.nc-product-card--link .nc-btn{pointer-events:none}.nc-product-card--link:hover .nc-btn{color:#fff}

@media (max-width:980px){
  /* Canvas menü: dar pill görünümü kesin kapanır, kartlar panel genişliğine yaklaşır */
  body .ufuk-mobile-panel,
  body .ufuk-mobile-panel.ufuk-mobile-panel--v140{padding:18px!important}
  body .ufuk-mobile-panel .main-nav,
  body .ufuk-mobile-panel .main-nav>ul,
  body .ufuk-mobile-panel .main-nav>ul>li{width:100%!important;max-width:none!important;justify-content:stretch!important;justify-items:stretch!important;text-align:left!important}
  body .ufuk-mobile-panel .main-nav>ul{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0!important;padding:0!important}
  body .ufuk-mobile-panel .main-nav>ul>li>a{width:100%!important;max-width:none!important;min-height:56px!important;padding:16px 18px!important;border-radius:17px!important;display:flex!important;justify-content:flex-start!important;text-align:left!important;background:#fff!important;border:1px solid #e3eaf4!important;box-shadow:0 14px 32px rgba(15,26,43,.065)!important}
  body .ufuk-mobile-panel .main-nav li.ufuk-mobile-has-children>a{padding-right:60px!important}
  body .ufuk-mobile-panel .main-nav li:not(.ufuk-mobile-has-children)>a{padding-right:18px!important}
  body .ufuk-mobile-panel .main-nav li ul{display:none!important;margin:8px 0 2px!important;padding:0!important;gap:8px!important}
  body .ufuk-mobile-panel .main-nav li.is-open>ul{display:grid!important}
  body .ufuk-mobile-panel .main-nav li ul a{width:100%!important;min-height:44px!important;border-radius:14px!important;background:#f8fafc!important}
  body .ufuk-mobile-contact,body .ufuk-mobile-actions,body .ufuk-mobile-social,body .ufuk-mobile-card{width:100%!important;max-width:none!important}

  /* Anasayfa ürünler: tek tek, kompakt, komple tıklanabilir kartlar */
  body .ufuk-products-section .ufuk-products-wrap,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important;margin:0!important;padding:0!important;scroll-snap-type:none!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card{width:100%!important;max-width:100%!important;min-width:0!important;flex:none!important;display:grid!important;grid-template-columns:102px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;min-height:128px!important;height:auto!important;padding:12px!important;border-radius:18px!important;text-align:left!important;overflow:hidden!important;background:#fff!important;color:inherit!important;text-decoration:none!important;box-shadow:0 14px 36px rgba(15,26,43,.075)!important;scroll-snap-align:none!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card>img,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card>img{width:102px!important;height:100px!important;object-fit:contain!important;margin:0!important;padding:9px!important;border-radius:15px!important;background:linear-gradient(180deg,#f5f8fc,#fff)!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card>div,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card>div{padding:0!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card small,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card small{display:inline-flex!important;margin:0 0 7px!important;padding:7px 9px!important;border-radius:8px!important;background:linear-gradient(135deg,var(--ufuk-blue),var(--ufuk-blue-dark))!important;color:#fff!important;font-size:10.5px!important;line-height:1.1!important;font-weight:800!important;white-space:normal!important;max-width:100%!important;box-shadow:0 8px 18px rgba(15,29,49,.12)!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card h3,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card h3{font-size:16px!important;line-height:1.16!important;margin:0!important;letter-spacing:-.02em!important;color:#101828!important;word-break:normal!important;overflow-wrap:break-word!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card p,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card p{display:none!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card .nc-btn,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card .nc-btn{display:inline-flex!important;min-height:36px!important;margin-top:9px!important;padding:0 12px!important;border:1px solid var(--ufuk-red)!important;border-radius:9px!important;background:var(--ufuk-red)!important;box-shadow:0 10px 24px rgba(237,28,36,.18)!important;color:#fff!important;font-size:10.5px!important;justify-content:center!important}

  /* Mobil footer: Menü/Hizmetler/İletişim listeleri aynı girintili sol hizada */
  body .ufuk-footer{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;text-align:left!important}
  body .ufuk-footer__grid{grid-template-columns:1fr!important;gap:24px!important;text-align:left!important}
  body .ufuk-footer h4{text-align:center!important;margin-bottom:14px!important}
  body .ufuk-footer h4:after{margin-left:auto!important;margin-right:auto!important}
  body .ufuk-footer .ufuk-footer__brand,body .ufuk-footer .ufuk-footer__brand p{text-align:center!important}
  body .ufuk-footer .brand,body .ufuk-footer__social{margin-left:auto!important;margin-right:auto!important;justify-content:center!important}
  body .ufuk-footer .main-nav>ul,
  body .ufuk-footer ul:not(.ufuk-footer__contact):not(.ufuk-footer__social){display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:min(100%,310px)!important;margin:0 auto!important;padding:0 0 0 18px!important;justify-content:start!important;justify-items:start!important;text-align:left!important;list-style:none!important}
  body .ufuk-footer .main-nav li,
  body .ufuk-footer ul:not(.ufuk-footer__contact):not(.ufuk-footer__social)>li{width:100%!important;text-align:left!important;display:block!important}
  body .ufuk-footer .main-nav a,
  body .ufuk-footer ul:not(.ufuk-footer__contact):not(.ufuk-footer__social) a{justify-content:flex-start!important;text-align:left!important;width:100%!important;display:inline-flex!important;align-items:center!important;color:#d8e4f5!important}
  body .ufuk-footer__contact{width:min(100%,310px)!important;max-width:310px!important;margin:0 auto!important;padding:0 0 0 18px!important;display:grid!important;gap:8px!important;justify-items:start!important;text-align:left!important}
  body .ufuk-footer__contact li{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;gap:9px!important;align-items:start!important;width:100%!important;text-align:left!important;line-height:1.26!important;color:#d8e4f5!important}
  body .ufuk-footer__contact li:before{width:15px!important;height:15px!important;margin-top:2px!important;align-self:start!important;background:var(--ufuk-red)!important}
  body .ufuk-footer__bottom{grid-template-columns:1fr!important;text-align:center!important;gap:8px!important}
}

@media (max-width:370px){
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card{grid-template-columns:88px minmax(0,1fr)!important;padding:11px!important;gap:11px!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card>img,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card>img{width:88px!important;height:88px!important}
  body .ufuk-products-section .ufuk-products-wrap>.nc-product-card h3,
  body .ufuk-products-section .ufuk-products-wrap.nc-product-grid>.nc-product-card h3{font-size:14.8px!important}
}


/* ==========================================================
   Ufuk Trafo v1.0.45 - Anasayfa mobil ürün kartları temiz yeniden kurulum
   Not: {{products}} çıktısı .ufuk-products-wrap içinde nested .nc-product-grid olarak gelir.
   Bu blok nested yapıyı hedefler; önceki 2/3 sütun ve dar kart override'larını kesin kapatır.
   ========================================================== */
@media (max-width:980px){
  body .ufuk-products-section{padding-top:34px!important;padding-bottom:36px!important;overflow:hidden!important}
  body .ufuk-products-section .ufuk-split-products{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;align-items:start!important}
  body .ufuk-products-section .ufuk-side-intro{min-height:0!important;padding:0!important;margin:0!important;background:none!important;overflow:visible!important}
  body .ufuk-products-section .ufuk-side-intro:before,
  body .ufuk-products-section .ufuk-side-intro:after,
  body .ufuk-products-section .ufuk-wireframe{display:none!important;content:none!important;background:none!important}
  body .ufuk-products-section .ufuk-side-intro h2{margin-bottom:10px!important}
  body .ufuk-products-section .ufuk-side-intro p{margin-bottom:18px!important}
  body .ufuk-products-section .ufuk-products-wrap{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important}
  body .ufuk-products-section .ufuk-products-wrap > .nc-product-grid,
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;scroll-snap-type:none!important}
  body .ufuk-products-section .ufuk-products-wrap > .nc-product-grid > .nc-product-card,
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card{position:relative!important;display:grid!important;grid-template-columns:106px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:126px!important;height:auto!important;margin:0!important;padding:12px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e3eaf4!important;box-shadow:0 16px 38px rgba(15,26,43,.075)!important;overflow:hidden!important;text-align:left!important;color:#101828!important;text-decoration:none!important;scroll-snap-align:none!important;transform:none!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card:hover{transform:translateY(-1px)!important;box-shadow:0 18px 44px rgba(15,26,43,.10)!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card > img{grid-column:1!important;width:106px!important;height:102px!important;max-width:106px!important;margin:0!important;padding:10px!important;object-fit:contain!important;border-radius:15px!important;background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%)!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card > div{grid-column:2!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card small{display:inline-flex!important;align-self:flex-start!important;margin:0 0 7px!important;padding:7px 9px!important;max-width:100%!important;border-radius:8px!important;background:linear-gradient(135deg,var(--ufuk-blue),var(--ufuk-blue-dark))!important;color:#fff!important;font-size:10.3px!important;font-weight:800!important;line-height:1.1!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:0 8px 18px rgba(15,29,49,.12)!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card h3{display:block!important;margin:0!important;color:#101828!important;font-size:16px!important;font-weight:750!important;line-height:1.18!important;letter-spacing:-.025em!important;word-break:normal!important;overflow-wrap:break-word!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card p{display:none!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card .nc-btn{display:inline-flex!important;min-height:36px!important;margin-top:9px!important;padding:0 12px!important;border:1px solid var(--ufuk-red)!important;border-radius:9px!important;background:var(--ufuk-red)!important;box-shadow:0 10px 24px rgba(237,28,36,.18)!important;color:#fff!important;font-size:10.5px!important;justify-content:center!important}
}
@media (max-width:420px){
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card{grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;min-height:116px!important;padding:11px!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card > img{width:96px!important;height:94px!important;max-width:96px!important;padding:9px!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card small{font-size:9.8px!important;padding:6px 8px!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card h3{font-size:14.8px!important;line-height:1.16!important}
}
@media (max-width:360px){
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card{grid-template-columns:88px minmax(0,1fr)!important}
  body .ufuk-products-section .ufuk-products-wrap .nc-product-grid > .nc-product-card > img{width:88px!important;height:88px!important;max-width:88px!important}
}


/* Ufuk Trafo v1.0.46 - arşiv ürünleri ve ürün detay etiketleri */
.ufuk-product-badges{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 12px}
.ufuk-product-badges span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(237,28,36,.18);border-radius:999px;background:rgba(237,28,36,.055);color:#101a2c;font-size:13px;font-weight:700;line-height:1}
.ufuk-product-badges svg{width:15px;height:15px;fill:var(--ufuk-red)}
.ufuk-listing-section .nc-listing-filter,.ufuk-filter{display:none!important}
.ufuk-product-copy{color:#4f5b6e;font-size:15px;line-height:1.75}.ufuk-product-copy p{margin:0 0 16px}.ufuk-product-copy strong{color:#101a2c}
@media(max-width:700px){.ufuk-product-badges{gap:8px;margin:12px 0 10px}.ufuk-product-badges span{font-size:12px;padding:8px 10px}.ufuk-listing-section{padding-top:28px!important}}

/* Ufuk Trafo v1.0.47 - ürünler sayfası ve tekil ürün sayfası premium içerik tasarımı */
.ufuk-products-page-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#f7f9fc 55%,#f2f5f9 100%);border-bottom:1px solid rgba(16,26,44,.08)}
.ufuk-products-page-hero:before{content:"";position:absolute;inset:0;background:url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat;opacity:.34;pointer-events:none}.ufuk-products-page-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.9));pointer-events:none}.ufuk-products-page-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,600px);align-items:center;min-height:340px;gap:42px}.ufuk-products-page-hero__copy{max-width:570px;padding:56px 0}.ufuk-products-page-hero__copy h1{font-family:var(--ufuk-font,Manrope,Arial,sans-serif);font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.045em;margin:12px 0 18px;color:var(--ufuk-navy,#101a2c);font-weight:720}.ufuk-products-page-hero__copy p{font-size:17px;line-height:1.75;color:#526071;max-width:510px;margin:0}.ufuk-products-page-hero__visual{align-self:end;min-height:310px;display:flex;align-items:flex-end;justify-content:center}.ufuk-products-page-hero__visual img{width:min(100%,560px);height:auto;object-fit:contain;filter:drop-shadow(0 28px 45px rgba(16,26,44,.12));opacity:.92}.ufuk-products-breadcrumb{background:#fff;border-bottom:1px solid rgba(16,26,44,.08)}.ufuk-products-breadcrumb .nc-container{display:flex;align-items:center;gap:13px;min-height:58px;color:#778397;font-size:13px}.ufuk-products-breadcrumb a{color:#778397;text-decoration:none}.ufuk-products-breadcrumb strong{color:var(--ufuk-red,#ed1c24);font-weight:700}.ufuk-products-archive{padding:54px 0 34px;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}.ufuk-products-archive__head{text-align:center;max-width:720px;margin:0 auto 28px}.ufuk-products-archive__head h2{font-size:clamp(29px,3vw,42px);line-height:1.12;margin:9px 0 12px;color:var(--ufuk-navy,#101a2c);letter-spacing:-.035em}.ufuk-products-archive__head h2:after{content:"";display:block;width:64px;height:3px;border-radius:999px;background:var(--ufuk-blue,#1769c2);margin:15px auto 0}.ufuk-products-archive__head p{font-size:15.5px;line-height:1.7;color:#647084;margin:0}.ufuk-products-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ufuk-archive-product-card{display:flex;flex-direction:column;min-height:100%;padding:22px;border:1px solid rgba(16,26,44,.1);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 20px 60px rgba(16,26,44,.08);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ufuk-archive-product-card:hover{transform:translateY(-5px);border-color:rgba(23,105,194,.28);box-shadow:0 28px 75px rgba(16,26,44,.14)}.ufuk-archive-product-card__image{height:250px;border-radius:16px;background:linear-gradient(180deg,#fff,#f7f9fc);display:flex;align-items:center;justify-content:center;margin-bottom:18px;overflow:hidden}.ufuk-archive-product-card__image img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .25s ease}.ufuk-archive-product-card:hover .ufuk-archive-product-card__image img{transform:scale(1.035)}.ufuk-product-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.ufuk-product-badges span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:7px 10px;border-radius:999px;background:#fff5db;color:#4c3b03;font-size:12px;font-weight:800}.ufuk-product-badges svg{width:14px;height:14px;fill:#ffb000}.ufuk-archive-product-card h3{font-size:24px;line-height:1.16;letter-spacing:-.025em;color:#101a2c;margin:0 0 12px}.ufuk-archive-product-card p{font-size:14.5px;line-height:1.65;color:#5d6878;margin:0 0 18px}.ufuk-archive-product-card ul{list-style:none;margin:auto 0 20px;padding:0;display:grid;gap:10px}.ufuk-archive-product-card li{position:relative;padding-left:24px;font-size:13.8px;line-height:1.5;color:#273247}.ufuk-archive-product-card li:before{content:"";position:absolute;left:0;top:.28em;width:15px;height:15px;border:1.5px solid var(--ufuk-red,#ed1c24);border-radius:50%;background:radial-gradient(circle at center,var(--ufuk-red,#ed1c24) 0 3px,transparent 3.5px)}.ufuk-product-card-link{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:10px;min-height:48px;margin-top:18px;padding:0 20px;border-radius:12px;background:var(--ufuk-red,#ed1c24);color:#fff;font-weight:850;font-size:13px;text-transform:uppercase;letter-spacing:.01em;white-space:nowrap;box-shadow:0 14px 30px rgba(237,28,36,.20);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.ufuk-product-card-link:after{content:"→";font-size:18px;line-height:1;transition:transform .2s ease}.ufuk-archive-product-card:hover .ufuk-product-card-link{transform:translateY(-1px);box-shadow:0 18px 38px rgba(237,28,36,.27);filter:saturate(1.04)}.ufuk-archive-product-card:hover .ufuk-product-card-link:after{transform:translateX(3px)}.ufuk-products-red-cta{background:#f7f9fc;padding:0 0 34px}.ufuk-products-red-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:28px 34px;border-radius:18px;background:linear-gradient(135deg,#ed1c24,#d80912);color:#fff;box-shadow:0 24px 65px rgba(237,28,36,.22);overflow:hidden;position:relative}.ufuk-products-red-cta__inner:after{content:"";position:absolute;right:20px;bottom:-45px;width:260px;height:160px;background:url('../../../../uploads/ufuk-trafo/media/product-technical-blueprint-light.webp') center/contain no-repeat;filter:brightness(2);opacity:.18}.ufuk-products-red-cta__inner>div{position:relative;z-index:1}.ufuk-products-red-cta h2{margin:0 0 6px;font-size:26px;letter-spacing:-.025em}.ufuk-products-red-cta p{margin:0;color:rgba(255,255,255,.9);font-size:14.5px}.ufuk-products-red-cta__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ufuk-products-red-cta__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:10px;background:#fff;color:var(--ufuk-red,#ed1c24);font-weight:850;text-decoration:none;box-shadow:0 16px 35px rgba(16,26,44,.12)}.ufuk-products-red-cta__actions a:last-child{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.45)}.ufuk-cta-icon{display:none}

.ufuk-product-detail-page{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);padding:32px 0 34px}.ufuk-product-crumb{display:flex;align-items:center;gap:12px;min-height:40px;margin-bottom:20px;color:#7a8597;font-size:13px}.ufuk-product-crumb a{color:#7a8597;text-decoration:none}.ufuk-product-crumb strong{color:var(--ufuk-red,#ed1c24);font-weight:800}.ufuk-product-detail-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:42px;align-items:center;margin-bottom:24px}.ufuk-product-gallery-card,.ufuk-product-summary,.ufuk-product-feature-row,.ufuk-product-info-shell,.ufuk-product-apps{border:1px solid rgba(16,26,44,.1);background:rgba(255,255,255,.94);border-radius:20px;box-shadow:0 20px 60px rgba(16,26,44,.08)}.ufuk-product-gallery-card{padding:20px}.ufuk-product-main-image{height:430px;border-radius:16px;background:linear-gradient(180deg,#fff,#f7f9fc);display:flex;align-items:center;justify-content:center;overflow:hidden}.ufuk-product-main-image img{width:100%;height:100%;object-fit:contain;padding:12px}.ufuk-product-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.ufuk-product-thumb{height:76px;border:1px solid rgba(16,26,44,.14);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;padding:5px;cursor:pointer}.ufuk-product-thumb.is-active{border-color:var(--ufuk-red,#ed1c24);box-shadow:0 0 0 3px rgba(237,28,36,.08)}.ufuk-product-thumb img{width:100%;height:100%;object-fit:contain}.ufuk-product-summary{box-shadow:none;border:0;background:transparent;padding:0}.ufuk-product-summary h1{font-size:clamp(34px,4.2vw,54px);line-height:1.03;letter-spacing:-.045em;margin:10px 0 14px;color:#101a2c}.ufuk-product-summary>p{font-size:16px;line-height:1.75;color:#5b6677;margin:0 0 18px}.ufuk-product-checks{list-style:none;margin:0 0 22px;padding:18px 0 0;border-top:1px solid rgba(16,26,44,.1);display:grid;gap:10px}.ufuk-product-checks li{position:relative;padding-left:28px;color:#283349;font-size:14.2px;line-height:1.5}.ufuk-product-checks li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:rgba(237,28,36,.08);color:var(--ufuk-red,#ed1c24);font-weight:900;font-size:12px}.ufuk-product-actions{display:flex;gap:12px;flex-wrap:wrap}.ufuk-product-actions .ufuk-btn{min-height:50px;padding:0 22px;border-radius:10px;text-decoration:none;font-weight:850}.ufuk-product-action-button__icon{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px}.ufuk-product-action-button__icon svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ufuk-product-action-button__icon--whatsapp svg{width:22px;height:22px;fill:currentColor;stroke:none}.ufuk-btn--red{background:var(--ufuk-red,#ed1c24);color:#fff!important;box-shadow:0 16px 35px rgba(237,28,36,.18)}.ufuk-btn--whatsapp-brand{background:#25d366;color:#fff!important;border-color:#25d366;box-shadow:0 16px 35px rgba(37,211,102,.22)}.ufuk-btn--whatsapp-brand:hover{background:#1fbd5a;box-shadow:0 20px 44px rgba(37,211,102,.30)}.ufuk-btn--light{background:#fff;color:#101a2c!important;border:1px solid rgba(16,26,44,.15)}.ufuk-product-feature-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:22px 0;padding:24px}.ufuk-product-feature-row article{padding:10px 18px;border-right:1px solid rgba(16,26,44,.08)}.ufuk-product-feature-row article:last-child{border-right:0}.ufuk-feature-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff3dd;color:#f59f00;margin-bottom:12px}.ufuk-feature-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ufuk-product-feature-row h3{font-size:17px;margin:0 0 8px;color:#101a2c}.ufuk-product-feature-row p{margin:0;color:#647084;font-size:13.5px;line-height:1.55}.ufuk-product-info-shell{display:grid;grid-template-columns:190px minmax(0,1fr) minmax(300px,.72fr);gap:28px;padding:26px;margin-bottom:22px}.ufuk-product-info-nav{display:grid;gap:8px;align-self:start}.ufuk-product-info-nav a{display:flex;align-items:center;min-height:46px;padding:0 14px;border:1px solid rgba(16,26,44,.1);background:#fff;border-radius:10px;color:#1a2638;text-decoration:none;font-size:13px;font-weight:800}.ufuk-product-info-nav a:first-child{background:#f5f7fa;color:var(--ufuk-red,#ed1c24)}.ufuk-product-info-main h2,.ufuk-product-spec-table h2,.ufuk-product-apps h2{font-size:24px;line-height:1.2;margin:0 0 16px;color:#101a2c;letter-spacing:-.02em}.ufuk-product-copy--detail p{font-size:14.5px;line-height:1.8;color:#5b6677;margin:0 0 13px}.ufuk-product-spec-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.ufuk-product-spec-mini div{padding:14px;border:1px solid rgba(16,26,44,.1);border-radius:12px;background:#fff}.ufuk-product-spec-mini span{display:block;color:var(--ufuk-red,#ed1c24);font-size:12px;font-weight:850;margin-bottom:5px}.ufuk-product-spec-mini strong{font-size:14px;color:#101a2c}.ufuk-product-spec-table{padding-left:24px;border-left:1px solid rgba(16,26,44,.1)}.ufuk-product-spec-table dl{margin:0;border:1px solid rgba(16,26,44,.12);border-radius:12px;overflow:hidden;background:#fff}.ufuk-product-spec-table div{display:grid;grid-template-columns:1fr 1.2fr}.ufuk-product-spec-table div+div{border-top:1px solid rgba(16,26,44,.1)}.ufuk-product-spec-table dt,.ufuk-product-spec-table dd{margin:0;padding:12px 14px;font-size:13px;color:#344054}.ufuk-product-spec-table dt{font-weight:850;background:#f8fafc;color:#101a2c}.ufuk-product-apps{padding:26px;margin-bottom:26px}.ufuk-product-apps h2:after{content:"";display:block;width:44px;height:2px;background:var(--ufuk-red,#ed1c24);margin-top:11px}.ufuk-product-apps>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.ufuk-product-apps span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:54px;text-align:center;padding:10px;border-left:1px solid rgba(16,26,44,.1);font-weight:750;font-size:13px;color:#283349}.ufuk-product-apps svg{width:20px;height:20px;fill:none;stroke:var(--ufuk-red,#ed1c24);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

.ufuk-products-page-hero+.ufuk-inner-hero,.ufuk-product-detail-page+.ufuk-inner-hero{display:none!important}
@media (max-width: 1024px){.ufuk-products-page-hero__inner{grid-template-columns:1fr;min-height:0}.ufuk-products-page-hero__copy{padding:42px 0 0}.ufuk-products-page-hero__visual{min-height:230px}.ufuk-products-page-hero__visual img{max-width:430px}.ufuk-products-archive__grid{grid-template-columns:1fr}.ufuk-archive-product-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:center}.ufuk-archive-product-card__image{height:190px;margin:0;grid-row:span 5}.ufuk-product-detail-hero{grid-template-columns:1fr}.ufuk-product-info-shell{grid-template-columns:1fr}.ufuk-product-info-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.ufuk-product-spec-table{padding-left:0;border-left:0;border-top:1px solid rgba(16,26,44,.1);padding-top:22px}.ufuk-product-feature-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ufuk-product-feature-row article:nth-child(2n){border-right:0}.ufuk-product-feature-row article:nth-child(n+3){border-top:1px solid rgba(16,26,44,.08)}.ufuk-product-apps>div{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 640px){.ufuk-products-page-hero__copy h1{font-size:38px}.ufuk-products-page-hero__copy p{font-size:14.5px}.ufuk-products-page-hero__visual{min-height:170px}.ufuk-products-page-hero__visual img{max-width:310px}.ufuk-products-breadcrumb .nc-container{min-height:46px;font-size:12px}.ufuk-products-archive{padding:34px 0 22px}.ufuk-products-archive__head{text-align:left;margin-bottom:18px}.ufuk-products-archive__head h2:after{margin-left:0}.ufuk-archive-product-card{grid-template-columns:118px minmax(0,1fr);gap:13px;padding:13px;border-radius:17px}.ufuk-archive-product-card__image{height:112px;border-radius:13px}.ufuk-archive-product-card h3{font-size:17px;margin-bottom:5px}.ufuk-archive-product-card p{font-size:12.2px;line-height:1.45;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ufuk-archive-product-card ul{display:none}.ufuk-product-badges{gap:5px;margin-bottom:7px}.ufuk-product-badges span{font-size:10px;min-height:24px;padding:5px 7px}.ufuk-product-card-link{width:100%;min-height:50px;margin-top:0;padding:0 18px;font-size:12.5px}.ufuk-products-red-cta__inner{display:block;padding:22px;border-radius:16px}.ufuk-products-red-cta h2{font-size:22px}.ufuk-products-red-cta__actions{margin-top:16px}.ufuk-products-red-cta__actions a{flex:1 1 auto}.ufuk-product-detail-page{padding-top:18px}.ufuk-product-crumb{overflow:auto;white-space:nowrap;margin-bottom:12px}.ufuk-product-gallery-card{padding:12px;border-radius:16px}.ufuk-product-main-image{height:270px}.ufuk-product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ufuk-product-thumb{height:58px}.ufuk-product-summary h1{font-size:33px}.ufuk-product-summary>p{font-size:14px}.ufuk-product-actions .ufuk-btn{width:100%;justify-content:center}.ufuk-product-feature-row{grid-template-columns:1fr;padding:16px}.ufuk-product-feature-row article{border-right:0!important;border-top:1px solid rgba(16,26,44,.08);padding:15px 4px}.ufuk-product-feature-row article:first-child{border-top:0}.ufuk-product-info-shell{padding:16px;border-radius:16px}.ufuk-product-info-nav{grid-template-columns:1fr 1fr}.ufuk-product-info-nav a{font-size:12px;min-height:40px}.ufuk-product-spec-mini{grid-template-columns:1fr}.ufuk-product-spec-table div{grid-template-columns:1fr}.ufuk-product-spec-table dd{border-top:1px solid rgba(16,26,44,.08)}.ufuk-product-apps{padding:16px;border-radius:16px}.ufuk-product-apps>div{grid-template-columns:1fr 1fr}.ufuk-product-apps span{font-size:12px;min-height:48px}.ufuk-products-page-hero+.ufuk-inner-hero,.ufuk-product-detail-page+.ufuk-inner-hero{display:none!important}}


/* ==========================================================
   Ufuk Trafo v1.0.48 - İletişim sayfası premium içerik tasarımı
   Header/footer korunur; sadece iletişim sayfası içerik alanı.
   ========================================================== */
.ufuk-contact-v48{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#101a2c;overflow:hidden}
.ufuk-contact-v48 .ufuk-contact-hero{position:relative;padding:58px 0 50px;border-bottom:1px solid rgba(16,26,44,.08);background:#f8fafc;overflow:hidden}
.ufuk-contact-hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.ufuk-contact-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(1.02)}
.ufuk-contact-hero__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 36%,rgba(255,255,255,.36) 72%,rgba(255,255,255,.18) 100%)}
.ufuk-contact-hero__content{position:relative;z-index:1;max-width:720px;padding:16px 0}
.ufuk-contact-breadcrumb{display:flex;align-items:center;gap:10px;color:#718096;font-size:13px;margin-bottom:42px}
.ufuk-contact-breadcrumb a{color:#718096;text-decoration:none}.ufuk-contact-breadcrumb strong{color:var(--ufuk-red,#ed1c24);font-weight:850}
.ufuk-contact-hero .ufuk-kicker{display:block;margin-bottom:13px;color:var(--ufuk-heading-dark);font-size:13px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.ufuk-contact-hero h1{margin:0;color:#101a2c;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.06em;font-weight:750}
.ufuk-contact-hero h1:after{content:"";display:block;width:74px;height:3px;background:var(--ufuk-red,#ed1c24);border-radius:99px;margin:24px 0 26px}
.ufuk-contact-hero p{max-width:640px;margin:0;color:#5b6677;font-size:18px;line-height:1.75}
.ufuk-contact-hero__quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:760px;margin-top:38px}
.ufuk-contact-quick{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:14px 0;border-right:1px solid rgba(16,26,44,.12)}
.ufuk-contact-quick:last-child{border-right:0}.ufuk-contact-quick__icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(237,28,36,.08);color:var(--ufuk-red,#ed1c24);box-shadow:inset 0 0 0 1px rgba(237,28,36,.12)}
.ufuk-contact-quick__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ufuk-contact-quick strong{display:block;font-size:15px;color:#101a2c;line-height:1.2;margin-bottom:3px}.ufuk-contact-quick span{display:block;font-size:13px;color:#687587;line-height:1.35}
.ufuk-contact-v48__main{padding:28px 0 54px}.ufuk-contact-panel{display:grid;grid-template-columns:370px minmax(300px,420px) minmax(0,1fr);gap:24px;align-items:stretch;background:rgba(255,255,255,.94);border:1px solid rgba(16,26,44,.1);border-radius:26px;box-shadow:0 24px 80px rgba(16,26,44,.08);padding:28px;margin-top:-42px;position:relative;z-index:2}.ufuk-contact-panel h2,.ufuk-contact-panel h3{margin:0;color:#101a2c;letter-spacing:-.025em}.ufuk-contact-panel h2{font-size:28px}.ufuk-contact-panel h2:after,.ufuk-contact-map h2:after{content:"";display:block;width:46px;height:2px;background:var(--ufuk-red,#ed1c24);border-radius:99px;margin:12px 0 18px}
.ufuk-contact-info{display:grid;gap:12px}.ufuk-contact-list-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:center;padding:16px;border:1px solid rgba(16,26,44,.1);border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(16,26,44,.045);text-decoration:none;color:#101a2c}.ufuk-contact-list-card__icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,var(--ufuk-red,#ed1c24),#e90f19);display:grid;place-items:center;color:#fff;box-shadow:0 14px 28px rgba(237,28,36,.18)}.ufuk-contact-list-card__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ufuk-contact-list-card small{display:block;font-size:12px;color:#667085;font-weight:750;margin-bottom:4px}.ufuk-contact-list-card strong{display:block;font-size:15px;line-height:1.35;color:#101a2c}.ufuk-contact-list-card--address{align-items:start}.ufuk-contact-social-row{display:flex;flex-wrap:wrap;gap:11px;padding:16px;border:1px solid rgba(16,26,44,.1);border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(16,26,44,.045)}.ufuk-contact-social-row a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f8fafc;border:1px solid rgba(16,26,44,.1);color:#101a2c;text-decoration:none;font-weight:900}.ufuk-contact-social-row svg{width:20px;height:20px;fill:currentColor}.ufuk-contact-visual-card{position:relative;min-height:100%;border-radius:20px;overflow:hidden;background:#101a2c;box-shadow:0 20px 50px rgba(16,26,44,.12)}.ufuk-contact-visual-card img{width:100%;height:100%;min-height:440px;object-fit:cover;display:block}.ufuk-contact-visual-card:after{content:"";position:absolute;inset:auto 0 0 0;height:48%;background:linear-gradient(180deg,transparent,rgba(10,18,31,.96))}.ufuk-contact-visual-card__copy{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff}.ufuk-contact-visual-card__copy h3{font-size:26px;color:#fff;margin:0 0 8px}.ufuk-contact-visual-card__copy p{margin:0 0 16px;color:#d7e0ef;line-height:1.55}.ufuk-contact-visual-card__copy a{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 18px;border-radius:10px;background:var(--ufuk-red,#ed1c24);color:#fff;text-decoration:none;font-weight:850}.ufuk-contact-form-card{padding:4px 0}.ufuk-contact-form-card p{margin:0 0 18px;color:#667085;line-height:1.6}.ufuk-contact-form-card .nc-contact-form-inline{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.ufuk-contact-form-card .nc-contact-form-inline label{display:grid!important;gap:7px!important;font-size:13px!important;font-weight:800!important;color:#253047!important}.ufuk-contact-form-card .nc-contact-form-inline input,.ufuk-contact-form-card .nc-contact-form-inline textarea{width:100%!important;border:1px solid rgba(16,26,44,.14)!important;border-radius:12px!important;background:#fff!important;min-height:46px!important;padding:12px 14px!important;box-shadow:none!important;color:#101a2c!important}.ufuk-contact-form-card .nc-contact-form-inline textarea{min-height:126px!important}.ufuk-contact-form-card .nc-contact-form-inline .full,.ufuk-contact-form-card .nc-contact-form-inline textarea,.ufuk-contact-form-card .nc-contact-form-inline button{grid-column:1/-1!important}.ufuk-contact-form-card .nc-contact-form-inline button{border:0!important;min-height:50px!important;border-radius:12px!important;background:var(--ufuk-red,#ed1c24)!important;color:#fff!important;font-weight:850!important;box-shadow:0 14px 30px rgba(237,28,36,.18)!important}.ufuk-contact-map{margin-top:22px;display:grid;grid-template-columns:330px minmax(0,1fr);gap:0;overflow:hidden;border:1px solid rgba(16,26,44,.1);border-radius:22px;background:#fff;box-shadow:0 20px 60px rgba(16,26,44,.065)}.ufuk-contact-map__copy{padding:28px;background:linear-gradient(135deg,#fff,#f8fafc)}.ufuk-contact-map__copy .ufuk-kicker{color:var(--ufuk-heading-dark);font-size:12px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.ufuk-contact-map__copy h2{font-size:26px;margin:7px 0 0;color:var(--ufuk-heading-blue)}.ufuk-contact-map__copy p{color:#667085;line-height:1.7}.ufuk-contact-map__copy a{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 16px;border:1px solid rgba(16,26,44,.14);border-radius:10px;color:#101a2c;text-decoration:none;font-weight:850;background:#fff}.ufuk-contact-map__embed iframe{width:100%;height:360px;display:block;border:0!important}.ufuk-contact-map__embed{min-height:360px;background:#f1f5f9}.ufuk-contact-v48 .ufuk-map-embed{margin:0;box-shadow:none;border:0;border-radius:0}.ufuk-contact-v48 .ufuk-map-embed iframe{height:360px!important}
@media (max-width:1180px){.ufuk-contact-panel{grid-template-columns:1fr 1fr}.ufuk-contact-form-card{grid-column:1/-1}.ufuk-contact-map{grid-template-columns:1fr}}
@media (max-width:760px){.ufuk-contact-v48 .ufuk-contact-hero{padding:34px 0 34px}.ufuk-contact-hero__bg img{object-position:65% center}.ufuk-contact-hero__bg:after{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88))}.ufuk-contact-breadcrumb{margin-bottom:20px;font-size:12px}.ufuk-contact-hero h1{font-size:38px;line-height:1.08}.ufuk-contact-hero p{font-size:14.5px;line-height:1.65}.ufuk-contact-hero__quick{grid-template-columns:1fr;gap:8px;margin-top:22px}.ufuk-contact-quick{border-right:0;border-bottom:1px solid rgba(16,26,44,.1);grid-template-columns:44px 1fr;padding:10px 0}.ufuk-contact-quick__icon{width:44px;height:44px}.ufuk-contact-panel{grid-template-columns:1fr;padding:14px;border-radius:20px;margin-top:-18px;gap:16px}.ufuk-contact-panel h2{font-size:24px}.ufuk-contact-list-card{grid-template-columns:48px 1fr;padding:13px;gap:12px}.ufuk-contact-list-card__icon{width:48px;height:48px}.ufuk-contact-visual-card img{min-height:260px}.ufuk-contact-visual-card__copy{left:18px;right:18px;bottom:18px}.ufuk-contact-visual-card__copy h3{font-size:22px}.ufuk-contact-form-card .nc-contact-form-inline{grid-template-columns:1fr!important}.ufuk-contact-map{border-radius:18px}.ufuk-contact-map__copy{padding:20px}.ufuk-contact-map__embed iframe,.ufuk-contact-v48 .ufuk-map-embed iframe{height:280px!important}}

/* Ufuk Trafo v1.0.49 - iç hero, ürün sayfası, ürün detay sekmeleri ve iletişim sayfası temiz düzen */
.ufuk-inner-hero--standard{
  position:relative!important;
  padding:42px 0 40px!important;
  min-height:230px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 48%,rgba(255,255,255,.74) 100%),
    url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat!important;
  border-bottom:1px solid rgba(16,26,44,.08)!important;
}
.ufuk-inner-hero--standard .ufuk-inner-hero__grid{display:block!important;min-height:0!important}
.ufuk-inner-hero--standard .ufuk-inner-hero__visual{display:none!important}
.ufuk-inner-hero--standard h1{font-size:clamp(34px,3.5vw,50px)!important;margin-bottom:10px!important}
.ufuk-inner-hero--standard p{font-size:15.5px!important;line-height:1.65!important;max-width:760px!important}

.ufuk-products-page-hero--clean,
.ufuk-products-page-hero{
  min-height:0!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88)),
    url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat!important;
}
.ufuk-products-page-hero__inner{display:block!important;min-height:260px!important;padding:52px 0 46px!important}
.ufuk-products-page-hero__copy{padding:0!important;max-width:720px!important}
.ufuk-products-page-hero__visual{display:none!important}
.ufuk-products-page-hero__copy h1{font-size:clamp(38px,4.2vw,58px)!important;max-width:700px!important}
.ufuk-products-page-hero__copy p{max-width:620px!important}

.ufuk-archive-product-card ul{display:none!important}
.ufuk-archive-product-card__specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:2px 0 18px}
.ufuk-archive-product-card__specs span{display:grid;gap:3px;min-height:54px;padding:10px;border:1px solid rgba(16,26,44,.1);border-radius:12px;background:#f8fafc;color:#344054;font-size:12px;line-height:1.25}
.ufuk-archive-product-card__specs b{display:block;color:var(--ufuk-blue,#1769c2);font-size:11px;text-transform:uppercase;letter-spacing:.03em}
.ufuk-product-summary-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 22px;padding-top:18px;border-top:1px solid rgba(16,26,44,.1)}
.ufuk-product-summary-specs div{padding:13px;border:1px solid rgba(16,26,44,.1);border-radius:12px;background:#fff}
.ufuk-product-summary-specs span{display:block;color:var(--ufuk-red,#ed1c24);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.ufuk-product-summary-specs strong{font-size:14px;color:#101a2c}
.ufuk-product-feature-row--specs .ufuk-feature-icon{background:rgba(237,28,36,.08)!important;color:var(--ufuk-red,#ed1c24)!important}
.ufuk-product-info-nav a.is-active{background:#fff5f5!important;color:var(--ufuk-red,#ed1c24)!important;border-color:rgba(237,28,36,.22)!important;box-shadow:0 10px 22px rgba(237,28,36,.07)}
.ufuk-products-red-cta__inner{overflow:hidden!important;background:linear-gradient(135deg,#ed1c24 0%,#e20d16 100%)!important}
.ufuk-products-red-cta__inner:after{display:none!important}
.ufuk-products-red-cta__actions{background:transparent!important;box-shadow:none!important;padding:0!important}
.ufuk-products-red-cta__actions a{box-shadow:0 12px 30px rgba(16,26,44,.12)!important}
.ufuk-products-red-cta__actions a:last-child{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.5)!important}

.ufuk-contact-v48 .ufuk-contact-hero{padding:44px 0 42px!important;min-height:360px!important;background:#f8fafc!important}
.ufuk-contact-v48 .ufuk-contact-hero__bg img{object-fit:cover!important;object-position:center right!important;opacity:.82!important}
.ufuk-contact-v48 .ufuk-contact-hero__bg:after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 42%,rgba(255,255,255,.55) 72%,rgba(255,255,255,.2) 100%)!important}
.ufuk-contact-v48 .ufuk-contact-breadcrumb{margin-bottom:30px!important}
.ufuk-contact-v48 .ufuk-contact-hero h1{font-size:clamp(42px,4.7vw,66px)!important;line-height:1.04!important;max-width:780px!important}
.ufuk-contact-v48 .ufuk-contact-hero p{font-size:16px!important;line-height:1.65!important;max-width:650px!important}
.ufuk-contact-v48 .ufuk-contact-hero__quick{margin-top:30px!important;max-width:720px!important;gap:14px!important}
.ufuk-contact-v48 .ufuk-contact-quick{grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;padding:12px 16px!important;border:1px solid rgba(16,26,44,.09)!important;border-radius:16px!important;background:rgba(255,255,255,.78)!important;box-shadow:0 12px 35px rgba(16,26,44,.045)!important}
.ufuk-contact-v48 .ufuk-contact-quick__icon{width:48px!important;height:48px!important}
.ufuk-contact-v48 .ufuk-contact-v48__main{padding:34px 0 58px!important}
.ufuk-contact-v48 .ufuk-contact-panel{grid-template-columns:minmax(280px,330px) minmax(300px,380px) minmax(360px,1fr)!important;gap:22px!important;align-items:stretch!important;padding:24px!important;margin-top:-36px!important;border-radius:24px!important;box-shadow:0 26px 80px rgba(16,26,44,.085)!important}
.ufuk-contact-v48 .ufuk-contact-panel h2{font-size:24px!important;line-height:1.2!important}
.ufuk-contact-v48 .ufuk-contact-info{gap:10px!important}
.ufuk-contact-v48 .ufuk-contact-list-card{grid-template-columns:48px minmax(0,1fr)!important;gap:13px!important;padding:13px!important;border-radius:15px!important;box-shadow:0 10px 24px rgba(16,26,44,.04)!important}
.ufuk-contact-v48 .ufuk-contact-list-card__icon{width:48px!important;height:48px!important;border-radius:14px!important}
.ufuk-contact-v48 .ufuk-contact-list-card__icon svg{width:22px!important;height:22px!important}
.ufuk-contact-v48 .ufuk-contact-list-card small{font-size:11.5px!important;margin-bottom:2px!important}
.ufuk-contact-v48 .ufuk-contact-list-card strong{font-size:14px!important;line-height:1.35!important;word-break:break-word!important}
.ufuk-contact-v48 .ufuk-contact-social-row{padding:12px!important;gap:9px!important;justify-content:flex-start!important}
.ufuk-contact-v48 .ufuk-contact-social-row a{width:38px!important;height:38px!important}
.ufuk-contact-v48 .ufuk-contact-visual-card{border-radius:18px!important;min-height:100%!important}
.ufuk-contact-v48 .ufuk-contact-visual-card img{min-height:100%!important;height:100%!important;object-position:center!important}
.ufuk-contact-v48 .ufuk-contact-visual-card__copy{left:20px!important;right:20px!important;bottom:20px!important}
.ufuk-contact-v48 .ufuk-contact-visual-card__copy h3{font-size:24px!important;line-height:1.15!important}
.ufuk-contact-v48 .ufuk-contact-form-card{padding:2px 0!important;align-self:start!important}
.ufuk-contact-v48 .ufuk-contact-form-card p{font-size:14px!important;line-height:1.6!important;margin-bottom:16px!important}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline{grid-template-columns:1fr 1fr!important;gap:14px!important;width:100%!important}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline input,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline textarea{min-height:50px!important;border-radius:12px!important;font-size:14px!important}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline textarea{min-height:140px!important}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline button{min-height:52px!important;border-radius:12px!important;font-size:14px!important;width:100%!important}
.ufuk-contact-v48 .ufuk-contact-map{grid-template-columns:330px minmax(0,1fr)!important;margin-top:26px!important;border-radius:22px!important;box-shadow:0 20px 60px rgba(16,26,44,.07)!important}
.ufuk-contact-v48 .ufuk-contact-map__copy{padding:26px!important}
.ufuk-contact-v48 .ufuk-contact-map__embed iframe,.ufuk-contact-v48 .ufuk-map-embed iframe{height:340px!important}

@media (max-width:1180px){
  .ufuk-contact-v48 .ufuk-contact-panel{grid-template-columns:1fr 1fr!important}
  .ufuk-contact-v48 .ufuk-contact-form-card{grid-column:1/-1!important}
}
@media (max-width:760px){
  .ufuk-inner-hero--standard{padding:30px 0!important;min-height:180px!important;background-position:center!important}
  .ufuk-products-page-hero__inner{min-height:0!important;padding:34px 0 32px!important}
  .ufuk-products-page-hero__copy h1{font-size:36px!important}
  .ufuk-archive-product-card__specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ufuk-product-summary-specs{grid-template-columns:1fr!important}
  .ufuk-products-red-cta__actions{display:grid!important;grid-template-columns:1fr!important}
  .ufuk-products-red-cta__actions a{width:100%!important}
  .ufuk-contact-v48 .ufuk-contact-hero{min-height:0!important;padding:30px 0!important}
  .ufuk-contact-v48 .ufuk-contact-hero__bg img{object-position:68% center!important;opacity:.32!important}
  .ufuk-contact-v48 .ufuk-contact-hero__bg:after{background:rgba(255,255,255,.92)!important}
  .ufuk-contact-v48 .ufuk-contact-hero h1{font-size:38px!important}
  .ufuk-contact-v48 .ufuk-contact-hero__quick{grid-template-columns:1fr!important}
  .ufuk-contact-v48 .ufuk-contact-panel{grid-template-columns:1fr!important;margin-top:0!important;padding:16px!important;border-radius:20px!important}
  .ufuk-contact-v48 .ufuk-contact-visual-card img{min-height:260px!important}
  .ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline{grid-template-columns:1fr!important}
  .ufuk-contact-v48 .ufuk-contact-map{grid-template-columns:1fr!important}
  .ufuk-contact-v48 .ufuk-contact-map__embed iframe,.ufuk-contact-v48 .ufuk-map-embed iframe{height:280px!important}
}


/* Ufuk Trafo v1.0.50 - iletişim sayfası ikon/form/harita düzeltmeleri */
.ufuk-contact-v48 .ufuk-contact-quick__icon,
.ufuk-contact-v48 .ufuk-contact-list-card__icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  overflow:hidden!important;
}
.ufuk-contact-v48 .ufuk-contact-quick__icon svg,
.ufuk-contact-v48 .ufuk-contact-list-card__icon svg{
  display:block!important;
  margin:auto!important;
  transform:none!important;
  float:none!important;
  position:static!important;
}
.ufuk-contact-v48 .ufuk-contact-hero__quick{
  gap:14px!important;
}
.ufuk-contact-v48 .ufuk-contact-quick{
  min-height:74px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  padding:10px 14px!important;
  align-items:center!important;
}
.ufuk-contact-v48 .ufuk-contact-quick__icon{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:rgba(237,28,36,.075)!important;
  color:#667085!important;
  box-shadow:inset 0 0 0 1px rgba(237,28,36,.18)!important;
}
.ufuk-contact-v48 .ufuk-contact-quick__icon svg{
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.ufuk-contact-v48 .ufuk-contact-quick strong{
  font-size:15px!important;
  line-height:1.15!important;
  margin:0 0 2px!important;
}
.ufuk-contact-v48 .ufuk-contact-quick span{
  font-size:12.5px!important;
  line-height:1.25!important;
}

.ufuk-contact-v48 .ufuk-contact-info{
  gap:8px!important;
}
.ufuk-contact-v48 .ufuk-contact-list-card{
  min-height:58px!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:11px!important;
  padding:10px 12px!important;
  align-items:center!important;
  border-radius:14px!important;
}
.ufuk-contact-v48 .ufuk-contact-list-card__icon{
  width:40px!important;
  height:40px!important;
  border-radius:50%!important;
  background:rgba(237,28,36,.09)!important;
  color:var(--ufuk-red,#ed1c24)!important;
  box-shadow:inset 0 0 0 1px rgba(237,28,36,.16)!important;
}
.ufuk-contact-v48 .ufuk-contact-list-card__icon svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.ufuk-contact-v48 .ufuk-contact-list-card small{
  display:block!important;
  font-size:11px!important;
  line-height:1.15!important;
  margin:0 0 2px!important;
}
.ufuk-contact-v48 .ufuk-contact-list-card strong{
  display:block!important;
  font-size:13px!important;
  line-height:1.25!important;
}
.ufuk-contact-v48 .ufuk-contact-list-card--address strong{
  font-size:12.5px!important;
  line-height:1.35!important;
}

/* Form spam honeypot alanı grid içinde görünmeyecek. */
.nc-contact-form .nc-hp,
.ufuk-contact-v48 .nc-contact-form .nc-hp,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline > input.nc-hp{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  position:absolute!important;
  left:-9999px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  pointer-events:none!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline{
  align-items:start!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-form-field{
  margin:0!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline label span{
  display:block!important;
  margin-bottom:7px!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline input,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline textarea{
  box-sizing:border-box!important;
}

.ufuk-contact-v48 .ufuk-contact-map__copy a{
  gap:10px!important;
  min-height:42px!important;
  padding:0 15px!important;
  border-radius:12px!important;
}
.ufuk-contact-v48 .ufuk-contact-map__copy a svg{
  display:block!important;
  width:19px!important;
  height:19px!important;
  flex:0 0 19px!important;
  fill:none!important;
  stroke:var(--ufuk-red,#ed1c24)!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media (max-width:760px){
  .ufuk-contact-v48 .ufuk-contact-quick{
    grid-template-columns:40px minmax(0,1fr)!important;
    min-height:62px!important;
    padding:9px 12px!important;
  }
  .ufuk-contact-v48 .ufuk-contact-quick__icon{
    width:40px!important;
    height:40px!important;
  }
  .ufuk-contact-v48 .ufuk-contact-list-card{
    grid-template-columns:38px minmax(0,1fr)!important;
    min-height:54px!important;
    padding:9px 11px!important;
  }
  .ufuk-contact-v48 .ufuk-contact-list-card__icon{
    width:38px!important;
    height:38px!important;
  }
  .ufuk-contact-v48 .ufuk-contact-map__copy a{
    width:auto!important;
    max-width:max-content!important;
  }
}

/* ==========================================================
   Ufuk Trafo v1.0.51 - İç sayfa başlık standardı ve iletişim form grid düzeltmesi
   Header/footer korunur; yalnızca içerik başlıkları ve iletişim formu düzenlenir.
   ========================================================== */
.ufuk-inner-hero--standard{
  position:relative!important;
  min-height:210px!important;
  padding:34px 0!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 48%,rgba(255,255,255,.74) 100%),
    url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat!important;
}
.ufuk-inner-hero--standard .ufuk-inner-hero__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:28px!important;
  min-height:142px!important;
}
.ufuk-inner-hero__copy{max-width:720px!important;min-width:0!important}
.ufuk-inner-hero--standard h1{
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  margin:8px 0 8px!important;
}
.ufuk-inner-hero--standard p{font-size:15px!important;line-height:1.65!important;max-width:680px!important}
.ufuk-inner-hero__visual{display:none!important}
.ufuk-inner-breadcrumb-bar,
.ufuk-contact-breadcrumb,
.ufuk-product-crumb{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:max-content!important;
  max-width:min(520px,42vw)!important;
  min-height:44px!important;
  padding:0 18px!important;
  border:1px solid rgba(16,26,44,.10)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.68)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
  box-shadow:0 16px 44px rgba(16,26,44,.07)!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-decoration:none!important;
}
.ufuk-inner-breadcrumb-bar a,
.ufuk-contact-breadcrumb a,
.ufuk-product-crumb a{color:#667085!important;text-decoration:none!important;font-weight:600!important}
.ufuk-inner-breadcrumb-bar span,
.ufuk-contact-breadcrumb span,
.ufuk-product-crumb span{color:#a3acba!important}
.ufuk-inner-breadcrumb-bar strong,
.ufuk-contact-breadcrumb strong,
.ufuk-product-crumb strong{color:var(--ufuk-red,#ed1c24)!important;font-weight:800!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}

/* Ürünler sayfası hero: sağ görsel yok, breadcrumb hero içinde sağ premium bar. */
.ufuk-products-page-hero--clean{
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(248,250,252,.90) 100%),
    url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat!important;
}
.ufuk-products-page-hero--v51 .ufuk-products-page-hero__inner,
.ufuk-products-page-hero--clean .ufuk-products-page-hero__inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:28px!important;
  min-height:230px!important;
  align-items:center!important;
  padding:34px 0!important;
}
.ufuk-products-page-hero__copy{padding:0!important;max-width:680px!important}
.ufuk-products-page-hero__copy h1{font-size:clamp(32px,4vw,50px)!important;line-height:1.08!important;margin:8px 0 12px!important}
.ufuk-products-page-hero__copy p{font-size:15.5px!important;line-height:1.65!important;max-width:620px!important}
.ufuk-products-page-hero__visual{display:none!important}
.ufuk-products-breadcrumb{display:none!important}

/* Tekil ürün sayfası breadcrumb da aynı bar standardına yaklaşır. */
.ufuk-product-detail-page .ufuk-product-crumb{
  margin:0 0 20px auto!important;
}

/* İletişim hero: breadcrumb sağda, başlık alanı daha kompakt. */
.ufuk-contact-v48 .ufuk-contact-hero{
  min-height:300px!important;
  padding:34px 0 34px!important;
}
.ufuk-contact-v48 .ufuk-contact-hero__content{
  max-width:none!important;
  width:100%!important;
  padding:8px 0!important;
  position:relative!important;
}
.ufuk-contact-v48 .ufuk-contact-breadcrumb{
  position:absolute!important;
  top:8px!important;
  right:0!important;
  margin:0!important;
}
.ufuk-contact-v48 .ufuk-contact-hero .ufuk-kicker{margin-top:32px!important;margin-bottom:9px!important}
.ufuk-contact-v48 .ufuk-contact-hero h1{
  font-size:clamp(36px,4.2vw,56px)!important;
  line-height:1.04!important;
  max-width:680px!important;
}
.ufuk-contact-v48 .ufuk-contact-hero h1:after{margin:18px 0 18px!important;width:58px!important}
.ufuk-contact-v48 .ufuk-contact-hero p{font-size:15.5px!important;max-width:600px!important;line-height:1.62!important}
.ufuk-contact-v48 .ufuk-contact-hero__quick{margin-top:24px!important;max-width:700px!important}

/* İletişim formu masaüstü: Ad Soyad tam satır, Telefon + E-posta yan yana, Mesaj tam satır. */
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  align-items:start!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-field-name-name,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-field-name-message,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline button,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .cf-turnstile{
  grid-column:1 / -1!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-field-name-phone,
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-field-name-email{
  grid-column:auto!important;
}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline textarea{min-height:126px!important}
.ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline button{margin-top:2px!important}

@media (max-width:760px){
  .ufuk-inner-hero--standard{min-height:0!important;padding:28px 0!important}
  .ufuk-inner-hero--standard .ufuk-inner-hero__grid,
  .ufuk-products-page-hero--v51 .ufuk-products-page-hero__inner,
  .ufuk-products-page-hero--clean .ufuk-products-page-hero__inner{grid-template-columns:1fr!important;gap:14px!important;min-height:0!important;padding:28px 0!important}
  .ufuk-inner-breadcrumb-bar,
  .ufuk-contact-breadcrumb,
  .ufuk-product-crumb{max-width:100%!important;width:100%!important;justify-content:flex-start!important;min-height:40px!important;padding:0 14px!important;font-size:12px!important;border-radius:14px!important}
  .ufuk-contact-v48 .ufuk-contact-breadcrumb{position:static!important;margin:0 0 18px!important}
  .ufuk-contact-v48 .ufuk-contact-hero .ufuk-kicker{margin-top:0!important}
  .ufuk-contact-v48 .ufuk-contact-hero{min-height:0!important;padding:28px 0!important}
  .ufuk-contact-v48 .ufuk-contact-hero h1{font-size:34px!important}
  .ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline{grid-template-columns:1fr!important}
  .ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-field-name-phone,
  .ufuk-contact-v48 .ufuk-contact-form-card .nc-contact-form-inline .nc-field-name-email{grid-column:1 / -1!important}
}


/* =========================================================
   v1.0.52 - HAKKIMIZDA SAYFASI / MOCKUP ODAKLI TEMİZ KURGU
   Sadece .ufuk-about-v52 altında etkilidir; header/footer korunur.
   ========================================================= */
.ufuk-about-v52{--about-navy:#0d1828;--about-navy-2:#14243a;--about-red:#ef2330;--about-line:#e5eaf1;--about-muted:#657188;background:#f7f9fc;color:#111b2e;overflow:hidden}
.ufuk-about-v52 *{box-sizing:border-box}.ufuk-about-v52 svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ufuk-about-v52__hero{position:relative;min-height:430px!important;padding:0!important;background:var(--about-navy)!important;color:#fff;border:0!important;isolation:isolate}
.ufuk-about-v52__hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,28,.97) 0%,rgba(7,16,28,.88) 40%,rgba(7,16,28,.18) 72%,rgba(7,16,28,.02) 100%),url('../../../../uploads/ufuk-trafo/media/about-hero-dark.webp') center/cover no-repeat;z-index:-1}
.ufuk-about-v52__hero-inner{min-height:430px;display:flex;align-items:center;position:relative}.ufuk-about-v52__hero-copy{max-width:650px;padding:58px 0}.ufuk-about-v52__hero .ufuk-kicker{color:#ff3540;font-weight:700;letter-spacing:.04em}.ufuk-about-v52__hero h1{margin:10px 0 18px;color:#fff;font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.045em;font-weight:700}.ufuk-about-v52__hero p{margin:0;color:#e6ebf3;font-size:16px;line-height:1.82;max-width:640px}.ufuk-about-v52__breadcrumb{position:absolute;right:0;top:38px;display:flex;align-items:center;gap:10px;padding:11px 17px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);box-shadow:0 16px 38px rgba(0,0,0,.18);font-size:12px}.ufuk-about-v52__breadcrumb a,.ufuk-about-v52__breadcrumb strong{color:#fff;text-decoration:none}.ufuk-about-v52__breadcrumb span{color:#ff3b45;font-size:18px}
.ufuk-about-v52__body{padding:72px 0 84px;background:radial-gradient(circle at 5% 10%,rgba(239,35,48,.035),transparent 25%),#f7f9fc}.ufuk-about-v52__identity{display:block;margin-bottom:28px;background:transparent}.ufuk-about-v52__identity-card{padding:38px 38px;background:linear-gradient(145deg,#fff,#f5f7fb);position:relative;border:1px solid var(--about-line);border-radius:24px;box-shadow:0 22px 58px rgba(16,26,44,.09)}.ufuk-about-v52__identity-card:before{content:"";position:absolute;left:0;top:38px;width:4px;height:88px;border-radius:0 6px 6px 0;background:var(--about-red)}.ufuk-about-v52__eyebrow{display:block;color:var(--ufuk-heading-dark);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:9px}.ufuk-about-v52 h2{margin:0 0 20px;color:var(--ufuk-heading-blue);font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.035em;font-weight:700}.ufuk-about-v52__identity-card p,.ufuk-about-v52__text-card p{color:#536078;font-size:14.5px;line-height:1.78;margin:0 0 14px}.ufuk-about-v52__strong{color:#101a2c!important;font-weight:700;font-style:italic}
.ufuk-about-v52__work-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.15fr) minmax(0,.82fr);gap:22px;margin-bottom:28px;align-items:stretch}.ufuk-about-v52__text-card,.ufuk-about-v52__transformer-media{border-radius:22px;overflow:hidden;box-shadow:0 20px 54px rgba(16,26,44,.09)}.ufuk-about-v52__text-card{padding:32px;background:#fff;border:1px solid var(--about-line)}.ufuk-about-v52__text-card h2{font-size:26px;margin:13px 0 18px}.ufuk-about-v52__card-icon{width:48px;height:48px;border-radius:15px;padding:12px;color:#fff;background:linear-gradient(145deg,#f8323d,#c70e1a);box-shadow:0 12px 25px rgba(239,35,48,.22)}.ufuk-about-v52__transformer-media{min-height:490px}.ufuk-about-v52__transformer-media img{display:block;width:100%;height:100%;object-fit:cover}.ufuk-about-v52__text-card--services ul{list-style:none;padding:0;margin:8px 0 0}.ufuk-about-v52__text-card--services li{position:relative;padding:9px 0 9px 20px;border-bottom:1px solid #eef1f5;color:#334057;font-size:13.5px;line-height:1.45}.ufuk-about-v52__text-card--services li:last-child{border-bottom:0}.ufuk-about-v52__text-card--services li:before{content:"›";position:absolute;left:2px;color:var(--about-red);font-size:20px;line-height:1}
.ufuk-about-v52__quality{display:grid;grid-template-columns:auto 260px 1fr;gap:26px;align-items:start;padding:34px 38px;margin-bottom:28px;border-radius:22px;color:#fff;background:linear-gradient(115deg,#101b2d,#16243a 63%,#231825);box-shadow:0 24px 58px rgba(16,26,44,.18);position:relative;overflow:hidden}.ufuk-about-v52__quality:after{content:"";position:absolute;right:-70px;top:-90px;width:300px;height:300px;border:1px solid rgba(239,35,48,.25);border-radius:50%}.ufuk-about-v52__quality-icon{width:55px;height:55px;border-radius:16px;padding:13px;color:#fff;background:var(--about-red);position:relative;z-index:1}.ufuk-about-v52__quality h2{font-size:27px;color:#fff;margin:0}.ufuk-about-v52__quality .ufuk-about-v52__eyebrow{margin-bottom:5px}.ufuk-about-v52__quality p{position:relative;z-index:1;margin:0;color:#e5ebf5;font-size:13px;line-height:1.75;letter-spacing:.015em}
.ufuk-about-v52__mission{position:relative;min-height:480px;border-radius:25px;overflow:hidden;margin-bottom:28px;background-image:var(--ufuk-about-factory);background-position:center;background-size:cover;box-shadow:0 28px 70px rgba(16,26,44,.15);display:flex;align-items:flex-end}.ufuk-about-v52__mission-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,17,29,.05) 20%,rgba(9,17,29,.75) 100%)}.ufuk-about-v52__mission-grid{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:0 36px 34px}.ufuk-about-v52__mission article{position:relative;text-align:center;color:#fff;background:rgba(11,21,35,.94);border:1px solid rgba(255,255,255,.12);border-radius:21px;padding:38px 32px 28px;box-shadow:0 20px 48px rgba(0,0,0,.26);backdrop-filter:blur(8px)}.ufuk-about-v52__mission-icon{position:absolute;left:50%;top:-31px;transform:translateX(-50%);width:62px;height:62px;border-radius:50%;padding:15px;background:linear-gradient(145deg,#ff3440,#c80f1b);color:#fff;box-shadow:0 13px 30px rgba(239,35,48,.28)}.ufuk-about-v52__mission h2{color:#fff;font-size:29px;margin:3px 0 12px}.ufuk-about-v52__mission p{margin:0 auto;max-width:430px;color:#dce4f0;font-size:14px;line-height:1.7}
.ufuk-about-v52__metrics{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--about-line);border-radius:22px;box-shadow:0 22px 58px rgba(16,26,44,.09);overflow:hidden}.ufuk-about-v52__metrics article{display:grid;justify-items:center;align-content:center;min-height:180px;padding:24px;border-right:1px solid var(--about-line);text-align:center}.ufuk-about-v52__metrics article:last-child{border-right:0}.ufuk-about-v52__metric-icon{width:44px;height:44px;color:var(--about-red);margin-bottom:10px}.ufuk-about-v52__metrics strong{display:block;color:#101a2c;font-size:36px;line-height:1;font-weight:700}.ufuk-about-v52__metrics article>span:last-child{margin-top:8px;color:#536078;font-size:13px;font-weight:600}
@media(max-width:1100px){.ufuk-about-v52__work-grid{grid-template-columns:1fr 1fr}.ufuk-about-v52__transformer-media{grid-row:span 2;grid-column:2}.ufuk-about-v52__quality{grid-template-columns:auto 1fr}.ufuk-about-v52__quality p{grid-column:1/-1}.ufuk-about-v52__metrics article{min-height:150px}}
@media(max-width:760px){.ufuk-about-v52__hero{min-height:0!important}.ufuk-about-v52__hero-inner{min-height:0;padding:0 20px}.ufuk-about-v52__hero-copy{padding:50px 0 44px}.ufuk-about-v52__hero h1{font-size:40px}.ufuk-about-v52__hero p{font-size:14px;line-height:1.7}.ufuk-about-v52__breadcrumb{display:none}.ufuk-about-v52__body{padding:34px 0 48px}.ufuk-about-v52__identity{display:block}.ufuk-about-v52__identity-card{padding:28px 24px;border-radius:19px}.ufuk-about-v52__identity-card:before{top:28px}.ufuk-about-v52 h2{font-size:29px}.ufuk-about-v52__work-grid{grid-template-columns:1fr;gap:15px}.ufuk-about-v52__transformer-media{grid-column:auto;grid-row:auto;min-height:260px;order:2}.ufuk-about-v52__text-card--work{order:1}.ufuk-about-v52__text-card--services{order:3}.ufuk-about-v52__text-card{padding:24px;border-radius:18px}.ufuk-about-v52__quality{grid-template-columns:auto 1fr;padding:25px 22px;gap:16px;border-radius:18px}.ufuk-about-v52__quality p{font-size:11.5px;line-height:1.65}.ufuk-about-v52__mission{min-height:560px;border-radius:18px}.ufuk-about-v52__mission-grid{grid-template-columns:1fr;gap:48px;padding:0 16px 24px}.ufuk-about-v52__mission article{padding:34px 20px 22px}.ufuk-about-v52__metrics{grid-template-columns:1fr 1fr;border-radius:18px}.ufuk-about-v52__metrics article{min-height:130px;border-right:1px solid var(--about-line);border-bottom:1px solid var(--about-line);padding:18px}.ufuk-about-v52__metrics article:nth-child(2n){border-right:0}.ufuk-about-v52__metrics article:nth-child(n+3){border-bottom:0}.ufuk-about-v52__metrics strong{font-size:30px}}
@media(max-width:420px){.ufuk-about-v52__hero h1{font-size:35px}.ufuk-about-v52__hero-copy{padding:40px 0}.ufuk-about-v52__identity-card,.ufuk-about-v52__text-card{padding:22px 18px}.ufuk-about-v52__quality{grid-template-columns:1fr}.ufuk-about-v52__quality-icon{width:48px;height:48px}.ufuk-about-v52__mission{min-height:620px}.ufuk-about-v52__metric-icon{width:36px;height:36px}.ufuk-about-v52__metrics strong{font-size:27px}}



/* ==========================================================================
   v1.0.53 - PLACEHOLDER / HAKKIMIZDA GÖRSEL DÜZELTMELERİ
   ========================================================================== */
.ufuk-about-v52__quality{grid-template-columns:auto minmax(210px,260px) minmax(0,1fr)!important;align-items:center!important}
.ufuk-about-v52__quality p{font-size:14px!important;line-height:1.72!important;text-transform:none!important}
.ufuk-about-v52__mission{
  min-height:440px!important;
  background-image:url('../../../../uploads/ufuk-trafo/media/about-factory-interior.webp')!important;
  background-position:center 48%!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
}
.ufuk-about-v52__mission-overlay{background:linear-gradient(180deg,rgba(8,17,29,.08) 0%,rgba(8,17,29,.36) 52%,rgba(8,17,29,.86) 100%)!important}
.ufuk-about-v52__mission-grid{padding-bottom:30px!important}
.ufuk-about-v52__mission article{background:rgba(10,20,34,.93)!important;box-shadow:0 20px 48px rgba(0,0,0,.30)!important}
.ufuk-about-v52__text-card p,.ufuk-about-v52__identity-card p{font-size:14.5px!important;line-height:1.75!important}
@media(max-width:760px){
  .ufuk-about-v52__quality{grid-template-columns:auto 1fr!important}
  .ufuk-about-v52__quality p{grid-column:1/-1!important;font-size:12.5px!important}
  .ufuk-about-v52__mission{min-height:540px!important;background-position:58% center!important}
}

/* v1.0.53 - footer iletişim ikon sıralaması (4 telefon + 2 e-posta + adres) */
.ufuk-footer__contact li:nth-child(5):before,
.ufuk-footer__contact li:nth-child(6):before{
  -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 5h18v14H3V5Zm2 3.1 7 4.7 7-4.7V7l-7 4.7L5 7v1.1Z"/></svg>')!important;
  mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 5h18v14H3V5Zm2 3.1 7 4.7 7-4.7V7l-7 4.7L5 7v1.1Z"/></svg>')!important;
}
.ufuk-footer__contact li:nth-child(7):before{
  -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21s7-5.15 7-12a7 7 0 1 0-14 0c0 6.85 7 12 7 12Z"/><circle cx="12" cy="9" r="2.5" fill="black"/></svg>')!important;
  mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21s7-5.15 7-12a7 7 0 1 0-14 0c0 6.85 7 12 7 12Z"/><circle cx="12" cy="9" r="2.5" fill="black"/></svg>')!important;
}

/* =========================================================
   v1.0.57 - HİZMETLER SAYFASI / BUTON İKONLARI + TEMİZ SATIŞ BANNERI
   Yalnızca .ufuk-services-v57 alanını etkiler; header/footer korunur.
   ========================================================= */
.ufuk-services-v57{
  --services-navy:#0d1828;
  --services-navy-2:#14243a;
  --services-red:#ef2330;
  --services-red-dark:#c80f1b;
  --services-soft:#fff4f5;
  --services-line:#e3e9f1;
  --services-muted:#617085;
  color:#101a2c;
  background:#fff;
  font-family:var(--ufuk-font,Manrope,Arial,sans-serif);
}
.ufuk-services-v57 *{box-sizing:border-box}
.ufuk-services-v57 svg{display:block;width:100%;height:100%;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.ufuk-services-v57 .si-navy{stroke:#10203a}
.ufuk-services-v57 .si-red{stroke:var(--services-red)}
.ufuk-services-v57 svg{display:block;overflow:visible}
.ufuk-services-v57 svg .si-navy,.ufuk-services-v57 svg .si-red{fill:none;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.ufuk-services-v57 .ufuk-action-icon{display:block;flex:0 0 auto;width:1em;height:1em;color:currentColor}
.ufuk-services-v57 .ufuk-action-icon.is-stroke path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.ufuk-services-v57 .ufuk-action-icon.is-fill path{fill:currentColor;stroke:none}
.ufuk-services-v57__hero{position:relative;min-height:430px;color:#fff;background:var(--services-navy);isolation:isolate;overflow:hidden}
.ufuk-services-v57__hero-bg{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(90deg,rgba(6,15,27,.99) 0%,rgba(6,15,27,.94) 36%,rgba(6,15,27,.62) 62%,rgba(6,15,27,.12) 100%),url('../../../../uploads/ufuk-trafo/media/services-hero-dark.webp');background-position:center right;background-size:cover;background-repeat:no-repeat}
.ufuk-services-v57__hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 78% 54%,rgba(239,35,48,.18),transparent 28%);pointer-events:none}
.ufuk-services-v57__hero:after{content:"";position:absolute;right:-160px;bottom:-310px;width:610px;height:610px;border:1px solid rgba(239,35,48,.20);border-radius:50%;z-index:-1}
.ufuk-services-v57__hero-inner{position:relative;display:flex;align-items:center;min-height:430px}
.ufuk-services-v57__hero-copy{max-width:640px;padding:64px 0 58px}
.ufuk-services-v57__eyebrow,.ufuk-services-v57__section-head>span{display:block;margin:0 0 10px;color:var(--ufuk-heading-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ufuk-services-v57__hero h1{margin:0 0 18px;color:#fff;font-size:clamp(42px,4.8vw,64px);font-weight:700;line-height:1.03;letter-spacing:-.045em}
.ufuk-services-v57__hero p{max-width:610px;margin:0;color:#e3eaf4;font-size:15px;line-height:1.78}
.ufuk-services-v57__breadcrumb{position:absolute;top:30px;right:0;display:flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.10);backdrop-filter:blur(12px);box-shadow:0 15px 40px rgba(0,0,0,.18);font-size:12px}
.ufuk-services-v57__breadcrumb a,.ufuk-services-v57__breadcrumb strong{color:#fff;text-decoration:none}.ufuk-services-v57__breadcrumb span{color:#ff4650;font-size:18px}
.ufuk-services-v57__section{padding:70px 0}.ufuk-services-v57__section--cards{background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.ufuk-services-v57__section-head{max-width:760px;margin:0 auto 34px;text-align:center}
.ufuk-services-v57__section-head h2,.ufuk-services-v57__range h2,.ufuk-services-v57__facts h2,.ufuk-services-v57__cta h2{margin:0;color:var(--ufuk-heading-blue);font-size:clamp(30px,3.2vw,44px);line-height:1.08;letter-spacing:-.035em;font-weight:700}
.ufuk-services-v57__section-head h2:after{content:"";display:block;width:54px;height:3px;margin:15px auto 0;border-radius:99px;background:var(--services-red)}
.ufuk-services-v57__section-head p{max-width:690px;margin:14px auto 0;color:var(--services-muted);font-size:14px;line-height:1.7}
.ufuk-services-v57__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ufuk-services-v57__card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--services-line);border-radius:22px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 15px 40px rgba(16,26,44,.075);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.ufuk-services-v57__card:hover,.ufuk-services-v57__card:focus-visible{transform:translateY(-6px);border-color:rgba(239,35,48,.30);box-shadow:0 26px 60px rgba(16,26,44,.14);outline:none}
.ufuk-services-v57__card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#eef2f6}
.ufuk-services-v57__card-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(8,17,29,.26));pointer-events:none}
.ufuk-services-v57__card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.ufuk-services-v57__card:hover .ufuk-services-v57__card-media img{transform:scale(1.035)}
.ufuk-services-v57__card-body{position:relative;display:flex;flex-direction:column;flex:1;padding:34px 25px 24px}
.ufuk-services-v57__card-icon{position:absolute;left:24px;top:-31px;display:grid;place-items:center;width:62px;height:62px;padding:12px;border:1px solid rgba(239,35,48,.22);border-radius:19px;background:linear-gradient(145deg,#fff,#fff4f5);box-shadow:0 14px 30px rgba(16,26,44,.13),0 5px 14px rgba(239,35,48,.10)}
.ufuk-services-v57__card-icon:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:3px;border-radius:99px;background:var(--services-red)}
.ufuk-services-v57__card-icon svg{width:36px;height:36px}
.ufuk-services-v57__card strong{display:block;margin:4px 0 10px;color:#101a2c;font-size:20px;line-height:1.22;letter-spacing:-.02em}
.ufuk-services-v57__card-text{display:block;min-height:67px;color:var(--services-muted);font-size:13px;line-height:1.65}
.ufuk-services-v57__card-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:17px;color:var(--services-red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.025em}
.ufuk-services-v57__card-link i{display:grid;place-items:center;width:28px;height:28px;margin-left:12px;border:1px solid rgba(239,35,48,.20);border-radius:50%;background:#fff5f6;font-style:normal;transition:transform .25s ease,background .25s ease,color .25s ease}
.ufuk-services-v57__card-link i .ufuk-action-icon{width:15px;height:15px}
.ufuk-services-v57__card:hover .ufuk-services-v57__card-link i{transform:translateX(4px);background:var(--services-red);color:#fff}
.ufuk-services-v57__range{padding:24px 0 70px;background:#fbfcfe}
.ufuk-services-v57__range-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:stretch;overflow:hidden;border:1px solid var(--services-line);border-radius:24px;background:linear-gradient(145deg,#fff,#f4f6f9);box-shadow:0 22px 58px rgba(16,26,44,.10)}
.ufuk-services-v57__range-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 44px}
.ufuk-services-v57__range h2{font-size:clamp(30px,3vw,42px)}
.ufuk-services-v57__range p{margin:16px 0 23px;color:var(--services-muted);font-size:14px;line-height:1.72}
.ufuk-services-v57__button{display:inline-flex;align-items:center;justify-content:center;gap:14px;align-self:flex-start;min-height:52px;padding:0 13px 0 22px;border-radius:13px;background:var(--services-red);color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 14px 28px rgba(239,35,48,.22);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}
.ufuk-services-v57__button:hover{transform:translateY(-2px);background:var(--services-red-dark);box-shadow:0 18px 34px rgba(239,35,48,.28)}
.ufuk-services-v57__button-icon{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:rgba(255,255,255,.12)}
.ufuk-services-v57__button-icon .ufuk-action-icon{width:17px;height:17px}
.ufuk-services-v57__range-media{min-height:380px;margin:0;overflow:hidden;background:#e9edf2}
.ufuk-services-v57__range-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center right}
.ufuk-services-v57__facts{position:relative;overflow:hidden;padding:66px 0;color:#fff;background:linear-gradient(120deg,#0a1627,#14243a 66%,#241725)}
.ufuk-services-v57__facts:after{content:"";position:absolute;right:-120px;top:-160px;width:430px;height:430px;border:1px solid rgba(239,35,48,.19);border-radius:50%}
.ufuk-services-v57__facts-head{position:relative;z-index:1;text-align:center;margin-bottom:28px}.ufuk-services-v57__facts h2{color:#fff;font-size:37px}
.ufuk-services-v57__facts-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.04);overflow:hidden;backdrop-filter:blur(8px)}
.ufuk-services-v57__facts-grid article{display:grid;justify-items:center;align-content:center;min-height:185px;padding:24px;text-align:center;border-right:1px solid rgba(255,255,255,.10)}
.ufuk-services-v57__facts-grid article:last-child{border-right:0}
.ufuk-services-v57__fact-icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:14px;padding:13px;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:rgba(255,255,255,.065);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.ufuk-services-v57__fact-icon svg{width:36px;height:36px}.ufuk-services-v57__fact-icon .si-navy{stroke:#f3f6fb}.ufuk-services-v57__fact-icon .si-red{stroke:#ff4650}
.ufuk-services-v57__facts-grid strong{display:block;color:#fff;font-size:29px;line-height:1;font-weight:700}.ufuk-services-v57__facts-grid small{margin-top:8px;color:#d3dce8;font-size:12px;line-height:1.4}
.ufuk-services-v57__showcase{padding:72px 0 80px;background:#f7f9fc}
.ufuk-services-v57__showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ufuk-services-v57__showcase-grid article{position:relative;min-height:350px;border-radius:22px;overflow:hidden;box-shadow:0 20px 52px rgba(16,26,44,.13);background:#101a2c}
.ufuk-services-v57__showcase-grid img{display:block;width:100%;height:100%;min-height:350px;object-fit:cover;transition:transform .45s ease}
.ufuk-services-v57__showcase-grid article:hover img{transform:scale(1.035)}
.ufuk-services-v57__showcase-grid article:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(6,14,25,.95))}
.ufuk-services-v57__showcase-grid article>div{position:absolute;z-index:2;left:23px;right:23px;bottom:21px;display:flex;align-items:end;justify-content:space-between;gap:15px}
.ufuk-services-v57__showcase-grid span{color:#fff;font-size:21px;font-weight:700}.ufuk-services-v57__showcase-grid a{display:inline-flex;align-items:center;gap:7px;color:#fff;text-decoration:none;font-size:11.5px;font-weight:700;border-bottom:2px solid var(--services-red);padding-bottom:3px}
.ufuk-services-v57__showcase-grid a i{display:grid;place-items:center;font-style:normal}.ufuk-services-v57__showcase-grid a .ufuk-action-icon{width:14px;height:14px}
.ufuk-services-v57__cta{padding:0 0 72px;background:#f7f9fc}
.ufuk-services-v57__cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:148px;padding:30px 38px;border-radius:22px;color:#fff;background:linear-gradient(115deg,#d80f1b,#ef2330 60%,#b40b15);box-shadow:0 22px 50px rgba(239,35,48,.24);overflow:hidden}
.ufuk-services-v57__cta-inner:after{content:"";position:absolute;right:-60px;top:-120px;width:360px;height:360px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.ufuk-services-v57__cta-inner>div{position:relative;z-index:1}.ufuk-services-v57__cta-inner>div:first-child>span{display:block;margin-bottom:5px;color:#ffd9dc;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.ufuk-services-v57__cta h2{color:#fff;font-size:30px}
.ufuk-services-v57__cta-actions{display:flex;gap:12px}.ufuk-services-v57__cta-actions a{display:flex;align-items:center;gap:11px;min-height:54px;padding:0 18px 0 10px;border:1px solid rgba(255,255,255,.30);border-radius:14px;background:#fff;color:#d20f1a;text-decoration:none;font-weight:800;font-size:13px;box-shadow:0 12px 28px rgba(0,0,0,.12);transition:transform .25s ease,box-shadow .25s ease}
.ufuk-services-v57__cta-actions a:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(0,0,0,.16)}
.ufuk-services-v57__cta-actions a.is-whatsapp{background:#101d30;color:#fff}
.ufuk-services-v57__cta-actions a>.ufuk-action-icon{width:38px;height:38px;padding:9px;border-radius:11px;background:rgba(210,15,26,.09)}
.ufuk-services-v57__cta-actions a.is-whatsapp>.ufuk-action-icon{width:40px;height:40px;padding:8px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 8px 20px rgba(37,211,102,.26)}
@media(max-width:1100px){
  .ufuk-services-v57__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ufuk-services-v57__range-grid{grid-template-columns:1fr 1fr}
  .ufuk-services-v57__showcase-grid article,.ufuk-services-v57__showcase-grid img{min-height:315px}
}
@media(max-width:760px){
  .ufuk-services-v57__hero{min-height:0}.ufuk-services-v57__hero-bg{background-position:67% center}.ufuk-services-v57__hero-inner{min-height:0;padding:0 20px}.ufuk-services-v57__hero-copy{padding:52px 0 46px;max-width:100%}.ufuk-services-v57__hero h1{font-size:39px}.ufuk-services-v57__hero p{font-size:13.5px;line-height:1.7}.ufuk-services-v57__breadcrumb{display:none}
  .ufuk-services-v57__section{padding:43px 0}.ufuk-services-v57__section-head{margin-bottom:23px;padding:0 6px}.ufuk-services-v57__section-head h2,.ufuk-services-v57__range h2,.ufuk-services-v57__facts h2{font-size:30px}.ufuk-services-v57__section-head p{font-size:13px}
  .ufuk-services-v57__grid{grid-template-columns:1fr;gap:15px}.ufuk-services-v57__card{display:grid;grid-template-columns:126px minmax(0,1fr);min-height:176px;border-radius:18px}.ufuk-services-v57__card-media{height:100%;aspect-ratio:auto}.ufuk-services-v57__card-body{padding:18px 18px}.ufuk-services-v57__card-icon{position:static;width:42px;height:42px;margin:0 0 9px;padding:8px;border-radius:13px}.ufuk-services-v57__card-icon:after{display:none}.ufuk-services-v57__card-icon svg{width:27px;height:27px}.ufuk-services-v57__card strong{margin:0 0 7px;font-size:17px}.ufuk-services-v57__card-text{min-height:0;font-size:12px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ufuk-services-v57__card-link{padding-top:10px;font-size:10.5px}
  .ufuk-services-v57__range{padding:8px 0 44px}.ufuk-services-v57__range-grid{grid-template-columns:1fr;border-radius:18px}.ufuk-services-v57__range-copy{padding:27px 21px}.ufuk-services-v57__range-media{min-height:225px;order:-1}.ufuk-services-v57__button{width:100%;align-self:stretch}
  .ufuk-services-v57__facts{padding:46px 0}.ufuk-services-v57__facts-grid{grid-template-columns:1fr 1fr;border-radius:18px}.ufuk-services-v57__facts-grid article{min-height:136px;padding:16px;border-bottom:1px solid rgba(255,255,255,.10)}.ufuk-services-v57__facts-grid article:nth-child(2){border-right:0}.ufuk-services-v57__facts-grid article:nth-child(n+3){border-bottom:0}.ufuk-services-v57__fact-icon{width:46px;height:46px;margin-bottom:9px;padding:9px;border-radius:14px}.ufuk-services-v57__fact-icon svg{width:28px;height:28px}.ufuk-services-v57__facts-grid strong{font-size:24px}.ufuk-services-v57__facts-grid small{font-size:10.5px}
  .ufuk-services-v57__showcase{padding:46px 0}.ufuk-services-v57__showcase-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:8px}.ufuk-services-v57__showcase-grid article{flex:0 0 86%;min-height:294px;scroll-snap-align:start}.ufuk-services-v57__showcase-grid img{min-height:294px}.ufuk-services-v57__showcase-grid span{font-size:19px}
  .ufuk-services-v57__cta{padding:0 0 88px}.ufuk-services-v57__cta-inner{display:grid;padding:25px 20px;border-radius:18px}.ufuk-services-v57__cta h2{font-size:26px}.ufuk-services-v57__cta-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.ufuk-services-v57__cta-actions a{justify-content:center;padding:0 10px;font-size:11.5px}.ufuk-services-v57__cta-actions svg{width:23px;height:23px}
}
@media(max-width:420px){
  .ufuk-services-v57__hero h1{font-size:34px}.ufuk-services-v57__card{grid-template-columns:108px minmax(0,1fr)}.ufuk-services-v57__card-body{padding:17px 14px}.ufuk-services-v57__cta-actions{grid-template-columns:1fr}.ufuk-services-v57__showcase-grid article{flex-basis:91%}
}


/* =========================================================
   v1.0.60 - TEKİL HİZMET SAYFALARI / ÜST HERO HİZALAMA DÜZELTMESİ
   Yalnızca .ufuk-service-detail-v160 altında etkilidir.
   ========================================================= */
.ufuk-service-detail-v160{
  --sd-navy:#0d192a;
  --sd-navy-2:#14243a;
  --sd-red:#ef2330;
  --sd-red-dark:#c9101b;
  --sd-text:#101a2c;
  --sd-muted:#647188;
  --sd-line:#e4eaf1;
  --sd-soft:#f6f8fb;
  background:#fff;
  color:var(--sd-text);
  overflow:hidden;
}
.ufuk-service-detail-v160 *{box-sizing:border-box}
.ufuk-service-detail-v160 svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ufuk-service-detail-v160 .ufuk-container{position:relative;z-index:2}
.ufuk-service-detail-v160__eyebrow{display:block;margin:0 0 9px;color:var(--ufuk-heading-dark);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ufuk-service-detail-v160 h1,.ufuk-service-detail-v160 h2,.ufuk-service-detail-v160 h3{margin:0;color:var(--sd-text);font-weight:700;letter-spacing:-.035em}
.ufuk-service-detail-v160 p{margin:0;color:var(--sd-muted)}

.ufuk-service-detail-v160__hero{position:relative;min-height:520px;display:flex;align-items:stretch;color:#fff;background:var(--sd-navy);isolation:isolate;overflow:hidden}
.ufuk-service-detail-v160__hero-media{position:absolute;inset:0;z-index:-3}
.ufuk-service-detail-v160__hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.ufuk-service-detail-v160__hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(105deg,rgba(5,14,25,.985) 0%,rgba(8,20,35,.94) 48%,rgba(9,22,38,.80) 100%)}
.ufuk-service-detail-v160__hero:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(90deg,#000,transparent 88%)}
.ufuk-service-detail-v160__hero:after{content:"";position:absolute;right:-140px;top:-210px;z-index:-1;width:620px;height:620px;border:1px solid rgba(239,35,48,.22);border-radius:50%;box-shadow:0 0 0 76px rgba(239,35,48,.035),0 0 0 152px rgba(239,35,48,.018)}
.ufuk-service-detail-v160__hero-inner{width:min(var(--nc-container-width,var(--ufuk-container)),calc(100% - 48px));max-width:1280px;min-height:520px;margin-inline:auto;padding:34px 0 42px}
.ufuk-service-detail-v160__breadcrumb{position:absolute;top:26px;left:0;display:flex;align-items:center;gap:9px;max-width:min(760px,78%);padding:9px 13px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.08);backdrop-filter:blur(11px);box-shadow:0 14px 32px rgba(0,0,0,.16);font-size:11px;white-space:nowrap;overflow:hidden}
.ufuk-service-detail-v160__breadcrumb a,.ufuk-service-detail-v160__breadcrumb strong{color:#f4f7fb;text-decoration:none;overflow:hidden;text-overflow:ellipsis}
.ufuk-service-detail-v160__breadcrumb span{color:#ff3d47;font-size:15px}
.ufuk-service-detail-v160__hero-grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,1.04fr);gap:52px;align-items:center;min-height:444px;padding-top:56px}
.ufuk-service-detail-v160__hero-copy{min-width:0;max-width:610px}
.ufuk-service-detail-v160__hero-copy .ufuk-service-detail-v160__eyebrow{color:#ff4852}
.ufuk-service-detail-v160__hero h1{max-width:610px;color:#fff;font-size:clamp(42px,4.25vw,60px);line-height:1.02;letter-spacing:-.05em}
.ufuk-service-detail-v160__hero-copy>p{max-width:590px;margin-top:17px;color:#e4ebf4;font-size:14.5px;line-height:1.7}
.ufuk-service-detail-v160__hero-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:25px;max-width:590px}
.ufuk-service-detail-v160__hero-features article{min-width:0;display:flex;align-items:center;gap:10px;padding:12px 13px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.075);backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.ufuk-service-detail-v160__hero-features article>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:7px;border-radius:10px;color:#fff;background:linear-gradient(145deg,#ff3440,#c80f1b);box-shadow:0 10px 22px rgba(239,35,48,.22)}
.ufuk-service-detail-v160__hero-features strong{min-width:0;color:#fff;font-size:11px;line-height:1.3}
.ufuk-service-detail-v160__hero-visual{position:relative;min-height:350px;max-height:390px;margin:0;padding:9px;border:1px solid rgba(255,255,255,.17);border-radius:24px;background:rgba(255,255,255,.075);box-shadow:0 28px 68px rgba(0,0,0,.32);backdrop-filter:blur(13px);overflow:hidden}
.ufuk-service-detail-v160__hero-visual:before{content:"";position:absolute;inset:9px;z-index:1;border:1px solid rgba(255,255,255,.14);border-radius:17px;pointer-events:none}
.ufuk-service-detail-v160__hero-visual img{display:block;width:100%;height:350px;max-height:372px;border-radius:17px;object-fit:cover;object-position:center}
.ufuk-service-detail-v160__hero-visual:after{content:"";position:absolute;inset:42% 9px 9px;background:linear-gradient(180deg,transparent,rgba(5,14,25,.82));border-radius:0 0 17px 17px;pointer-events:none}
.ufuk-service-detail-v160__hero-visual figcaption{position:absolute;z-index:3;left:28px;right:28px;bottom:27px;display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;color:#fff}
.ufuk-service-detail-v160__hero-visual figcaption>span{display:grid;place-items:center;width:52px;height:52px;padding:11px;border-radius:15px;background:#fff;color:var(--sd-red);box-shadow:0 12px 28px rgba(0,0,0,.22)}
.ufuk-service-detail-v160__hero-visual figcaption>span .si-navy{stroke:var(--sd-navy)}
.ufuk-service-detail-v160__hero-visual figcaption>span .si-red{stroke:var(--sd-red)}
.ufuk-service-detail-v160__hero-visual figcaption small{display:block;margin-bottom:3px;color:#d9e2ee;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ufuk-service-detail-v160__hero-visual figcaption strong{display:block;color:#fff;font-size:16px;line-height:1.25}

.ufuk-service-detail-v160__intro{padding:78px 0 70px;background:linear-gradient(180deg,#fff,#fbfcfe)}
.ufuk-service-detail-v160__intro-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:58px;align-items:center}
.ufuk-service-detail-v160__media-card{position:relative;min-height:500px;margin:0;border-radius:26px;overflow:hidden;background:#e9edf2;box-shadow:0 28px 70px rgba(16,26,44,.15)}
.ufuk-service-detail-v160__media-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(8,17,30,.56))}
.ufuk-service-detail-v160__media-card img{display:block;width:100%;height:100%;min-height:500px;object-fit:cover}
.ufuk-service-detail-v160__media-card figcaption{position:absolute;z-index:2;left:20px;bottom:20px;display:flex;align-items:center;gap:11px;max-width:calc(100% - 40px);padding:11px 15px 11px 10px;border:1px solid rgba(255,255,255,.28);border-radius:14px;color:#fff;background:rgba(8,17,30,.88);backdrop-filter:blur(10px);box-shadow:0 15px 35px rgba(0,0,0,.22)}
.ufuk-service-detail-v160__media-card figcaption>span{display:grid;place-items:center;width:38px;height:38px;padding:8px;border-radius:11px;color:#fff;background:var(--sd-red)}
.ufuk-service-detail-v160__media-card figcaption strong{font-size:12px;line-height:1.3}
.ufuk-service-detail-v160__intro-copy h2{max-width:720px;color:var(--ufuk-heading-blue);font-size:clamp(34px,4vw,52px);line-height:1.08}
.ufuk-service-detail-v160__rich{margin-top:22px;color:var(--sd-muted);font-size:15px;line-height:1.82}
.ufuk-service-detail-v160__rich p{margin:0 0 12px}
.ufuk-service-detail-v160__rich p:last-child{margin-bottom:0}
.ufuk-service-detail-v160__benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;margin-top:27px}
.ufuk-service-detail-v160__benefit-grid>div{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 12px;border:1px solid var(--sd-line);border-radius:13px;background:#fff;box-shadow:0 10px 24px rgba(16,26,44,.045)}
.ufuk-service-detail-v160__benefit-grid>div>span{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;padding:5px;border-radius:50%;color:#fff;background:var(--sd-red)}
.ufuk-service-detail-v160__benefit-grid strong{font-size:12px;line-height:1.35}

.ufuk-service-detail-v160__process{padding:68px 0 76px;background:var(--sd-soft)}
.ufuk-service-detail-v160__section-head{text-align:center;max-width:760px;margin:0 auto 34px}
.ufuk-service-detail-v160__section-head h2{color:var(--ufuk-heading-blue);font-size:clamp(32px,4vw,46px);line-height:1.1}
.ufuk-service-detail-v160__process-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ufuk-service-detail-v160__process-grid:before{content:"";position:absolute;left:10%;right:10%;top:48px;border-top:1px dashed #aeb8c6}
.ufuk-service-detail-v160__process-grid article{position:relative;z-index:1;text-align:center;padding:0 15px}
.ufuk-service-detail-v160__step-no{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;margin-bottom:8px;padding:0 8px;border-radius:999px;color:#fff;background:var(--sd-red);font-size:10px;font-weight:800;box-shadow:0 8px 18px rgba(239,35,48,.22)}
.ufuk-service-detail-v160__step-icon{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 16px;padding:18px;border:7px solid #fde6e8;border-radius:50%;color:#fff;background:linear-gradient(145deg,#ff3440,#c80f1b);box-shadow:0 16px 30px rgba(239,35,48,.18)}
.ufuk-service-detail-v160__process-grid h3{font-size:18px;line-height:1.2}
.ufuk-service-detail-v160__process-grid p{max-width:250px;margin:9px auto 0;font-size:12.5px;line-height:1.6}

.ufuk-service-detail-v160__why{padding:76px 0;background:#fff}
.ufuk-service-detail-v160__why-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:center}
.ufuk-service-detail-v160__why-media{min-height:520px;margin:0;border-radius:26px;overflow:hidden;background:#e9edf2;box-shadow:0 28px 70px rgba(16,26,44,.13)}
.ufuk-service-detail-v160__why-media img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}
.ufuk-service-detail-v160__why-copy h2{color:var(--ufuk-heading-blue);font-size:clamp(34px,4vw,50px);line-height:1.08}
.ufuk-service-detail-v160__why-copy>p{margin-top:18px;font-size:14.5px;line-height:1.78}
.ufuk-service-detail-v160__why-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.ufuk-service-detail-v160__why-list article{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;padding:14px;border:1px solid var(--sd-line);border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(16,26,44,.055)}
.ufuk-service-detail-v160__why-list article>span{display:grid;place-items:center;width:46px;height:46px;padding:10px;border-radius:13px;color:var(--sd-red);background:#fff1f2;border:1px solid #ffd6d9}
.ufuk-service-detail-v160__why-list strong{display:block;margin:1px 0 4px;font-size:13px}
.ufuk-service-detail-v160__why-list p{font-size:11.5px;line-height:1.52}

.ufuk-service-detail-v160__facts{padding:0 0 72px;background:#fff}
.ufuk-service-detail-v160__facts-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:22px;color:#fff;background:linear-gradient(115deg,#0d192a,#14243a 65%,#251724);box-shadow:0 25px 60px rgba(16,26,44,.18)}
.ufuk-service-detail-v160__facts-grid article{min-height:172px;display:grid;justify-items:center;align-content:center;padding:22px;text-align:center;border-right:1px solid rgba(255,255,255,.11)}
.ufuk-service-detail-v160__facts-grid article:last-child{border-right:0}
.ufuk-service-detail-v160__facts-grid article>span{width:47px;height:47px;margin-bottom:12px;color:#ff4650}
.ufuk-service-detail-v160__facts-grid article>span .si-navy{stroke:#fff}.ufuk-service-detail-v160__facts-grid article>span .si-red{stroke:#ff4650}
.ufuk-service-detail-v160__facts-grid strong{color:#fff;font-size:29px;line-height:1;font-weight:700}
.ufuk-service-detail-v160__facts-grid small{margin-top:7px;color:#d6deea;font-size:11px}

.ufuk-service-detail-v160__related{padding:72px 0;background:var(--sd-soft)}
.ufuk-service-detail-v160__related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ufuk-service-detail-v160__related-grid>a{display:grid;grid-template-rows:220px 1fr;overflow:hidden;border:1px solid var(--sd-line);border-radius:20px;background:#fff;color:var(--sd-text);text-decoration:none;box-shadow:0 18px 44px rgba(16,26,44,.08);transition:transform .28s ease,box-shadow .28s ease}
.ufuk-service-detail-v160__related-grid>a:hover{transform:translateY(-5px);box-shadow:0 28px 58px rgba(16,26,44,.14)}
.ufuk-service-detail-v160__related-media{overflow:hidden;background:#e9edf2}
.ufuk-service-detail-v160__related-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .42s ease}
.ufuk-service-detail-v160__related-grid>a:hover .ufuk-service-detail-v160__related-media img{transform:scale(1.04)}
.ufuk-service-detail-v160__related-body{display:grid;grid-template-columns:46px 1fr;grid-template-areas:"icon title" "icon desc" "link link";gap:3px 13px;padding:20px}
.ufuk-service-detail-v160__related-body>span{grid-area:icon;display:grid;place-items:center;width:46px;height:46px;padding:9px;border-radius:13px;background:#fff1f2;color:var(--sd-red)}
.ufuk-service-detail-v160__related-body>span .si-navy{stroke:var(--sd-navy)}.ufuk-service-detail-v160__related-body>span .si-red{stroke:var(--sd-red)}
.ufuk-service-detail-v160__related-body>strong{grid-area:title;align-self:end;font-size:18px;line-height:1.2}
.ufuk-service-detail-v160__related-body>small{grid-area:desc;color:var(--sd-muted);font-size:11.5px;line-height:1.45}
.ufuk-service-detail-v160__related-body>em{grid-area:link;display:flex;align-items:center;gap:7px;margin-top:14px;color:var(--sd-red);font-style:normal;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.ufuk-service-detail-v160__related-body>em svg{width:15px;height:15px}

.ufuk-service-detail-v160__cta{padding:0 0 74px;background:var(--sd-soft)}
.ufuk-service-detail-v160__cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:170px;padding:34px 38px;border-radius:24px;color:#fff;background:linear-gradient(115deg,#0c192b,#18263c 56%,#8d1019 100%);box-shadow:0 26px 60px rgba(16,26,44,.20);overflow:hidden}
.ufuk-service-detail-v160__cta-inner:after{content:"";position:absolute;right:-95px;top:-165px;width:430px;height:430px;border:1px solid rgba(255,255,255,.15);border-radius:50%}
.ufuk-service-detail-v160__cta-inner>div{position:relative;z-index:1}
.ufuk-service-detail-v160__cta .ufuk-service-detail-v160__eyebrow{color:#ffbdc1}
.ufuk-service-detail-v160__cta h2{color:#fff;font-size:32px;line-height:1.08}
.ufuk-service-detail-v160__cta p{margin-top:8px;color:#dce4ef;font-size:13px}
.ufuk-service-detail-v160__cta-actions{display:flex;gap:12px}
.ufuk-service-detail-v160__cta-actions a{display:flex;align-items:center;gap:10px;min-height:55px;padding:0 18px 0 10px;border-radius:14px;background:#fff;color:#c8101a;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 14px 32px rgba(0,0,0,.16);transition:transform .25s ease,box-shadow .25s ease}
.ufuk-service-detail-v160__cta-actions a:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,0,0,.21)}
.ufuk-service-detail-v160__cta-actions a.is-whatsapp{background:#fff;color:#128c7e}
.ufuk-service-detail-v160__cta-actions .ufuk-action-icon{display:grid;place-items:center;width:36px;height:36px;padding:8px;border-radius:11px;background:rgba(200,16,26,.09);color:currentColor}
.ufuk-service-detail-v160__cta-actions a.is-whatsapp .ufuk-action-icon{border-radius:50%;background:#25d366;color:#fff;box-shadow:0 8px 20px rgba(37,211,102,.24)}
.ufuk-service-detail-v160__cta-actions .ufuk-action-icon.is-stroke path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ufuk-service-detail-v160__cta-actions .ufuk-action-icon.is-fill path{fill:currentColor;stroke:none}

@media(max-width:1100px){
  .ufuk-service-detail-v160__hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);gap:34px}
  .ufuk-service-detail-v160__hero-features{max-width:540px}
  .ufuk-service-detail-v160__hero-visual{min-height:320px}
  .ufuk-service-detail-v160__hero-visual img{height:320px;min-height:0}
  .ufuk-service-detail-v160__intro-grid,.ufuk-service-detail-v160__why-grid{gap:34px}
  .ufuk-service-detail-v160__why-list{grid-template-columns:1fr}
  .ufuk-service-detail-v160__related-grid>a{grid-template-rows:190px 1fr}
}
@media(max-width:820px){
  .ufuk-service-detail-v160__hero{min-height:0}
  .ufuk-service-detail-v160__hero-media img{object-position:center}
  .ufuk-service-detail-v160__hero-shade{background:linear-gradient(100deg,rgba(5,14,25,.98),rgba(5,14,25,.88))}
  .ufuk-service-detail-v160__hero-inner{width:calc(100% - 40px);max-width:760px;min-height:0;padding-top:74px;padding-bottom:44px}
  .ufuk-service-detail-v160__breadcrumb{top:18px;max-width:calc(100% - 40px);left:20px}
  .ufuk-service-detail-v160__hero-grid{grid-template-columns:1fr;gap:30px;min-height:0;padding-top:38px}
  .ufuk-service-detail-v160__hero-copy{max-width:680px}
  .ufuk-service-detail-v160__hero h1{font-size:48px}
  .ufuk-service-detail-v160__hero-visual{width:100%;min-height:360px;transform:none}
  .ufuk-service-detail-v160__hero-visual img{height:340px;min-height:0}
  .ufuk-service-detail-v160__intro-grid,.ufuk-service-detail-v160__why-grid{grid-template-columns:1fr}
  .ufuk-service-detail-v160__media-card,.ufuk-service-detail-v160__media-card img,.ufuk-service-detail-v160__why-media,.ufuk-service-detail-v160__why-media img{min-height:420px}
  .ufuk-service-detail-v160__process-grid{grid-template-columns:repeat(2,1fr);gap:28px 18px}
  .ufuk-service-detail-v160__process-grid:before{display:none}
  .ufuk-service-detail-v160__facts-grid{grid-template-columns:repeat(2,1fr)}
  .ufuk-service-detail-v160__facts-grid article:nth-child(2){border-right:0}
  .ufuk-service-detail-v160__facts-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}
  .ufuk-service-detail-v160__related-grid{grid-template-columns:1fr 1fr}
  .ufuk-service-detail-v160__related-grid>a:last-child{grid-column:1/-1}
  .ufuk-service-detail-v160__cta-inner{display:grid}
}
@media(max-width:620px){
  .ufuk-service-detail-v160__hero-inner{width:calc(100% - 28px);max-width:100%;padding:44px 0 34px}
  .ufuk-service-detail-v160__breadcrumb{display:none}
  .ufuk-service-detail-v160__hero-grid{padding-top:0;gap:24px}
  .ufuk-service-detail-v160__hero-copy{padding-top:0}
  .ufuk-service-detail-v160__hero h1{font-size:39px}
  .ufuk-service-detail-v160__hero-copy>p{font-size:13px;line-height:1.65}
  .ufuk-service-detail-v160__hero-features{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}
  .ufuk-service-detail-v160__hero-visual{min-height:258px;padding:7px;border-radius:20px}
  .ufuk-service-detail-v160__hero-visual img{height:244px;min-height:0;border-radius:15px}
  .ufuk-service-detail-v160__hero-visual:before{inset:7px;border-radius:15px}
  .ufuk-service-detail-v160__hero-visual:after{inset:38% 7px 7px;border-radius:0 0 15px 15px}
  .ufuk-service-detail-v160__hero-visual figcaption{left:20px;right:20px;bottom:18px;grid-template-columns:42px 1fr;gap:10px}
  .ufuk-service-detail-v160__hero-visual figcaption>span{width:42px;height:42px;padding:9px;border-radius:12px}
  .ufuk-service-detail-v160__hero-visual figcaption strong{font-size:13px}
  .ufuk-service-detail-v160__hero-features article{padding:9px 10px;gap:8px;border-radius:12px}
  .ufuk-service-detail-v160__hero-features article>span{width:31px;height:31px;flex-basis:31px;padding:6px}
  .ufuk-service-detail-v160__hero-features strong{font-size:10px}
  .ufuk-service-detail-v160__intro,.ufuk-service-detail-v160__why{padding:46px 0}
  .ufuk-service-detail-v160__intro-grid,.ufuk-service-detail-v160__why-grid{gap:26px;padding-left:20px;padding-right:20px}
  .ufuk-service-detail-v160__media-card,.ufuk-service-detail-v160__media-card img,.ufuk-service-detail-v160__why-media,.ufuk-service-detail-v160__why-media img{min-height:320px;border-radius:18px}
  .ufuk-service-detail-v160__intro-copy h2,.ufuk-service-detail-v160__why-copy h2,.ufuk-service-detail-v160__section-head h2{font-size:30px}
  .ufuk-service-detail-v160__rich{font-size:13.5px;line-height:1.7}
  .ufuk-service-detail-v160__benefit-grid{grid-template-columns:1fr;gap:9px}
  .ufuk-service-detail-v160__process{padding:48px 0}
  .ufuk-service-detail-v160__process .ufuk-container,.ufuk-service-detail-v160__related .ufuk-container,.ufuk-service-detail-v160__facts .ufuk-container,.ufuk-service-detail-v160__cta .ufuk-container{padding-left:20px;padding-right:20px}
  .ufuk-service-detail-v160__process-grid{grid-template-columns:1fr 1fr;gap:24px 10px}
  .ufuk-service-detail-v160__step-icon{width:58px;height:58px;padding:13px;border-width:5px}
  .ufuk-service-detail-v160__process-grid h3{font-size:15px}
  .ufuk-service-detail-v160__process-grid p{font-size:10.5px;line-height:1.48}
  .ufuk-service-detail-v160__why-list{grid-template-columns:1fr}
  .ufuk-service-detail-v160__facts{padding-bottom:48px}
  .ufuk-service-detail-v160__facts-grid article{min-height:130px;padding:15px 10px}
  .ufuk-service-detail-v160__facts-grid strong{font-size:22px}
  .ufuk-service-detail-v160__facts-grid small{font-size:9.5px}
  .ufuk-service-detail-v160__related{padding:48px 0}
  .ufuk-service-detail-v160__related-grid{grid-template-columns:1fr}
  .ufuk-service-detail-v160__related-grid>a,.ufuk-service-detail-v160__related-grid>a:last-child{grid-column:auto;grid-template-columns:118px 1fr;grid-template-rows:1fr;min-height:150px}
  .ufuk-service-detail-v160__related-media{height:100%}
  .ufuk-service-detail-v160__related-body{padding:15px;grid-template-columns:38px 1fr}
  .ufuk-service-detail-v160__related-body>span{width:38px;height:38px;padding:8px}
  .ufuk-service-detail-v160__related-body>strong{font-size:15px}
  .ufuk-service-detail-v160__related-body>small{font-size:10.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .ufuk-service-detail-v160__cta{padding-bottom:92px}
  .ufuk-service-detail-v160__cta-inner{padding:26px 20px;border-radius:18px}
  .ufuk-service-detail-v160__cta h2{font-size:27px}
  .ufuk-service-detail-v160__cta-actions{display:grid;grid-template-columns:1fr;width:100%}
  .ufuk-service-detail-v160__cta-actions a{justify-content:center}
}


.ufuk-archive-product-card{
  height:100%;
}
.ufuk-product-badges{
  min-height:38px;
  align-content:flex-start;
}
.ufuk-product-badges.is-empty{
  visibility:hidden;
}
.ufuk-archive-product-card h3{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.32em;
}
.ufuk-archive-product-card p{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:6.6em;
}
.ufuk-archive-product-card__specs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:auto;
  min-height:74px;
  align-items:stretch;
}
.ufuk-archive-product-card__specs span{
  height:100%;
}
.ufuk-archive-product-card__specs .is-placeholder{
  visibility:hidden;
  pointer-events:none;
}
.ufuk-archive-product-card__specs.is-empty{
  visibility:hidden;
}
@media (max-width: 640px){
  .ufuk-product-badges{min-height:29px!important}
  .ufuk-archive-product-card h3{min-height:auto!important}
  .ufuk-archive-product-card p{min-height:auto!important;-webkit-line-clamp:3!important}
  .ufuk-archive-product-card__specs{min-height:auto!important;margin-top:8px!important}
  .ufuk-archive-product-card__specs.is-empty,
  .ufuk-product-badges.is-empty{display:none!important}
}


/* ======================================================================
   Ufuk Trafo v1.0.62 — Referanslarımız sayfası
   Onaylanan açık renk premium mockup düzeni. Yalnız .ufuk-reference-page-v162
   kapsamındadır; header/footer ve diğer sayfaları etkilemez.
   ====================================================================== */
.ufuk-reference-page-v162{--ref-navy:#101a2c;--ref-navy-2:#14243c;--ref-red:#ed1c24;--ref-muted:#647084;--ref-line:rgba(16,26,44,.11);--ref-soft:#f6f8fb;color:var(--ref-navy);background:#fff;overflow:hidden}
.ufuk-reference-page-v162 *{box-sizing:border-box}
.ufuk-reference-page-v162 .ufuk-reference-hero{position:relative;display:block!important;padding:0!important;min-height:310px!important;border:0!important;background:#0d192a url('../../../../uploads/ufuk-trafo/media/about-hero-dark.webp') center/cover no-repeat!important;overflow:hidden}
.ufuk-reference-page-v162 .ufuk-reference-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,30,.18) 0%,rgba(7,16,30,.08) 54%,rgba(7,16,30,.03) 100%);pointer-events:none}
.ufuk-reference-page-v162 .ufuk-reference-hero__inner{position:relative;z-index:1;min-height:310px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px}
.ufuk-reference-page-v162 .ufuk-reference-hero__copy{max-width:650px;padding:56px 0}
.ufuk-reference-page-v162 .ufuk-reference-eyebrow{display:block;margin-bottom:12px;color:#64a9f4;font-size:12px;line-height:1;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.ufuk-reference-page-v162 .ufuk-reference-hero h1{margin:0 0 15px!important;color:#fff!important;font-size:clamp(42px,5vw,66px)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:760!important}
.ufuk-reference-page-v162 .ufuk-reference-hero p{max-width:610px;margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.72}
.ufuk-reference-page-v162 .ufuk-reference-breadcrumb{display:flex;align-items:center;gap:11px;max-width:100%;min-height:50px;padding:0 18px;border:1px solid rgba(255,255,255,.42);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(0,0,0,.16);backdrop-filter:blur(12px);font-size:12px;white-space:nowrap}
.ufuk-reference-page-v162 .ufuk-reference-breadcrumb a{color:#657083;text-decoration:none;font-weight:650}
.ufuk-reference-page-v162 .ufuk-reference-breadcrumb span{color:#a5adba}
.ufuk-reference-page-v162 .ufuk-reference-breadcrumb strong{color:var(--ref-red);font-weight:850}

.ufuk-reference-page-v162 .ufuk-reference-intro{padding:48px 0 52px;background:#fff}
.ufuk-reference-page-v162 .ufuk-reference-intro__lead{max-width:900px;margin:0 auto 30px;text-align:center;color:#5d6878;font-size:15.5px;line-height:1.78}
.ufuk-reference-page-v162 .ufuk-reference-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ufuk-reference-page-v162 .ufuk-reference-metric{position:relative;display:flex;min-height:178px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 18px 27px;border:1px solid var(--ref-line);border-radius:18px;background:#fff;box-shadow:0 18px 46px rgba(16,26,44,.065)}
.ufuk-reference-page-v162 .ufuk-reference-metric:after{content:"";position:absolute;bottom:17px;width:34px;height:2px;border-radius:99px;background:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:8px;color:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.ufuk-reference-page-v162 .ufuk-reference-metric strong{display:block;color:var(--ref-navy);font-size:26px;line-height:1.05;letter-spacing:-.035em}
.ufuk-reference-page-v162 .ufuk-reference-metric small{display:block;margin-top:8px;color:#5f6979;font-size:12px;font-weight:700}

.ufuk-reference-page-v162 .ufuk-reference-logos{padding:58px 0 66px;background:linear-gradient(180deg,#f8fafc 0%,#fff 100%)}
.ufuk-reference-page-v162 .ufuk-reference-section-head{max-width:760px;margin:0 auto 30px;text-align:center}
.ufuk-reference-page-v162 .ufuk-reference-section-head>span{display:inline-block;position:relative;margin-bottom:10px;color:var(--ref-red);font-size:11px;font-weight:850;letter-spacing:.095em;text-transform:uppercase}
.ufuk-reference-page-v162 .ufuk-reference-section-head>span:before{content:"";display:block;width:26px;height:2px;margin:0 auto 9px;border-radius:99px;background:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-section-head h2{margin:0 0 10px;color:var(--ref-navy);font-size:clamp(29px,3vw,42px);line-height:1.1;letter-spacing:-.04em}
.ufuk-reference-page-v162 .ufuk-reference-section-head p{margin:0;color:var(--ref-muted);font-size:14.5px;line-height:1.7}
.ufuk-reference-page-v162 .ufuk-reference-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ufuk-reference-page-v162 .ufuk-reference-logo-card{display:flex;min-height:228px;flex-direction:column;align-items:center;justify-content:center;padding:18px 16px 20px;border:1px solid rgba(16,26,44,.095);border-radius:19px;background:#fff;box-shadow:0 14px 38px rgba(16,26,44,.05);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ufuk-reference-page-v162 .ufuk-reference-logo-card:hover{transform:translateY(-4px);border-color:rgba(237,28,36,.22);box-shadow:0 24px 52px rgba(16,26,44,.095)}
.ufuk-reference-page-v162 .ufuk-reference-logo-card__media{display:grid;place-items:center;width:100%;height:158px;margin-bottom:10px}
.ufuk-reference-page-v162 .ufuk-reference-logo-card img{display:block;max-width:94%;max-height:150px;width:auto;height:auto;object-fit:contain;filter:saturate(.96) contrast(1.02);transition:transform .22s ease,filter .22s ease}
.ufuk-reference-page-v162 .ufuk-reference-logo-card:hover img{transform:scale(1.045);filter:saturate(1) contrast(1.04)}
.ufuk-reference-page-v162 .ufuk-reference-logo-card h3{margin:0;color:#253148;font-size:13px;line-height:1.2;text-align:center}
.ufuk-reference-page-v162 .ufuk-reference-logo-card>span{margin-top:4px;color:#9aa3b1;font-size:10.5px}
@media (min-width:1025px){.ufuk-reference-page-v162 .ufuk-reference-logo-card:nth-last-child(2){grid-column:2}.ufuk-reference-page-v162 .ufuk-reference-logo-card:nth-last-child(1){grid-column:3}}

.ufuk-reference-page-v162 .ufuk-reference-sectors{padding:62px 0;background:#fff}
.ufuk-reference-page-v162 .ufuk-reference-sector-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.ufuk-reference-page-v162 .ufuk-reference-sector{position:relative;min-height:235px;padding:24px 16px 27px;text-align:center;border:1px solid var(--ref-line);border-radius:17px;background:#fff;box-shadow:0 13px 36px rgba(16,26,44,.055)}
.ufuk-reference-page-v162 .ufuk-reference-sector:after{content:"";position:absolute;left:50%;bottom:16px;transform:translateX(-50%);width:28px;height:2px;border-radius:99px;background:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-sector>span{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 15px;color:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-sector svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.ufuk-reference-page-v162 .ufuk-reference-sector h3{min-height:40px;margin:0 0 9px;color:var(--ref-navy);font-size:14px;line-height:1.35}
.ufuk-reference-page-v162 .ufuk-reference-sector p{margin:0;color:#677386;font-size:11.4px;line-height:1.58}

.ufuk-reference-page-v162 .ufuk-reference-approach{padding:58px 0 68px;background:#f7f9fc}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--ref-line);border-radius:19px;background:#fff;box-shadow:0 18px 46px rgba(16,26,44,.065);overflow:hidden}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid article{display:flex;align-items:flex-start;gap:14px;min-height:150px;padding:27px 24px;border-right:1px solid var(--ref-line)}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid article:last-child{border-right:0}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid article>span{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#fff4f4;color:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid h3{margin:3px 0 6px;color:var(--ref-navy);font-size:14px}
.ufuk-reference-page-v162 .ufuk-reference-approach-grid p{margin:0;color:#677386;font-size:11.8px;line-height:1.58}

.ufuk-reference-page-v162 .ufuk-reference-cta{position:relative;padding:0;background:#f7f9fc}
.ufuk-reference-page-v162 .ufuk-reference-cta__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.95fr);align-items:center;gap:34px;min-height:230px;padding:36px 42px;border-radius:22px 22px 0 0;background:linear-gradient(110deg,#0d1a2d 0%,#14233b 48%,#a20d18 100%);overflow:hidden}
.ufuk-reference-page-v162 .ufuk-reference-cta__inner:before{content:"";position:absolute;inset:0;background:url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat;opacity:.12;pointer-events:none}
.ufuk-reference-page-v162 .ufuk-reference-cta__copy,.ufuk-reference-page-v162 .ufuk-reference-cta__actions{position:relative;z-index:1}
.ufuk-reference-page-v162 .ufuk-reference-cta__copy>span{display:block;margin-bottom:9px;color:#ff5c62;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.ufuk-reference-page-v162 .ufuk-reference-cta h2{max-width:470px;margin:0 0 10px;color:#fff;font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:-.035em}
.ufuk-reference-page-v162 .ufuk-reference-cta p{max-width:530px;margin:0;color:rgba(255,255,255,.72);font-size:13.5px;line-height:1.65}
.ufuk-reference-page-v162 .ufuk-reference-cta__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ufuk-reference-page-v162 .ufuk-reference-contact-card{display:flex;align-items:center;gap:15px;min-height:112px;padding:18px;border-radius:15px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 16px 34px rgba(0,0,0,.16);transition:transform .2s ease}
.ufuk-reference-page-v162 .ufuk-reference-contact-card:hover{transform:translateY(-3px)}
.ufuk-reference-page-v162 .ufuk-reference-contact-card i{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;font-style:normal;color:#fff}
.ufuk-reference-page-v162 .ufuk-reference-contact-card--phone i{background:var(--ref-red)}
.ufuk-reference-page-v162 .ufuk-reference-contact-card--whatsapp i{background:#18b84a}
.ufuk-reference-page-v162 .ufuk-reference-contact-card i svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.ufuk-reference-page-v162 .ufuk-reference-contact-card--whatsapp i svg{width:30px;height:30px}
.ufuk-reference-page-v162 .ufuk-reference-contact-card span{display:flex;min-width:0;flex-direction:column}
.ufuk-reference-page-v162 .ufuk-reference-contact-card small{color:#5f6979;font-size:10.5px;font-weight:700}
.ufuk-reference-page-v162 .ufuk-reference-contact-card strong{margin:3px 0 2px;color:var(--ref-red);font-size:17px;line-height:1.2;white-space:nowrap}
.ufuk-reference-page-v162 .ufuk-reference-contact-card--whatsapp strong{color:#119a3e}
.ufuk-reference-page-v162 .ufuk-reference-contact-card em{color:#8b94a2;font-size:10px;font-style:normal}

@media (max-width:1100px){
 .ufuk-reference-page-v162 .ufuk-reference-sector-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ufuk-reference-page-v162 .ufuk-reference-sector{min-height:205px}
 .ufuk-reference-page-v162 .ufuk-reference-approach-grid{grid-template-columns:1fr 1fr}
 .ufuk-reference-page-v162 .ufuk-reference-approach-grid article:nth-child(2){border-right:0}
 .ufuk-reference-page-v162 .ufuk-reference-approach-grid article:nth-child(n+3){border-top:1px solid var(--ref-line)}
 .ufuk-reference-page-v162 .ufuk-reference-cta__inner{grid-template-columns:1fr;padding:34px}
 .ufuk-reference-page-v162 .ufuk-reference-cta__actions{max-width:700px}
}
@media (max-width:820px){
 .ufuk-reference-page-v162 .ufuk-reference-hero__inner{grid-template-columns:1fr;gap:0;align-content:center;padding-top:34px;padding-bottom:34px}
 .ufuk-reference-page-v162 .ufuk-reference-hero__copy{padding:0}
 .ufuk-reference-page-v162 .ufuk-reference-breadcrumb{justify-self:start;margin-top:25px;overflow:auto}
 .ufuk-reference-page-v162 .ufuk-reference-metrics{grid-template-columns:1fr 1fr}
 .ufuk-reference-page-v162 .ufuk-reference-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card{min-height:204px;padding:16px 14px 18px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card__media{height:132px;margin-bottom:9px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card img{max-width:92%;max-height:126px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card:nth-last-child(2),.ufuk-reference-page-v162 .ufuk-reference-logo-card:nth-last-child(1){grid-column:auto}
}
@media (max-width:640px){
 .ufuk-reference-page-v162 .ufuk-reference-hero{min-height:0!important;background-position:65% center!important}
 .ufuk-reference-page-v162 .ufuk-reference-hero__inner{min-height:270px;padding-top:30px;padding-bottom:30px}
 .ufuk-reference-page-v162 .ufuk-reference-hero h1{font-size:38px!important}
 .ufuk-reference-page-v162 .ufuk-reference-hero p{font-size:13.5px;line-height:1.65;max-width:88%}
 .ufuk-reference-page-v162 .ufuk-reference-breadcrumb{width:100%;min-height:42px;padding:0 13px;font-size:10.5px;border-radius:12px}
 .ufuk-reference-page-v162 .ufuk-reference-intro{padding:34px 0 38px}
 .ufuk-reference-page-v162 .ufuk-reference-intro__lead{text-align:left;font-size:13.5px;margin-bottom:20px}
 .ufuk-reference-page-v162 .ufuk-reference-metrics{gap:10px}
 .ufuk-reference-page-v162 .ufuk-reference-metric{min-height:142px;padding:18px 10px 23px;border-radius:15px}
 .ufuk-reference-page-v162 .ufuk-reference-icon{width:34px;height:34px}.ufuk-reference-page-v162 .ufuk-reference-icon svg{width:28px;height:28px}
 .ufuk-reference-page-v162 .ufuk-reference-metric strong{font-size:22px}.ufuk-reference-page-v162 .ufuk-reference-metric small{font-size:10px}
 .ufuk-reference-page-v162 .ufuk-reference-logos,.ufuk-reference-page-v162 .ufuk-reference-sectors{padding:42px 0}
 .ufuk-reference-page-v162 .ufuk-reference-section-head{text-align:left;margin-bottom:20px}
 .ufuk-reference-page-v162 .ufuk-reference-section-head>span:before{margin-left:0}
 .ufuk-reference-page-v162 .ufuk-reference-section-head h2{font-size:29px}
 .ufuk-reference-page-v162 .ufuk-reference-section-head p{font-size:13px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-grid{grid-template-columns:1fr 1fr;gap:12px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card{min-height:172px;padding:14px 10px 16px;border-radius:15px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card__media{height:98px;margin-bottom:8px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card img{max-width:92%;max-height:92px}
 .ufuk-reference-page-v162 .ufuk-reference-logo-card h3{font-size:11.5px}
 .ufuk-reference-page-v162 .ufuk-reference-sector-grid{grid-template-columns:1fr 1fr;gap:10px}
 .ufuk-reference-page-v162 .ufuk-reference-sector{min-height:205px;padding:19px 12px 24px;border-radius:15px}
 .ufuk-reference-page-v162 .ufuk-reference-sector h3{min-height:38px;font-size:12.5px}.ufuk-reference-page-v162 .ufuk-reference-sector p{font-size:10.5px}
 .ufuk-reference-page-v162 .ufuk-reference-approach{padding:40px 0 46px}
 .ufuk-reference-page-v162 .ufuk-reference-approach-grid{grid-template-columns:1fr;border-radius:16px}
 .ufuk-reference-page-v162 .ufuk-reference-approach-grid article{min-height:auto;padding:20px;border-right:0!important;border-top:1px solid var(--ref-line)}
 .ufuk-reference-page-v162 .ufuk-reference-approach-grid article:first-child{border-top:0}
 .ufuk-reference-page-v162 .ufuk-reference-cta__inner{margin:0 12px;padding:27px 20px;border-radius:18px 18px 0 0}
 .ufuk-reference-page-v162 .ufuk-reference-cta h2{font-size:29px}
 .ufuk-reference-page-v162 .ufuk-reference-cta__actions{grid-template-columns:1fr}
 .ufuk-reference-page-v162 .ufuk-reference-contact-card{min-height:98px;padding:15px}
}


/* v1.0.65 - Referans logo kartları daha görünür hale getirildi; desktopta yaklaşık 2.5x daha büyük algılanan logo alanı, tablette/mobilde net 2 sütun. */


/* ======================================================================
   Ufuk Trafo v1.0.67 — Laboratuvar test kartları
   İçerik yalnız eski laboratuvar sayfasındaki doğrulanmış metin ve
   standartlardan oluşur. Header/footer kapsamı dışındadır.
   ====================================================================== */
.ufuk-laboratory-page-v167{--lab-navy:#071526;--lab-navy-2:#0d2037;--lab-red:#ed1c24;--lab-line:rgba(16,26,44,.1);--lab-muted:#667085;background:#fff;color:#101a2c;overflow:hidden}
.ufuk-laboratory-page-v167 *{box-sizing:border-box}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero{position:relative!important;display:block!important;min-height:500px!important;padding:0!important;border:0!important;background:linear-gradient(120deg,#061322 0%,#0b1c31 58%,#101f32 100%)!important;overflow:hidden}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero:before{content:"";position:absolute;inset:0;background:url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat;opacity:.1;pointer-events:none}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);min-height:500px;align-items:stretch;gap:42px}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:54px 0}
.ufuk-laboratory-page-v167 .ufuk-laboratory-breadcrumb{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;min-height:38px;margin-bottom:34px;padding:0 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.68);font-size:11px;backdrop-filter:blur(10px)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-breadcrumb a{color:inherit}.ufuk-laboratory-page-v167 .ufuk-laboratory-breadcrumb strong{color:#fff}.ufuk-laboratory-page-v167 .ufuk-laboratory-breadcrumb span{color:#ff4a51}
.ufuk-laboratory-page-v167 .ufuk-laboratory-eyebrow{display:block;margin-bottom:12px;color:#64a9f4;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero h1{max-width:570px;margin:0 0 17px!important;color:#fff!important;font-size:clamp(46px,5.1vw,72px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-transform:none!important}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero p{max-width:600px;margin:0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.72}
.ufuk-laboratory-page-v167 .ufuk-laboratory-standards{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}
.ufuk-laboratory-page-v167 .ufuk-laboratory-standards span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:11px;font-weight:800}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__visual{position:relative;min-height:500px;overflow:hidden;clip-path:polygon(12% 0,100% 0,100% 100%,0 100%)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,38,.72) 0%,rgba(7,21,38,.08) 36%,rgba(7,21,38,0) 100%)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__seal{position:absolute;right:24px;bottom:24px;z-index:2;display:flex;align-items:center;gap:10px;min-height:58px;padding:0 16px;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px rgba(0,0,0,.22);color:#101a2c;font-size:12px;font-weight:900}
.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__seal svg{width:30px;height:30px;fill:none;stroke:var(--lab-red);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.ufuk-laboratory-page-v167 .ufuk-laboratory-overview{padding:68px 0 72px;background:linear-gradient(180deg,#f6f8fb 0%,#fff 100%)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview__head{max-width:760px;margin:0 auto 32px;text-align:center}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview__head>span,.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__content>span,.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__copy>span{display:block;margin-bottom:9px;color:var(--lab-red);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview__head h2,.ufuk-laboratory-page-v167 .ufuk-laboratory-feature h2,.ufuk-laboratory-page-v167 .ufuk-laboratory-contact h2{margin:0 0 12px;color:#101a2c;font-size:clamp(30px,3.4vw,46px);line-height:1.06;letter-spacing:-.045em}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview__head p{margin:0;color:var(--lab-muted);font-size:14.5px;line-height:1.72}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview{position:relative;isolation:isolate}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview:before,.ufuk-laboratory-page-v167 .ufuk-laboratory-overview:after{content:"";position:absolute;z-index:-1;width:330px;height:330px;opacity:.2;pointer-events:none;background:url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat}
.ufuk-laboratory-page-v167 .ufuk-laboratory-overview:before{left:-150px;top:70px}.ufuk-laboratory-page-v167 .ufuk-laboratory-overview:after{right:-150px;bottom:20px;transform:scaleX(-1)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card{position:relative;display:flex;min-height:302px;flex-direction:column;align-items:center;justify-content:flex-start;padding:28px 22px 25px;border:1px solid rgba(16,26,44,.095);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fff 72%,#fbfcfe 100%);box-shadow:0 18px 48px rgba(15,26,43,.065);overflow:hidden;text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:before{content:"";position:absolute;top:18px;left:50%;width:205px;height:145px;transform:translateX(-50%);border-radius:48% 52% 54% 46%;background:radial-gradient(circle at center,rgba(237,28,36,.09) 0%,rgba(237,28,36,.035) 52%,transparent 72%);filter:blur(.2px);pointer-events:none}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:after{content:"";position:absolute;left:50%;top:58px;width:170px;height:82px;transform:translateX(-50%);border:1px solid rgba(237,28,36,.055);border-left-color:transparent;border-right-color:transparent;border-radius:50%;pointer-events:none}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:hover{transform:translateY(-6px);border-color:rgba(237,28,36,.22);box-shadow:0 28px 68px rgba(15,26,43,.115)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__icon{position:relative;z-index:2;display:grid;place-items:center;width:104px;height:104px;margin:0 auto 13px;border:1px solid rgba(237,28,36,.07);border-radius:28px;background:linear-gradient(145deg,#fff7f7,#fff0f1);color:var(--lab-red);box-shadow:0 15px 34px rgba(237,28,36,.08)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__icon svg{width:64px;height:64px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__accent{position:relative;z-index:2;width:24px;height:2px;margin:0 auto 16px;border-radius:99px;background:var(--lab-red)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;max-width:100%;min-height:34px;margin-bottom:16px;border-radius:11px;background:#f2f5f9;overflow:hidden}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta>span{display:grid;place-items:center;align-self:stretch;flex:0 0 38px;min-width:38px;padding:0 7px;border-radius:10px;background:var(--lab-red);color:#fff;font-size:12px;font-weight:950;letter-spacing:.01em}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta strong{display:block;min-width:0;padding:8px 11px;color:#334155;font-size:11px;line-height:1.25;font-weight:850;white-space:normal}
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card h3{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;flex:1;margin:0;color:#101a2c;font-size:16.5px;line-height:1.38;letter-spacing:-.022em;font-weight:780}

.ufuk-laboratory-page-v167 .ufuk-laboratory-feature{padding:0 0 72px;background:#fff}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:430px;border-radius:24px;background:linear-gradient(120deg,#071526,#0d233c);box-shadow:0 28px 80px rgba(7,21,38,.2);overflow:hidden}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__visual{position:relative;min-height:430px;overflow:hidden}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,38,0) 58%,#0b1d32 100%)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__visual img{width:100%;height:100%;object-fit:cover}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__content{display:flex;flex-direction:column;justify-content:center;padding:44px 42px;color:#fff}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature h2{color:#fff}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature p{margin:0;color:rgba(255,255,255,.74);font-size:14.5px;line-height:1.72}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__standards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.ufuk-laboratory-page-v167 .ufuk-laboratory-feature__standards strong{display:flex;align-items:center;min-height:52px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.055);color:#fff;font-size:11.5px}

.ufuk-laboratory-page-v167 .ufuk-laboratory-contact{padding:0 0 72px;background:#fff}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.95fr);align-items:center;gap:34px;min-height:250px;padding:38px 42px;border-radius:24px;background:linear-gradient(115deg,#071526 0%,#102540 58%,#b20f1a 100%);overflow:hidden}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__inner:before{content:"";position:absolute;inset:0;background:url('../../../../uploads/ufuk-trafo/media/ufuk-trafo-hero-technical-bg.webp') center/cover no-repeat;opacity:.08}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__copy,.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__actions{position:relative;z-index:1}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact h2{color:#fff}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__copy p{max-width:560px;margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.65}
.ufuk-laboratory-page-v167 .ufuk-laboratory-emails{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:18px}.ufuk-laboratory-page-v167 .ufuk-laboratory-emails a{color:#fff;font-size:12px;font-weight:750}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card{display:flex;align-items:center;gap:13px;min-height:108px;padding:17px;border-radius:16px;background:#fff;color:#101a2c;box-shadow:0 16px 38px rgba(0,0,0,.18)}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card i{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:var(--lab-red);color:#fff;font-style:normal}.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card--whatsapp i{background:#18b84a}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card i svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card span{display:flex;min-width:0;flex-direction:column}.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card small{color:#6b7280;font-size:10px;font-weight:750}.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card strong{margin-top:4px;color:var(--lab-red);font-size:16px;white-space:nowrap}.ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card--whatsapp strong{color:#129b3d}

.ufuk-footer__bottom .ufuk-footer-netasus a{color:inherit!important;text-decoration:none!important;opacity:.82;transition:opacity .18s ease,color .18s ease}.ufuk-footer__bottom .ufuk-footer-netasus a:hover{color:#fff!important;opacity:1}.nc-backlink-footer--integrated{padding:10px 0 0;text-align:center}

@media(max-width:1100px){
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__grid{grid-template-columns:1fr 1fr}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature__grid,.ufuk-laboratory-page-v167 .ufuk-laboratory-contact__inner{grid-template-columns:1fr}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature__visual{min-height:360px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-contact__actions{max-width:720px}
}
@media(max-width:820px){
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__grid{grid-template-columns:1fr;gap:0}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__copy{padding:38px 0 28px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-breadcrumb{margin-bottom:24px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__visual{min-height:340px;clip-path:none;margin-left:-24px;margin-right:-24px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__visual:after{background:linear-gradient(180deg,#071526 0%,rgba(7,21,38,.06) 30%,rgba(7,21,38,0) 100%)}
}
@media(max-width:640px){
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero h1{font-size:40px!important}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero p{font-size:13.5px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-standards{display:grid;grid-template-columns:1fr 1fr;gap:8px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-standards span{justify-content:center;text-align:center;padding:0 8px;font-size:9.5px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__visual{min-height:250px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-hero__seal{right:12px;bottom:12px;min-height:48px;padding:0 12px;font-size:10px}.ufuk-laboratory-page-v167 .ufuk-laboratory-hero__seal svg{width:25px;height:25px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-overview{padding:42px 0 48px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-overview__head{text-align:left;margin-bottom:22px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-overview__head h2,.ufuk-laboratory-page-v167 .ufuk-laboratory-feature h2,.ufuk-laboratory-page-v167 .ufuk-laboratory-contact h2{font-size:30px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card{min-height:250px;padding:17px 10px 16px;border-radius:16px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:before{top:12px;width:140px;height:110px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:after{top:42px;width:116px;height:60px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__icon{width:76px;height:76px;margin-bottom:9px;border-radius:21px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__icon svg{width:46px;height:46px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__accent{width:19px;margin-bottom:11px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta{width:100%;min-height:30px;margin-bottom:12px;border-radius:9px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta>span{flex-basis:31px;min-width:31px;border-radius:8px;font-size:10px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta strong{padding:6px 6px;font-size:8.8px;line-height:1.18}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-test-card h3{font-size:12.5px;line-height:1.32}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature{padding-bottom:46px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature__grid{border-radius:18px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature__visual{min-height:230px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature__content{padding:28px 20px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-feature__standards{grid-template-columns:1fr}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-contact{padding-bottom:46px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-contact__inner{padding:28px 20px;border-radius:18px}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-contact__actions{grid-template-columns:1fr}
 .ufuk-laboratory-page-v167 .ufuk-laboratory-contact-card{min-height:90px}
}


/* v1.0.67 kesin numara standardı: 01 dahil tüm etiketler aynı kırmızı zemin / beyaz yazı. */
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta>span,.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:first-child .ufuk-laboratory-test-card__meta>span{background:var(--lab-red)!important;color:#fff!important}


:root{
  --ufuk-space-section-desktop:64px;
  --ufuk-space-section-mobile:40px;
  --ufuk-card-icon-md:82px;
  --ufuk-card-icon-lg:96px;
  --ufuk-card-title-mobile:14.5px;
  --ufuk-card-copy-mobile:12px;
}

/* HTML section wrapper kendi iç düzenine boşluk eklemez; çift padding kaynaklı mobil boşluklar engellenir. */
.nc-section.nc-section--html_section{padding:0!important;margin:0!important}

/* Tek iç sayfa hero standardı. */
.ufuk-inner-hero--unified{position:relative;isolation:isolate;min-height:250px;margin:0;padding:0;border:0;background:#071526;overflow:hidden;color:#fff}
.ufuk-inner-hero--unified:before{content:"";position:absolute;inset:0;z-index:-2;background:url('../../../../uploads/ufuk-trafo/media/services-hero-dark.webp') center 48%/cover no-repeat}
.ufuk-inner-hero--unified:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,14,28,.98) 0%,rgba(6,19,36,.88) 43%,rgba(9,22,39,.46) 72%,rgba(129,10,19,.20) 100%)}
.ufuk-inner-hero--unified__inner{min-height:250px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:46px;padding-top:32px;padding-bottom:32px}
.ufuk-inner-hero--unified__copy{max-width:760px}.ufuk-inner-hero--unified__kicker{display:block;margin:0 0 11px;color:#ff3038;font-size:11px;font-weight:900;letter-spacing:.095em;text-transform:uppercase}
.ufuk-inner-hero--unified h1{margin:0 0 13px!important;color:#fff!important;font-size:clamp(36px,3.8vw,54px)!important;line-height:1.04!important;letter-spacing:-.045em!important}
.ufuk-inner-hero--unified p{max-width:720px;margin:0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.7}
.ufuk-inner-hero--unified__breadcrumb{display:flex;align-items:center;gap:11px;max-width:440px;min-height:52px;padding:0 18px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.18);backdrop-filter:blur(12px);white-space:nowrap;overflow:hidden;font-size:12px}
.ufuk-inner-hero--unified__breadcrumb a{color:rgba(255,255,255,.78);text-decoration:none}.ufuk-inner-hero--unified__breadcrumb span{color:#ff4a51}.ufuk-inner-hero--unified__breadcrumb strong{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#fff}
/* Eski sayfa bazlı başlıklar tek standardın altında görünmez. */
body .ufuk-services-v57 .ufuk-services-v57__hero,body .ufuk-service-detail-v160 .ufuk-service-detail-v160__hero,body .ufuk-products-page-hero,body .ufuk-contact-v48 .ufuk-contact-hero,body .ufuk-about-v52 .ufuk-about-v52__hero,body .ufuk-reference-page-v162 .ufuk-reference-hero,body .ufuk-laboratory-page-v167 .ufuk-laboratory-hero,body .ufuk-netasus-page .ufuk-netasus-hero{display:none!important;margin:0!important;padding:0!important;min-height:0!important}
.ufuk-product-detail-page .ufuk-product-crumb{display:none!important}

/* Masaüstü anasayfa hero: metin / tam görsel / kartlar çakışmaz. */
@media(min-width:1101px){
  .ufuk-hero--v137 .ufuk-hero__grid{grid-template-columns:minmax(430px,.82fr) minmax(700px,1.35fr)!important;gap:42px!important;align-items:center!important}
  .ufuk-hero--v137 .ufuk-hero__visual{display:grid!important;grid-template-columns:minmax(420px,1fr) 245px!important;gap:22px!important;align-items:center!important;min-width:0!important;position:relative!important}
  .ufuk-hero--v137 .ufuk-hero__scene{position:relative!important;inset:auto!important;transform:none!important;width:100%!important;max-width:610px!important;height:auto!important;max-height:510px!important;justify-self:center!important;object-fit:contain!important;z-index:1!important}
  .ufuk-hero--v137 .ufuk-hero__badges{position:relative!important;inset:auto!important;transform:none!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:245px!important;z-index:2!important}
  .ufuk-hero--v137 .ufuk-metrics{position:relative!important;z-index:3!important}
}

/* Anasayfa ürün kartları: masaüstü korunur, mobil gerçek büyük yatay görsel. */
@media(max-width:640px){
  .ufuk-services-section .ufuk-service-intro{grid-template-columns:1fr!important;gap:14px!important;margin-bottom:20px!important}
  .ufuk-services-section .nc-services-grid{grid-template-columns:1fr!important;gap:14px!important}
  .ufuk-services-section .nc-service-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:168px!important;padding:0!important;text-align:left!important}
  .ufuk-services-section .nc-service-card-img,.ufuk-services-section .nc-service-card-img img{min-height:168px!important}
  .ufuk-services-section .nc-service-card-body{padding:16px!important}
  .ufuk-services-section .nc-service-card-icon{margin:0 0 9px!important}
  .ufuk-products-section .ufuk-products-wrap{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card{display:grid!important;grid-template-columns:minmax(145px,42%) minmax(0,1fr)!important;align-items:center!important;min-height:184px!important;width:100%!important;border-radius:18px!important;overflow:hidden!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card>img{width:100%!important;height:178px!important;max-width:none!important;min-width:0!important;padding:0!important;object-fit:contain!important;background:#f7f9fc!important;transform:scale(1.28)!important;transform-origin:center!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card>div{display:flex!important;justify-content:center!important;min-width:0!important;padding:15px 14px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card small{align-self:flex-start!important;margin:0 0 10px!important;padding:7px 9px!important;font-size:9.5px!important;line-height:1!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card h3{margin:0!important;font-size:15.5px!important;line-height:1.28!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card p{display:none!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card .nc-btn{display:inline-flex!important;min-height:36px!important;margin-top:10px!important;padding:0 11px!important;border:1px solid var(--ufuk-red)!important;border-radius:9px!important;background:var(--ufuk-red)!important;box-shadow:0 10px 24px rgba(237,28,36,.18)!important;color:#fff!important;font-size:10px!important}.ufuk-products-section .ufuk-products-wrap .nc-product-card .nc-btn svg{width:14px!important;height:14px!important}
}
@media(max-width:380px){
  .ufuk-products-section .ufuk-products-wrap .nc-product-card{grid-template-columns:minmax(132px,42%) minmax(0,1fr)!important;min-height:166px!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card>img{width:100%!important;min-width:0!important;height:158px!important;transform:scale(1.22)!important}
  .ufuk-products-section .ufuk-products-wrap .nc-product-card h3{font-size:14px!important}
}

/* Anasayfa laboratuvar kartları: ikon ve tipografi standardı. */
.ufuk-lab--light .ufuk-test-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;min-height:214px;padding:24px 15px;border-radius:18px}
.ufuk-lab--light .ufuk-test-icon{display:grid!important;place-items:center!important;width:var(--ufuk-card-icon-lg)!important;height:var(--ufuk-card-icon-lg)!important;margin:0 auto 4px!important;border-radius:22px!important;background:linear-gradient(145deg,#fff7f7,#fff0f1)!important;border:1px solid rgba(237,28,36,.10)!important;box-shadow:0 15px 34px rgba(237,28,36,.08)!important}
.ufuk-lab--light .ufuk-test-icon svg{width:64px!important;height:64px!important}
.ufuk-lab--light .ufuk-test-card strong{max-width:210px!important;font-size:16px!important;line-height:1.35!important;text-align:center!important}
@media(max-width:820px){
  .ufuk-lab--light .ufuk-grid--7{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .ufuk-lab--light .ufuk-test-card{min-height:192px!important;padding:18px 10px!important}
  .ufuk-lab--light .ufuk-test-icon{width:82px!important;height:82px!important}
  .ufuk-lab--light .ufuk-test-icon svg{width:56px!important;height:56px!important}
  .ufuk-lab--light .ufuk-test-card strong{font-size:14.5px!important;line-height:1.34!important}
  .ufuk-lab--light .ufuk-test-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 6px);justify-self:center}
}

/* Onaylı v1.0.67 laboratuvar kartları korunur. */
.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card__meta>span,.ufuk-laboratory-page-v167 .ufuk-laboratory-test-card:first-child .ufuk-laboratory-test-card__meta>span{background:#ed1c24!important;color:#fff!important}

/* Ürünler arşivi: üç ürün görseli her çözünürlükte öne çıkar. */
.ufuk-products-archive__grid{align-items:stretch}
.ufuk-archive-product-card__image{height:350px!important}
.ufuk-archive-product-card__image img{max-width:96%!important;max-height:96%!important;padding:8px!important}
@media(max-width:1024px){.ufuk-archive-product-card__image{height:300px!important}}
@media(max-width:640px){
  .ufuk-products-archive__grid{grid-template-columns:1fr!important;gap:16px!important}
  .ufuk-archive-product-card{display:flex!important;flex-direction:column!important;padding:14px!important}
  .ufuk-archive-product-card__image{order:0;width:100%!important;height:330px!important;min-height:330px!important;margin:0 0 14px!important;border-radius:15px!important}
  .ufuk-product-badges{order:1!important;min-height:0!important;margin:0 0 10px!important}
  .ufuk-archive-product-card h3{order:2!important;font-size:21px!important;margin:0 0 8px!important}
  .ufuk-archive-product-card p{order:3!important;min-height:auto!important;font-size:13px!important;line-height:1.58!important;margin:0 0 12px!important}
  .ufuk-archive-product-card__specs{order:4;display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-height:0;margin:0 0 14px}.ufuk-archive-product-card__specs span{display:flex;min-width:0;min-height:72px;padding:10px 12px;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;white-space:normal;overflow-wrap:break-word;word-break:normal}.ufuk-archive-product-card__specs b{margin-bottom:4px;font-size:10px;line-height:1.2}.ufuk-archive-product-card__specs span:nth-child(3):last-child{grid-column:1/-1}
}

/* İletişim görsel kartı okunabilirlik. */
.ufuk-contact-v48 .ufuk-contact-visual-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,13,25,.05) 10%,rgba(5,13,25,.34) 50%,rgba(5,13,25,.96) 100%);pointer-events:none}
.ufuk-contact-v48 .ufuk-contact-visual-card__copy{z-index:2!important;padding:18px 19px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:16px!important;background:rgba(5,14,28,.68)!important;backdrop-filter:blur(7px)}
.ufuk-contact-v48 .ufuk-contact-visual-card__copy h3{color:#fff!important}.ufuk-contact-v48 .ufuk-contact-visual-card__copy p{color:#f0f5fd!important}

/* Referans/sertifika sonsuz akış: gecikmesiz ve boşluksuz. */
.ufuk-logo-track,.ufuk-cert-track{display:flex!important;width:max-content!important;will-change:transform!important;animation:ufukV173Marquee 46s linear infinite!important;visibility:visible!important;opacity:1!important}
.ufuk-cert-track{animation-duration:30s!important}.ufuk-marquee-group{display:flex;flex:0 0 auto}.ufuk-logo-track .ufuk-marquee-group{gap:0}.ufuk-cert-track .ufuk-marquee-group{gap:16px;padding-right:16px}.ufuk-logo-track img,.ufuk-cert-track img{opacity:1!important;visibility:visible!important}.ufuk-logo-track:hover,.ufuk-cert-track:hover{animation-play-state:paused!important}
@keyframes ufukV173Marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* Mobil sertifikalar sayfası tek sütun. */
@media(max-width:820px){
  .ufuk-page-section .ufuk-cert-grid{grid-template-columns:1fr!important;gap:18px!important}
  .ufuk-page-section .ufuk-cert-grid>a{width:100%!important;padding:18px!important}
  .ufuk-page-section .ufuk-cert-grid img{width:100%!important;height:auto!important;max-height:480px!important;min-height:300px!important;object-fit:contain!important}
}

/* Mobil dikey ritim: tutarlı section aralıkları, header/footer geçişleri. */
@media(max-width:820px){
  .ufuk-inner-hero--unified{min-height:258px!important}
  .ufuk-inner-hero--unified__inner{min-height:258px!important;grid-template-columns:1fr!important;gap:20px!important;padding-top:30px!important;padding-bottom:30px!important}
  .ufuk-inner-hero--unified h1{font-size:36px!important}.ufuk-inner-hero--unified p{font-size:13.5px!important;line-height:1.6!important}
  .ufuk-inner-hero--unified__breadcrumb{justify-self:start;width:auto;max-width:100%;min-height:42px;padding:0 13px;font-size:10.5px;overflow:auto}
  .ufuk-section,.ufuk-page-section{margin:0!important;padding-top:var(--ufuk-space-section-mobile)!important;padding-bottom:var(--ufuk-space-section-mobile)!important}
  .nc-section.nc-section--html_section{margin:0!important;padding:0!important}
  .ufuk-services-v57__section,.ufuk-services-v57__range,.ufuk-services-v57__facts,.ufuk-services-v57__showcase,.ufuk-services-v57__cta,
  .ufuk-service-detail-v160__intro,.ufuk-service-detail-v160__process,.ufuk-service-detail-v160__why,.ufuk-service-detail-v160__facts,.ufuk-service-detail-v160__related,.ufuk-service-detail-v160__cta,
  .ufuk-products-archive,.ufuk-products-red-cta,.ufuk-product-detail-page,
  .ufuk-contact-v48__main,.ufuk-reference-page-v162>section:not(.ufuk-reference-hero),
  .ufuk-laboratory-page-v167>section{margin-top:0!important;margin-bottom:0!important}
  .ufuk-inner-hero--unified+section,.ufuk-inner-hero--unified+.nc-section{margin-top:0!important}
  .ufuk-footer{margin-top:0!important}
}

/* Mobil footer: sıfırdan tek sütun, büyük tipografi, kart-içinde-kart yok. */
.ufuk-footer--v174{margin:0;background:linear-gradient(145deg,#081526 0%,#0c1b31 68%,#201326 100%);color:#dbe5f4}
.ufuk-footer--v174 .ufuk-footer__brand-block p{max-width:330px;margin:16px 0 14px;color:#d2dceb;font-size:13.2px;line-height:1.78}.ufuk-footer--v174 .ufuk-footer__contact li:before{display:none!important;content:none!important}.ufuk-footer--v174 .ufuk-footer__contact svg{width:18px;height:18px;fill:none;stroke:#ed1c24;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ufuk-footer--v174 .ufuk-footer-netasus{color:inherit;text-decoration:none}
@media(max-width:820px){
  body .ufuk-footer.ufuk-footer--v174{padding:34px 0 88px!important;text-align:left!important}
  .ufuk-footer--v174 .ufuk-container{width:calc(100% - 32px)!important}
  .ufuk-footer--v174 .ufuk-footer__grid{display:block!important;width:100%!important;text-align:left!important}
  .ufuk-footer--v174 .ufuk-footer__grid>section,.ufuk-footer--v174 .ufuk-footer__grid>nav{width:100%!important;margin:0!important;padding:25px 0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important;background:none!important;border-radius:0!important;box-shadow:none!important;text-align:left!important}
  .ufuk-footer--v174 .ufuk-footer__brand-block{padding-top:0!important}
  .ufuk-footer--v174 .brand{display:flex!important;justify-content:flex-start!important;margin:0!important}.ufuk-footer--v174 .brand img{height:72px!important;max-width:235px!important}
  .ufuk-footer--v174 .ufuk-footer__brand-block p{max-width:470px!important;margin:15px 0 13px!important;color:#c7d3e4!important;font-size:14px!important;line-height:1.72!important}
  .ufuk-footer--v174 .ufuk-footer__badge{display:inline-flex!important;margin:0!important;padding:8px 11px!important;font-size:10px!important}
  .ufuk-footer--v174 .ufuk-footer__social{display:flex!important;justify-content:flex-start!important;gap:10px!important;margin:16px 0 0!important}.ufuk-footer--v174 .ufuk-footer__social a{width:38px!important;height:38px!important}
  body .ufuk-footer.ufuk-footer--v174 h4{display:block!important;width:100%!important;margin:0 0 17px!important;padding:0!important;color:#fff!important;font-size:16px!important;line-height:1.2!important;text-align:left!important;letter-spacing:.02em!important}
  body .ufuk-footer.ufuk-footer--v174 h4:before{content:"";display:block!important;width:30px;height:2px;margin:0 0 12px!important;border-radius:99px;background:#ed1c24}body .ufuk-footer.ufuk-footer--v174 h4:after{display:none!important}
  .ufuk-footer--v174 .main-nav,.ufuk-footer--v174 .main-nav>ul,.ufuk-footer--v174 ul:not(.ufuk-footer__contact){position:static!important;inset:auto!important;transform:none!important;display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;list-style:none!important;text-align:left!important}
  .ufuk-footer--v174 li{width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
  .ufuk-footer--v174 .main-nav a,.ufuk-footer--v174 ul:not(.ufuk-footer__contact) a{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:43px!important;margin:0!important;padding:9px 0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.055)!important;border-radius:0!important;background:none!important;color:#dbe5f4!important;font-size:14.5px!important;line-height:1.45!important;text-align:left!important}
  .ufuk-footer--v174 .main-nav a:before,.ufuk-footer--v174 ul:not(.ufuk-footer__contact) a:before{display:none!important;content:none!important}
  .ufuk-footer--v174 .ufuk-footer__contact{display:grid!important;grid-template-columns:1fr!important;width:100%!important;margin:0!important;padding:0!important;gap:0!important}
  .ufuk-footer--v174 .ufuk-footer__contact li{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:46px!important;padding:9px 0!important;border-bottom:1px solid rgba(255,255,255,.055)!important;color:#dbe5f4!important;font-size:14.5px!important;line-height:1.5!important;text-align:left!important}
  .ufuk-footer--v174 .ufuk-footer__contact li.is-address{align-items:start!important;padding-top:12px!important}.ufuk-footer--v174 .ufuk-footer__contact svg{width:19px!important;height:19px!important;margin-top:1px;fill:none;stroke:#ff3038;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .ufuk-footer--v174 .ufuk-footer__contact a{color:#dbe5f4!important;text-decoration:none!important;overflow-wrap:anywhere!important}
  .ufuk-footer--v174 .ufuk-footer__bottom{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;gap:7px!important;width:100%!important;margin:0!important;padding:22px 0 0!important;border:0!important;color:#9eacc0!important;font-size:11px!important;line-height:1.55!important;text-align:center!important}
  .ufuk-footer--v174 .ufuk-footer__bottom>*{width:100%!important;margin:0!important;text-align:center!important}
  .ufuk-footer--v174 .ufuk-footer-netasus{color:#cbd6e6!important;text-decoration:none!important}
}

/* Netasus iç sayfası içerik stili; üst hero ortak standarda aittir. */
.ufuk-netasus-section{padding:0!important;background:#f7f9fc!important}.ufuk-netasus-page{padding:0!important}.ufuk-netasus-page{--netasus-red:#ed1c24;--netasus-navy:#0d1a2d;--netasus-line:rgba(16,26,44,.1);background:#f7f9fc;color:#101a2c;overflow:hidden}
.ufuk-netasus-services{padding:64px 0}.ufuk-netasus-section-head{max-width:760px;margin:0 auto 32px;text-align:center}.ufuk-netasus-section-head>span{color:var(--netasus-red);font-size:11px;font-weight:900;letter-spacing:.1em}.ufuk-netasus-section-head h2{margin:9px 0 12px;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.04em}.ufuk-netasus-section-head p{margin:0;color:#667085;line-height:1.7}.ufuk-netasus-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ufuk-netasus-service-grid article{min-height:250px;padding:26px 22px;border:1px solid var(--netasus-line);border-radius:19px;background:#fff;box-shadow:0 18px 48px rgba(16,26,44,.06)}.ufuk-netasus-service-grid i{display:grid;place-items:center;width:42px;height:42px;margin-bottom:42px;border-radius:12px;background:#fff1f2;color:var(--netasus-red);font-style:normal;font-weight:900}.ufuk-netasus-service-grid h3{margin:0 0 9px;font-size:19px}.ufuk-netasus-service-grid p{margin:0;color:#667085;font-size:13px;line-height:1.65}
.ufuk-netasus-reasons{padding:0 0 64px}.ufuk-netasus-reasons__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:42px;border-radius:24px;background:#fff;border:1px solid var(--netasus-line)}.ufuk-netasus-reasons h2{margin:8px 0 13px;font-size:clamp(28px,3vw,42px)}.ufuk-netasus-checks{display:grid;gap:11px}.ufuk-netasus-checks span{position:relative;padding:14px 16px 14px 44px;border-radius:12px;background:#f8fafc}.ufuk-netasus-checks span:before{content:"✓";position:absolute;left:16px;color:var(--netasus-red);font-weight:900}
.ufuk-netasus-cta{padding:0 0 64px}.ufuk-netasus-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:36px 40px;border-radius:22px;background:linear-gradient(120deg,#0b182a,#142740 62%,#a3101a);color:#fff}.ufuk-netasus-cta h2{color:#fff}.ufuk-netasus-cta a{min-height:50px;padding:0 20px;border-radius:12px;background:#fff;color:#ed1c24;text-decoration:none;font-weight:900}
@media(max-width:1024px){.ufuk-netasus-service-grid{grid-template-columns:1fr 1fr}.ufuk-netasus-reasons__inner{grid-template-columns:1fr}.ufuk-netasus-cta__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.ufuk-netasus-services{padding:40px 0}.ufuk-netasus-section-head{text-align:left}.ufuk-netasus-service-grid{grid-template-columns:1fr}.ufuk-netasus-service-grid article{min-height:0}.ufuk-netasus-reasons{padding-bottom:40px}.ufuk-netasus-reasons__inner{padding:24px 20px}.ufuk-netasus-cta{padding-bottom:40px}.ufuk-netasus-cta__inner{padding:26px 22px}.ufuk-netasus-cta a{width:100%;justify-content:center}}



/* v1.0.74 kesin kritik kurallar */
.ufuk-inner-hero--unified+.nc-section.nc-section--html_section{margin-top:0!important;padding-top:0!important}
.ufuk-footer--v174{margin-top:42px!important}
@media(max-width:820px){
  .ufuk-footer--v174{margin-top:24px!important}
  .ufuk-footer--v174 .main-nav,.ufuk-footer--v174 .main-nav>ul,.ufuk-footer--v174 ul:not(.ufuk-footer__contact){position:static!important;inset:auto!important;transform:none!important;display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;text-align:left!important}
  .ufuk-footer--v174 .main-nav li,.ufuk-footer--v174 ul:not(.ufuk-footer__contact) li{position:static!important;width:100%!important;margin:0!important;padding:0!important;text-align:left!important}
  .ufuk-footer--v174 .main-nav a,.ufuk-footer--v174 ul:not(.ufuk-footer__contact) a{position:static!important;width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important;transform:none!important;text-align:left!important;justify-content:flex-start!important}
  .ufuk-footer--v174 .main-nav li>ul{display:none!important}
}
@media(min-width:821px){
  .ufuk-header .main-nav li ul,.ufuk-header .main-nav li ul li{list-style:none!important}
  .ufuk-header .main-nav li ul a:before,.ufuk-header .main-nav li ul a:after,.ufuk-header .main-nav li ul li:before{display:none!important;content:none!important}
}


@media(max-width:820px){
  /* Footer'da başlık çizgisi, başlık metni, menü/hizmet satırı ve iletişim
     metni aynı iki kolonlu eksende buluşur: 22px ikon/vurgu + 12px aralık. */
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block{
    --ufuk-footer-mobile-icon-col:22px;
    --ufuk-footer-mobile-gap:12px;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block h4{
    display:grid!important;
    grid-template-columns:var(--ufuk-footer-mobile-icon-col) minmax(0,1fr)!important;
    align-items:center!important;
    column-gap:var(--ufuk-footer-mobile-gap)!important;
    width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
    text-align:left!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block h4:before{
    content:""!important;
    display:block!important;
    justify-self:center!important;
    width:20px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#ed1c24!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block h4:after{
    display:none!important;
    content:none!important;
  }

  body .ufuk-footer.ufuk-footer--v174 .main-nav,
  body .ufuk-footer.ufuk-footer--v174 .main-nav>ul,
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul,
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  /* Menü ve hizmet bağlantıları iletişim satırlarıyla aynı grid ölçüsünde. */
  body .ufuk-footer.ufuk-footer--v174 .main-nav a,
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a{
    display:grid!important;
    grid-template-columns:var(--ufuk-footer-mobile-icon-col) minmax(0,1fr)!important;
    align-items:center!important;
    column-gap:var(--ufuk-footer-mobile-gap)!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:9px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#dbe5f4!important;
    font-size:14.5px!important;
    line-height:1.45!important;
    text-align:left!important;
    justify-content:initial!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .main-nav a:before,
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a:before{
    content:""!important;
    display:block!important;
    justify-self:center!important;
    width:8px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#ed1c24!important;
    opacity:.95!important;
  }

  /* İletişim satırları da aynı kolon/padding/satır yüksekliğini kullanır. */
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li{
    display:grid!important;
    grid-template-columns:var(--ufuk-footer-mobile-icon-col) minmax(0,1fr)!important;
    align-items:center!important;
    column-gap:var(--ufuk-footer-mobile-gap)!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:9px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#dbe5f4!important;
    font-size:14.5px!important;
    line-height:1.45!important;
    text-align:left!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li.is-address{
    align-items:start!important;
    padding-top:11px!important;
    padding-bottom:11px!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact svg{
    justify-self:center!important;
    width:18px!important;
    height:18px!important;
    margin:0!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li.is-address svg{
    margin-top:2px!important;
  }
  body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact a{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    color:#dbe5f4!important;
    font-size:14.5px!important;
    line-height:1.45!important;
    text-align:left!important;
    overflow-wrap:anywhere!important;
  }
}

.ufuk-netasus-cta__inner>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:auto!important;
  min-width:228px!important;
  max-width:100%!important;
  min-height:52px!important;
  padding:0 22px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#ed1c24!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18)!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important;
}
.ufuk-netasus-cta__inner>a:hover{
  transform:translateY(-2px)!important;
  background:#fff7f7!important;
  box-shadow:0 18px 40px rgba(0,0,0,.22)!important;
}
.ufuk-netasus-cta__inner>a span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  line-height:1!important;
}
@media(max-width:640px){
  .ufuk-netasus-cta__inner>a{
    align-self:flex-start!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:50px!important;
    padding:0 18px!important;
    font-size:13.5px!important;
  }
}


/* ======================================================================
   Ufuk Trafo v1.0.76 — MOBİL FOOTER TEK SOL EKSEN + NETASUS ROUTE FIX
   Eski merkezleme/justify-items kurallarını kesin olarak geçersiz kılar.
   Copyright ve Netasus alt satırı bilinçli olarak ortalı kalır.
   ====================================================================== */
@media(max-width:820px){
  html body .ufuk-footer.ufuk-footer--v174{
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-container{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-inline:auto!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__grid{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__grid>section,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__grid>nav{
    width:100%!important;
    margin:0!important;
    padding:24px 8px!important;
    text-align:left!important;
    justify-items:stretch!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__brand-block{
    padding-top:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .brand,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__social{
    justify-content:flex-start!important;
    justify-items:start!important;
    margin-left:0!important;
    margin-right:0!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__brand-block p,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__badge{
    margin-left:0!important;
    margin-right:0!important;
    text-align:left!important;
  }

  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block{
    --footer-axis-col:28px;
    --footer-axis-gap:12px;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block h4{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:var(--footer-axis-gap)!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:0!important;
    color:#fff!important;
    font-size:16px!important;
    line-height:1.25!important;
    text-align:left!important;
    letter-spacing:.02em!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block h4:before{
    content:""!important;
    display:block!important;
    flex:0 0 var(--footer-axis-col)!important;
    width:var(--footer-axis-col)!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#ed1c24!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block h4:after{
    display:none!important;
    content:none!important;
  }

  html body .ufuk-footer.ufuk-footer--v174 .main-nav,
  html body .ufuk-footer.ufuk-footer--v174 .main-nav>ul,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-content:stretch!important;
    justify-items:stretch!important;
    align-items:stretch!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    text-align:left!important;
    list-style:none!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .main-nav li,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul>li,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    text-align:left!important;
    justify-self:stretch!important;
  }

  html body .ufuk-footer.ufuk-footer--v174 .main-nav a,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a{
    display:grid!important;
    grid-template-columns:var(--footer-axis-col) minmax(0,1fr)!important;
    align-items:center!important;
    justify-content:stretch!important;
    justify-items:start!important;
    column-gap:var(--footer-axis-gap)!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:9px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.065)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#dbe5f4!important;
    font-size:14.5px!important;
    line-height:1.45!important;
    text-align:left!important;
    transform:none!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .main-nav a:before,
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a:before{
    content:""!important;
    display:block!important;
    justify-self:center!important;
    width:6px!important;
    height:6px!important;
    margin:0!important;
    border-radius:50%!important;
    background:#ed1c24!important;
    opacity:.95!important;
  }

  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li{
    display:grid!important;
    grid-template-columns:var(--footer-axis-col) minmax(0,1fr)!important;
    align-items:center!important;
    justify-content:stretch!important;
    justify-items:start!important;
    column-gap:var(--footer-axis-gap)!important;
    min-height:46px!important;
    padding:9px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.065)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#dbe5f4!important;
    font-size:14.5px!important;
    line-height:1.45!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li.is-address{
    align-items:start!important;
    padding-top:11px!important;
    padding-bottom:11px!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact svg{
    display:block!important;
    justify-self:center!important;
    align-self:center!important;
    width:18px!important;
    height:18px!important;
    margin:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact li.is-address svg{
    align-self:start!important;
    margin-top:2px!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__contact a{
    display:block!important;
    justify-self:stretch!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    color:#dbe5f4!important;
    font-size:14.5px!important;
    line-height:1.45!important;
    text-align:left!important;
    overflow-wrap:anywhere!important;
  }

  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:7px!important;
    width:100%!important;
    margin:0!important;
    padding:22px 8px 0!important;
    text-align:center!important;
  }
  html body .ufuk-footer.ufuk-footer--v174 .ufuk-footer__bottom>*{
    width:100%!important;
    margin:0!important;
    text-align:center!important;
  }
}


/* ======================================================================
   Ufuk Trafo v1.0.78 — MOBİL FOOTER NİHAİ BAĞIMSIZ TASARIM
   Yalnız .ufuk-footer--v178 üzerinde çalışır. Başlıklarda ikon yoktur.
   ====================================================================== */
.ufuk-footer--v178 .ufuk-footer__emergency{display:none}
@media(max-width:820px){
  html body .ufuk-footer.ufuk-footer--v178{
    margin:24px 0 0!important;
    padding:36px 0 96px!important;
    background:linear-gradient(155deg,#07182e 0%,#0d315f 58%,#1769c2 100%)!important;
    color:#dce6f4!important;
    text-align:left!important;
    overflow:hidden!important;
  }
  html body .ufuk-footer.ufuk-footer--v178:before{inset:auto -220px -165px auto!important;width:440px!important;height:440px!important;opacity:1!important}
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-container{
    width:calc(100% - 40px)!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
    position:relative!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__grid>section,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__grid>nav{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:28px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__brand-block{padding-top:0!important}
  html body .ufuk-footer.ufuk-footer--v178 .brand{
    display:flex!important;
    justify-content:flex-start!important;
    width:100%!important;
    margin:0!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .brand img{
    height:76px!important;
    width:auto!important;
    max-width:244px!important;
    margin:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__brand-block p{
    max-width:100%!important;
    margin:16px 0 14px!important;
    color:#ced9e9!important;
    font-size:15.5px!important;
    line-height:1.72!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__badge{
    display:inline-flex!important;
    margin:0!important;
    padding:9px 12px!important;
    color:#fff!important;
    font-size:11px!important;
    line-height:1.2!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__social{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:11px!important;
    width:100%!important;
    margin:18px 0 0!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__social a{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    height:44px!important;
    margin:0!important;
    border-radius:50%!important;
  }

  /* Başlıkta ikon yok: yalnız kırmızı çizgi ve metin. */
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block h4{
    position:relative!important;
    display:block!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:0 0 0 36px!important;
    color:#fff!important;
    font-size:20px!important;
    font-weight:800!important;
    line-height:1.25!important;
    letter-spacing:.015em!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block h4:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    width:22px!important;
    height:3px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#ed1c24!important;
    transform:translateY(-50%)!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block h4:after{display:none!important;content:none!important}

  html body .ufuk-footer.ufuk-footer--v178 .main-nav,
  html body .ufuk-footer.ufuk-footer--v178 .main-nav>ul,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block>ul,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:stretch!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .main-nav li,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block>ul>li,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .main-nav li>ul{display:none!important}

  /* Menü ve hizmet satırlarında dekoratif ikon/bullet yok. */
  html body .ufuk-footer.ufuk-footer--v178 .main-nav a,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    min-height:52px!important;
    margin:0!important;
    padding:11px 0 11px 36px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.085)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#e1e9f5!important;
    font-size:17px!important;
    font-weight:500!important;
    line-height:1.45!important;
    text-align:left!important;
    text-decoration:none!important;
    transform:none!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .main-nav a:before,
  html body .ufuk-footer.ufuk-footer--v178 .main-nav a:after,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a:before,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block>ul:not(.ufuk-footer__contact) a:after{
    display:none!important;
    content:none!important;
  }

  /* İletişim satırları: tek ikon, değerler tek satır; adres kontrollü sarılır. */
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li{
    display:grid!important;
    grid-template-columns:24px minmax(0,1fr)!important;
    align-items:center!important;
    justify-items:start!important;
    column-gap:12px!important;
    min-height:52px!important;
    padding:10px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.085)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#e1e9f5!important;
    font-size:17px!important;
    line-height:1.45!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li:before,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li:after{
    display:none!important;
    content:none!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li.is-address{
    align-items:start!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact svg{
    display:block!important;
    justify-self:start!important;
    align-self:center!important;
    width:20px!important;
    height:20px!important;
    margin:0!important;
    fill:none!important;
    stroke:#ff3038!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li.is-address svg{
    align-self:start!important;
    margin-top:3px!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact a{
    display:block!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:#e1e9f5!important;
    font-size:17px!important;
    font-weight:500!important;
    line-height:1.45!important;
    text-align:left!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li.is-address a{
    white-space:normal!important;
    overflow-wrap:break-word!important;
  }

  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    margin:28px 0 0!important;
    padding:18px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.045)!important;
    box-shadow:0 16px 40px rgba(0,0,0,.18)!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency>div{min-width:0!important}
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency strong{
    display:block!important;
    margin:0 0 5px!important;
    color:#fff!important;
    font-size:17px!important;
    line-height:1.3!important;
    text-transform:uppercase!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency span{
    display:block!important;
    color:#bfcbdd!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency>a{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    min-width:142px!important;
    min-height:68px!important;
    padding:12px 14px!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,#ed1c24,#bc1018)!important;
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:0 14px 30px rgba(237,28,36,.22)!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency small{font-size:10px!important;text-transform:uppercase!important;opacity:.86!important}
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency b{margin-top:3px!important;font-size:16px!important;white-space:nowrap!important}

  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:7px!important;
    width:100%!important;
    margin:26px 0 0!important;
    padding:22px 0 0!important;
    border-top:1px solid rgba(255,255,255,.12)!important;
    color:#9eacc0!important;
    font-size:13px!important;
    line-height:1.55!important;
    text-align:center!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__bottom>*{
    width:100%!important;
    margin:0!important;
    text-align:center!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer-netasus{color:#cbd6e6!important;text-decoration:none!important}
}

@media(max-width:430px){
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency{grid-template-columns:1fr!important}
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__emergency>a{width:100%!important;min-width:0!important;align-items:center!important;text-align:center!important}
}


/* ======================================================================
   Ufuk Trafo v1.0.80 — YALNIZ SOSYAL İKON KALİTE DÜZELTMESİ
   v1.0.78 footer yerleşimine, menülere, başlıklara ve iletişime dokunmaz.
   ====================================================================== */
.ufuk-footer--v178 .ufuk-footer__social .ufuk-social-brand svg{
  display:block!important;
  width:20px!important;
  height:20px!important;
  fill:currentColor!important;
  stroke:none!important;
}
.ufuk-footer--v178 .ufuk-footer__social .ufuk-social-brand--facebook svg{width:19px!important;height:19px!important}
.ufuk-footer--v178 .ufuk-footer__social .ufuk-social-brand--instagram svg{width:21px!important;height:21px!important}
.ufuk-footer--v178 .ufuk-footer__social .ufuk-social-brand--linkedin svg{width:20px!important;height:20px!important}
.ufuk-footer--v178 .ufuk-social-brand__monogram{
  display:block!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:17px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:-.03em!important;
  color:currentColor!important;
}


/* ======================================================================
   Ufuk Trafo v1.0.81 — MASAÜSTÜ FOOTER İZOLASYONU
   Mobil v1.0.78 footer düzenine dokunmaz. Yalnız 821px ve üzerindedir.
   Inline iletişim SVG'lerinin doğal 300x150 boyuta çıkmasını ve eski
   pseudo ikonlarla çiftlenmesini engeller.
   ====================================================================== */
@media (min-width:821px){
  html body .ufuk-footer.ufuk-footer--v178{
    padding:58px 0 28px!important;
    text-align:left!important;
    overflow:hidden!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-container{
    width:min(1280px,calc(100% - 56px))!important;
    margin:0 auto!important;
    padding:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__grid{
    display:grid!important;
    grid-template-columns:minmax(260px,1.08fr) minmax(150px,.62fr) minmax(210px,.88fr) minmax(300px,1.22fr)!important;
    gap:42px!important;
    align-items:start!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__grid>section,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__grid>nav{
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .brand{
    display:flex!important;
    justify-content:flex-start!important;
    width:100%!important;
    margin:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .brand img{
    display:block!important;
    width:auto!important;
    height:68px!important;
    max-width:240px!important;
    margin:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__brand-block p{
    max-width:330px!important;
    margin:16px 0 14px!important;
    color:#d2dceb!important;
    font-size:13.2px!important;
    line-height:1.72!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__social{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:11px!important;
    margin:16px 0 0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block h4{
    margin:0 0 18px!important;
    padding:0 0 12px!important;
    color:#fff!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
    letter-spacing:.075em!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .main-nav,
  html body .ufuk-footer.ufuk-footer--v178 .main-nav>ul,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__block>ul{
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li{
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr)!important;
    align-items:start!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    color:#cbd7ea!important;
    font-size:13.2px!important;
    line-height:1.45!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li:before,
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li:after{
    display:none!important;
    content:none!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact svg{
    display:block!important;
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
    margin:1px 0 0!important;
    fill:none!important;
    stroke:#ed1c24!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    overflow:visible!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact a{
    display:block!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:#cbd7ea!important;
    font-size:13.2px!important;
    font-weight:400!important;
    line-height:1.45!important;
    text-align:left!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__contact li.is-address a{
    white-space:normal!important;
    overflow-wrap:break-word!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__bottom{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:24px!important;
    width:100%!important;
    margin:38px 0 0!important;
    padding:22px 0 0!important;
    border-top:1px solid rgba(255,255,255,.14)!important;
    color:#aebbd0!important;
    font-size:12px!important;
    line-height:1.5!important;
    text-align:left!important;
  }
  html body .ufuk-footer.ufuk-footer--v178 .ufuk-footer__bottom>*{
    width:auto!important;
    margin:0!important;
    text-align:inherit!important;
  }
}


/* Ufuk Trafo v1.0.98 — CTA ikon, yorum ve renk tutarlılığı */
.ufuk-blog-archive-hero{position:relative;overflow:hidden;padding:82px 0 74px;background:linear-gradient(125deg,#081d3a 0%,#0d4f96 58%,#1769c2 100%);color:#fff}
.ufuk-blog-archive-hero:before{content:"";position:absolute;inset:-60% auto auto 48%;width:620px;height:620px;border-radius:50%;background:rgba(255,255,255,.08)}
.ufuk-blog-archive-hero__inner{position:relative;display:flex;align-items:end;justify-content:space-between;gap:36px}
.ufuk-blog-archive-hero__inner>div{max-width:780px}.ufuk-blog-kicker{display:block;margin-bottom:12px;font-size:13px;font-weight:900;letter-spacing:.14em;color:#9dccff}
.ufuk-blog-archive-hero h1{margin:0;font-size:clamp(42px,5.2vw,72px);line-height:1;letter-spacing:-.045em}.ufuk-blog-archive-hero p{max-width:720px;margin:20px 0 0;color:#d7e8fb;font-size:18px;line-height:1.7}
.ufuk-blog-archive-hero aside{flex:0 0 190px;padding:22px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(5,25,54,.35);backdrop-filter:blur(12px)}
.ufuk-blog-archive-hero aside strong{display:block;font-size:38px;line-height:1}.ufuk-blog-archive-hero aside span{display:block;margin-top:8px;color:#c7ddf7;font-size:13px;line-height:1.45}
.ufuk-blog-archive{padding:66px 0 86px;background:#f5f8fc}.ufuk-blog-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.ufuk-blog-filters a{display:inline-flex;min-height:42px;align-items:center;padding:0 17px;border:1px solid #d8e2ee;border-radius:999px;background:#fff;color:#18324f;text-decoration:none;font-size:14px;font-weight:800;transition:transform .2s ease,border-color .2s ease,color .2s ease}.ufuk-blog-filters a:hover{transform:translateY(-1px);border-color:#1769c2;color:#1769c2}.ufuk-blog-filters a.is-active{border-color:#1769c2;background:#1769c2;color:#fff}
.ufuk-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ufuk-blog-card{min-width:0;overflow:hidden;border:1px solid #dfe7f0;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(8,29,58,.08);transition:transform .22s ease,box-shadow .22s ease}.ufuk-blog-card:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(8,29,58,.14)}
.ufuk-blog-card__media{display:block;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(135deg,#0b315e,#1769c2);text-decoration:none}.ufuk-blog-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.ufuk-blog-card:hover .ufuk-blog-card__media img{transform:scale(1.035)}.ufuk-blog-card__fallback{display:grid;height:100%;place-items:center;color:#fff;text-align:center;font-size:24px;font-weight:950;letter-spacing:.12em}
.ufuk-blog-card__body{display:flex;flex-direction:column;min-height:285px;padding:23px}.ufuk-blog-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:12px}.ufuk-blog-card__meta a{color:#1769c2;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.ufuk-blog-card__meta time{color:#718096}.ufuk-blog-card h2{margin:0;font-size:21px;line-height:1.3;letter-spacing:-.02em}.ufuk-blog-card h2 a{color:#102a47;text-decoration:none}.ufuk-blog-card p{margin:14px 0 20px;color:#617286;font-size:14px;line-height:1.65}.ufuk-blog-card__link{display:inline-flex;align-items:center;gap:9px;margin-top:auto;color:#1769c2;text-decoration:none;font-size:14px;font-weight:900}.ufuk-blog-card__link span{transition:transform .2s ease}.ufuk-blog-card__link:hover span{transform:translateX(4px)}.ufuk-blog-empty{grid-column:1/-1;padding:30px;border:1px dashed #b7c6d8;border-radius:20px;background:#fff;color:#617286;text-align:center}
.ufuk-blog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:42px}.ufuk-blog-pagination a,.ufuk-blog-pagination span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;padding:0 13px;border:1px solid #d8e2ee;border-radius:12px;background:#fff;color:#18324f;text-decoration:none;font-size:14px;font-weight:800}.ufuk-blog-pagination a:hover,.ufuk-blog-pagination a.is-active{border-color:#1769c2;background:#1769c2;color:#fff}
.ufuk-blog-detail__hero{padding:70px 0 92px;background:linear-gradient(125deg,#081d3a,#0e559f);color:#fff}.ufuk-blog-detail__head{max-width:960px}.ufuk-blog-detail__meta{display:flex;gap:14px;align-items:center;margin-bottom:18px;color:#bdd8f5;font-size:13px}.ufuk-blog-detail__meta a{color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.ufuk-blog-detail h1{max-width:920px;margin:0;font-size:clamp(38px,5.2vw,66px);line-height:1.06;letter-spacing:-.045em}.ufuk-blog-detail__head>p{max-width:850px;margin:22px 0 0;color:#d7e8fb;font-size:18px;line-height:1.7}
.ufuk-blog-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:44px;align-items:start;padding-top:0;padding-bottom:90px}.ufuk-blog-detail__content{position:relative;margin-top:-48px;padding:30px;border:1px solid #e0e7ef;border-radius:28px;background:#fff;box-shadow:0 22px 65px rgba(8,29,58,.12)}.ufuk-blog-detail__featured{overflow:hidden;margin:0 0 30px;border-radius:20px;background:#eef3f8}.ufuk-blog-detail__featured img{display:block;width:100%;max-height:520px;object-fit:cover}.ufuk-blog-rich-content{color:#30465e;font-size:17px;line-height:1.85}.ufuk-blog-rich-content h2,.ufuk-blog-rich-content h3,.ufuk-blog-rich-content h4{color:#102a47;line-height:1.25;letter-spacing:-.025em}.ufuk-blog-rich-content h2{margin:38px 0 14px;font-size:30px}.ufuk-blog-rich-content h3{margin:30px 0 12px;font-size:24px}.ufuk-blog-rich-content p{margin:0 0 20px}.ufuk-blog-rich-content a{color:#1769c2;font-weight:700}.ufuk-blog-rich-content img{display:block;max-width:100%;height:auto;margin:24px auto;border-radius:18px}.ufuk-blog-rich-content figure{max-width:100%;margin:28px 0}.ufuk-blog-rich-content table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}.ufuk-blog-rich-content td,.ufuk-blog-rich-content th{padding:10px 12px;border:1px solid #dbe4ee}.ufuk-blog-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:34px;padding-top:24px;border-top:1px solid #e2e8f0}.ufuk-blog-tags a{padding:7px 11px;border-radius:999px;background:#eaf3ff;color:#1769c2;text-decoration:none;font-size:13px;font-weight:800}
.ufuk-blog-detail__aside{position:sticky;top:118px;margin-top:36px}.ufuk-blog-detail__aside>div{padding:25px;border-radius:24px;background:linear-gradient(145deg,#0a2b53,#1769c2);color:#fff;box-shadow:0 18px 42px rgba(8,29,58,.18)}.ufuk-blog-detail__aside span{font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#abd4ff}.ufuk-blog-detail__aside strong{display:block;margin:11px 0;font-size:21px;line-height:1.3}.ufuk-blog-detail__aside p{margin:0 0 20px;color:#d7e8fb;font-size:14px;line-height:1.65}.ufuk-blog-detail__aside .ufuk-btn{width:100%}.ufuk-blog-detail__back{display:block;margin-top:16px;color:#1769c2;text-align:center;text-decoration:none;font-size:14px;font-weight:800}
.ufuk-latest-posts{position:relative;padding:76px 0 82px;background:#f5f8fc}.ufuk-latest-posts__head{margin-bottom:30px}.ufuk-latest-posts__head h2{margin:0;color:#102a47;font-size:clamp(31px,3.4vw,47px);line-height:1.08;letter-spacing:-.04em}.ufuk-latest-posts__head h2 a{color:inherit;text-decoration:none;transition:color .2s ease}.ufuk-latest-posts__head h2 a:hover,.ufuk-latest-posts__head h2 a:focus-visible{color:#1769c2}.ufuk-latest-posts__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ufuk-latest-post-card{min-width:0;overflow:hidden;border:1px solid #dfe7f0;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(8,29,58,.08);transition:transform .22s ease,box-shadow .22s ease}.ufuk-latest-post-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(8,29,58,.13)}.ufuk-latest-post-card__media{display:block;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(135deg,#0a2b53,#1769c2);text-decoration:none}.ufuk-latest-post-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ufuk-latest-post-card:hover img{transform:scale(1.04)}.ufuk-latest-post-card__media>span{display:grid;height:100%;place-items:center;color:#fff;text-align:center;font-weight:950;letter-spacing:.12em}.ufuk-latest-post-card__body{display:flex;flex-direction:column;min-height:258px;padding:19px}.ufuk-latest-post-card__body>div{display:flex;justify-content:space-between;gap:8px;color:#7b8b9d;font-size:11px}.ufuk-latest-post-card__body>div span{color:#1769c2;font-weight:900;text-transform:uppercase}.ufuk-latest-post-card h3{margin:12px 0 10px;font-size:18px;line-height:1.35}.ufuk-latest-post-card h3 a{color:#102a47;text-decoration:none}.ufuk-latest-post-card p{margin:0 0 16px;color:#68788b;font-size:13px;line-height:1.6}.ufuk-latest-post-card__link{display:inline-flex;gap:8px;align-items:center;margin-top:auto;color:#1769c2;text-decoration:none;font-size:13px;font-weight:900}
@media(max-width:1050px){.ufuk-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ufuk-latest-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ufuk-blog-detail__layout{grid-template-columns:minmax(0,1fr) 260px;gap:28px}}
@media(max-width:760px){.ufuk-blog-archive-hero{padding:54px 0 48px}.ufuk-blog-archive-hero__inner{display:block}.ufuk-blog-archive-hero h1{font-size:40px}.ufuk-blog-archive-hero p{font-size:15px;line-height:1.65}.ufuk-blog-archive-hero aside{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin-top:24px;padding:14px 17px}.ufuk-blog-archive-hero aside strong{font-size:28px}.ufuk-blog-archive-hero aside span{margin:0}.ufuk-blog-archive{padding:42px 0 60px}.ufuk-blog-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.ufuk-blog-filters a{flex:0 0 auto}.ufuk-blog-grid{grid-template-columns:1fr;gap:17px}.ufuk-blog-card__body{min-height:0;padding:20px}.ufuk-blog-card h2{font-size:20px}.ufuk-blog-pagination{gap:6px}.ufuk-blog-pagination a,.ufuk-blog-pagination span{min-width:38px;height:38px;padding:0 10px}.ufuk-blog-detail__hero{padding:48px 0 74px}.ufuk-blog-detail h1{font-size:36px}.ufuk-blog-detail__head>p{font-size:15px}.ufuk-blog-detail__layout{display:block;padding-bottom:60px}.ufuk-blog-detail__content{margin-top:-34px;padding:19px;border-radius:22px}.ufuk-blog-rich-content{font-size:16px;line-height:1.78}.ufuk-blog-rich-content h2{font-size:25px}.ufuk-blog-rich-content h3{font-size:21px}.ufuk-blog-detail__aside{position:static;margin-top:22px}.ufuk-latest-posts{padding:54px 0 60px}.ufuk-latest-posts__head h2{font-size:32px}.ufuk-latest-posts__grid{grid-template-columns:1fr;gap:16px}.ufuk-latest-post-card__body{min-height:0}}

/* v1.0.107 header çizgisi ve mobil menü renk standardı */
.ufuk-header--mockup{border-bottom-color:var(--ufuk-header-border)}
.ufuk-menu-toggle{border-color:var(--ufuk-header-border)}
.ufuk-menu-toggle span{background:var(--ufuk-blue)}


/* ==========================================================
   Ufuk Trafo v1.0.110 - Mobil header konum etiketi ve taşma düzeltmesi
   Konum + hamburger tek sağ aksiyon grubunda kalır; hamburger ekran dışına çıkmaz.
   ========================================================== */
@media(max-width:980px){
  .ufuk-header__inner{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding-inline:0!important}
  .ufuk-header .brand{min-width:0!important;width:100%!important;overflow:hidden!important}
  .ufuk-header .brand img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:82px!important;object-fit:contain!important}
  .ufuk-header__cta{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important}
  .ufuk-mobile-location-trigger{display:inline-flex!important;width:auto!important;min-width:0!important;height:50px!important;padding:0 11px 0 9px!important;gap:6px!important;flex:0 0 auto!important;border-radius:16px!important}
  .ufuk-mobile-location-trigger img{width:17px!important;height:24px!important;flex:0 0 auto!important}
  .ufuk-mobile-location-label{display:inline-block!important;color:var(--ufuk-blue)!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}
  .ufuk-menu-toggle{display:flex!important;width:50px!important;min-width:50px!important;height:50px!important;flex:0 0 50px!important;border-radius:16px!important}
}
@media(max-width:420px){
  .ufuk-header__inner{gap:6px!important}
  .ufuk-header .brand img{max-height:76px!important}
  .ufuk-header__cta{gap:6px!important}
  .ufuk-mobile-location-trigger{height:46px!important;padding:0 9px 0 7px!important;gap:5px!important;border-radius:14px!important}
  .ufuk-mobile-location-trigger img{width:16px!important;height:22px!important}
  .ufuk-mobile-location-label{font-size:10.5px!important}
  .ufuk-menu-toggle{width:46px!important;min-width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:14px!important}
}
