:root{--navy:#03101f;--navy2:#0d2947;--red:#c91522;--paper:#f4f5f2;--ink:#0b1b2d;--muted:#6c7887}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}
.site-header{position:absolute;z-index:10;inset:0 0 auto;display:flex;min-height:82px;align-items:center;gap:32px;padding:0 max(24px,calc((100% - 1180px)/2));border-bottom:1px solid rgba(255,255,255,.13);background:rgba(3,16,31,.48);backdrop-filter:blur(16px);color:#fff}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px;object-fit:cover;border-radius:50%;border:1px solid rgba(255,255,255,.22)}.brand span{display:grid}.brand strong{font-size:14px;letter-spacing:.09em}.brand small{margin-top:4px;color:#ef8e96;font-size:9px;font-weight:800;letter-spacing:.24em}
.site-header nav{display:flex;gap:30px;margin-left:auto;color:rgba(255,255,255,.7);font-size:12px;font-weight:700}.header-actions{display:flex;gap:8px}.panel-link,.quote-link{display:inline-flex;min-height:42px;align-items:center;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:11px;font-weight:800}.quote-link{border-color:var(--red);background:var(--red)}
.hero{position:relative;display:grid;min-height:100vh;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:center;gap:55px;padding:135px max(24px,calc((100% - 1180px)/2)) 95px;overflow:hidden;background:var(--navy);color:#fff}.grid{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(black,transparent)}
.hero-copy{position:relative;z-index:2}.overline,.section-kicker{color:#df2633;font-size:10px;font-weight:850;letter-spacing:.2em}.hero h1{max-width:750px;margin:20px 0 28px;font-size:clamp(54px,6vw,88px);letter-spacing:-.065em;line-height:.96}.hero h1 span{display:block;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.65)}.hero-copy>p:not(.overline){max-width:650px;color:rgba(255,255,255,.66);font-size:16px;line-height:1.75}.hero-actions{display:flex;gap:12px;margin-top:32px}.primary,.ghost{display:inline-flex;min-height:52px;align-items:center;padding:0 23px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:850}.primary{background:var(--red);color:#fff}.ghost{border-color:rgba(255,255,255,.2);color:#fff}
.stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:50px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14)}.stats div{display:grid;gap:5px}.stats div+div{padding-left:20px;border-left:1px solid rgba(255,255,255,.12)}.stats strong{font-size:21px}.stats span{color:rgba(255,255,255,.48);font-size:10px}
.hero-logo{position:relative;display:grid;place-items:center}.hero-logo img{position:relative;z-index:2;width:min(510px,40vw);aspect-ratio:1;object-fit:cover;border-radius:50%;box-shadow:0 50px 110px rgba(0,0,0,.48)}.ring{position:absolute;width:min(580px,46vw);aspect-ratio:1;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 90px rgba(39,99,154,.3)}
.services{padding:110px max(24px,calc((100% - 1180px)/2))}.services h2,.operations h2,.contact h2{margin:16px 0 45px;font-size:clamp(38px,5vw,66px);letter-spacing:-.055em;line-height:1}.services h2 em{color:var(--red);font-style:normal}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article{min-height:300px;padding:28px;border:1px solid #dfe3e6;border-radius:15px;background:#fff}.cards article>span{color:var(--red);font-size:11px;font-weight:850}.cards h3{margin:72px 0 15px;font-size:25px;letter-spacing:-.035em}.cards p{color:var(--muted);font-size:13px;line-height:1.7}
.operations{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;margin:0 max(24px,calc((100% - 1180px)/2)) 100px;padding:65px;border-radius:25px;background:var(--navy);color:#fff}.operations h2{margin-bottom:20px}.operations>div>p:last-child{color:rgba(255,255,255,.58);line-height:1.7}.region-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-content:center}.region-list span{padding:25px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.05)}
.contact{display:grid;grid-template-columns:.5fr 1fr;align-items:center;gap:80px;padding:90px max(24px,calc((100% - 1180px)/2));background:#071a30;color:#fff}.contact img{width:230px;border-radius:50%}.contact h2{margin-bottom:28px}.contact .phone{margin-left:20px;font-size:22px;font-weight:800}footer{padding:22px;text-align:center;background:var(--navy);color:rgba(255,255,255,.45);font-size:10px}
@media(max-width:900px){.site-header nav{display:none}.site-header{padding-inline:18px}.header-actions{margin-left:auto}.panel-link{font-size:0}.panel-link:before{font-size:10px;content:"Panel"}.hero{grid-template-columns:1fr;padding-top:135px}.hero-logo{display:none}.cards{grid-template-columns:1fr}.operations{grid-template-columns:1fr;padding:40px}.contact{grid-template-columns:1fr;text-align:center}.contact img{margin:auto}.contact .phone{display:block;margin:20px 0 0}}@media(max-width:600px){.quote-link{display:none}.hero h1{font-size:49px}.stats{grid-template-columns:1fr;gap:16px}.stats div+div{padding:0;border:0}.hero-actions{flex-direction:column}.hero-actions a{justify-content:center}.region-list{grid-template-columns:1fr}.contact img{width:170px}}

/* Geniş ve güçlü kurumsal görünüm */
body{position:relative;font-size:17px}
body::before{position:fixed;z-index:0;top:50%;left:50%;width:min(680px,66vw);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;background:url("../ms-plus-logo.jpeg") center/cover no-repeat;content:"";filter:grayscale(1);opacity:.035;pointer-events:none}
body>*{position:relative;z-index:1}
.site-header{min-height:98px;gap:42px;padding-inline:max(30px,calc((100% - 1320px)/2))}
.brand{gap:15px}.brand img{width:60px;height:60px}.brand strong{font-size:17px}.brand small{font-size:10px}
.site-header nav{gap:38px;font-size:14px}.panel-link,.quote-link{min-height:49px;padding-inline:21px;font-size:13px}
.hero{grid-template-columns:minmax(0,1.12fr) minmax(460px,.88fr);gap:70px;padding:160px max(30px,calc((100% - 1320px)/2)) 115px}
.overline,.section-kicker{font-size:12px}.hero h1{max-width:850px;font-size:clamp(66px,6.4vw,104px)}.hero-copy>p:not(.overline){max-width:720px;font-size:19px;line-height:1.72}
.primary,.ghost{min-height:59px;padding-inline:29px;font-size:14px}.stats{margin-top:60px;padding-top:29px}.stats strong{font-size:27px}.stats span{font-size:12px}
.hero-logo img{width:min(570px,41vw)}.ring{width:min(650px,47vw)}
.services{padding:135px max(30px,calc((100% - 1320px)/2))}.services h2,.operations h2,.contact h2{font-size:clamp(46px,5.2vw,76px)}
.cards{gap:21px}.cards article{min-height:350px;padding:35px;border-radius:19px}.cards article>span{font-size:13px}.cards h3{margin-top:86px;font-size:30px}.cards p{font-size:16px}
.operations{gap:75px;margin-inline:max(30px,calc((100% - 1320px)/2));padding:78px;border-radius:30px}.operations>div>p:last-child{font-size:17px}.region-list{gap:16px}.region-list span{padding:31px;font-size:17px}
.contact{gap:95px;padding:110px max(30px,calc((100% - 1320px)/2))}.contact img{width:280px}.contact .phone{font-size:27px}
footer{display:flex;align-items:center;justify-content:center;gap:25px;padding:28px;font-size:12px}.site-signature{padding-left:25px;border-left:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.72);letter-spacing:.06em}.site-signature strong{color:#fff}
@media(max-width:900px){.site-header{min-height:86px;padding-inline:18px}.brand img{width:52px;height:52px}.brand strong{font-size:15px}.hero{grid-template-columns:1fr;padding:145px 24px 95px}.hero h1{font-size:clamp(55px,10vw,78px)}.hero-copy>p:not(.overline){font-size:17px}.services{padding:95px 24px}.cards article{min-height:290px}.operations{margin-inline:24px;padding:48px}.contact{padding:85px 24px}.contact img{width:220px}}
@media(max-width:600px){body{font-size:16px}body::before{width:88vw}.hero h1{font-size:52px}.site-header .brand small{font-size:8px}.primary,.ghost{min-height:54px;font-size:13px}.services h2,.operations h2,.contact h2{font-size:42px}.cards h3{margin-top:58px;font-size:27px}.cards p{font-size:15px}.operations{margin-inline:14px;padding:34px 24px}.contact img{width:180px}footer{flex-direction:column;gap:10px;text-align:center}.site-signature{padding:10px 0 0;border-top:1px solid rgba(255,255,255,.18);border-left:0}}

/* v2.2 — ölçülü kurumsal görünüm ve gerçek filigran etkisi */
body{font-size:16px}
body::before{top:auto;right:42px;bottom:38px;left:auto;width:210px;height:210px;transform:none;border-radius:50%;background:url("../ms-plus-logo.jpeg") center/cover no-repeat;filter:grayscale(1) contrast(.72);opacity:.018}
.site-header{min-height:88px;gap:34px;padding-inline:max(24px,calc((100% - 1240px)/2))}
.brand{gap:12px}.brand img{width:52px;height:52px}.brand strong{font-size:15px}.brand small{font-size:9px}
.site-header nav{gap:31px;font-size:12px}.panel-link,.quote-link{min-height:43px;padding-inline:17px;font-size:11px}
.hero{grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);gap:58px;padding:140px max(24px,calc((100% - 1240px)/2)) 96px}
.overline,.section-kicker{font-size:10px}.hero h1{max-width:780px;font-size:clamp(56px,5.8vw,88px)}.hero-copy>p:not(.overline){max-width:670px;font-size:17px}
.primary,.ghost{min-height:53px;padding-inline:24px;font-size:12px}.stats{margin-top:50px;padding-top:24px}.stats strong{font-size:22px}.stats span{font-size:10px}
.hero-logo img{width:min(470px,38vw)}.ring{width:min(540px,44vw)}
.services{padding:112px max(24px,calc((100% - 1240px)/2))}.services h2,.operations h2,.contact h2{font-size:clamp(40px,4.7vw,66px)}
.cards{gap:17px}.cards article{min-height:310px;padding:29px;border-radius:16px}.cards article>span{font-size:11px}.cards h3{margin-top:72px;font-size:26px}.cards p{font-size:14px}
.operations{gap:62px;margin-inline:max(24px,calc((100% - 1240px)/2));padding:66px;border-radius:26px}.operations>div>p:last-child{font-size:15px}.region-list{gap:12px}.region-list span{padding:25px;font-size:15px}
.contact{gap:82px;padding:92px max(24px,calc((100% - 1240px)/2))}.contact img{width:235px}.contact .phone{font-size:23px}
footer{gap:21px;padding:23px;font-size:10px}.site-signature{padding-left:21px}
@media(max-width:900px){body::before{right:20px;bottom:22px;width:145px;height:145px}.site-header{min-height:82px}.brand img{width:48px;height:48px}.hero{grid-template-columns:1fr;padding:135px 22px 88px}.hero h1{font-size:clamp(50px,9vw,70px)}.hero-copy>p:not(.overline){font-size:16px}.services{padding:90px 22px}.cards article{min-height:285px}.operations{margin-inline:22px;padding:42px}.contact{padding:78px 22px}.contact img{width:200px}}
@media(max-width:600px){body{font-size:15px}body::before{width:110px;height:110px;right:12px;bottom:16px}.hero h1{font-size:47px}.primary,.ghost{min-height:50px}.services h2,.operations h2,.contact h2{font-size:38px}.cards h3{margin-top:54px;font-size:25px}.cards p{font-size:14px}.operations{margin-inline:12px;padding:31px 21px}.contact img{width:165px}}

/* v2.3 — ölçülü kurumsal ölçek ve hafif sayfa filigranı */
body{font-size:15px}
body::before{top:auto;right:30px;bottom:25px;left:auto;width:150px;height:150px;transform:none;filter:grayscale(1) contrast(.6);opacity:.012}
.site-header{min-height:82px;gap:30px;padding-inline:max(22px,calc((100% - 1200px)/2))}
.brand img{width:47px;height:47px}.brand strong{font-size:13.5px}.brand small{font-size:8px}.site-header nav{gap:27px;font-size:11px}.panel-link,.quote-link{min-height:40px;padding-inline:15px;font-size:10px}
.hero{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:50px;padding:128px max(22px,calc((100% - 1200px)/2)) 84px}
.hero h1{max-width:740px;font-size:clamp(52px,5.5vw,82px)}.hero-copy>p:not(.overline){max-width:630px;font-size:15px}.primary,.ghost{min-height:49px;padding-inline:21px;font-size:11px}
.stats{margin-top:43px;padding-top:21px}.stats strong{font-size:20px}.stats span{font-size:9px}.hero-logo img{width:min(430px,36vw)}.ring{width:min(500px,42vw)}
.services{padding:96px max(22px,calc((100% - 1200px)/2))}.services h2,.operations h2,.contact h2{font-size:clamp(37px,4.3vw,59px)}
.cards{gap:14px}.cards article{min-height:275px;padding:25px;border-radius:14px}.cards article>span{font-size:10px}.cards h3{margin-top:62px;font-size:23px}.cards p{font-size:13px}
.operations{gap:52px;margin-inline:max(22px,calc((100% - 1200px)/2));padding:57px;border-radius:22px}.operations>div>p:last-child{font-size:14px}.region-list span{padding:21px;font-size:13px}
.contact{gap:70px;padding:79px max(22px,calc((100% - 1200px)/2))}.contact img{width:210px}.contact .phone{font-size:20px}
footer{gap:18px;padding:20px;font-size:9px}.site-signature{padding-left:18px}
@media(max-width:900px){body::before{right:15px;bottom:18px;width:100px;height:100px}.site-header{min-height:78px}.hero{grid-template-columns:1fr;padding:124px 20px 75px}.hero h1{font-size:clamp(46px,9vw,65px)}.services{padding:78px 20px}.cards article{min-height:255px}.operations{margin-inline:20px;padding:37px}.contact{padding:68px 20px}.contact img{width:180px}}
@media(max-width:600px){body{font-size:14px}body::before{right:9px;bottom:12px;width:78px;height:78px}.hero h1{font-size:43px}.services h2,.operations h2,.contact h2{font-size:34px}.cards h3{margin-top:47px;font-size:22px}.operations{margin-inline:10px;padding:27px 18px}.contact img{width:145px}}
