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

:root{
  --blue:#054c73;--blue-2:#00869e;--blue-3:#033a59;--orange:#f06800;--orange-2:#d63003;
  --ink:#0a2638;--muted:#617481;--paper:#f4f8f9;--sky:#eaf5f7;--line:#d9e5e8;--white:#fff;
  --radius:24px;--shadow:0 24px 65px rgba(5,76,115,.14)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",system-ui,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
h1{font-size:35px!important}
.container{width:min(1200px,calc(100% - 48px));margin:auto}

.topbar{height:39px;background:var(--blue-3);color:#cfe2e8;font-size:.76rem}
.topbar .container{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:34px}
.topbar-links,.socials{display:flex;gap:24px;align-items:center}
.topbar a:hover{color:#ffb078}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(5,76,115,.1);backdrop-filter:blur(14px)}
.nav{height:88px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;margin-right:auto}
.brand-logo{display:block;width:146px;height:auto}
.menu{display:flex;align-items:center;gap:2px}
.nav-item{position:relative}
.nav-link{border:0;background:transparent;padding:31px 12px;color:#264a5d;font-size:.86rem;font-weight:700;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:3px}
.nav-link:hover{color:var(--orange)}
.chevron{display:inline-grid;place-items:center;width:17px;height:17px;margin-left:4px;border-radius:50%;background:rgba(5,76,115,.09);color:#5f7b89;transition:transform .22s ease,background .22s ease,color .22s ease}
.chevron svg{width:9px!important;height:9px!important}
.chevron svg,.menu-arrow svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-item:hover .chevron,.nav-item:focus-within .chevron{transform:rotate(180deg);background:var(--orange);color:#fff}
.dropdown{position:absolute;z-index:20;left:50%;top:76px;transform:translate(-50%,12px);width:340px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px rgba(5,55,83,.18);opacity:0;visibility:hidden;transition:.22s}
.dropdown.wide{width:650px;display:grid;grid-template-columns:1fr 1fr;gap:4px}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dropdown-link{display:grid;grid-template-columns:minmax(0,170px) 24px;justify-content:start;align-items:center;gap:8px;padding:12px;border-radius:13px;transition:.2s}
.dropdown-link:hover{background:var(--sky)}
.dropdown-link:hover .menu-icon{background:var(--orange);color:#fff}
.menu-icon{display:none}
.menu-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dropdown-link strong{display:block;font-size:.82rem;color:var(--ink);line-height:1.25}
.dropdown-link small{display:block;margin-top:3px;color:#71838d;font-size:.67rem;line-height:1.35}
.menu-arrow{width:24px;height:24px;border-radius:50%;background:#edf4f6;color:#78909c;display:grid;place-items:center;justify-self:start;flex:0 0 24px;transition:transform .2s,color .2s,background .2s}
.menu-arrow svg{width:11px!important;height:11px!important}
.dropdown-link:hover .menu-arrow{background:var(--orange);color:#fff;transform:translateX(1px)}
.nav-actions{display:flex;align-items:center;gap:16px}
.login-link{font-size:.84rem;font-weight:750;color:var(--blue)}
.btn{border:0;border-radius:10px;padding:14px 21px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:.86rem;cursor:pointer;transition:.22s}
.btn:hover{transform:translateY(-2px)}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 12px 25px rgba(240,104,0,.2)}
.btn-dark{background:var(--blue);color:#fff}
.btn-outline{border:1px solid var(--line);background:#fff;color:var(--blue)}
.btn-mint{background:var(--orange);color:#fff}
.mobile-toggle{display:none;width:44px;height:44px;border:0;border-radius:10px;background:var(--blue);padding:12px}
.mobile-toggle span{display:block;height:2px;background:#fff;margin:4px 0;border-radius:2px}

.hero{padding:0;background:var(--blue-3);color:#fff;overflow:hidden}
.hero-grid{min-height:580px;width:100%;display:grid;grid-template-columns:1fr 1fr;margin:0}
.hero-copy{padding:76px max(44px,calc((100vw - 1200px)/2));padding-right:62px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(140deg,#044667,#075b72)}
.hero-tag{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;font-weight:800;color:#b9dae2}
.hero-tag i{width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(240,104,0,.14)}
.hero h1{font-size:clamp(3.1rem,5.2vw,5.4rem);line-height:1.02;letter-spacing:-.06em;margin:23px 0 25px;font-weight:600}
.hero h1 span{color:#ff9b55;font-weight:800}
.hero-copy>p{font-size:1.02rem;color:#c7dee4;max-width:610px;margin:0 0 31px}
.hero-form{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hero-text-link{font-size:.84rem;font-weight:700;color:#fff}
.hero-text-link span{color:#ff9b55;margin-left:6px}
.hero-proof{display:flex;align-items:center;gap:8px;margin-top:38px;color:#bdd3d9;font-size:.75rem}
.hero-proof b{color:#fff}
.proof-dots{display:flex;margin-right:5px}
.proof-dots i{width:27px;height:27px;border-radius:50%;margin-left:-7px;border:2px solid #075b72;background:linear-gradient(145deg,#ffad72,#d63003)}
.proof-dots i:nth-child(2){background:linear-gradient(145deg,#9acbd5,#00869e)}
.proof-dots i:nth-child(3){background:linear-gradient(145deg,#fff,#9ab3bd)}
.hero-visual{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;background:#d8ecef;overflow:hidden}
.hero-visual:before{content:'';position:absolute;z-index:2;inset:auto -100px -230px auto;width:530px;height:530px;border-radius:50%;border:100px solid rgba(240,104,0,.19)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.photo-tint{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(3,58,89,.2),rgba(0,134,158,.05) 50%,rgba(3,58,89,.12))}
.dashboard{position:relative;z-index:2;width:min(630px,94%);background:#fff;border-radius:20px;box-shadow:0 35px 85px rgba(5,76,115,.23);overflow:hidden;transform:rotate(-1.5deg)}
.dash-top{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;border-bottom:1px solid #e8eef0}
.dash-logo{font-weight:800;color:var(--blue);font-size:.82rem}.dash-logo span{color:var(--orange)}
.dash-user{width:27px;height:27px;border-radius:50%;background:linear-gradient(135deg,#f6c19c,#d84d09)}
.dash-layout{display:grid;grid-template-columns:54px 1fr;min-height:335px}
.dash-side{background:#f7fafb;padding:20px 14px;display:grid;align-content:start;gap:18px}
.dash-side i{height:7px;border-radius:5px;background:#c7d7dc}.dash-side i:first-child{background:var(--orange)}
.dash-main{padding:25px}
.dash-title{display:flex;justify-content:space-between;align-items:center}
.dash-title small{display:block;color:#8b9aa2;font-size:.6rem}.dash-title strong{display:block;font-size:1rem}.dash-title button{border:0;border-radius:7px;background:var(--orange);color:#fff;padding:9px 12px;font-size:.58rem;font-weight:800}
.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.dash-stats>div{padding:14px;border:1px solid #e3ecee;border-radius:11px}
.dash-stats small,.dash-stats em{display:block;font-size:.52rem;color:#8799a2;font-style:normal}.dash-stats b{font-size:1.03rem}.dash-stats em{color:#00869e;margin-top:4px}
.dash-chart{border:1px solid #e3ecee;border-radius:12px;padding:15px}
.chart-head{display:flex;justify-content:space-between;font-size:.58rem;color:#71838c}.chart-head b{color:#203d4c}
.bars{height:112px;display:flex;align-items:flex-end;gap:12px;padding-top:18px}
.bars i{flex:1;height:45%;border-radius:4px 4px 0 0;background:#b9dce2}.bars i:nth-child(2){height:62%}.bars i:nth-child(3){height:48%}.bars i:nth-child(4){height:78%;background:#00869e}.bars i:nth-child(5){height:67%}.bars i:nth-child(6){height:91%;background:#f06800}.bars i:nth-child(7){height:74%}
.floating-card{position:absolute;z-index:3;background:rgba(5,76,115,.95);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:13px;padding:12px 15px;box-shadow:0 16px 36px rgba(3,58,89,.28);display:flex;gap:10px;align-items:center;animation:float 4s ease-in-out infinite}
.floating-card>span{width:34px;height:34px;border-radius:10px;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:.64rem;font-weight:800}
.floating-card b,.floating-card small{display:block}.floating-card b{font-size:.75rem}.floating-card small{font-size:.57rem;color:#c7dfe5}
.fc-one{left:7%;top:20%}.fc-two{right:4%;bottom:17%;animation-delay:-1.4s}
.hero-shape{position:absolute;right:5%;bottom:-10%;color:var(--orange);font-size:17rem;font-weight:800;line-height:1;opacity:.9;transform:rotate(-7deg)}

.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{min-height:112px;display:grid;grid-template-columns:1.35fr repeat(3,1fr);align-items:center}
.trust-title{font-size:.85rem;line-height:1.45;color:#6b7e88}.trust-title b{color:var(--ink)}
.trust-item{padding:15px 30px;border-left:1px solid var(--line)}
.trust-item strong{display:block;font-size:1.55rem;color:var(--blue);letter-spacing:-.04em}.trust-item span{font-size:.72rem;color:var(--muted)}

section{padding:105px 0}
.section-head{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:end;margin-bottom:48px}
.section-head h2{font-size:clamp(2.35rem,4.4vw,4.4rem);line-height:1.04;letter-spacing:-.055em;margin:13px 0 0;color:var(--ink)}
.section-head p{margin:0;color:var(--muted);font-size:1rem}
.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;font-weight:800;color:var(--orange)}
.section-kicker:before,.eyebrow:before{content:'';width:23px;height:2px;background:currentColor}
.section-kicker.light{color:#ffb17a}
.services{background:#f6f9fa}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{min-height:360px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;display:flex;flex-direction:column;transition:.28s}
.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
.service-card .num{font-size:.68rem;color:#98a8b0;font-weight:800}
.iconbox{width:64px;height:64px;border-radius:17px;background:#eaf5f7;color:var(--blue);display:grid;place-items:center;font-size:1.65rem;margin:32px 0 24px}
.iconbox svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:1.35rem;line-height:1.2;margin:0 0 11px;color:var(--ink)}
.service-card p{color:var(--muted);font-size:.87rem;margin:0 0 26px}
.service-card.featured{background:var(--blue);color:#fff;border-color:var(--blue)}
.service-card.featured h3,.service-card.featured .card-link{color:#fff}.service-card.featured p{color:#c6dbe1}.service-card.featured .iconbox{background:var(--orange);color:#fff}
.card-link{margin-top:auto;font-size:.78rem;font-weight:800;color:var(--blue)}.card-link span{color:var(--orange);margin-left:6px}

.services-scroll{padding:88px 0;background:#f6f9fa}
.services-scroll-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:60px;align-items:center}
.services-copy{position:relative;padding:0 0 0 76px}
.services-intro{margin-bottom:42px}
.services-intro h2{font-size:clamp(2.45rem,4.2vw,4.25rem);line-height:1.04;letter-spacing:-.055em;margin:14px 0 20px}
.services-intro p{max-width:540px;color:var(--muted);margin:0}
.service-scroll-list{display:grid;min-height:520px}
.service-scroll-item{min-height:520px;padding:32px 0;display:grid;grid-template-columns:68px 1fr;column-gap:18px;align-content:center;opacity:0;transform:translateY(18px);will-change:transform,opacity}
.service-scroll-item.active{opacity:1;transform:none}
.service-scroll-item[hidden]{display:none!important}
.service-scroll-item .iconbox{grid-column:1;grid-row:2;width:58px;height:58px;margin:0;border-radius:16px;transition:background .3s ease,color .3s ease,transform .3s ease}
.service-scroll-item.active .iconbox{background:var(--orange);color:#fff;transform:scale(1.04)}
.service-scroll-item h3{grid-column:2;grid-row:2;align-self:center;font-size:2rem;line-height:1.1;margin:0;letter-spacing:-.035em}
.service-scroll-item p{grid-column:2;grid-row:3;max-width:470px;color:var(--muted);margin:18px 0 24px}
.service-benefits{grid-column:2;grid-row:4;display:grid;grid-template-columns:1fr 1fr;gap:9px 15px;list-style:none;padding:0;margin:0 0 25px}
.service-benefits li{display:flex;align-items:center;gap:8px;color:#49616e;font-size:.76rem;font-weight:700}
.service-benefits li span{width:21px;height:21px;border-radius:7px;background:#dff0f3;color:var(--blue);display:grid;place-items:center;font-size:.65rem}
.service-scroll-item .btn{grid-column:2;grid-row:5;justify-self:start}
.service-scroll-num{grid-column:1/-1;grid-row:1;color:var(--orange);font-size:.72rem;font-weight:800;letter-spacing:.12em;margin-bottom:20px}
.service-carousel-nav{position:absolute;left:0;top:50%;transform:translateY(-50%);display:grid;gap:10px;z-index:3}
.service-carousel-nav button{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 28px rgba(5,76,115,.08);transition:background .22s ease,color .22s ease,transform .22s ease,border-color .22s ease}
.service-carousel-nav button:hover{background:var(--orange);border-color:var(--orange);color:#fff;transform:scale(1.06)}
.service-carousel-nav button:disabled{pointer-events:none;opacity:.55}
.service-carousel-nav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.service-arrow-up svg{transform:rotate(-90deg)}
.service-arrow-down svg{transform:rotate(90deg)}
.service-sticky-media{position:relative;top:auto;height:auto;padding:0;display:flex;align-items:center;justify-content:flex-end}
.service-image-frame{position:relative;width:min(100%,560px);height:560px;min-height:0;border-radius:25px;overflow:hidden;background:#dce9ec;box-shadow:var(--shadow)}
.service-image-frame:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,58,89,.03) 45%,rgba(3,58,89,.65))}
.service-image-frame img{width:100%;height:100%;object-fit:cover;will-change:transform,opacity}
.service-image-label{position:absolute;z-index:2;left:32px;right:32px;bottom:30px;color:#fff}
.service-image-label span{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:.68rem;color:#ffb17a;font-weight:800}
.service-image-label b{display:block;margin-top:5px;font-size:1.35rem}

.real-story{background:#fff}
.real-story-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;gap:72px}
.story-photo{position:relative;min-height:560px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.story-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,58,89,.24))}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.story-copy h2{font-size:clamp(2.45rem,4.2vw,4.25rem);line-height:1.04;letter-spacing:-.055em;margin:17px 0 23px}
.story-copy>p{color:var(--muted);margin:0 0 28px}
.story-points{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px;margin-bottom:30px}
.story-points span{padding:18px;border:1px solid var(--line);border-radius:15px;color:var(--muted);font-size:.78rem}
.story-points b{display:block;font-size:1.35rem;color:var(--blue)}

.real-story{position:relative;padding:0;background:#032e47;overflow:hidden}
.real-story-full{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}
.real-story-bg{position:absolute;inset:-8% 0;width:100%;height:116%;object-fit:cover;object-position:center 52%;filter:saturate(.86) contrast(1.08);transform:translate3d(0,0,0) scale(1.14);will-change:transform}
.real-story-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,46,71,.94) 0%,rgba(3,46,71,.76) 42%,rgba(3,46,71,.23) 76%,rgba(3,46,71,.08) 100%)}
.real-story-content{position:relative;z-index:2;color:#fff;padding-top:110px;padding-bottom:110px}
.real-story-content h2{max-width:760px;font-size:clamp(2.8rem,5.2vw,5.5rem);line-height:1;letter-spacing:-.06em;margin:18px 0 24px}
.real-story-content>p{max-width:640px;color:#d4e3e7;font-size:1rem;margin:0 0 30px}
.story-points-light{max-width:520px}
.story-points-light span{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#d5e5e9;backdrop-filter:blur(8px)}
.story-points-light b{color:#ff9b55}

/* İnsan ve teknoloji + ürünler: İES üretim alanları referanslı birleşik vitrin */
.product-world{position:relative;min-height:1120px;padding:0;overflow:hidden;background:#032e47;color:#fff;isolation:isolate}
.product-world-bg{position:absolute;z-index:-2;inset:-7% 0;width:100%;height:114%;object-fit:cover;object-position:center;transform:translate3d(0,-30px,0) scale(.48);transform-origin:center center;will-change:transform;border-radius:26px;filter:saturate(.86) contrast(1.08)}
.product-world-overlay{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(3,46,71,.72),rgba(3,46,71,.82)),radial-gradient(circle at 78% 28%,rgba(0,134,158,.24),transparent 42%)}
.product-world-inner{padding-top:235px;padding-bottom:125px}
.product-world-head{display:grid;grid-template-columns:180px minmax(0,795px);justify-content:center;align-items:center;gap:80px;margin-bottom:78px}
.product-world-nav{display:flex;align-items:center;gap:12px}
.product-world-nav button{width:58px;height:58px;border:0;border-radius:50%;background:#f8f8f8;color:var(--blue);display:grid;place-items:center;cursor:pointer;transition:width .38s ease,background .25s ease,color .25s ease,opacity .25s ease}
.product-world-nav button:first-child svg{transform:rotate(180deg)}
.product-world-nav button:hover:not(:disabled){width:88px;background:var(--orange);color:#fff}
.product-world-nav button:disabled{opacity:.28;cursor:default}
.product-world-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-world-copy h2{font-size:45px;line-height:1.08;margin:12px 0 12px;letter-spacing:-.04em}
.product-world-copy p{max-width:760px;margin:0;color:#d7e4e8;font-size:1rem;line-height:1.8}
.product-world-window{overflow:hidden}
.product-world-track{display:flex;gap:18px;transition:transform .62s cubic-bezier(.22,.8,.22,1);will-change:transform}
.product-world-card{flex:0 0 calc((100% - 18px)/2);min-height:480px;padding:30px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(255,255,255,.07);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);display:flex;flex-direction:column;overflow:hidden;transition:border-color .35s ease,background .35s ease,transform .35s ease}
.product-world-card:hover{border-color:rgba(255,255,255,.52);background:rgba(255,255,255,.11);transform:translateY(-6px)}
.product-world-icon{width:100%;height:210px;border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(0,134,158,.18));display:grid;place-items:center;color:#fff;position:relative;overflow:hidden}
.product-world-icon:after{content:'';position:absolute;width:170px;height:170px;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(255,255,255,.025)}
.product-world-icon svg{position:relative;z-index:2;width:78px;height:78px;fill:none;stroke:currentColor;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round;transition:transform .45s ease,color .45s ease}
.product-world-card:hover .product-world-icon svg{transform:scale(1.12) rotate(-3deg);color:#ff9b55}
.product-world-body{display:flex;flex-direction:column;min-height:190px;padding-top:25px;transform:translateY(30px);transition:transform .45s ease}
.product-world-card:hover .product-world-body{transform:translateY(0)}
.product-world-body small{color:rgba(255,255,255,.42);font-size:.78rem;font-weight:700}
.product-world-body h3{font-size:1.75rem;line-height:1.2;margin:4px 0 10px;color:#fff}
.product-world-body p{height:48px;margin:0;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.55}
.product-world-link{margin-top:18px;display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:800;color:#fff;opacity:0;transform:translateY(12px);transition:.35s ease}
.product-world-card:hover .product-world-link{opacity:1;transform:none}
.product-world-link svg{width:18px;height:18px;fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Yenilenen ürün merkezi */
.product-console{position:relative;padding:118px 0;background:#f3f7f8;overflow:hidden}
.product-console:before{content:'';position:absolute;width:620px;height:620px;right:-280px;top:-260px;border-radius:50%;border:1px solid rgba(5,76,115,.08);box-shadow:0 0 0 90px rgba(5,76,115,.025),0 0 0 180px rgba(5,76,115,.018)}
.product-console-inner{position:relative;z-index:1}
.product-console-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:55px}
.product-console-head h2{font-size:45px;line-height:1.05;letter-spacing:-.045em;margin:10px 0 0}
.product-console-head>p{max-width:570px;margin:0;color:var(--muted);font-size:1rem;line-height:1.8}
.product-console-shell{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:625px;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 28px 80px rgba(5,76,115,.13)}
.product-console-tabs{padding:30px 22px;background:#fff;display:flex;flex-direction:column;gap:8px}
.product-console-tab{width:100%;min-height:118px;border:0;border-radius:18px;padding:18px;display:grid;grid-template-columns:52px 1fr 30px;align-items:center;gap:14px;text-align:left;background:transparent;color:var(--ink);cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease}
.product-console-tab:hover{background:#eef5f7;transform:translateX(4px)}
.product-console-tab.active{background:var(--blue);color:#fff;box-shadow:0 16px 35px rgba(5,76,115,.22)}
.product-console-tab-icon{width:52px;height:52px;border-radius:15px;background:#edf5f7;color:var(--blue);display:grid;place-items:center;transition:.25s}
.product-console-tab.active .product-console-tab-icon{background:var(--orange);color:#fff}
.product-console-tab-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-console-tab small{display:block;margin-bottom:3px;color:#92a2aa;font-size:.67rem;font-weight:800;letter-spacing:.08em}
.product-console-tab.active small{color:#9cc2cf}
.product-console-tab b{display:block;font-size:.94rem}
.product-console-tab>i{width:28px;height:28px;border-radius:50%;background:#edf5f7;color:var(--blue);display:grid;place-items:center;font-style:normal;transition:.25s}
.product-console-tab>i svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-console-tab.active>i{background:rgba(255,255,255,.14);color:#fff}
.product-console-stage{position:relative;min-width:0;padding:70px 68px;display:grid;grid-template-columns:minmax(220px,.78fr) 1.22fr;align-items:center;gap:58px;background:linear-gradient(135deg,#073752 0%,#052b42 100%);color:#fff;overflow:hidden;transition:opacity .18s ease,transform .18s ease}
.product-console-stage.changing{opacity:.55;transform:scale(.995)}
.product-console-stage:after{content:'';position:absolute;right:-120px;bottom:-180px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(0,134,158,.34),transparent 66%)}
.product-console-orbit{position:absolute;left:13%;top:50%;width:290px;height:290px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.09);border-radius:50%}
.product-console-orbit span{position:absolute;inset:34px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.product-console-orbit span:nth-child(2){inset:76px}.product-console-orbit span:nth-child(3){inset:118px;background:rgba(255,255,255,.04)}
.product-console-visual{position:relative;z-index:2;width:180px;height:180px;margin:auto;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 22px rgba(255,255,255,.03),0 28px 70px rgba(0,0,0,.2)}
.product-console-visual svg{width:78px;height:78px;fill:none;stroke:currentColor;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round}
.product-console-content{position:relative;z-index:2}
.product-console-count{display:inline-block;color:#ff9b55;font-size:.72rem;font-weight:800;letter-spacing:.14em}
.product-console-content h3{font-size:clamp(2.4rem,4vw,4.2rem);line-height:1;margin:16px 0 18px;letter-spacing:-.055em}
.product-console-content>p{max-width:520px;margin:0;color:#c8dce2;font-size:1rem;line-height:1.75}
.product-console-features{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 34px}
.product-console-features span{padding:9px 13px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.06);color:#d7e7eb;font-size:.73rem}
.product-console-link{display:inline-flex;align-items:center;gap:12px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.product-console-link .menu-arrow{background:var(--orange);color:#fff}

/* Akpa'nın adım alanından uyarlanan ürün hikâyesi */
.product-nature{position:relative;padding:125px 0 135px;background:#fff;overflow:hidden}
.product-nature:before,.product-nature:after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(5,76,115,.07);pointer-events:none}
.product-nature:before{width:720px;height:720px;right:-390px;top:-330px;box-shadow:0 0 0 95px rgba(5,76,115,.018),0 0 0 190px rgba(5,76,115,.012)}
.product-nature:after{width:420px;height:420px;left:-310px;bottom:-220px}
.product-nature-inner{position:relative;z-index:1}
.product-nature-title{min-height:610px;display:flex;flex-direction:column;align-items:flex-start}
.product-nature-title h2{font-size:45px;line-height:1.08;letter-spacing:-.045em;margin:13px 0 30px}
.product-nature-title>a{margin-top:auto;display:inline-flex;align-items:center;gap:14px;padding:7px 7px 7px 20px;border-radius:999px;background:var(--blue);color:#fff;font-size:.78rem;font-weight:750}
.product-nature-title>a>span,.product-nature-link>span{width:38px;height:38px;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:#fff}
.product-nature-title>a svg,.product-nature-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-nature-showcase{min-width:0;min-height:610px;display:grid;grid-template-columns:minmax(500px,1.14fr) minmax(360px,.86fr);gap:90px;align-items:center}
.product-nature-visual{position:relative;height:610px;min-width:0}
.product-nature-rings{position:absolute;left:50%;top:50%;width:500px;height:500px;transform:translate(-50%,-50%);border:1px solid rgba(5,76,115,.1);border-radius:50%}
.product-nature-rings:before{content:'';position:absolute;inset:-2px;border:2px solid transparent;border-top-color:rgba(240,104,0,.72);border-right-color:rgba(0,143,169,.28);border-radius:50%;animation:productOrbitSpin 14s linear infinite}
.product-nature-rings i{position:absolute;inset:48px;border:1px solid rgba(5,76,115,.075);border-radius:50%;animation:productRingBreathe 5s ease-in-out infinite}
.product-nature-rings i:nth-child(2){inset:104px}.product-nature-rings i:nth-child(3){inset:160px}
.product-nature-photo{position:absolute;left:50%;top:50%;width:360px;height:360px;transform:translate(-50%,-50%);border-radius:50%;overflow:hidden;background:var(--sky);box-shadow:0 28px 65px rgba(5,76,115,.14)}
.product-nature-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(3,58,89,.18))}
.product-nature-photo img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);will-change:transform,opacity,filter}
.product-nature-icons{position:absolute;inset:0}
.product-nature-icon{position:absolute;width:82px;height:82px;border:1px solid rgba(5,76,115,.13);border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;cursor:pointer;box-shadow:0 0 0 9px rgba(255,255,255,.78),0 12px 30px rgba(5,76,115,.08);transition:.3s ease}
.product-nature-icon:nth-child(1){left:calc(50% - 41px);top:5px}.product-nature-icon:nth-child(2){left:15px;top:calc(50% - 41px)}.product-nature-icon:nth-child(3){left:calc(50% - 41px);bottom:5px}.product-nature-icon:nth-child(4){right:15px;top:calc(50% - 41px)}
.product-nature-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.product-nature-icon>span{position:absolute;right:-3px;top:-3px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eef5f7;color:#6c828e;font-size:.58rem;font-weight:800}
.product-nature-icon:hover{transform:scale(1.07);border-color:rgba(240,104,0,.35);color:var(--orange)}
.product-nature-icon.active{background:var(--orange);border-color:var(--orange);color:#fff;transform:scale(1.08);box-shadow:0 0 0 10px rgba(240,104,0,.1),0 18px 36px rgba(240,104,0,.22)}
.product-nature-icon.active>span{background:var(--blue);color:#fff}
.product-nature-copy{position:relative;padding:40px 0}
.product-nature-copy>.section-kicker{display:block;margin-bottom:20px}
.product-nature-count{color:var(--orange);font-size:.7rem;font-weight:800;letter-spacing:.15em}
.product-nature-copy h3{font-size:clamp(2.4rem,3.7vw,4rem);line-height:1.02;letter-spacing:-.055em;margin:17px 0 20px;color:var(--blue)}
.product-nature-copy>p{max-width:500px;margin:0;color:var(--muted);font-size:1rem;line-height:1.8}
.product-nature-features{display:grid;gap:14px;margin:30px 0 34px;border:0}
.product-nature-features span{position:relative;padding:2px 0 2px 24px;border:0;color:#395767;font-size:.78rem;font-weight:700}
.product-nature-features span:before{content:'';position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;background:var(--orange);transform:translateY(-50%)}
.product-nature-link{display:inline-flex;align-items:center;gap:14px;color:var(--blue);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.product-nature-nav{position:absolute;right:0;bottom:42px;display:flex;gap:8px}
.product-nature-nav button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;cursor:pointer;transition:.22s}
.product-nature-nav button:first-child svg{transform:rotate(180deg)}
.product-nature-nav button:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.product-nature-nav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

@keyframes productOrbitSpin{to{transform:rotate(360deg)}}
@keyframes productRingBreathe{0%,100%{opacity:.56;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}
@keyframes productPhotoOutNext{to{opacity:0;filter:blur(8px);transform:translateY(52px) rotate(5deg) scale(.84)}}
@keyframes productPhotoOutPrev{to{opacity:0;filter:blur(8px);transform:translateY(-52px) rotate(-5deg) scale(.84)}}
@keyframes productPhotoInNext{from{opacity:0;filter:blur(9px);transform:translateY(-58px) rotate(-6deg) scale(.82)}to{opacity:1;filter:blur(0);transform:scale(1.02)}}
@keyframes productPhotoInPrev{from{opacity:0;filter:blur(9px);transform:translateY(58px) rotate(6deg) scale(.82)}to{opacity:1;filter:blur(0);transform:scale(1.02)}}
@keyframes productCopyOutNext{to{opacity:0;transform:translateY(-28px)}}
@keyframes productCopyOutPrev{to{opacity:0;transform:translateY(28px)}}
@keyframes productCopyInNext{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}
@keyframes productCopyInPrev{from{opacity:0;transform:translateY(-34px)}to{opacity:1;transform:none}}
@keyframes productIconShuffle{0%{filter:blur(0)}45%{opacity:.38;filter:blur(2px);transform:scale(.82) rotate(12deg)}100%{opacity:1;filter:blur(0)}}
.product-nature-showcase.is-leaving[data-motion="next"] .product-nature-photo img{animation:productPhotoOutNext .32s cubic-bezier(.55,0,1,.45) both}
.product-nature-showcase.is-leaving[data-motion="prev"] .product-nature-photo img{animation:productPhotoOutPrev .32s cubic-bezier(.55,0,1,.45) both}
.product-nature-showcase.is-entering[data-motion="next"] .product-nature-photo img{animation:productPhotoInNext .72s cubic-bezier(.16,1,.3,1) both}
.product-nature-showcase.is-entering[data-motion="prev"] .product-nature-photo img{animation:productPhotoInPrev .72s cubic-bezier(.16,1,.3,1) both}
.product-nature-showcase.is-leaving[data-motion="next"] .product-nature-copy>*:not(.product-nature-nav){animation:productCopyOutNext .25s ease both}
.product-nature-showcase.is-leaving[data-motion="prev"] .product-nature-copy>*:not(.product-nature-nav){animation:productCopyOutPrev .25s ease both}
.product-nature-showcase.is-entering[data-motion="next"] .product-nature-copy>*:not(.product-nature-nav){animation:productCopyInNext .62s cubic-bezier(.16,1,.3,1) both}
.product-nature-showcase.is-entering[data-motion="prev"] .product-nature-copy>*:not(.product-nature-nav){animation:productCopyInPrev .62s cubic-bezier(.16,1,.3,1) both}
.product-nature-showcase.is-entering .product-nature-copy>p{animation-delay:.06s!important}
.product-nature-showcase.is-entering .product-nature-features{animation-delay:.12s!important}
.product-nature-showcase.is-entering .product-nature-link{animation-delay:.2s!important}
.product-nature-showcase.is-leaving .product-nature-icon,.product-nature-showcase.is-entering .product-nature-icon{animation:productIconShuffle .62s cubic-bezier(.16,1,.3,1) both}
.product-nature-showcase.is-entering .product-nature-icon:nth-child(2){animation-delay:.04s}.product-nature-showcase.is-entering .product-nature-icon:nth-child(3){animation-delay:.08s}.product-nature-showcase.is-entering .product-nature-icon:nth-child(4){animation-delay:.12s}
.product-nature-showcase.is-entering .product-nature-rings{animation:productRingSnap .72s cubic-bezier(.16,1,.3,1)}
@keyframes productRingSnap{0%{opacity:.35;transform:translate(-50%,-50%) rotate(-18deg) scale(.9)}100%{opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1)}}

.product-list{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.product-card{min-height:390px;border-radius:20px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;overflow:hidden;transition:.25s}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-card-media{display:block;height:168px;overflow:hidden;background:var(--sky)}
.product-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}
.product-card:hover .product-card-media img{transform:scale(1.05)}
.product-card-body{position:relative;display:flex;flex:1;flex-direction:column;padding:27px}
.product-icon{width:52px;height:52px;border-radius:15px;background:#eef7f8;color:var(--orange);display:grid;place-items:center;font-size:1.3rem;margin:-53px 0 23px;border:4px solid #fff}
.product-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-card h3{font-size:1.16rem;margin:0 0 8px}.product-card p{margin:0;color:var(--muted);font-size:.82rem}.product-card .card-link{margin-top:auto}
.product-showcase{display:grid;grid-template-columns:1.12fr .88fr;gap:18px}
.product-feature{position:relative;min-height:530px;border-radius:23px;overflow:hidden;background:var(--blue);color:#fff}
.product-feature:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,58,89,.06) 22%,rgba(3,58,89,.92) 100%)}
.product-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.product-feature:hover>img{transform:scale(1.035)}
.product-feature-overlay{position:absolute;z-index:2;left:36px;right:36px;bottom:34px}
.product-feature-icon{width:58px;height:58px;border-radius:16px;background:var(--orange);color:#fff;display:grid;place-items:center;margin-bottom:22px}
.product-feature-icon svg,.product-row-icon svg,.product-row-arrow svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-feature h3{font-size:2.55rem;line-height:1;margin:12px 0 11px;letter-spacing:-.045em}
.product-feature p{max-width:460px;color:#d3e2e6;margin:0}
.product-feature-link{display:inline-block;margin-top:22px;color:#fff;font-size:.8rem;font-weight:800}
.product-side{display:grid;grid-template-rows:repeat(3,1fr);gap:14px}
.product-row{display:grid;grid-template-columns:34px 88px 1fr 22px;gap:16px;align-items:center;padding:14px 20px;border:1px solid var(--line);border-radius:19px;background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.product-row:hover{transform:translateX(5px);box-shadow:var(--shadow);border-color:transparent}
.product-row-index{align-self:start;color:#9badb5;font-size:.67rem;font-weight:800}
.product-row-icon{width:52px;height:52px;border-radius:14px;background:var(--sky);color:var(--orange);display:grid;place-items:center}
.product-row-media{width:88px;height:88px;border-radius:14px;overflow:hidden;background:var(--sky)}
.product-row-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.product-row:hover .product-row-media img{transform:scale(1.06)}
.product-row-copy strong,.product-row-copy small{display:block}
.product-row-copy strong{font-size:1.05rem;color:var(--ink)}
.product-row-copy small{margin-top:5px;color:var(--muted);font-size:.76rem;line-height:1.45}
.product-row-arrow{width:20px;height:20px;color:var(--blue);transition:transform .2s ease}
.product-row:hover .product-row-arrow{transform:translateX(3px);color:var(--orange)}
.products-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.product-intro{border-radius:22px;background:var(--blue);padding:40px;color:#fff;min-height:430px}.product-intro h2{font-size:3rem;line-height:1;letter-spacing:-.05em}.product-intro p{color:#c5d9df}

.privilege{background:var(--blue);color:#fff}
.privilege-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.privilege h2{font-size:clamp(2.4rem,4.3vw,4.4rem);line-height:1.04;letter-spacing:-.055em;margin:18px 0}.privilege>div p,.privilege-grid>div>p{color:#c4d9df;max-width:560px}
.privilege-list{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.privilege-list>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:17px;padding:23px}
.privilege-list span{display:block;color:#ff9b55;font-size:.65rem;font-weight:800;margin-bottom:18px}.privilege-list b{display:block}.privilege-list p{font-size:.77rem!important;color:#bcd1d8!important;margin:6px 0 0!important}

.why{position:relative;background:#052f48;color:#fff;overflow:hidden}
.why:before{content:'';position:absolute;right:-180px;top:-310px;width:720px;height:720px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.018)}
.why .container{position:relative;z-index:1}
.why-head{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:end;margin-bottom:58px}
.why-head .section-kicker{grid-column:1/-1;margin-bottom:-32px}
.why-head h2{font-size:45px;line-height:1.08;letter-spacing:-.045em;margin:0}
.why-head>p{max-width:500px;margin:0;color:#bcd3db;line-height:1.8}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.why-grid article{position:relative;min-height:360px;padding:38px 28px;border-right:1px solid rgba(255,255,255,.14);overflow:hidden;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .35s ease,background .35s ease}
.why-grid article:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(5,47,72,.04),rgba(5,47,72,.9) 78%);opacity:0;transition:opacity .4s ease}
.why-grid article:last-child{border:0}.why-grid article:hover{background:rgba(255,255,255,.04);transform:translateY(-7px)}.why-grid article:hover:after{opacity:1}
.why-hover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:0;transform:scale(1.1);filter:saturate(.82);transition:opacity .45s ease,transform .8s cubic-bezier(.22,.8,.22,1)}
.why-grid article:hover .why-hover-image{opacity:.84;transform:scale(1.02)}
.why-grid article>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);color:#ff9b55;margin-bottom:auto;position:relative;z-index:1}
.why-grid article>span svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.why-grid article:hover>span{color:#fff;background:rgba(240,104,0,.92)}
.why-grid small{position:absolute;right:26px;top:42px;color:#6e98aa;font-size:.68rem;font-weight:800;z-index:1}.why-grid h3{font-size:1.08rem;margin:0 0 9px;position:relative;z-index:1}.why-grid p{margin:0;color:#9fbdc8;font-size:.78rem;line-height:1.65;position:relative;z-index:1}.why-grid article:hover h3,.why-grid article:hover p{color:#fff}
.why-link{display:inline-flex;align-items:center;gap:13px;margin-top:34px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.why-link>span{width:36px;height:36px;border-radius:50%;background:var(--orange);display:grid;place-items:center}
.why-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.cta{padding:0}.cta-panel{position:relative;min-height:310px;padding:0;background:linear-gradient(115deg,#0b607d 0%,#054c73 58%,#032e47 100%);border-radius:0;overflow:hidden;color:#fff}.cta-panel:after{content:'';position:absolute;right:-80px;top:-230px;width:560px;height:560px;border-radius:50%;border:1px solid rgba(255,255,255,.15);box-shadow:0 0 0 75px rgba(255,255,255,.035),0 0 0 150px rgba(255,255,255,.02)}
.cta-panel-inner{position:relative;z-index:1;min-height:310px;display:flex;align-items:center;justify-content:space-between;gap:45px}.cta-panel h2{font-size:45px;line-height:1.08;letter-spacing:-.045em;margin:11px 0 13px;max-width:760px}.cta-panel p{margin:0;color:#c4dce3}.cta-panel .btn{flex:0 0 auto;border-radius:999px;padding:16px 24px}
.footer{position:relative;background:#032e47;color:#fff;overflow:hidden}.footer:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 48% 63%,rgba(20,137,164,.12),transparent 30%);pointer-events:none}.footer-shell{position:relative;z-index:1}.footer-top{display:grid;grid-template-columns:1fr 1.08fr;gap:76px;align-items:center;padding:72px 0 62px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-intro{max-width:520px}.footer-brand{width:max-content;background:transparent;border-radius:0;padding:0;margin-bottom:25px}.footer-brand .brand-logo{width:174px;filter:brightness(0) invert(1)}.footer p,.footer a{color:#abc2cc}.footer-intro p{max-width:500px;margin:0;color:#abc2cc;font-size:.9rem;line-height:1.75}.footer-license{display:flex;align-items:center;gap:10px;margin-top:22px;color:#d6e5ea;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.footer-license i{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(240,104,0,.12)}.footer-kicker{display:block;color:#ff9b55;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;margin-bottom:9px}.footer-newsletter{padding-left:54px;border-left:1px solid rgba(255,255,255,.12)}.footer-newsletter h3{margin:0 0 22px;font-size:2rem;line-height:1.1;letter-spacing:-.035em}.footer-newsletter-form{display:flex;align-items:center;gap:7px;padding:7px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.footer-newsletter-form input{min-width:0;flex:1;height:54px;padding:0 20px;border:0;outline:0;background:transparent;color:#fff;font:inherit}.footer-newsletter-form input::placeholder{color:#84a4b1}.footer-newsletter-form button{height:52px;padding:0 23px;border:0;border-radius:999px;background:var(--orange);color:#fff;font:inherit;font-size:.78rem;font-weight:800;display:flex;align-items:center;gap:14px;cursor:pointer;transition:.25s}.footer-newsletter-form button:hover{background:#ff7b1c;transform:translateX(2px)}.footer-newsletter-form button span{width:23px;height:23px;display:grid;place-items:center}.footer-newsletter-form button svg{width:15px;fill:none;stroke:currentColor;stroke-width:1.7}.footer-consent{display:flex;align-items:flex-start;gap:10px;margin:13px 0 0 18px;color:#7f9fac;font-size:.68rem;line-height:1.5;cursor:pointer}.footer-consent input{margin-top:2px;accent-color:var(--orange)}
.footer-main{display:grid;grid-template-columns:.82fr .72fr 1.46fr;min-height:420px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-contact{padding:58px 38px 50px 0}.footer-contact-row{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:center;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.09)}.footer-contact-row:last-child{border-bottom:0}.footer-contact-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#8db1bf;transition:.25s}.footer-contact-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.footer-contact-row small,.footer-contact-row strong{display:block}.footer-contact-row small{color:#6f94a3;font-size:.64rem;text-transform:uppercase;letter-spacing:.08em}.footer-contact-row strong{margin-top:4px;color:#d9e7eb;font-size:.77rem;line-height:1.55}.footer-contact-row:hover .footer-contact-icon{background:var(--orange);color:#fff;transform:rotate(-5deg)}.footer-contact-row:hover strong{color:#fff}
.footer-map{position:relative;min-height:420px;border-left:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.footer-map:before{content:'';position:absolute;inset:0;opacity:.05;background-image:linear-gradient(38deg,transparent 46%,#fff 47%,#fff 48%,transparent 49%),linear-gradient(128deg,transparent 55%,#fff 56%,#fff 57%,transparent 58%);background-size:82px 82px,110px 110px;animation:footerMapShift 12s linear infinite}.footer-map-mark{position:absolute;width:230px;height:230px;color:#fff;opacity:.05;animation:mapFloat 6s ease-in-out infinite}.footer-map-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:.7}.footer-map-ring{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;animation:footerPulse 3.4s ease-out infinite}.footer-map-ring.ring-one{width:120px;height:120px}.footer-map-ring.ring-two{width:210px;height:210px;animation-delay:1.2s}.footer-map-dot{position:relative;width:16px;height:16px;border:4px solid #fff;border-radius:50%;background:var(--orange);box-shadow:0 0 0 8px rgba(240,104,0,.18)}.footer-map b,.footer-map small{position:relative}.footer-map b{margin-top:23px;font-size:1rem}.footer-map small{margin-top:3px;color:#789baa;font-size:.68rem;text-transform:uppercase;letter-spacing:.13em}
.footer-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:46px;padding:58px 0 50px 45px}.footer h4{margin:0 0 20px;color:#fff;font-size:.77rem;text-transform:uppercase;letter-spacing:.12em}.footer-links{display:grid;gap:3px}.footer-links a{display:grid;grid-template-columns:minmax(0,150px) 21px;align-items:center;justify-content:start;width:max-content;max-width:100%;column-gap:10px;padding:7px 0;color:#96b2bd;font-size:.74rem;transition:.22s}.footer-links a:hover{color:#fff}.footer-link-arrow{width:21px;height:21px;justify-self:start;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#7fa0ad;transition:.22s}.footer-links a:hover .footer-link-arrow{background:var(--orange);color:#fff;transform:translateX(3px)}.footer-link-arrow svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-bottom{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#668a99;font-size:.68rem}.footer-bottom>span:last-child{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.footer-bottom a{color:#789aa7}.footer-bottom a:hover{color:#fff}.footer-bottom i{width:3px;height:3px;border-radius:50%;background:#527988}
@keyframes mapFloat{0%,100%{transform:translate3d(0,0,0) rotate(-3deg)}50%{transform:translate3d(-10px,-12px,0) rotate(3deg)}}
@keyframes footerPulse{0%{transform:scale(.65);opacity:0}35%{opacity:.75}100%{transform:scale(1.15);opacity:0}}
@keyframes footerMapShift{to{background-position:82px 82px,-110px 110px}}

.page-hero{background:linear-gradient(130deg,#044666,#08788e);color:#fff;padding:86px 0 74px;position:relative;overflow:hidden}
.page-hero:after{content:'';position:absolute;right:-120px;bottom:-300px;width:520px;height:520px;border:90px solid rgba(240,104,0,.17);border-radius:50%}
.crumb{font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:#afd0d8}.page-hero h1{font-size:clamp(3rem,5.7vw,5.6rem);line-height:.98;letter-spacing:-.06em;margin:18px 0}.page-hero p{max-width:720px;color:#c7dde3;margin:0}
.content-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}.sticky-label{position:sticky;top:130px}.sticky-label h2{font-size:clamp(2.25rem,4vw,3.8rem);line-height:1.04;letter-spacing:-.05em;margin:16px 0 25px}.prose p{color:var(--muted);margin:0 0 22px}.feature-stack{display:grid;gap:13px;margin-top:30px}.feature-row{border:1px solid var(--line);border-radius:17px;padding:20px 22px;display:grid;grid-template-columns:52px 1fr;gap:17px}.feature-icon{width:48px;height:48px;border-radius:13px;background:var(--sky);color:var(--orange);display:grid;place-items:center;font-weight:800}.feature-row h3{margin:0 0 5px;font-size:1rem}.feature-row p{margin:0;color:var(--muted);font-size:.85rem}
.detail-photo{height:370px;margin:0 0 34px;border-radius:22px;overflow:hidden;background:var(--paper);box-shadow:0 18px 45px rgba(5,76,115,.12)}
.detail-photo img{width:100%;height:100%;object-fit:cover}

/* STH hizmet detay sayfası */
.sth-hero{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden;background:#032e47;color:#fff}
.sth-hero-image{position:absolute;inset:0 0 0 42%;width:58%;height:100%;object-fit:cover;object-position:center}
.sth-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#032e47 0%,#032e47 38%,rgba(3,46,71,.86) 56%,rgba(3,46,71,.18) 100%),linear-gradient(0deg,rgba(3,46,71,.34),transparent 50%)}
.sth-hero-inner{position:relative;z-index:2;padding-top:52px;padding-bottom:82px}
.sth-hero .crumb{margin-bottom:30px}
.sth-hero h1{max-width:720px;margin:14px 0 20px;font-size:clamp(3rem,5vw,5rem);line-height:.95;letter-spacing:-.06em}
.sth-hero h1 span{color:#ff7b1c}
.sth-hero-inner>p{max-width:590px;margin:0;color:#c6dbe2;font-size:1.05rem;line-height:1.8}
.sth-hero-actions{display:flex;align-items:center;gap:22px;margin-top:25px}
.sth-text-link{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.sth-text-link span{width:34px;height:34px;border:1px solid rgba(255,255,255,.26);border-radius:50%;display:grid;place-items:center}
.sth-license-card{display:none!important}
.sth-license-icon{width:48px;height:48px;border-radius:50%;background:var(--orange);display:grid;place-items:center}
.sth-license-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.sth-license-card small,.sth-license-card strong,.sth-license-card p{display:block}
.sth-license-card small{color:#9ec0cb;font-size:.63rem;text-transform:uppercase;letter-spacing:.12em}
.sth-license-card strong{margin:4px 0;font-size:1.28rem}.sth-license-card p{margin:0;color:#c7dbe2;font-size:.67rem;line-height:1.45}
.sth-summary{position:relative;padding:0 0 120px;background:#fff}
.sth-metrics{position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);margin-top:-36px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(5,76,115,.13);overflow:hidden}
.sth-metrics article{position:relative;min-height:138px;padding:28px 34px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.sth-metrics article:last-child{border:0}.sth-metrics small{position:absolute;right:24px;top:22px;color:#a9bac2;font-size:.65rem;font-weight:800}
.sth-metrics strong{color:var(--blue);font-size:1.55rem;letter-spacing:-.035em}.sth-metrics span{margin-top:5px;color:var(--muted);font-size:.76rem}
.sth-intro{padding:120px 0 70px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.sth-intro h2{max-width:590px;margin:15px 0 0;font-size:45px;line-height:1.08;letter-spacing:-.045em}
.sth-intro-copy{padding-top:30px}.sth-intro-copy p{margin:0 0 20px;color:var(--muted);font-size:1rem;line-height:1.85}
.sth-advantage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.sth-advantage{position:relative;min-height:310px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;transition:.35s ease}
.sth-advantage:hover{transform:translateY(-8px);border-color:transparent;box-shadow:0 24px 60px rgba(5,76,115,.13)}
.sth-advantage:after{content:'';position:absolute;right:-80px;bottom:-100px;width:210px;height:210px;border-radius:50%;border:1px solid rgba(5,76,115,.08);box-shadow:0 0 0 34px rgba(5,76,115,.025)}
.sth-advantage-number{position:absolute;right:25px;top:27px;color:#afbec5;font-size:.67rem;font-weight:800}
.sth-advantage-icon{width:62px;height:62px;border-radius:17px;background:#eaf4f6;color:var(--blue);display:grid;place-items:center;transition:.3s}
.sth-advantage:hover .sth-advantage-icon{background:var(--orange);color:#fff;transform:rotate(-5deg)}
.sth-advantage-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.sth-advantage h3{margin:62px 0 12px;font-size:1.3rem}.sth-advantage p{max-width:290px;margin:0;color:var(--muted);font-size:.84rem;line-height:1.7}
.sth-flow{position:relative;padding:120px 0;background:#052f48;color:#fff;overflow:hidden}
.sth-flow:after{content:'';position:absolute;right:-280px;top:-350px;width:760px;height:760px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.016)}
.sth-flow-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:120px;align-items:center}
.sth-flow-heading h2{margin:18px 0;font-size:45px;line-height:1.08;letter-spacing:-.045em}.sth-flow-heading p{max-width:500px;margin:0 0 30px;color:#b8d0d9;line-height:1.8}
.sth-flow-steps{display:grid}.sth-flow-steps article{position:relative;display:grid;grid-template-columns:64px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.sth-flow-steps article:last-child{border:0}.sth-flow-steps article>span{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.08);color:#ff9b55;display:grid;place-items:center;font-size:.68rem;font-weight:800}
.sth-flow-steps h3{margin:0 0 7px;font-size:1.12rem}.sth-flow-steps p{margin:0;color:#a9c3cd;font-size:.82rem;line-height:1.65}

/* Hizmet detaylarında daha kompakt header */
.service-detail-page .header{height:72px}
.service-detail-page .nav{height:72px}
.service-detail-page .brand-logo{width:128px}
.service-detail-page .nav-link{padding-top:21px;padding-bottom:21px}
.service-detail-page .dropdown,.service-detail-page .dropdown.wide{top:72px}

/* Dijital pazarlama özel içerik yapısı */
.digital-page .sth-hero-overlay{background:linear-gradient(90deg,#032e47 0%,#032e47 37%,rgba(3,46,71,.82) 57%,rgba(3,46,71,.12) 100%),linear-gradient(0deg,rgba(3,46,71,.42),transparent 52%)}
.digital-focus-card strong{font-size:1.04rem}
.digital-summary{padding-bottom:0}
.digital-campaign{padding:120px 0;display:grid;grid-template-columns:.82fr 1.18fr;gap:110px;align-items:center}
.digital-campaign-copy h2{margin:16px 0 24px;font-size:45px;line-height:1.08;letter-spacing:-.045em}
.digital-campaign-copy>p{max-width:500px;margin:0 0 28px;color:var(--muted);line-height:1.85}
.digital-channel-list{display:grid;border-top:1px solid var(--line)}
.digital-channel{display:grid;grid-template-columns:34px 58px 1fr 32px;gap:18px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line);transition:padding .3s ease,background .3s ease}
.digital-channel:hover{padding-left:18px;padding-right:14px;background:#f4f8f9}
.digital-channel-index{align-self:start;color:#9dafb8;font-size:.65rem;font-weight:800}
.digital-channel-icon{width:58px;height:58px;border-radius:50%;background:#eaf4f6;color:var(--blue);display:grid;place-items:center;transition:.3s}
.digital-channel:hover .digital-channel-icon{background:var(--orange);color:#fff;transform:rotate(-6deg)}
.digital-channel-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.digital-channel h3{margin:0 0 6px;font-size:1.05rem}.digital-channel p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.65}
.digital-channel-arrow{width:30px;height:30px;border-radius:50%;background:#edf4f6;color:var(--blue);display:grid;place-items:center;transition:.25s}
.digital-channel:hover .digital-channel-arrow{background:var(--blue);color:#fff;transform:translateX(4px)}
.digital-channel-arrow svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.digital-results{position:relative;padding:120px 0;background:#052f48;color:#fff;overflow:hidden}
.digital-results:before{content:'';position:absolute;left:-260px;bottom:-420px;width:720px;height:720px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.016)}
.digital-results-grid{position:relative;z-index:1;display:grid;grid-template-columns:.8fr 1.2fr;gap:95px;align-items:end}
.digital-results-head h2{margin:18px 0;font-size:45px;line-height:1.08;letter-spacing:-.045em}.digital-results-head p{max-width:480px;margin:0;color:#b8d0d9;line-height:1.8}
.digital-results-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.digital-results-steps article{min-height:275px;padding:30px 23px;border-right:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;justify-content:flex-end;transition:.3s}
.digital-results-steps article:last-child{border:0}.digital-results-steps article:hover{background:rgba(255,255,255,.045);transform:translateY(-7px)}
.digital-results-steps span{margin-bottom:auto;color:#ff9b55;font-size:.68rem;font-weight:800}.digital-results-steps h3{margin:0 0 9px;font-size:1.05rem}.digital-results-steps p{margin:0;color:#9fbdc8;font-size:.77rem;line-height:1.65}

/* Mobil uygulamalar özel içerik yapısı */
.mobile-apps-page .sth-hero-overlay{background:linear-gradient(90deg,#032e47 0%,#032e47 36%,rgba(3,46,71,.8) 58%,rgba(3,46,71,.08) 100%),linear-gradient(0deg,rgba(3,46,71,.4),transparent 52%)}
.mobile-focus-card strong{font-size:1.02rem}
.mobile-summary{padding-bottom:0}
.mobile-experience{padding:120px 0}
.mobile-solution-intro{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:end;margin-bottom:58px}
.mobile-solution-intro h2{max-width:650px;margin:17px 0 0;font-size:45px;line-height:1.08;letter-spacing:-.045em}
.mobile-solution-lead{display:flex;flex-direction:column;align-items:flex-start;gap:26px}
.mobile-solution-lead p{max-width:530px;margin:0;color:var(--muted);line-height:1.85}
.mobile-solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mobile-solution-card{position:relative;min-height:330px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.mobile-solution-card:after{content:'';position:absolute;right:-72px;bottom:-90px;width:180px;height:180px;border-radius:50%;border:1px solid rgba(5,76,115,.07);box-shadow:0 0 0 32px rgba(5,76,115,.018)}
.mobile-solution-card:hover{transform:translateY(-6px);border-color:transparent;box-shadow:0 24px 55px rgba(5,76,115,.12)}
.mobile-solution-card:nth-child(2){background:#052f48;color:#fff;border-color:#052f48}
.mobile-solution-number{position:absolute;right:25px;top:25px;color:#a7bac3;font-size:.66rem;font-weight:800;letter-spacing:.08em}
.mobile-solution-card:nth-child(2) .mobile-solution-number{color:#78a0b1}
.mobile-solution-icon{width:58px;height:58px;border-radius:17px;background:#eaf4f6;color:var(--blue);display:grid;place-items:center;transition:.3s}
.mobile-solution-card:nth-child(2) .mobile-solution-icon{background:rgba(255,255,255,.1);color:#ff9b55}
.mobile-solution-card:hover .mobile-solution-icon{background:var(--orange);color:#fff;transform:rotate(-5deg)}
.mobile-solution-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.mobile-solution-card h3{margin:auto 0 12px;font-size:1.14rem}.mobile-solution-card p{position:relative;z-index:1;margin:0;color:var(--muted);font-size:.79rem;line-height:1.7}
.mobile-solution-card:nth-child(2) p{color:#aac4cf}
.mobile-experience-head{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:end;margin-bottom:60px}
.mobile-experience-head .section-kicker{grid-column:1/-1;margin-bottom:-60px}
.mobile-experience-head h2{margin:0;font-size:45px;line-height:1.08;letter-spacing:-.045em}
.mobile-experience-head>p{max-width:500px;margin:0;color:var(--muted);line-height:1.85}
.mobile-capability-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}
.mobile-capability{position:relative;min-height:250px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .35s ease,box-shadow .35s ease}
.mobile-capability:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(5,76,115,.13)}
.mobile-capability:first-child{grid-row:span 2;min-height:516px;background:#052f48;color:#fff;border-color:#052f48}
.mobile-capability:nth-child(4){grid-column:1/-1;min-height:220px;background:linear-gradient(120deg,#f8fbfc,#eef6f7)}
.mobile-capability-num{position:absolute;right:28px;top:26px;color:#a9bac2;font-size:.66rem;font-weight:800}
.mobile-capability:first-child .mobile-capability-num{color:#6e98aa}
.mobile-capability-icon{width:58px;height:58px;margin-bottom:auto;border-radius:17px;background:#eaf4f6;color:var(--blue);display:grid;place-items:center;transition:.3s}
.mobile-capability:hover .mobile-capability-icon{background:var(--orange);color:#fff;transform:rotate(-6deg)}
.mobile-capability:first-child .mobile-capability-icon{background:rgba(255,255,255,.09);color:#ff9b55}
.mobile-capability-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.mobile-capability h3{margin:38px 0 10px;font-size:1.22rem}.mobile-capability p{max-width:410px;margin:0;color:var(--muted);font-size:.82rem;line-height:1.7}
.mobile-capability:first-child h3{font-size:1.7rem}.mobile-capability:first-child p{color:#a9c3cd}
.mobile-roadmap{position:relative;padding:120px 0;background:#f3f7f8;overflow:hidden}
.mobile-roadmap:after{content:'';position:absolute;right:-330px;top:-390px;width:720px;height:720px;border-radius:50%;border:1px solid rgba(5,76,115,.07);box-shadow:0 0 0 85px rgba(5,76,115,.018),0 0 0 170px rgba(5,76,115,.012)}
.mobile-roadmap>.container{position:relative;z-index:1}
.mobile-roadmap-head{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:end;margin-bottom:70px}
.mobile-roadmap-head h2{margin:15px 0 0;font-size:45px;line-height:1.08;letter-spacing:-.045em}.mobile-roadmap-head>p{max-width:500px;margin:0;color:var(--muted);line-height:1.85}
.mobile-roadmap-track{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.mobile-roadmap-track:before{display:none}
.mobile-roadmap-track article{position:relative;min-height:255px;height:100%;padding:92px 24px 28px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;transition:.3s}
.mobile-roadmap-track article:hover{transform:translateY(-7px);border-color:transparent;box-shadow:0 22px 50px rgba(5,76,115,.11)}
.mobile-roadmap-track article>span{position:absolute;left:24px;top:24px;width:48px;height:48px;border:0;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:.64rem;font-weight:800}
.mobile-roadmap-track article:hover>span{background:var(--orange)}
.mobile-roadmap-track h3{margin:0 0 10px;font-size:1.05rem}.mobile-roadmap-track p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.65}
.mobile-roadmap-action{margin-top:34px;display:flex;justify-content:flex-end}

/* Ürün detay sayfaları — dört ayrı içerik konsepti */
.product-detail-page .page-hero{border-bottom:1px solid var(--line)}
.product-detail-page .page-hero p{max-width:720px}
.sms-command{padding:118px 0;background:#fff}
.sms-command-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:75px;align-items:center;margin-bottom:70px}
.sms-command-copy h2,.mms-editorial-head h2,.chat-experience-copy h2,.survey-copy h2{font-size:45px;line-height:1.08;letter-spacing:-.045em;margin:16px 0 24px}
.sms-command-copy p{margin:0 0 18px;color:var(--muted);line-height:1.82}
.sms-command-copy .btn{margin-top:16px}
.sms-command-visual{position:relative;height:560px;border-radius:26px;overflow:hidden;background:var(--blue);box-shadow:0 30px 75px rgba(5,76,115,.16)}
.sms-command-visual>img{width:100%;height:100%;object-fit:cover}
.sms-command-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,46,71,.05) 30%,rgba(3,46,71,.92))}
.sms-live-card{position:absolute;left:28px;right:28px;bottom:88px;padding:20px 22px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:rgba(3,46,71,.72);backdrop-filter:blur(12px);color:#fff;display:grid;grid-template-columns:12px 1fr auto;gap:13px;align-items:center}
.sms-live-dot{width:9px;height:9px;border-radius:50%;background:#42d59a;box-shadow:0 0 0 6px rgba(66,213,154,.13)}
.sms-live-card small,.sms-live-card strong{display:block}.sms-live-card small{color:#9fbac5;font-size:.67rem}.sms-live-card strong{font-size:.9rem}.sms-live-card>b{font-size:1.7rem;color:#ff9b55}
.sms-route{position:absolute;left:30px;right:30px;bottom:30px;display:flex;align-items:center;color:#d7e4e8;font-size:.65rem;font-weight:750}
.sms-route i{height:1px;flex:1;margin:0 10px;background:rgba(255,255,255,.25)}
.sms-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.sms-capability-grid article{position:relative;min-height:270px;padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;flex-direction:column;transition:.3s}
.sms-capability-grid article:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(5,76,115,.1);border-color:transparent}
.sms-capability-grid article>span{position:absolute;right:24px;top:23px;color:#9db0ba;font-size:.65rem;font-weight:800}
.sms-capability-grid article>i{width:54px;height:54px;border-radius:16px;background:#eaf4f6;color:var(--orange);display:grid;place-items:center;font-style:normal}
.sms-capability-grid svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.sms-capability-grid h3{margin:auto 0 9px;font-size:1.05rem}.sms-capability-grid p{margin:0;color:var(--muted);font-size:.77rem;line-height:1.65}

.mms-editorial{padding:118px 0 128px;background:#f4f8f9}
.mms-editorial-head{display:grid;grid-template-columns:1fr .9fr;gap:85px;align-items:end;margin-bottom:58px}
.mms-editorial-head h2{margin-bottom:0}.mms-editorial-head>p{margin:0;color:var(--muted);line-height:1.85}
.mms-storyboard{display:grid;grid-template-columns:1.12fr .88fr;min-height:660px;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 25px 70px rgba(5,76,115,.1)}
.mms-story-image{position:relative;margin:0;min-height:660px;overflow:hidden;background:var(--blue)}
.mms-story-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,46,71,.9))}
.mms-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.mms-story-image:hover img{transform:scale(1.035)}
.mms-story-image figcaption{position:absolute;z-index:1;left:38px;right:38px;bottom:36px;color:#fff;display:grid;gap:7px}
.mms-story-image figcaption span{color:#ff9b55;font-size:.67rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mms-story-image figcaption strong{max-width:430px;font-size:1.8rem;line-height:1.15;letter-spacing:-.035em}
.mms-story-copy{padding:50px;display:flex;flex-direction:column}
.mms-story-index{color:var(--orange);font-size:.68rem;font-weight:800;letter-spacing:.14em}
.mms-story-copy>h3{font-size:2.5rem;line-height:1.05;letter-spacing:-.045em;margin:24px 0 18px}
.mms-story-copy>p{margin:0;color:var(--muted);line-height:1.8}
.mms-feature-list{margin:34px 0;border-top:1px solid var(--line)}
.mms-feature-list article{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}
.mms-feature-list article>span{width:48px;height:48px;border-radius:14px;background:#eaf4f6;color:var(--blue);display:grid;place-items:center}
.mms-feature-list svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.mms-feature-list h4{margin:2px 0 5px;font-size:.96rem}.mms-feature-list p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}.mms-story-copy>.btn{margin-top:auto;align-self:flex-start}

.chat-experience{padding:118px 0 128px;background:#fff;color:var(--ink);overflow:hidden}
.chat-experience-grid{display:grid;grid-template-columns:1fr .78fr;gap:95px;align-items:center}
.pd-chat .section-kicker.light{color:var(--orange)}
.chat-experience-copy h2{max-width:620px}.chat-experience-copy>p{max-width:590px;color:var(--muted);line-height:1.8;margin:0 0 17px}.chat-experience-copy .btn{margin-top:20px}
.chat-phone{width:min(100%,440px);justify-self:end;padding:16px;border:1px solid var(--line);border-radius:32px;background:#f7fafb;color:var(--ink);box-shadow:0 30px 75px rgba(5,76,115,.14)}
.chat-phone-top{padding:10px 9px 18px;display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line)}
.chat-avatar{width:46px;height:46px;border-radius:14px;background:var(--orange);color:#fff;display:grid;place-items:center}
.chat-avatar svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.chat-phone-top strong,.chat-phone-top small{display:block}.chat-phone-top strong{font-size:.9rem}.chat-phone-top small{margin-top:3px;color:#7d929d;font-size:.65rem}.chat-phone-top small i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#32bd82;margin-right:4px}
.chat-thread{min-height:450px;padding:25px 5px;display:flex;flex-direction:column;gap:14px}
.chat-bubble{max-width:78%;padding:13px 15px;border-radius:15px;background:#fff;border:1px solid var(--line);font-size:.78rem;line-height:1.5;box-shadow:0 8px 20px rgba(5,76,115,.05)}
.chat-bubble small{display:block;margin-top:6px;color:#93a5ad;font-size:.58rem}.chat-bubble.outgoing{align-self:flex-end;background:#e7f3f6;border-color:#d9ebee}.chat-bubble.accent{background:var(--blue);color:#fff;border-color:var(--blue)}.chat-bubble.accent small{color:#9ebcca}
.chat-composer{height:54px;padding:7px 8px 7px 17px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:space-between;color:#9badb5;font-size:.72rem}.chat-composer b{width:39px;height:39px;border-radius:12px;background:var(--orange);color:#fff;display:grid;place-items:center}
.chat-usecases{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.chat-usecases article{min-height:245px;padding:28px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;transition:background .25s ease,transform .25s ease}.chat-usecases article:last-child{border-right:0}.chat-usecases article:hover{background:#f4f8f9;transform:translateY(-4px)}
.chat-usecases article>span{color:var(--orange);font-size:.65rem;font-weight:800}.chat-usecases h3{margin:auto 0 10px;font-size:1.02rem}.chat-usecases p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.6}

.survey-workspace{padding:118px 0 0;background:#fff}
.survey-workspace-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:95px;align-items:center;padding-bottom:100px}
.survey-preview{padding:24px;border:1px solid var(--line);border-radius:28px;background:#f5f9fa;box-shadow:0 28px 70px rgba(5,76,115,.11)}
.survey-preview-top{display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;padding:6px 6px 22px;border-bottom:1px solid var(--line)}
.survey-preview-top>span{width:52px;height:52px;border-radius:16px;background:var(--blue);color:#fff;display:grid;place-items:center}.survey-preview-top svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6}.survey-preview-top small,.survey-preview-top strong{display:block}.survey-preview-top small{color:#8da0aa;font-size:.65rem}.survey-preview-top strong{margin-top:3px;font-size:.9rem}.survey-preview-top>b{color:var(--orange);font-size:.7rem}
.survey-question{padding:42px 8px 28px}.survey-question>span{color:var(--orange);font-size:.64rem;font-weight:800;letter-spacing:.13em}.survey-question h3{font-size:1.65rem;line-height:1.22;margin:15px 0 30px;letter-spacing:-.03em}
.survey-options{display:grid;gap:10px}.survey-options button{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font:inherit;font-size:.78rem;text-align:left;display:flex;justify-content:space-between}.survey-options button.selected{border-color:var(--blue);background:#eaf4f6;color:var(--blue);font-weight:750}
.survey-progress{height:5px;border-radius:5px;background:#dce8eb;overflow:hidden}.survey-progress i{display:block;width:34%;height:100%;background:var(--orange)}
.survey-copy>p{margin:0 0 28px;color:var(--muted);line-height:1.85}
.survey-feature-list{margin-bottom:30px;border-top:1px solid var(--line)}
.survey-feature-list article{display:grid;grid-template-columns:46px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}
.survey-feature-list article>span{width:46px;height:46px;border-radius:14px;background:#eaf4f6;color:var(--blue);display:grid;place-items:center}.survey-feature-list svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6}.survey-feature-list h3{margin:2px 0 5px;font-size:.96rem}.survey-feature-list p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}
.survey-insights{display:grid;grid-template-columns:.55fr .55fr .55fr 1.35fr;align-items:center;padding-top:38px;padding-bottom:38px;border-top:1px solid var(--line)}
.survey-insights>div{padding:5px 28px;border-right:1px solid var(--line)}.survey-insights>div:first-child{padding-left:0}.survey-insights small,.survey-insights strong{display:block}.survey-insights small{color:#8398a2;font-size:.65rem}.survey-insights strong{margin-top:7px;color:var(--blue);font-size:1.7rem}.survey-insights>p{margin:0;padding-left:38px;color:var(--muted);font-size:.78rem;line-height:1.65}
.partners{display:grid;grid-template-columns:1fr 1fr;gap:15px}.partner-card{border:1px solid var(--line);border-radius:18px;padding:24px}.partner-card h3{font-size:.9rem;line-height:1.45;margin:0 0 15px}.partner-card p{font-size:.76rem;color:var(--muted);margin:4px 0}.partner-card a{font-size:.76rem;font-weight:800;color:var(--orange)}
.pricing-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.pricing-tabs a{padding:10px 16px;border:1px solid var(--line);border-radius:999px;font-size:.76rem;font-weight:800}.pricing-tabs a.active,.pricing-tabs a:hover{background:var(--blue);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.price-card{border:1px solid var(--line);border-radius:19px;padding:26px;transition:.25s}.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.price-card h3{margin:0;font-size:1rem}.price{font-size:2rem;letter-spacing:-.05em;font-weight:800;color:var(--blue);margin:14px 0 2px}.unit{font-size:.75rem;color:var(--muted)}.price-card .btn{width:100%;margin-top:20px}.notice{margin-top:28px;border-radius:17px;background:var(--sky);padding:24px;color:#4b6471;font-size:.8rem}
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:20px}.contact-info{background:var(--blue);color:#fff;border-radius:20px;padding:36px}.contact-info h2{font-size:2.15rem;line-height:1.08;margin:15px 0 30px}.contact-item{padding:16px 0;border-top:1px solid rgba(255,255,255,.14)}.contact-item span{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;color:#ffb17a}.contact-item strong{font-size:.88rem}.form-card{border-radius:20px;background:var(--paper);padding:36px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.72rem;font-weight:800;color:var(--blue)}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px 14px;background:#fff;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(240,104,0,.12)}.field textarea{min-height:128px;resize:vertical}.form-success{display:none;margin-top:14px;color:#b93802;font-weight:750;font-size:.82rem}.legal-note{font-size:.73rem;color:var(--muted);margin-top:15px}
.metrics{background:var(--blue);color:#fff;padding:72px 0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr)}.metric{padding:8px 30px;border-right:1px solid rgba(255,255,255,.14)}.metric:last-child{border:0}.metric strong{display:block;font-size:2.5rem;color:#ff9b55;line-height:1}.metric span{font-size:.8rem;color:#c7dae0}
.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}
[style*="#008f73"]{color:var(--orange)!important}
@keyframes float{50%{transform:translateY(-10px)}}

@media(max-width:1080px){
  .nav{gap:14px}.nav-link{padding-inline:8px}.nav-actions{gap:10px}.login-link{display:none}.dropdown.wide{width:580px}
  .hero-copy{padding-left:36px;padding-right:36px}.product-list{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .topbar{display:none}.nav{height:74px}.menu,.nav-actions{display:none}.mobile-toggle{display:block}.brand-logo{width:132px}
  .menu.open{display:flex;position:absolute;left:18px;right:18px;top:80px;max-height:calc(100vh - 100px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch}
  .menu.open .nav-link{padding:12px;width:100%;text-align:left}.menu.open .dropdown,.menu.open .dropdown.wide{display:grid;grid-template-columns:1fr;position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 9px 12px}.menu.open .dropdown-link{grid-template-columns:minmax(0,170px) 22px;justify-content:start;gap:8px;padding:8px}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:84px max(28px,calc((100vw - 720px)/2))}.hero-visual{min-height:530px}.trust-grid{grid-template-columns:1fr 1fr}.trust-title{grid-column:1/-1;padding:24px 0;border-bottom:1px solid var(--line)}.trust-item{border-left:0}.section-head,.content-grid,.privilege-grid,.real-story-grid{grid-template-columns:1fr;gap:28px}.services-scroll-grid{grid-template-columns:1fr;gap:28px}.services-copy{padding:20px 0}.service-carousel-nav{position:static;transform:none;display:flex;margin-bottom:12px}.service-scroll-list{min-height:0}.service-scroll-item{min-height:auto;padding:28px 0;opacity:1}.service-sticky-media{position:relative;top:auto;height:auto;padding:0 0 30px;justify-content:flex-start}.service-image-frame{width:min(100%,520px);height:520px;min-height:0}.product-showcase{grid-template-columns:1fr}.product-feature{min-height:480px}.story-photo{min-height:480px}.sticky-label{position:static}.card-grid{grid-template-columns:1fr 1fr}.privilege-grid{gap:45px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.pricing-grid{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr}
  .real-story-full{min-height:680px}.real-story-bg{object-position:58% center}.real-story-overlay{background:linear-gradient(90deg,rgba(3,46,71,.94),rgba(3,46,71,.68) 72%,rgba(3,46,71,.32))}
  .product-world{min-height:980px}.product-world-inner{padding-top:145px;padding-bottom:90px}.product-world-head{grid-template-columns:130px minmax(0,1fr);gap:35px;margin-bottom:55px}.product-world-card{min-height:450px;padding:24px}.product-world-icon{height:190px}
  .product-console{padding:90px 0}.product-console-head{grid-template-columns:1fr;gap:18px}.product-console-shell{grid-template-columns:1fr;min-height:0}.product-console-tabs{display:grid;grid-template-columns:1fr 1fr}.product-console-tab{min-height:92px}.product-console-stage{min-height:530px;padding:60px 45px;grid-template-columns:.75fr 1.25fr;gap:35px}.product-console-orbit{left:7%;width:240px;height:240px}.product-console-visual{width:150px;height:150px}.product-console-visual svg{width:64px;height:64px}
  .product-nature{padding:90px 0}.product-nature-showcase{grid-template-columns:minmax(390px,1fr) minmax(300px,.8fr);gap:38px}.product-nature-rings{width:440px;height:440px}.product-nature-photo{width:300px;height:300px}.product-nature-icon:nth-child(2){left:0}.product-nature-icon:nth-child(4){right:0}
  .sth-hero{min-height:560px}.sth-hero-image{inset:0;width:100%}.sth-hero-overlay{background:linear-gradient(90deg,rgba(3,46,71,.96),rgba(3,46,71,.72) 75%,rgba(3,46,71,.42))}.sth-license-card{right:28px;bottom:22px}.sth-intro{grid-template-columns:1fr;gap:24px;padding:90px 0 55px}.sth-intro-copy{padding-top:0}.sth-flow-grid{grid-template-columns:1fr;gap:55px}.sth-advantage{min-height:285px;padding:24px}
  .digital-page .sth-hero-overlay{background:linear-gradient(90deg,rgba(3,46,71,.96),rgba(3,46,71,.7) 76%,rgba(3,46,71,.38))}.digital-campaign{grid-template-columns:1fr;gap:48px;padding:90px 0}.digital-results-grid{grid-template-columns:1fr;gap:55px}
  .mobile-apps-page .sth-hero-overlay{background:linear-gradient(90deg,rgba(3,46,71,.96),rgba(3,46,71,.7) 76%,rgba(3,46,71,.38))}.mobile-experience{padding:90px 0}.mobile-solution-intro{grid-template-columns:1fr;gap:28px}.mobile-solution-grid{grid-template-columns:1fr 1fr}.mobile-solution-card{min-height:290px}.mobile-experience-head,.mobile-roadmap-head{grid-template-columns:1fr;gap:24px}.mobile-experience-head .section-kicker{grid-column:auto;margin-bottom:0}.mobile-roadmap-track{grid-template-columns:1fr 1fr}.mobile-roadmap-track:before{display:none}
  .why-head{grid-template-columns:1fr;gap:20px}.why-head .section-kicker{grid-column:auto;margin-bottom:0}.why-grid{grid-template-columns:1fr 1fr}.why-grid article:nth-child(2){border-right:0}.why-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}.cta-panel-inner{min-height:290px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-contact-card{grid-column:1/-1}
}
@media(max-width:700px){
  .product-world{min-height:900px}.product-world-bg{inset:0;width:100%;height:100%;border-radius:18px}.product-world-inner{padding-top:90px;padding-bottom:70px}.product-world-head{grid-template-columns:1fr;gap:26px;margin-bottom:38px}.product-world-copy{order:1}.product-world-nav{order:2}.product-world-nav button{width:46px;height:46px}.product-world-nav button:hover:not(:disabled){width:66px}.product-world-card{flex-basis:100%;min-height:430px}.product-world-icon{height:180px}.product-world-body{transform:none}.product-world-link{opacity:1;transform:none}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1200px)}.hero-copy{padding:72px 24px}.hero h1{font-size:3rem}.hero-visual{min-height:410px}.hero-photo{object-position:60% center}.floating-card{display:none}
  .trust-grid,.card-grid,.product-list,.privilege-list,.partners,.pricing-grid,.form-grid,.metric-grid{grid-template-columns:1fr}.trust-title{grid-column:auto}.trust-item{padding:17px 0;border-top:1px solid var(--line)}
  .sth-hero{min-height:540px;align-items:flex-start}.sth-hero-inner{padding-top:42px;padding-bottom:78px}.sth-hero .crumb{margin-bottom:25px}.sth-hero h1{font-size:2.75rem}.sth-hero-inner>p{font-size:.88rem;line-height:1.65}.sth-hero-actions{align-items:flex-start;flex-direction:column;gap:12px;margin-top:20px}.sth-metrics{grid-template-columns:1fr;margin-top:0;border-radius:0;box-shadow:none}.sth-metrics article{min-height:105px;border-right:0;border-bottom:1px solid var(--line);padding:22px 5px}.sth-summary{padding-bottom:82px}.sth-intro{padding:75px 0 45px}.sth-intro h2,.sth-flow-heading h2{font-size:2.6rem}.sth-advantage-grid{grid-template-columns:1fr}.sth-advantage{min-height:260px}.sth-flow{padding:85px 0}.sth-flow-steps article{grid-template-columns:52px 1fr;gap:16px}
  .service-detail-page .header,.service-detail-page .nav{height:68px}.service-detail-page .brand-logo{width:120px}.digital-summary{padding-bottom:0}.digital-campaign{padding:75px 0;gap:36px}.digital-campaign-copy h2,.digital-results-head h2{font-size:2.6rem}.digital-channel{grid-template-columns:25px 48px 1fr;padding:22px 0;gap:13px}.digital-channel-icon{width:48px;height:48px}.digital-channel-arrow{display:none}.digital-results{padding:85px 0}.digital-results-steps{grid-template-columns:1fr}.digital-results-steps article{min-height:190px;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .mobile-summary{padding-bottom:0}.mobile-experience{padding:75px 0}.mobile-solution-intro{gap:24px;margin-bottom:38px}.mobile-solution-intro h2,.mobile-experience-head h2,.mobile-roadmap-head h2{font-size:2.6rem}.mobile-solution-grid{grid-template-columns:1fr}.mobile-solution-card{min-height:255px;padding:25px}.mobile-capability-grid{grid-template-columns:1fr}.mobile-capability:first-child{grid-row:auto;min-height:310px}.mobile-capability:nth-child(4){grid-column:auto}.mobile-capability{min-height:245px}.mobile-roadmap{padding:85px 0}.mobile-roadmap-head{margin-bottom:45px}.mobile-roadmap-track{grid-template-columns:1fr}.mobile-roadmap-track article{min-height:215px;padding:88px 24px 26px}.mobile-roadmap-action{justify-content:flex-start}
  section{padding:75px 0}.section-head{margin-bottom:34px}.section-head h2{font-size:2.45rem}.service-scroll-item{grid-template-columns:58px 1fr;column-gap:14px}.service-scroll-item .iconbox{width:52px;height:52px}.service-scroll-item h3{font-size:1.55rem}.service-scroll-item p,.service-benefits,.service-scroll-item .btn{grid-column:1/-1}.service-benefits{grid-template-columns:1fr}.service-image-frame{height:390px}.service-card{min-height:320px}.product-feature{min-height:430px}.product-feature-overlay{left:25px;right:25px;bottom:25px}.product-feature h3{font-size:2.15rem}.product-row{grid-template-columns:74px 1fr 20px;padding:14px}.product-row-media{width:74px;height:74px}.product-row-index{display:none}.product-card{min-height:360px}.product-icon{margin-bottom:22px}.story-photo{min-height:340px}.story-copy h2{font-size:2.5rem}.story-points{grid-template-columns:1fr}.privilege h2{font-size:2.5rem}.cta-panel{padding:34px 25px;display:grid}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:grid}
  .page-hero{padding:68px 0 56px}.page-hero h1{font-size:3rem}.feature-row{grid-template-columns:45px 1fr;padding:17px}.contact-info,.form-card{padding:26px}.field.full{grid-column:auto}.metric{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:18px 0}
  .real-story-full{min-height:620px}.real-story-bg{object-position:62% center}.real-story-content{padding-top:80px;padding-bottom:80px}.real-story-content h2{font-size:2.65rem}.real-story-content>p{font-size:.92rem}.story-points-light{grid-template-columns:1fr}
  .product-console{padding:76px 0}.product-console-head{margin-bottom:34px}.product-console-head h2{font-size:45px}.product-console-head>p{font-size:.92rem}.product-console-shell{border-radius:22px}.product-console-tabs{display:flex;flex-direction:row;overflow-x:auto;padding:14px;scrollbar-width:none}.product-console-tabs::-webkit-scrollbar{display:none}.product-console-tab{flex:0 0 76px;min-height:74px;padding:10px;grid-template-columns:1fr;place-items:center}.product-console-tab:hover{transform:none}.product-console-tab-icon{width:44px;height:44px;border-radius:13px}.product-console-tab>span:nth-child(2),.product-console-tab>i{display:none}.product-console-stage{min-height:600px;padding:48px 25px;grid-template-columns:1fr;gap:36px;text-align:center}.product-console-orbit{left:50%;top:24%;width:230px;height:230px;transform:translate(-50%,-50%)}.product-console-visual{width:142px;height:142px}.product-console-content h3{font-size:2.6rem}.product-console-content>p{font-size:.92rem}.product-console-features{justify-content:center;margin:24px 0 30px}.product-console-link{justify-content:center}
  .product-nature{padding:76px 0 88px}.product-nature-showcase{min-height:0;grid-template-columns:1fr;gap:12px}.product-nature-visual{height:420px}.product-nature-rings{width:330px;height:330px}.product-nature-rings i{inset:36px}.product-nature-rings i:nth-child(2){inset:78px}.product-nature-rings i:nth-child(3){inset:120px}.product-nature-photo{width:225px;height:225px}.product-nature-icon{width:58px;height:58px}.product-nature-icon svg{width:23px;height:23px}.product-nature-icon:nth-child(1){left:calc(50% - 29px);top:2px}.product-nature-icon:nth-child(2){left:1px;top:calc(50% - 29px)}.product-nature-icon:nth-child(3){left:calc(50% - 29px);bottom:2px}.product-nature-icon:nth-child(4){right:1px;top:calc(50% - 29px)}.product-nature-copy{padding:25px 0 75px}.product-nature-copy h3{font-size:2.75rem}.product-nature-copy>p{font-size:.92rem}.product-nature-nav{left:0;right:auto;bottom:8px}
  .why-head h2{font-size:45px}.why-grid{grid-template-columns:1fr}.why-grid article{min-height:280px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)!important}.why-grid article:last-child{border-bottom:0!important}.why-hover-image{opacity:.24;transform:scale(1.03)}.why-grid article:after{opacity:1}.cta-panel-inner{min-height:360px;display:grid;align-content:center;padding-top:55px;padding-bottom:55px}.cta-panel h2{font-size:45px}.cta-panel .btn{width:max-content}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}.footer-contact-card{grid-column:auto}.footer-map-mark{width:150px;height:150px}
}

/* Ortak detay bağlantısı: header'daki Giriş Yap butonuyla aynı görsel dil */
.detail-action{
  box-sizing:border-box;
  min-height:42px;
  width:max-content;
  max-width:100%;
  padding:0 16px;
  border:1px solid rgba(5,76,115,.18);
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:.76rem;
  font-weight:750;
  line-height:1;
  letter-spacing:0;
  text-transform:none;
  box-shadow:none;
  transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease
}
.detail-action>span{
  flex:0 0 17px;
  width:17px;
  height:17px;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:inherit;
  display:grid;
  place-items:center;
  transition:transform .22s ease
}
.detail-action>span svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.detail-action:hover,.service-card:hover .detail-action,.product-card:hover .detail-action{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-2px)}
.detail-action:hover>span,.service-card:hover .detail-action>span,.product-card:hover .detail-action>span{transform:translateX(3px)}
.service-card.featured .detail-action{background:#fff;color:var(--blue);border-color:#fff}

/* Ana sayfa bölümleri kaydırıldıkça görünür olur */
.home-scroll-reveal{opacity:0;transform:translateY(34px);transition:opacity .72s ease,transform .82s cubic-bezier(.16,1,.3,1);transition-delay:var(--home-reveal-delay,0ms);will-change:opacity,transform}
.home-scroll-reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:620px){.detail-action{min-height:40px;padding:0 14px}}
@media(prefers-reduced-motion:reduce){.reveal,.home-scroll-reveal{opacity:1!important;transform:none!important;transition:none!important}}
@media(prefers-reduced-motion:reduce){.real-story-bg{transform:scale(1.05)!important;will-change:auto}}

/* GTS referanslı şeffaf menü ve tam ekran banner */
.topbar{display:none}
.header{height:84px;background:#fff}
.nav{height:84px;width:min(1288px,calc(100% - 60px));gap:18px}
.brand-logo{width:142px}
.nav-link{padding:29px 10px;font-size:.84rem}
.dropdown,.dropdown.wide{position:fixed;left:50%;top:84px;width:min(560px,calc(100vw - 80px));min-height:246px;grid-template-columns:220px 280px;gap:16px;padding:16px;border-radius:0 0 16px 16px;border:1px solid rgba(5,76,115,.1);border-top-color:rgba(5,76,115,.07);background:#fff;box-shadow:0 28px 65px rgba(3,42,65,.16);backdrop-filter:none;-webkit-backdrop-filter:none;overflow:hidden;transform:translate(-50%,18px);transition:opacity .26s ease,visibility .26s ease,transform .34s cubic-bezier(.16,1,.3,1)}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{transform:translate(-50%,0)}
.dropdown-menu-list{display:flex;flex-direction:column;justify-content:center;min-width:0}
.dropdown.no-visual{width:min(260px,calc(100vw - 40px));min-height:0;grid-template-columns:1fr;padding:12px 14px}
.dropdown-link{grid-template-columns:minmax(0,165px) 22px;justify-content:start;gap:7px;padding:8px 4px;border-radius:0;border-bottom:1px solid rgba(5,76,115,.09);transition:padding .25s ease,color .25s ease}
.dropdown-link:last-child{border-bottom:0}
.dropdown-link:hover{padding-left:12px;background:transparent}
.menu-icon{width:34px;height:34px;border-radius:50%}
.menu-icon svg{width:16px;height:16px}
.dropdown-link strong{font-size:.8rem;font-weight:700}
.dropdown-link small{display:none}
.dropdown-visual{position:relative;align-self:stretch;min-height:210px;border-radius:10px;overflow:hidden;background:#e8f0f2}
.dropdown-visual:after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);pointer-events:none}
.dropdown-visual img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.03);transition:transform .65s cubic-bezier(.16,1,.3,1)}
.nav-item:hover .dropdown-visual img,.nav-item:focus-within .dropdown-visual img{transform:scale(1)}
.nav-actions{gap:10px}
.nav-actions .btn-orange{height:42px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 10px 24px rgba(240,104,0,.24);padding:0 18px;font-size:.76rem}
.login-link{height:40px;padding:0 14px;border:1px solid rgba(5,76,115,.18);border-radius:999px;font-size:.76rem}
.nav-actions a{display:inline-flex;align-items:center;gap:8px}.nav-action-arrow{width:17px;height:17px;display:inline-grid;place-items:center;transition:transform .22s ease}.nav-action-arrow svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-actions a:hover .nav-action-arrow{transform:translateX(3px)}
.home-page .topbar{display:none}
.home-page .header{position:sticky;top:0;left:auto;width:100%;height:84px;background:#fff;border-bottom:1px solid rgba(5,76,115,.1);backdrop-filter:blur(14px);transition:background .35s ease,box-shadow .35s ease,height .35s ease}
.home-page .header:not(.header-scrolled) .nav{height:84px;align-items:center}
.home-page .header:not(.header-scrolled) .brand{width:auto;height:auto;padding:0;background:transparent;border-radius:0;display:flex;align-items:center;box-shadow:none}
.home-page .header:not(.header-scrolled) .brand-logo{width:142px;filter:none}
.home-page .header:not(.header-scrolled) .menu{height:auto;margin-top:0;padding:0;border:0;border-radius:0;background:transparent;backdrop-filter:none}
.home-page .header:not(.header-scrolled) .nav-actions{margin-top:0}
.home-page .header .nav-link,.home-page .header .login-link{color:var(--ink)}
.home-page .header:not(.header-scrolled) .chevron{background:rgba(5,76,115,.09);color:#5f7b89}
.home-page .header .login-link{border-color:rgba(5,76,115,.18)}
.home-page .header .chevron{display:inline-grid}
.home-page .header.header-scrolled{top:0;left:0;width:100%;height:72px;background:rgba(255,255,255,.97);box-shadow:0 10px 35px rgba(3,58,89,.13);backdrop-filter:blur(14px)}
.home-page .header.header-scrolled .nav{height:72px;align-items:center}
.home-page .header.header-scrolled .brand{width:auto;height:auto;padding:0;background:transparent;border-radius:0;box-shadow:none}
.home-page .header.header-scrolled .brand-logo{width:126px}
.home-page .header.header-scrolled .dropdown{top:72px}
.home-page .header.header-scrolled .nav-link,.home-page .header.header-scrolled .login-link{color:var(--ink)}
.home-page .header.header-scrolled .login-link{border-color:rgba(5,76,115,.18)}
.home-page .header.header-scrolled .nav-actions .btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff}
.home-page .header:not(.header-scrolled) .nav-actions .btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff}
.home-page .header .nav-actions .btn-orange:hover{background:linear-gradient(135deg,var(--orange-2),#ff7b1c);color:#fff;box-shadow:0 13px 28px rgba(240,104,0,.32)}
.home-page .hero{position:relative;height:800px;min-height:800px;padding:0;background:#071a29}
.gts-hero,.gts-hero-slides{position:absolute;inset:0}
.gts-hero{position:relative;height:100%;overflow:hidden;border-radius:0;background:#071a29;font-family:"Manrope",system-ui,sans-serif}
.gts-hero-slides{overflow:hidden}
.gts-hero-track{display:flex;width:100%;height:100%;will-change:transform;transform:translate3d(0,0,0);transition:transform 1s cubic-bezier(.77,0,.175,1)}
.gts-hero-slide{position:relative;flex:0 0 100%;height:100%;overflow:hidden;pointer-events:none}
.gts-hero-slide.active{pointer-events:auto}
.gts-hero-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.72;filter:blur(3px);transform:scale(1.075);transition:transform 7s cubic-bezier(.22,.8,.22,1),opacity .8s ease,filter .8s ease}
.gts-hero-slide.active>img{opacity:1;filter:blur(0);transform:scale(1.02)}
.gts-phone-emblem{position:absolute;z-index:2;left:71.5%;top:42.5%;width:clamp(64px,6vw,98px);aspect-ratio:1;display:grid;place-items:center;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));pointer-events:none}
.gts-phone-emblem img{display:block;width:100%;height:100%;object-fit:contain}
.gts-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,17,28,.28) 0%,rgba(2,17,28,.05) 38%,rgba(2,17,28,.28) 66%,rgba(2,17,28,.82) 100%),linear-gradient(90deg,rgba(1,27,42,.22),transparent 65%)}
.gts-hero-content{position:relative;z-index:3;height:100%;display:flex;align-items:flex-end;padding-bottom:166px}
.gts-hero-layout{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 490px;gap:100px;align-items:start}
.gts-hero-copy{max-width:600px}
.gts-hero h2{font-size:55px;line-height:1.08;letter-spacing:-.035em;font-weight:500;margin:0;color:#fff;opacity:0;transform:translateY(46px);filter:blur(9px);clip-path:inset(0 0 100% 0);transition:opacity .48s ease,transform .82s cubic-bezier(.16,1,.3,1),filter .55s ease,clip-path .82s cubic-bezier(.16,1,.3,1)}
.gts-hero-slide.active h2{opacity:1;transform:translateY(0);filter:blur(0);clip-path:inset(0);transition-delay:.2s}
.gts-hero-slide.leaving h2{opacity:0;transform:translateY(-34px);filter:blur(7px);clip-path:inset(100% 0 0 0);transition-delay:0s}
.gts-hero-side{max-width:490px;color:#fff}
.gts-hero-side p{font-size:20px;line-height:1.45;font-weight:400;margin:0 0 27px;opacity:0;transform:translateY(34px);filter:blur(6px);transition:opacity .5s ease,transform .72s cubic-bezier(.16,1,.3,1),filter .5s ease}
.gts-hero-slide.active .gts-hero-side p{opacity:1;transform:translateY(0);filter:blur(0);transition-delay:.34s}
.gts-hero-slide.leaving .gts-hero-side p{opacity:0;transform:translateY(-25px);filter:blur(5px);transition-delay:0s}
.gts-hero-slide .gts-hero-button{opacity:0;transform:translateY(26px) scale(.96);transition:opacity .45s ease,transform .65s cubic-bezier(.16,1,.3,1),background .25s ease}
.gts-hero-slide.active .gts-hero-button{opacity:1;transform:translateY(0) scale(1);transition-delay:.46s,.46s,0s}
.gts-hero-slide.leaving .gts-hero-button{opacity:0;transform:translateY(-18px) scale(.97);transition-delay:0s}
.gts-hero-button{position:relative;width:172px;height:50px;display:flex;align-items:center;padding-left:24px;background:#fff;color:#111;border-radius:30px;font-size:.88rem;font-weight:500;transition:transform .25s ease}
.gts-hero-button:after{content:'';position:absolute;right:42px;width:24px;height:32px;background:#fff;border-radius:50%;transform:translateX(13px)}
.gts-hero-button i{position:absolute;right:4px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blue-2);color:#fff;font-size:1rem;font-style:normal;z-index:2;transition:transform .25s ease,background .25s ease}
.gts-hero-button:hover,.gts-hero-slide.active .gts-hero-button:hover{transform:translateY(-4px);transition-delay:0s}
.gts-hero-button:hover i{transform:rotate(45deg);background:var(--orange)}
.gts-hero-progress{position:absolute;z-index:4;left:30px;right:30px;bottom:55px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:16px;color:#fff;font-size:.85rem}
.gts-hero-progress strong{font-size:1rem}
.gts-progress-line{width:100%;height:1px;background:rgba(255,255,255,.4);overflow:hidden}
.gts-progress-line i{display:block;width:33.333%;height:100%;background:var(--blue-2);transition:width .55s ease}
.gts-hero-nav{display:flex;align-items:center;gap:6px}
.gts-hero-progress button{width:38px;height:38px;border:0;background:transparent;color:#fff;padding:0;display:grid;place-items:center;cursor:pointer;opacity:.7;transition:.2s}
.gts-hero-progress button svg{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gts-hero-progress button.gts-prev svg{transform:rotate(180deg)}
.gts-hero-progress button:hover{opacity:1;color:#ff9b55}
.gts-hero-progress button:disabled{pointer-events:none;opacity:.28}

@media(max-width:1080px){
  .nav{width:min(100% - 38px,1288px)}.brand-logo{width:135px}.nav-link{padding-inline:8px}.nav-actions .btn-orange{padding:13px 20px}.login-link{padding:11px 14px}
  .gts-hero-layout{grid-template-columns:minmax(0,1fr) 410px;gap:55px}
}
@media(max-width:900px){
  .header,.nav{height:82px}.home-page .header{top:0;left:0;width:100%;height:82px;background:#fff}.home-page .header:not(.header-scrolled) .nav{height:82px;align-items:center}.home-page .header:not(.header-scrolled) .brand{width:auto;height:auto;padding:0;background:transparent;border-radius:0;box-shadow:none}.home-page .header:not(.header-scrolled) .brand-logo{width:132px}.brand-logo{width:132px}.mobile-toggle{display:block;border-radius:50%;background:var(--blue)}.mobile-toggle span{background:#fff}
  .menu.open{top:88px;left:18px;right:18px;border-radius:14px;padding:10px;background:#fff}.menu.open .nav-link{color:var(--ink)!important;padding:13px}.home-page .header .menu.open .chevron{display:inline-grid}.menu.open .dropdown,.menu.open .dropdown.wide{border-radius:12px;padding:6px 8px;background:#fff;min-height:0}.menu.open .dropdown-menu-list{display:grid;grid-template-columns:1fr}.menu.open .dropdown-visual{display:none}.menu.open .dropdown-link{grid-template-columns:minmax(0,170px) 22px;justify-content:start;gap:8px;padding:8px;border-bottom:0;border-radius:9px}.menu.open .dropdown-link:hover{padding-left:8px;background:var(--sky)}
  .home-page .hero{height:calc(100svh - 82px);min-height:620px;padding:0}.gts-hero{border-radius:0}.gts-hero-content{padding:0 18px 128px}.gts-hero-layout{grid-template-columns:1fr;gap:20px}.gts-hero-copy,.gts-hero-side{max-width:620px}.gts-hero-side p{font-size:17px;max-width:520px}.gts-hero-slide img{object-position:58% center}.gts-hero-progress{left:22px;right:22px;bottom:38px}
}
@media(max-width:620px){
  .nav{width:calc(100% - 28px)}.home-page .hero{min-height:620px}.gts-hero-content{padding:0 18px 104px;text-align:center}.gts-hero-layout{gap:16px}.gts-hero h2{font-size:45px;line-height:1.06}.gts-hero-side{display:flex;flex-direction:column;align-items:center}.gts-hero-side p{font-size:15px;line-height:1.45;margin-bottom:20px}.gts-hero-button{width:158px;height:46px;padding-left:20px;font-size:.78rem}.gts-hero-button:after{right:37px;width:20px;height:29px}.gts-hero-button i{width:38px;height:38px;font-size:.9rem}.gts-hero-progress{left:18px;right:18px;bottom:28px;grid-template-columns:1fr auto;gap:10px}.gts-hero-progress strong{display:none}.gts-hero-progress button{font-size:1.45rem}.gts-hero-slide img{object-position:62% center}
}
@media(prefers-reduced-motion:reduce){.gts-hero-track,.gts-hero-slide>img,.gts-hero h2,.gts-hero-side p,.gts-hero-button,.gts-progress-line i{transition:none}}
@media(prefers-reduced-motion:reduce){.product-world-bg{transform:scale(1)!important}.product-world-track,.product-world-card,.product-world-icon svg,.product-world-body,.product-world-link,.product-console-stage,.product-console-tab,.product-nature-showcase,.product-nature-photo img,.product-nature-icon{transition:none}.product-nature-rings,.product-nature-rings:before,.product-nature-rings i,.product-nature-photo img,.product-nature-copy>*:not(.product-nature-nav),.product-nature-icon{animation:none!important}}
@media(prefers-reduced-motion:reduce){.service-scroll-item.active{animation:none}.service-image-frame img,.service-carousel-nav button{transition:none}}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:980px){
  .footer-top{grid-template-columns:1fr;gap:42px;padding:60px 0}.footer-intro{max-width:650px}.footer-newsletter{padding:0;border-left:0;max-width:680px}
  .footer-main{grid-template-columns:.9fr 1.1fr}.footer-contact{padding-right:34px}.footer-map{display:none}.footer-navigation{padding-left:38px}
}
@media(max-width:700px){
  .footer:before{background:radial-gradient(circle at 50% 70%,rgba(20,137,164,.12),transparent 38%)}.footer-top{padding:50px 0 46px}.footer-brand .brand-logo{width:154px}.footer-newsletter h3{font-size:1.7rem}.footer-newsletter-form{border-radius:20px}.footer-newsletter-form input{height:48px;padding:0 13px}.footer-newsletter-form button{height:46px;padding:0 17px}.footer-main{grid-template-columns:1fr}.footer-contact{padding:46px 0 38px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-navigation{grid-template-columns:1fr 1fr;padding:42px 0;gap:38px 32px}.footer-bottom{padding:23px 0;align-items:flex-start;flex-direction:column}.footer-bottom>span:last-child{justify-content:flex-start}
}
@media(max-width:460px){
  .footer-newsletter-form{align-items:stretch;flex-direction:column;padding:8px}.footer-newsletter-form button{justify-content:space-between}.footer-consent{margin-left:4px}.footer-navigation{grid-template-columns:1fr}.footer-contact-row{grid-template-columns:39px 1fr}.footer-contact-icon{width:38px;height:38px}.footer-bottom>span:last-child{display:grid;gap:8px}.footer-bottom i{display:none}
}
@media(prefers-reduced-motion:reduce){.footer-map:before,.footer-map-mark,.footer-map-ring{animation:none!important}}

/* Kurumsal slogan başlıkları */
.section-head h2,
.sticky-label h2,
.real-story-content h2,
.privilege h2,
.cta-panel h2{font-size:45px;line-height:1.08}

@media(max-width:1080px){
  .sms-command-grid{grid-template-columns:1fr;gap:48px}.sms-command-copy{max-width:760px}.sms-command-visual{height:540px}.sms-capability-grid{grid-template-columns:1fr 1fr}
  .mms-storyboard{grid-template-columns:1fr 1fr}.mms-story-copy{padding:38px}.mms-story-copy>h3{font-size:2.15rem}
  .chat-experience-grid{gap:55px}.chat-phone{width:100%}.survey-workspace-grid{gap:55px}
}
@media(max-width:900px){
  .sms-command,.mms-editorial,.chat-experience,.survey-workspace{padding-top:90px}.sms-command-visual{height:500px}
  .mms-editorial-head{grid-template-columns:1fr;gap:22px}.mms-storyboard{grid-template-columns:1fr}.mms-story-image{min-height:520px}.mms-story-copy{min-height:540px}
  .chat-experience-grid{grid-template-columns:1fr;gap:55px}.chat-phone{justify-self:start;max-width:520px}.chat-usecases{grid-template-columns:1fr 1fr}.chat-usecases article:nth-child(2){border-right:0}.chat-usecases article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .survey-workspace-grid{grid-template-columns:1fr;gap:55px}.survey-preview{max-width:620px}.survey-copy{max-width:720px}.survey-insights{grid-template-columns:1fr 1fr}.survey-insights>div:nth-child(2){border-right:0}.survey-insights>div:nth-child(-n+2){padding-bottom:24px;border-bottom:1px solid var(--line)}.survey-insights>div:nth-child(n+3){padding-top:24px}.survey-insights>p{padding:24px 0 0;grid-column:1/-1}
}
@media(max-width:620px){
  .product-detail-page .page-hero{padding-bottom:54px}.sms-command,.mms-editorial,.chat-experience{padding-top:74px;padding-bottom:82px}.survey-workspace{padding-top:74px}
  .sms-command-copy h2,.mms-editorial-head h2,.chat-experience-copy h2,.survey-copy h2{font-size:2.6rem}.sms-command-visual{height:430px;border-radius:20px}.sms-live-card{left:17px;right:17px;bottom:77px;padding:16px}.sms-route{left:18px;right:18px;bottom:25px;font-size:.56rem}.sms-route i{margin:0 6px}.sms-capability-grid{grid-template-columns:1fr}.sms-capability-grid article{min-height:235px}
  .mms-editorial-head{margin-bottom:38px}.mms-storyboard{border-radius:20px}.mms-story-image{min-height:440px}.mms-story-image figcaption{left:25px;right:25px;bottom:25px}.mms-story-image figcaption strong{font-size:1.45rem}.mms-story-copy{min-height:0;padding:28px 24px}.mms-story-copy>h3{font-size:2rem}.mms-story-copy>.btn{margin-top:10px}
  .chat-phone{padding:11px;border-radius:24px}.chat-thread{min-height:410px}.chat-bubble{max-width:86%}.chat-usecases{grid-template-columns:1fr;margin-top:60px}.chat-usecases article{min-height:190px;border-right:0;border-bottom:1px solid var(--line)!important}.chat-usecases article:last-child{border-bottom:0!important}
  .survey-workspace-grid{padding-bottom:75px}.survey-preview{padding:17px;border-radius:21px}.survey-preview-top{grid-template-columns:46px 1fr auto}.survey-preview-top>span{width:46px;height:46px}.survey-question{padding:32px 3px 24px}.survey-question h3{font-size:1.4rem}.survey-insights{grid-template-columns:1fr}.survey-insights>div{padding:20px 0!important;border-right:0;border-bottom:1px solid var(--line)!important}.survey-insights>p{grid-column:auto;padding-top:24px}
}
