/* =========================================================
   SPUTEK PV — FINAL CONSOLIDATED STYLESHEET (V14)
   Merged in original cascade order: core -> warm -> v13
   ========================================================= */

/* ===== CORE ===== */
    :root{--bg:#f5f5f5;--surface:rgba(255,255,255,.78);--surface-solid:#fff;--ink:#1d1c20;--muted:#65616b;--purple:#391a61;--purple2:#6b45a8;--line:rgba(31,23,39,.08);--shadow:0 14px 38px rgba(67,48,89,.10);--radius:26px;--content:min(1120px,87.5vw)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--bg);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(80,63,106,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(80,63,106,.035) 1px,transparent 1px);background-size:10vw 10vw;z-index:-4}.ambient{position:fixed;border-radius:999px;filter:blur(90px);opacity:.18;pointer-events:none;z-index:-3}.ambient-a{width:38vw;height:38vw;background:#b8a9e7;left:-12vw;top:15vh}.ambient-b{width:34vw;height:34vw;background:#cbbcf1;right:-11vw;top:-9vw}.nav-shell{position:fixed;top:20px;left:50%;transform:translateX(-50%);width:var(--content);height:66px;border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 12px 30px rgba(66,45,83,.11);backdrop-filter:blur(18px);display:flex;align-items:center;padding:0 16px 0 22px;z-index:1000;border:1px solid rgba(255,255,255,.7)}.brand{font-size:18px;font-weight:700;color:inherit;text-decoration:none;margin-right:auto}.desktop-nav{display:flex;gap:24px;margin-right:24px}.desktop-nav a{font-size:13px;text-decoration:none;color:#514d56}.desktop-nav a:hover{color:var(--purple)}.nav-actions{display:flex;gap:12px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;border:0;text-decoration:none;font-size:13px;font-weight:600;transition:.25s ease;cursor:pointer}.button.primary{background:linear-gradient(180deg,#4a276f,#33144f);color:#fff;box-shadow:0 10px 22px rgba(58,24,88,.25)}.button.primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(58,24,88,.3)}.button.secondary{background:rgba(255,255,255,.78);color:#4b4850;box-shadow:0 8px 20px rgba(75,64,90,.08)}.button.compact{min-height:40px;padding:0 22px;font-size:11px}.menu-toggle{width:40px;height:40px;border-radius:50%;border:0;background:#32164f;display:grid;place-content:center;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:12px;height:1px;background:#fff}.mobile-menu{display:none}.section{position:relative;width:var(--content);margin:0 auto;padding:110px 0}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:74px;padding-top:118px;padding-bottom:30px}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.eyebrow{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);padding:6px 12px;border-radius:999px;box-shadow:0 7px 18px rgba(52,35,67,.05);font-size:12px;color:#6c6771;width:max-content}.hero h1{font-size:clamp(54px,5.5vw,78px);line-height:1.06;letter-spacing:-.055em;margin:0;font-weight:650;background:linear-gradient(180deg,#0e0e10 15%,#322e38);-webkit-background-clip:text;color:transparent}.hero-copy>p{font-size:16px;line-height:1.45;color:var(--muted);max-width:460px;margin:3px 0}.hero-actions{display:flex;gap:12px;margin-top:7px}.hero-gallery{height:75vh;max-height:730px;min-height:520px;display:flex;gap:14px;overflow:hidden}.fade-mask{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 12%,#000 88%,transparent 100%)}.vertical-track{display:flex;flex-direction:column;gap:14px;will-change:transform}.marquee-card{aspect-ratio:4/5;padding:8px;border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 8px 18px rgba(48,35,62,.08);flex:0 0 auto;overflow:hidden}.marquee-card img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block}.track-up{animation:marqueeUp 40s linear infinite}.track-down{animation:marqueeDown 40s linear infinite}@keyframes marqueeUp{from{transform:translateY(-25%)}to{transform:translateY(-50%)}}@keyframes marqueeDown{from{transform:translateY(-50%)}to{transform:translateY(-25%)}}.centered{display:flex;flex-direction:column;align-items:center}.section-head{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:760px;gap:12px;margin-bottom:44px}.section-head h2,.contact-card h2{font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-.05em;margin:0}.section-head p,.contact-card>p{max-width:620px;margin:0;color:var(--muted);line-height:1.55}.card{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.82);box-shadow:var(--shadow);border-radius:var(--radius);backdrop-filter:blur(12px)}.about-grid{width:100%;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:16px}.feature-large{grid-row:1/3;padding:34px;display:flex;justify-content:space-between;min-height:340px}.feature-large h3{font-size:34px;max-width:550px;letter-spacing:-.04em}.feature-large p{max-width:560px;color:var(--muted);line-height:1.6}.mini-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#7a7481}.orbital{width:120px;height:120px;border:1px solid #ddd5e8;border-radius:50%;align-self:flex-end;position:relative}.orbital:before,.orbital:after{content:"";position:absolute;border:1px solid #e8e1ef;border-radius:50%;inset:18px}.orbital:after{inset:38px;background:#4b286c}.metric{padding:28px;display:flex;flex-direction:column;justify-content:flex-end}.metric strong{font-size:52px;letter-spacing:-.05em}.metric span{color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.service-card{min-height:440px;padding:26px;position:relative;overflow:hidden}.service-top{display:flex;justify-content:space-between;color:#6e6873;font-size:12px}.service-card h3{font-size:30px;margin:32px 0 10px}.service-card>p{color:var(--muted);line-height:1.5}.timeline{margin-top:48px;display:grid;gap:12px}.timeline div{padding:14px;background:rgba(245,243,248,.9);border-radius:16px;display:flex;justify-content:space-between;font-size:12px}.timeline b{font-weight:600}.timeline span{color:#88818d}.bars{position:absolute;inset:auto 26px 26px;display:grid;gap:12px}.bars i{display:block;width:var(--w);height:34px;border-radius:12px;background:linear-gradient(90deg,#d6c9e7,#7d5aa5)}.symbol-cloud{height:160px;margin-top:45px;display:flex;align-items:center;justify-content:space-around}.symbol-cloud span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#eee8f5;font-size:24px}.symbol-cloud span:nth-child(2){transform:translateY(-34px)}.symbol-cloud span:nth-child(3){transform:translateY(30px)}.work-section{width:100%;padding-left:0;padding-right:0}.work-section .section-head{width:var(--content)}.work-wrap{width:100%;position:relative;display:flex;align-items:center}.work-scroller{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none;padding:10px calc((100vw - min(1120px,87.5vw))/2 + 4px) 32px;cursor:default;scroll-snap-type:none;user-select:none;overscroll-behavior-x:contain;scroll-behavior:auto;will-change:scroll-position}.work-scroller::-webkit-scrollbar{display:none}.project-card{flex:0 0 min(36vw,470px);height:340px;border-radius:28px;overflow:hidden;position:relative;scroll-snap-align:none;box-shadow:0 16px 36px rgba(52,39,61,.12);transform:translateZ(0)}.project-card img{width:100%;height:100%;object-fit:cover;pointer-events:none}.project-meta{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(25,24,28,.68);backdrop-filter:blur(15px);color:#fff;border-radius:18px;padding:15px 58px 15px 18px}.project-meta h3{margin:0 0 3px;font-size:16px}.project-meta p{margin:0;color:#d5d2d9;font-size:12px}.project-go{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111}.round-arrow{position:absolute;z-index:2;width:46px;height:46px;border-radius:50%;border:0;background:white;box-shadow:0 8px 24px rgba(47,37,54,.16);font-size:26px;cursor:pointer}.round-arrow.prev{left:28px}.round-arrow.next{right:28px}.drag-hint{margin:0;color:#98919e;font-size:12px}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.promise{padding:28px;min-height:245px}.promise .icon{width:50px;height:50px;border-radius:15px;background:#eee7f5;display:grid;place-items:center;font-size:22px}.promise h3{font-size:24px;margin:38px 0 10px}.promise p{color:var(--muted);line-height:1.55}.quote-section{padding-top:150px;padding-bottom:150px}.quote-section blockquote{margin:0;max-width:900px;text-align:center;font-size:clamp(34px,4vw,56px);font-weight:650;line-height:1.05;letter-spacing:-.045em}.quote-author{color:#77717b;margin:24px 0}.avatars{display:flex}.avatars img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid var(--bg);margin-left:-8px}.avatars img:first-child{margin-left:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;width:100%}.stats article{padding:28px;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}.stats strong{font-size:48px;letter-spacing:-.05em}.stats span{color:var(--muted);font-size:13px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.team-card{position:relative;border-radius:28px;overflow:hidden;height:440px;background:#ddd}.team-card img{width:100%;height:100%;object-fit:cover}.team-card>div{position:absolute;bottom:14px;left:14px;right:14px;background:rgba(255,255,255,.78);backdrop-filter:blur(12px);border-radius:18px;padding:15px}.team-card h3{margin:0 0 3px}.team-card p{margin:0;color:#69636e;font-size:13px}.faq-list{display:grid;gap:10px;width:min(860px,100%)}details{background:rgba(255,255,255,.74);border-radius:18px;border:1px solid rgba(255,255,255,.9);box-shadow:0 7px 18px rgba(70,57,83,.05);padding:0 20px}summary{list-style:none;cursor:pointer;padding:20px 0;font-weight:600;display:flex;justify-content:space-between;align-items:center}summary::-webkit-details-marker{display:none}summary span{width:30px;height:30px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:18px;transition:.2s}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);line-height:1.55;margin:0;padding:0 48px 20px 0}.contact-card{width:100%;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:55px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(244,238,250,.68));border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 50px rgba(68,51,80,.08)}.contact-card h2{max-width:760px;margin:14px 0}.contact-card form{display:flex;gap:10px;width:min(600px,100%);margin-top:28px}.contact-card input{flex:1;border:0;outline:0;background:white;border-radius:999px;padding:0 22px;min-height:48px;box-shadow:0 8px 20px rgba(68,51,80,.06)}.form-note{min-height:22px;margin-top:12px;color:#5c486a;font-size:13px}footer{width:100%;background:#fff;margin-top:70px;padding:70px max(6vw,calc((100vw - 1120px)/2));display:grid;grid-template-columns:2fr repeat(3,1fr);gap:42px;border-top:1px solid #eee;position:relative}.footer-brand{font-size:28px;font-weight:700}footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:12px}footer span{font-size:11px;color:#aaa3ad}footer a{text-decoration:none;color:#333037;font-size:12px}.copyright{grid-column:1/-1;border-top:1px solid #eee;padding-top:26px;margin:20px 0 0;color:#aaa3ad;font-size:11px}.reveal{opacity:0;transform:translateY(18px);filter:blur(8px);transition:opacity .65s ease,transform .65s ease,filter .65s ease}.reveal.visible{opacity:1;transform:none;filter:none}
    @media (max-width:900px){:root{--content:min(86vw,720px)}.desktop-nav{display:none}.nav-shell{height:58px;border-radius:24px;top:18px}.button.compact{min-height:38px;padding:0 18px}.menu-toggle{width:38px;height:38px}.mobile-menu{position:absolute;top:68px;left:0;right:0;padding:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);border-radius:20px;box-shadow:var(--shadow);display:none;flex-direction:column;gap:4px}.mobile-menu.open{display:flex}.mobile-menu a{text-decoration:none;color:#242126;padding:12px 14px;border-radius:12px}.mobile-menu a:hover{background:#f3edf8}.hero{grid-template-columns:1fr;gap:55px;min-height:auto;padding-top:126px}.hero-copy{align-items:center;text-align:center}.hero h1{font-size:clamp(44px,11.4vw,62px)}.hero-copy>p{font-size:15px;max-width:590px}.hero-gallery{height:520px;min-height:0;max-height:none;width:100%;gap:10px}.vertical-track,.fade-mask{gap:10px}.marquee-card{padding:5px;border-radius:20px}.marquee-card img{border-radius:15px}.section{padding:85px 0}.about-grid,.service-grid,.promise-grid,.team-grid{grid-template-columns:1fr}.about-grid{grid-template-rows:auto}.feature-large{grid-row:auto;min-height:320px}.service-card{min-height:360px}.project-card{flex-basis:min(74vw,440px);height:300px}.round-arrow{display:none}.stats{grid-template-columns:1fr 1fr}.quote-section blockquote{font-size:36px}.team-card{height:470px}footer{grid-template-columns:1fr 1fr;padding:55px 7vw}.footer-brand{grid-column:1/-1}}
    @media (max-width:520px){:root{--content:84vw}.nav-shell{width:84vw;padding-left:17px}.brand{font-size:16px}.hero{padding-top:108px;gap:45px}.hero h1{font-size:42px}.eyebrow{font-size:11px}.hero-actions .button{padding:0 22px}.hero-gallery{height:430px}.section-head h2,.contact-card h2{font-size:39px}.section-head{margin-bottom:32px}.feature-large{padding:24px;display:block}.feature-large h3{font-size:28px}.orbital{margin-top:30px}.metric strong{font-size:44px}.service-card{padding:22px}.project-card{flex-basis:77vw;height:265px}.work-scroller{padding-left:8vw;padding-right:8vw}.promise{min-height:210px}.quote-section blockquote{font-size:31px}.stats{grid-template-columns:1fr}.stats article{min-height:150px}.team-card{height:390px}.contact-card{padding:40px 22px}.contact-card form{flex-direction:column}.contact-card input{min-height:50px}.contact-card button{min-height:50px}footer{grid-template-columns:1fr 1fr;gap:32px 18px}.copyright{font-size:10px}}
    @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.track-up,.track-down{animation:none}.reveal{opacity:1;transform:none;filter:none;transition:none}}/* ===== Premium Commerce V3 ===== */
    .active-nav{color:var(--purple)!important;font-weight:700}.commerce-portal{padding-top:60px;padding-bottom:130px}.commerce-portal-card{width:100%;min-height:560px;border-radius:38px;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;text-decoration:none;color:#fff;background:radial-gradient(circle at 80% 15%,rgba(132,103,171,.52),transparent 32%),linear-gradient(135deg,#151119 0%,#21172b 46%,#3b2550 100%);box-shadow:0 34px 70px rgba(35,25,43,.22);position:relative}.commerce-portal-card:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:58px 58px}.commerce-portal-copy{padding:70px 64px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}.portal-kicker,.catalog-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#8f8796}.commerce-portal-copy .portal-kicker{color:#c8bcd0}.commerce-portal-copy h2{font-size:clamp(48px,5.5vw,74px);line-height:.98;letter-spacing:-.055em;margin:18px 0 22px}.commerce-portal-copy p{max-width:480px;color:#d1cad6;line-height:1.6;margin:0 0 38px}.portal-link{display:inline-flex;align-items:center;gap:15px;font-size:13px;font-weight:650}.portal-link b{width:38px;height:38px;border-radius:50%;background:#fff;color:#1d1522;display:grid;place-items:center;font-size:15px;transition:.3s}.commerce-portal-card:hover .portal-link b{transform:rotate(45deg) scale(1.06)}.commerce-portal-visual{position:relative;min-height:560px}.portal-panel,.hero-panel-stack,.premium-panel-render{background:#0d1116;border:7px solid #0b0e12;box-shadow:0 42px 65px rgba(0,0,0,.32);position:absolute;overflow:hidden}.portal-panel:before,.hero-panel-stack:before,.premium-panel-render:before{content:"";position:absolute;inset:7px;border-radius:12px;background:repeating-linear-gradient(90deg,transparent 0 15.8%,rgba(255,255,255,.18) 15.8% 16.3%),repeating-linear-gradient(0deg,transparent 0 23.8%,rgba(255,255,255,.15) 23.8% 24.4%),linear-gradient(145deg,#0e2740,#143f5e 50%,#071b2f)}.portal-panel{border-radius:24px}.portal-panel-back{width:55%;height:36%;right:9%;top:17%;transform:perspective(800px) rotateX(62deg) rotateZ(-12deg);opacity:.68}.portal-panel-front{width:69%;height:44%;right:12%;top:33%;transform:perspective(900px) rotateX(55deg) rotateZ(-18deg);transition:.65s cubic-bezier(.2,.8,.2,1)}.commerce-portal-card:hover .portal-panel-front{transform:perspective(900px) rotateX(49deg) rotateZ(-13deg) translateY(-12px)}.portal-caption{position:absolute;right:9%;bottom:38px;color:#d8d0de;font-size:11px;letter-spacing:.14em;text-transform:uppercase}
    .shop-page{background:#f4f4f3}.catalog-hero{width:var(--content);margin:0 auto;padding:155px 0 88px;min-height:760px;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.catalog-hero-copy h1{font-size:clamp(58px,6vw,86px);line-height:.96;letter-spacing:-.06em;margin:20px 0 24px}.catalog-hero-copy p{font-size:17px;line-height:1.6;color:#6c6771;max-width:560px}.catalog-hero-visual{height:580px;border-radius:40px;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(175,160,224,.5),transparent 32%),linear-gradient(150deg,#fff,#eae8ec 78%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 25px 60px rgba(55,43,64,.1)}.catalog-hero-visual:after,.catalog-visual:after,.product-studio:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(81,65,100,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(81,65,100,.035) 1px,transparent 1px);background-size:46px 46px;pointer-events:none}.hero-panel-stack{border-radius:24px;z-index:2}.hero-panel-a{width:66%;height:35%;right:8%;top:23%;transform:perspective(900px) rotateX(57deg) rotateZ(-16deg)}.hero-panel-b{width:48%;height:29%;left:7%;bottom:12%;transform:perspective(900px) rotateX(59deg) rotateZ(13deg);opacity:.68}.hero-visual-note{position:absolute;right:34px;bottom:28px;z-index:3;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#746d79}.catalog-section{width:var(--content);margin:0 auto;padding:30px 0 130px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid rgba(37,28,43,.1);margin-bottom:30px}.catalog-filters{display:flex;gap:26px;flex-wrap:wrap}.catalog-filter{border:0;background:transparent;font:inherit;font-size:12px;color:#8a838e;padding:10px 0;cursor:pointer;position:relative}.catalog-filter:after{content:"";position:absolute;left:0;right:100%;bottom:-25px;height:2px;background:#2f184b;transition:.25s}.catalog-filter.active{color:#211c25;font-weight:650}.catalog-filter.active:after{right:0}.catalog-count{font-size:11px;color:#9b949e}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 22px}.catalog-card{text-decoration:none;color:inherit;display:block}.catalog-visual{height:390px;border-radius:30px;position:relative;overflow:hidden;background:radial-gradient(circle at 82% 15%,rgba(182,166,230,.42),transparent 34%),linear-gradient(145deg,#fdfdfd,#e8e7e9);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9);display:grid;place-items:center}.catalog-power{position:absolute;left:20px;top:20px;z-index:3;background:rgba(255,255,255,.78);backdrop-filter:blur(12px);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700}.catalog-index{position:absolute;right:20px;top:20px;z-index:3;color:#a09aa4;font-size:10px;letter-spacing:.1em}.premium-panel-render{position:relative!important;width:73%;height:43%;border-radius:20px;transform:perspective(900px) rotateX(57deg) rotateZ(-15deg);transition:.6s cubic-bezier(.2,.8,.2,1);z-index:2}.catalog-card:hover .premium-panel-render{transform:perspective(900px) rotateX(51deg) rotateZ(-10deg) translateY(-10px) scale(1.025)}.catalog-card:nth-child(3n) .premium-panel-render{transform:perspective(900px) rotateX(56deg) rotateZ(13deg)}.catalog-card:nth-child(3n):hover .premium-panel-render{transform:perspective(900px) rotateX(50deg) rotateZ(8deg) translateY(-10px) scale(1.025)}.panel-gloss{position:absolute;inset:0;background:linear-gradient(118deg,transparent 15%,rgba(255,255,255,.08) 38%,transparent 62%);z-index:2}.catalog-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 6px 10px}.catalog-meta h3{margin:0 0 6px;font-size:22px;letter-spacing:-.03em}.catalog-meta p{margin:0;color:#7e7782;font-size:12px}.catalog-arrow{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(39,28,46,.11);transition:.25s}.catalog-card:hover .catalog-arrow{background:#261532;color:#fff;transform:rotate(45deg)}.catalog-spec-row{display:flex;justify-content:space-between;gap:20px;padding:13px 6px 0;color:#9a939d;font-size:10px;border-top:1px solid rgba(47,35,55,.08)}.catalog-story{width:var(--content);margin:0 auto 130px;border-radius:38px;padding:62px;background:linear-gradient(135deg,#17131b,#32213f);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:50px}.catalog-story h2{font-size:clamp(42px,4.5vw,64px);line-height:1;letter-spacing:-.05em;margin:16px 0}.catalog-story p{color:#c7c0cc;line-height:1.6}.catalog-story-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.catalog-story-stats div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;min-height:140px}.catalog-story-stats div:last-child{grid-column:1/-1}.catalog-story-stats strong{font-size:30px}.catalog-story-stats span{color:#bfb5c4;font-size:11px;margin-top:8px}
    .product-detail-hero{width:var(--content);margin:0 auto;padding:145px 0 100px;display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:start}.product-gallery-stage{position:relative}.back-products{position:absolute;top:26px;left:28px;color:#5f5864;text-decoration:none;font-size:12px;z-index:4}.product-studio{height:650px;border-radius:38px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 15%,rgba(183,168,228,.42),transparent 32%),linear-gradient(145deg,#fff,#e7e5e9)}.detail-panel{width:72%;height:42%;transform:perspective(1100px) rotateX(56deg) rotateZ(-15deg);box-shadow:0 50px 70px rgba(25,20,29,.3)}.studio-label{position:absolute;left:28px;bottom:25px;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#817a85}.product-purchase{position:sticky;top:125px;padding-top:25px}.product-purchase h1{font-size:clamp(52px,5vw,74px);line-height:.98;letter-spacing:-.055em;margin:18px 0 14px}.product-lead{font-size:16px;color:#736d77;line-height:1.55}.product-key-specs{display:flex;gap:8px;flex-wrap:wrap}.product-key-specs span{padding:9px 12px;border-radius:999px;background:#ece9ee;color:#615a65;font-size:10px}.purchase-divider{height:1px;background:rgba(46,34,53,.1);margin:30px 0}.price-placeholder{display:flex;flex-direction:column;gap:6px}.price-placeholder>span{font-size:11px;color:#8c858f;text-transform:uppercase;letter-spacing:.1em}.price-placeholder strong{font-size:29px}.price-placeholder small{font-size:10px;color:#a29ca5}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin:28px 0 14px;font-size:12px}.quantity-control{display:flex;align-items:center;gap:18px;border:1px solid rgba(45,32,52,.12);border-radius:999px;padding:5px}.quantity-control button{width:34px;height:34px;border-radius:50%;border:0;background:#f0edf2;cursor:pointer;font-size:18px}.buy-button{width:100%;height:58px;border:0;border-radius:999px;background:#2d193b;color:#fff;font:inherit;font-weight:650;padding:0 22px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;box-shadow:0 16px 30px rgba(45,25,59,.2)}.buy-button span{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center}.purchase-benefits{margin-top:22px;display:grid;gap:10px}.purchase-benefits div{display:flex;gap:10px;align-items:center;color:#706974;font-size:11px}.purchase-benefits i{font-style:normal;width:22px;height:22px;border-radius:50%;background:#ece9ee;display:grid;place-items:center}.product-overview{width:var(--content);margin:0 auto;padding:80px 0 120px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.overview-intro h2{font-size:clamp(42px,4.5vw,62px);line-height:1;letter-spacing:-.05em;margin:18px 0}.spec-list{display:grid;border-top:1px solid rgba(41,30,47,.12)}.spec-list div{display:flex;justify-content:space-between;gap:30px;padding:19px 0;border-bottom:1px solid rgba(41,30,47,.09);font-size:12px}.spec-list span{color:#8d8690}.product-editorial-grid{width:var(--content);margin:0 auto 120px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.editorial-card{min-height:360px;border-radius:30px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end}.editorial-card>span{margin-bottom:auto;font-size:10px}.editorial-card h3{font-size:28px;letter-spacing:-.035em;margin:0 0 12px}.editorial-card p{font-size:12px;line-height:1.6;margin:0}.editorial-dark{background:#17131b;color:#fff}.editorial-dark p{color:#c8c0cc}.editorial-light{background:#fff;box-shadow:0 18px 40px rgba(53,43,58,.08)}.editorial-accent{background:linear-gradient(145deg,#bcb0df,#745999);color:#fff}.detail-cta{width:var(--content);margin:0 auto 130px;border-radius:38px;padding:55px 60px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 22px 60px rgba(50,40,55,.08)}.detail-cta h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;line-height:1.02;margin:14px 0 0;max-width:680px}
    @media(max-width:1080px){.commerce-portal-card{grid-template-columns:1fr}.commerce-portal-visual{min-height:450px}.catalog-hero{grid-template-columns:1fr;min-height:auto}.catalog-grid{grid-template-columns:repeat(2,1fr)}.product-detail-hero{grid-template-columns:1fr}.product-purchase{position:static}.product-overview{grid-template-columns:1fr}.product-editorial-grid{grid-template-columns:1fr 1fr}.product-editorial-grid article:last-child{grid-column:1/-1}}
    @media(max-width:700px){.commerce-portal-card{border-radius:28px}.commerce-portal-copy{padding:42px 28px 10px}.commerce-portal-copy h2{font-size:46px}.commerce-portal-visual{min-height:380px}.catalog-hero,.catalog-section,.catalog-story,.product-detail-hero,.product-overview,.product-editorial-grid,.detail-cta{width:84vw}.catalog-hero{padding:120px 0 60px;gap:35px}.catalog-hero-copy h1{font-size:50px}.catalog-hero-visual{height:400px;border-radius:28px}.catalog-grid{grid-template-columns:1fr}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-filter:after{bottom:-12px}.catalog-visual{height:360px}.catalog-story{padding:34px 26px;grid-template-columns:1fr}.catalog-story-stats{grid-template-columns:1fr}.catalog-story-stats div:last-child{grid-column:auto}.product-studio{height:430px;border-radius:28px}.product-purchase h1{font-size:50px}.product-editorial-grid{grid-template-columns:1fr}.product-editorial-grid article:last-child{grid-column:auto}.detail-cta{padding:36px 26px;flex-direction:column;align-items:flex-start}.detail-cta .button{width:100%}}

    /* === S-FLEX product showcase / video reference === */
    .product-showcase-page{--sx-width:min(1320px,calc(100vw - 72px));background:#fff;color:#050505;font-family:Inter,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden}.product-showcase-page:before{display:none}.product-showcase-page .ambient{display:none}.sputek-nav{position:fixed;z-index:1200;top:17px;left:50%;transform:translateX(-50%);width:min(1400px,calc(100vw - 56px));height:70px;border:1px solid #e8e8e8;border-radius:19px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 10px 28px rgba(0,0,0,.045);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 27px}.sputek-brand{text-decoration:none;color:#080808;font-size:18px;letter-spacing:-.035em;justify-self:start}.sputek-brand strong{font-weight:800}.sputek-brand b{font-weight:800;color:#1269ed;margin-left:3px}.sputek-menu{display:flex;align-items:center;gap:34px}.sputek-menu a{text-decoration:none;color:#606060;font-size:14px;font-weight:500;position:relative;line-height:70px;white-space:nowrap}.sputek-menu a:hover,.sputek-menu a.is-active{color:#0b0b0b}.sputek-menu a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:1px;background:#111}.quote-pill,.black-pill{display:inline-flex;align-items:center;justify-content:center;gap:11px;text-decoration:none;background:#070707;color:#fff;border-radius:999px;font-size:14px;font-weight:650;transition:transform .25s ease,background .25s ease;white-space:nowrap}.quote-pill{justify-self:end;min-width:116px;height:43px;padding:0 20px}.quote-pill:hover,.black-pill:hover{transform:translateY(-2px);background:#c51f1f}.quote-pill span{font-size:15px}.sputek-mobile-menu{display:none}.showcase-main{width:100%}.showcase-hero{width:var(--sx-width);margin:0 auto;padding:207px 0 98px}.showcase-kicker{display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:.22em;font-weight:650;color:#555;margin-bottom:35px}.showcase-kicker i{display:block;width:31px;height:1px;background:#176ed7}.showcase-hero h1{margin:0;color:#050505;font-size:clamp(60px,4.8vw,82px);line-height:.99;letter-spacing:-.057em;font-weight:750;max-width:760px}.showcase-hero p{margin:42px 0 0;max-width:665px;font-size:17px;line-height:1.55;color:#646464}.showcase-rule{width:var(--sx-width);height:1px;margin:0 auto;background:#e8e8e8}.showcase-products{width:100%}.showcase-product{width:var(--sx-width);margin:0 auto;min-height:660px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:98px 0}.showcase-media{height:470px;border-radius:37px;background:#f7f7f9;display:grid;place-items:center;overflow:hidden;text-decoration:none;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.showcase-media:hover{transform:translateY(-5px)}.showcase-media img{width:88%;height:77%;object-fit:contain;display:block;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.showcase-media:hover img{transform:scale(1.025)}.showcase-copy{max-width:565px}.model-code{display:block;font-size:12px;letter-spacing:.22em;color:#606060;font-weight:600;margin-bottom:17px}.showcase-copy h2{margin:0;font-size:clamp(58px,4.35vw,76px);line-height:.93;letter-spacing:-.055em;font-weight:760;color:#050505}.showcase-copy h3{font-size:18px;line-height:1.2;margin:25px 0 9px;letter-spacing:-.025em}.applications{font-size:14px;color:#6f6f6f;margin:0}.applications b{font-size:9px;color:#2b79d2;margin:0 4px}.showcase-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid #e5e5e5;margin-top:34px;padding-top:27px}.showcase-specs div{display:flex;flex-direction:column;gap:8px}.showcase-specs span{font-size:10px;letter-spacing:.22em;color:#7c7c7c}.showcase-specs strong{font-size:16px;color:#050505}.black-pill{height:49px;padding:0 25px;margin-top:38px;min-width:138px}.black-pill span{font-size:17px;font-weight:400}.showcase-bottom-cta{width:var(--sx-width);margin:30px auto 100px;padding:70px;border-radius:34px;background:#f6f6f7;text-align:center}.showcase-bottom-cta>span{font-size:10px;letter-spacing:.22em;color:#777}.showcase-bottom-cta h2{font-size:clamp(38px,4vw,60px);letter-spacing:-.05em;line-height:1.02;max-width:800px;margin:24px auto}.showcase-bottom-cta .black-pill{margin-top:8px}
    @media(max-width:1050px){.product-showcase-page{--sx-width:min(88vw,860px)}.sputek-nav{grid-template-columns:1fr auto}.sputek-menu{display:none}.quote-pill{margin-left:auto}.showcase-product{grid-template-columns:1fr;gap:42px;padding:75px 0}.showcase-product.image-right .showcase-copy{order:2}.showcase-product.image-right .showcase-media{order:1}.showcase-copy{max-width:none}.showcase-media{height:500px}.sputek-mobile-menu{display:none}}
    @media(max-width:700px){.product-showcase-page{--sx-width:86vw}.sputek-nav{top:14px;width:90vw;height:60px;border-radius:18px;padding:0 18px;display:flex}.sputek-brand{font-size:15px}.quote-pill{height:38px;min-width:96px;padding:0 15px;font-size:12px}.showcase-hero{padding:145px 0 72px}.showcase-kicker{margin-bottom:25px}.showcase-hero h1{font-size:51px;line-height:1.01}.showcase-hero p{margin-top:29px;font-size:14px}.showcase-product{min-height:0;padding:58px 0;gap:34px}.showcase-media{height:330px;border-radius:28px}.showcase-copy h2{font-size:56px}.showcase-copy h3{font-size:16px;margin-top:21px}.showcase-specs{gap:8px;margin-top:27px;padding-top:23px}.showcase-specs span{font-size:8px}.showcase-specs strong{font-size:13px}.black-pill{height:45px;margin-top:29px;font-size:12px}.showcase-bottom-cta{padding:45px 24px;border-radius:28px}.showcase-bottom-cta h2{font-size:39px}}


    .work-wrap:before,.work-wrap:after{content:"";position:absolute;top:0;bottom:30px;width:7vw;z-index:3;pointer-events:none}
    .work-wrap:before{left:0;background:linear-gradient(90deg,var(--bg),rgba(245,245,245,0))}
    .work-wrap:after{right:0;background:linear-gradient(270deg,var(--bg),rgba(245,245,245,0))}
    @media (max-width:768px){.work-wrap:before,.work-wrap:after{width:10vw}.round-arrow{display:none}}

    .work-scroller{scroll-behavior:auto}


    /* =========================================
    ANA SAYFA HERO - TAM EKRAN NET ARKA PLAN
    ========================================= */

    .hero{
        position:relative;
        isolation:isolate;
    }

    /* shot-7.webp tam ekran arka plan */
    .hero::before{
        content:"";
        position:absolute;

        top:0;
        bottom:0;
        left:50%;

        width:100vw;

        transform:translateX(-50%);

        background-image:image-set(
            url("assets/shot-81.webp") 1x
            
        );
        background-size:cover;
        background-position:center center;
        background-repeat:no-repeat;

        filter:none;
        opacity:1;

        z-index:-2;
        pointer-events:none;
    }

    /* Yazıların okunması için çok hafif açık katman */
    .hero::after{
        content:"";
        position:absolute;
        top:0; bottom:0; left:50%; width:100vw;
        transform:translateX(-50%);
        background:linear-gradient(90deg,rgba(16,12,14,.34) 0%,rgba(16,12,14,.21) 34%,rgba(16,12,14,.10) 62%,rgba(16,12,14,.04) 100%);
        z-index:-1;
        pointer-events:none;
    }

    /* =========================================
    V8 - ANA SAYFA HERO METIN KONTRAST REVIZYONU
    Koyu görsel üzerinde premium kırık beyaz / krem tipografi
    ========================================= */

    /* Arka planı karartmadan sol metin alanında kontrollü kontrast oluşturur */

    /* Ana başlık: orijinal siyah gradient kaldırıldı */
    .hero h1{
        background:none;
        -webkit-background-clip:initial;
        background-clip:initial;
        -webkit-text-fill-color:#fffaf0;
        color:#fffaf0;
        text-shadow:0 3px 18px rgba(0,0,0,.32),0 1px 2px rgba(0,0,0,.18);
    }

    /* Hero açıklama metni */
    .hero-copy>p{
        color:#f1e7d8;
        text-shadow:0 2px 10px rgba(0,0,0,.30);
    }

    /* Üst küçük etiket */
    .hero .eyebrow{
        color:#fff3df;
        background:rgba(255,250,240,.13);
        border-color:rgba(255,245,229,.42);
        box-shadow:0 8px 22px rgba(0,0,0,.10);
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
        text-shadow:0 1px 6px rgba(0,0,0,.22);
    }

    /* === HERO GALERI - iOS GLASS === */
    /* === HERO GALERI - DAHA HAFIF iOS GLASS === */

    .hero .marquee-card{
        position:relative;
        padding:8px;
        border-radius:25px;

        background:linear-gradient(
            135deg,
            rgba(255,255,255,.20) 0%,
            rgba(255,255,255,.10) 38%,
            rgba(255,255,255,.05) 68%,
            rgba(255,255,255,.12) 100%
        );

        border:1px solid rgba(255,255,255,.22);

        -webkit-backdrop-filter:blur(8px) saturate(125%);
        backdrop-filter:blur(8px) saturate(125%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.28),
            0 8px 22px rgba(0,0,0,.12);

        overflow:hidden;
        isolation:isolate;

        transition:
            background .35s ease,
            border-color .35s ease,
            box-shadow .35s ease,
            transform .35s ease;
    }


    /* İnce cam parlaması */
    .hero .marquee-card::before{
        content:"";
        position:absolute;
        inset:1px;
        border-radius:23px;
        pointer-events:none;
        z-index:2;

        border:1px solid rgba(255,255,255,.05);

        box-shadow:
            inset 0 1px 1px rgba(255,255,255,.12);
    }


    /* Görsel */
    .hero .marquee-card img{
        position:relative;
        z-index:1;

        width:100%;
        height:100%;
        object-fit:cover;

        border-radius:18px;

        box-shadow:0 1px 5px rgba(0,0,0,.08);
    }


    /* Hover */
    .hero .marquee-card:hover{
        background:linear-gradient(
            135deg,
            rgba(255,255,255,.25) 0%,
            rgba(255,255,255,.13) 38%,
            rgba(255,255,255,.07) 68%,
            rgba(255,255,255,.15) 100%
        );

        border-color:rgba(255,255,255,.30);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.35),
            0 12px 28px rgba(0,0,0,.15);

        transform:translateY(-2px);
    }

    /* =========================================
    HERO - MODERN PREMIUM BUTTONS
    ========================================= */

    .hero-actions{
        display:flex;
        align-items:center;
        gap:12px;
        margin-top:14px;
    }

    .hero-actions .button{
        position:relative;
        min-height:52px;
        padding:0 54px 0 25px;

        border-radius:999px;

        font-size:13px;
        font-weight:600;
        letter-spacing:-0.01em;

        overflow:hidden;

        transition:
            transform .35s cubic-bezier(.2,.8,.2,1),
            box-shadow .35s ease,
            background .35s ease,
            border-color .35s ease;
    }


    /* ANA BUTON */
    .hero-actions .button.primary{
        color:#fffaf0;

        background:rgba(12,12,14,.76);

        border:1px solid rgba(255,255,255,.20);

        -webkit-backdrop-filter:blur(16px) saturate(150%);
        backdrop-filter:blur(16px) saturate(150%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.16),
            0 10px 28px rgba(0,0,0,.22);
    }


    /* İKİNCİ BUTON */
    .hero-actions .button.secondary{
        color:#fffaf0;

        background:rgba(255,255,255,.12);

        border:1px solid rgba(255,255,255,.30);

        -webkit-backdrop-filter:blur(18px) saturate(150%);
        backdrop-filter:blur(18px) saturate(150%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.25),
            0 10px 26px rgba(0,0,0,.10);
    }


    /* Sağdaki yuvarlak ok */
    .hero-actions .button::after{
        content:"↗";

        position:absolute;
        right:7px;
        top:50%;

        width:38px;
        height:38px;

        display:grid;
        place-items:center;

        border-radius:50%;

        transform:translateY(-50%);

        font-size:15px;

        transition:
            transform .35s cubic-bezier(.2,.8,.2,1),
            background .35s ease,
            color .35s ease;
    }


    /* Ana buton oku */
    .hero-actions .button.primary::after{
        background:#fffaf0;
        color:#111;
    }


    /* İkinci buton oku */
    .hero-actions .button.secondary::after{
        content:"↓";

        background:rgba(255,255,255,.18);
        color:#fff;
    }


    /* HOVER */
    .hero-actions .button.primary:hover{
        transform:translateY(-3px);

        background:rgba(8,8,10,.90);

        border-color:rgba(255,255,255,.32);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.20),
            0 16px 38px rgba(0,0,0,.30);
    }


    .hero-actions .button.secondary:hover{
        transform:translateY(-3px);

        background:rgba(255,255,255,.20);

        border-color:rgba(255,255,255,.45);

        box-shadow:
            0 15px 34px rgba(0,0,0,.16);
    }


    /* Ok animasyonu */
    .hero-actions .button.primary:hover::after{
        transform:
            translateY(-50%)
            rotate(45deg);
    }

    .hero-actions .button.secondary:hover::after{
        transform:
            translateY(-45%)
            translateY(3px);
    }


    /* TIKLAMA */
    .hero-actions .button:active{
        transform:translateY(0) scale(.97);
    }

    /* =========================================
    MODERN FLOATING GLASS NAV
    ========================================= */

    .nav-shell{
        top:16px;

        height:64px;
        padding:0 10px 0 22px;

        border-radius:999px;

        background:rgba(14,14,16,.64);

        border:1px solid rgba(255,255,255,.18);

        -webkit-backdrop-filter:blur(22px) saturate(165%);
        backdrop-filter:blur(22px) saturate(165%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.16),
            0 12px 35px rgba(0,0,0,.18);

        transition:
            background .35s ease,
            border-color .35s ease,
            box-shadow .35s ease,
            transform .35s ease;
    }


    /* Hafif iç cam parlaması */
    .nav-shell::before{
        content:"";

        position:absolute;
        inset:1px;

        border-radius:inherit;

        pointer-events:none;

        border:1px solid rgba(255,255,255,.04);

        box-shadow:
            inset 0 1px 1px rgba(255,255,255,.10);
    }


    /* =========================================
    LOGO / BRAND
    ========================================= */

    .nav-shell .brand{
        position:relative;
        z-index:2;

        color:#fffaf0;

        font-size:17px;
        font-weight:700;

        letter-spacing:-.03em;

        transition:
            opacity .25s ease,
            transform .25s ease;
    }

    .nav-shell .brand:hover{
        opacity:.80;
        transform:translateY(-1px);
    }


    /* =========================================
    DESKTOP MENU
    ========================================= */

    .desktop-nav{
        position:relative;
        z-index:2;

        display:flex;
        align-items:center;

        gap:3px;

        margin-right:10px;
    }


    .desktop-nav a{
        position:relative;

        display:flex;
        align-items:center;
        justify-content:center;

        height:40px;

        padding:0 15px;

        border-radius:999px;

        color:rgba(255,255,255,.70);

        font-size:12px;
        font-weight:500;

        transition:
            color .25s ease,
            background .25s ease,
            transform .25s ease;
    }


    .desktop-nav a:hover{
        color:#fff;

        background:rgba(255,255,255,.10);

        transform:translateY(-1px);
    }


    /* Menü linkinin altında küçük aktif ışık */
    .desktop-nav a::after{
        content:"";

        position:absolute;

        left:50%;
        bottom:5px;

        width:4px;
        height:4px;

        border-radius:50%;

        background:#fff;

        opacity:0;

        transform:
            translateX(-50%)
            scale(.4);

        transition:
            opacity .25s ease,
            transform .25s ease;
    }


    .desktop-nav a:hover::after{
        opacity:.75;

        transform:
            translateX(-50%)
            scale(1);
    }


    /* =========================================
    SAĞ TARAF / CTA
    ========================================= */

    .nav-actions{
        position:relative;
        z-index:2;

        display:flex;
        align-items:center;

        gap:7px;
    }


    /* Menüdeki iletişim / CTA butonu */
    .nav-actions .button.compact{
        position:relative;

        min-height:44px;

        padding:0 20px;

        border-radius:999px;

        background:#fffaf0;

        color:#101012;

        border:1px solid rgba(255,255,255,.45);

        font-size:11px;
        font-weight:650;

        box-shadow:
            0 6px 18px rgba(0,0,0,.14);

        transition:
            transform .3s cubic-bezier(.2,.8,.2,1),
            box-shadow .3s ease,
            background .3s ease;
    }


    .nav-actions .button.compact:hover{
        transform:translateY(-2px);

        background:#fff;

        box-shadow:
            0 10px 26px rgba(0,0,0,.22);
    }


    /* =========================================
    MENU TOGGLE
    ========================================= */

    .menu-toggle{
        position:relative;

        width:44px;
        height:44px;

        border-radius:50%;

        border:1px solid rgba(255,255,255,.14);

        background:rgba(255,255,255,.08);

        -webkit-backdrop-filter:blur(12px);
        backdrop-filter:blur(12px);

        transition:
            background .3s ease,
            transform .3s ease,
            border-color .3s ease;
    }


    .menu-toggle:hover{
        background:rgba(255,255,255,.16);

        border-color:rgba(255,255,255,.28);

        transform:rotate(4deg);
    }


    .menu-toggle span{
        width:14px;
        height:1px;

        background:#fff;

        border-radius:10px;

        transition:transform .25s ease;
    }


    /* =========================================
    MOBILE MENU
    ========================================= */

    .mobile-menu{
        top:74px;

        padding:10px;

        border-radius:24px;

        background:rgba(18,18,20,.86);

        border:1px solid rgba(255,255,255,.14);

        -webkit-backdrop-filter:blur(24px) saturate(160%);
        backdrop-filter:blur(24px) saturate(160%);

        box-shadow:
            0 20px 45px rgba(0,0,0,.25);
    }


    .mobile-menu a{
        color:rgba(255,255,255,.78);

        border-radius:16px;

        transition:
            background .25s ease,
            color .25s ease,
            transform .25s ease;
    }


    .mobile-menu a:hover{
        color:#fff;

        background:rgba(255,255,255,.09);

        transform:translateX(3px);
    }

    /* === NAVBAR LOGO === */

    .nav-shell .brand{
        display:flex;
        align-items:center;
        height:100%;
    }

    .nav-shell .brand img{
        display:block;

        width:auto;
        height:55px;

        object-fit:contain;

        transition:
            transform .3s ease,
            opacity .3s ease;
    }

    .nav-shell .brand:hover img{
        transform:scale(1.03);
        opacity:.88;
    }

    /* === SPUTEK LOGO - SEPET BOYUTUNDA GLASS === */

    .nav-shell .brand{
        position:relative;
        display:flex;
        align-items:center;
        justify-content:center;

        height:40px;
        padding:0 15px;

        border-radius:999px;

        background:rgba(255,255,255,.10);

        border:1px solid rgba(255,255,255,.20);

        -webkit-backdrop-filter:blur(10px) saturate(135%);
        backdrop-filter:blur(10px) saturate(135%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.22),
            0 6px 16px rgba(0,0,0,.10);

        margin-right:auto;
    }


    /* Logo çerçevenin içine sığsın */
    .nav-shell .brand img{
        width:auto;
        height:50px;

        object-fit:contain;
    }


    /* İlk 3 menü öğesini logoya yaklaştır */
  /* =========================================
   ÜST MENÜ - HER ÖĞE BAĞIMSIZ KONUM
   ========================================= */

.nav-shell .desktop-nav > a{
    position:relative;
}

/* 1 - Teknoloji */
.nav-shell .desktop-nav > a:nth-of-type(1){
    left:-180px;
}

/* 2 - Uygulamalar */
.nav-shell .desktop-nav > a:nth-of-type(2){
    left:-170px;
}

/* 3 - Hakkımızda */
.nav-shell .desktop-nav > a:nth-of-type(3){
    left:-160px;
}

/* 4 - Ürünler */
.nav-shell .desktop-nav > a:nth-of-type(4){
    left:-100px;
}

/* 5 - İletişim */
.nav-shell .desktop-nav > a:nth-of-type(5){
    left:-80px;
}

/* 6 - Ar-Ge */
.nav-shell .desktop-nav > a:nth-of-type(6){
    left:-70px;
}

/* 7 - İndirmeler */
.nav-shell .desktop-nav > a:nth-of-type(7){
    left:-55px;
}

/* Ortadaki logo */
.nav-center-logo{
    position:relative;
    left:70px;

    transform:none;
}


    .nav-shell .desktop-nav a{
        font-size:14px;
        font-weight:550;
    }


    /* =========================================
    NAVBAR LINK - iOS GLASS HOVER
    ========================================= */

    /* Nokta / çizgi efektini tamamen kapat */
    .nav-shell .desktop-nav a::after{
        display:none !important;
    }

    .nav-shell .desktop-nav a{
        border:1px solid transparent;

        transition:
            background .28s ease,
            border-color .28s ease,
            box-shadow .28s ease,
            transform .28s ease;
    }

    /* Mouse üzerine gelince iOS Glass */
    .nav-shell .desktop-nav a:hover{
        background:rgba(255,255,255,.12);

        border-color:rgba(255,255,255,.18);

        -webkit-backdrop-filter:blur(12px) saturate(145%);
        backdrop-filter:blur(12px) saturate(145%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.20),
            0 5px 14px rgba(0,0,0,.08);

        transform:translateY(-1px);
    }

    /* =========================================
    NAVBAR - ÇERÇEVE ETRAFINDA DOLAŞAN IŞIK
    ========================================= */

    .nav-shell .desktop-nav a{
        position:relative;
        overflow:hidden;
        isolation:isolate;
    }


    /* Eski nokta / çizgi efekti kapalı */
    .nav-shell .desktop-nav a::after{
        display:none !important;
    }


    /* Hareketli çerçeve ışığı */
    .nav-shell .desktop-nav a::before{
        content:"";
        position:absolute;

        inset:-1px;

        border-radius:999px;

        padding:1px;

        background:
            conic-gradient(
                from 0deg,
                transparent 0deg,
                transparent 285deg,
                rgba(255,255,255,.10) 300deg,
                rgba(255,255,255,1) 330deg,
                rgba(255,255,255,.35) 350deg,
                transparent 360deg
            );

        /* Sadece kenar görünsün */
        -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);

        -webkit-mask-composite:xor;

        mask-composite:exclude;

        opacity:0;

        pointer-events:none;

        z-index:2;
    }


    /* Mouse gelince çizgi çerçevede dolaşsın */
    .nav-shell .desktop-nav a:hover::before{
        opacity:1;

        animation:
            sputek-border-run 1.4s linear infinite;
    }


    /* iOS Glass hover */
    .nav-shell .desktop-nav a:hover{
        background:rgba(255,255,255,.12);

        border-color:rgba(255,255,255,.16);

        -webkit-backdrop-filter:
            blur(12px)
            saturate(145%);

        backdrop-filter:
            blur(12px)
            saturate(145%);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.16),
            0 5px 14px rgba(0,0,0,.08);
    }


    /* Ürünler ile Uygulamalar arasındaki ikinci logo */

    .nav-center-logo{
        display:flex;
        align-items:center;
        justify-content:center;

        margin:0;

        height:50px;

        /* Sadece logoyu hareket ettirir */
        transform:translateX(-200px);
    }

    .nav-center-logo img{
        display:block;
        width:auto;
        height:30px;
        object-fit:contain;
    }

    /* ÜRÜNLER SAYFASINDA ÜST MENÜYÜ GİZLE */
body.shop-page .nav-shell{
    display:none !important;
}

/* =========================================
   S-FLEX 100 - GENİŞ IOS GLASS KART
   ========================================= */

#sflex-100,
#sflex-150,
#sflex-225,
#sflex-335,
#sflex-450{
    position:relative;
    isolation:isolate;

    /* İç yerleşime dokunmuyor */
    background:transparent !important;
}


/* Asıl geniş cam yüzey */
#sflex-100::before,
#sflex-150::before,
#sflex-225::before,
#sflex-335::before,
#sflex-450::before{
    content:"";

    position:absolute;

    /* SAĞA-SOLA UZATAN KISIM */
    left:-70px;
    right:-70px;

    top:12px;
    bottom:12px;

    border-radius:42px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.66) 0%,
            rgba(255,255,255,.32) 45%,
            rgba(235,240,248,.22) 100%
        );

    border:1px solid rgba(255,255,255,.80);

    -webkit-backdrop-filter:
        blur(28px)
        saturate(175%);

    backdrop-filter:
        blur(28px)
        saturate(175%);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        inset 0 -1px 0 rgba(255,255,255,.35),
        0 22px 60px rgba(24,30,40,.09);

    z-index:-1;

    pointer-events:none;
}


/* iOS tarzı üst cam yansıması */
#sflex-100::after,
#sflex-150::after,
#sflex-225::after,
#sflex-335::after,
#sflex-450::after{
    content:"";

    position:absolute;

    left:-68px;
    right:-68px;

    top:14px;
    height:48%;

    border-radius:40px 40px 55% 55%;

    background:
        linear-gradient(
            120deg,
            rgba(255,255,255,.38),
            rgba(255,255,255,.09) 42%,
            transparent 70%
        );

    z-index:-1;

    pointer-events:none;
}


/* Mobilde taşmayı azalt */
@media(max-width:700px){

    #sflex-100::before{
        left:-18px;
        right:-18px;

        border-radius:30px;
    }

    #sflex-100::after{
        left:-16px;
        right:-16px;

        border-radius:28px;
    }

}


/* =========================================
   TÜM ÜRÜNLER - IOS GLASS GERİ BUTONU
   ========================================= */

.back-products{
    position:absolute;
    top:24px;
    left:24px;

    z-index:50;

    display:flex;
    align-items:center;
    gap:9px;

    height:46px;
    padding:0 16px 0 7px;

    border-radius:999px;

    color:#1a1a1a !important;
    text-decoration:none;

    font-size:12px;
    font-weight:600;
    letter-spacing:-.01em;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.76),
            rgba(255,255,255,.35)
        );

    border:1px solid rgba(255,255,255,.85);

    -webkit-backdrop-filter:
        blur(20px)
        saturate(180%);

    backdrop-filter:
        blur(20px)
        saturate(180%);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        inset 0 -1px 0 rgba(255,255,255,.25),
        0 10px 30px rgba(20,25,35,.10);

    transition:
        transform .3s cubic-bezier(.2,.8,.2,1),
        background .3s ease,
        box-shadow .3s ease;
}


/* Sol taraftaki yuvarlak geri ikonu */

.back-products-icon{
    width:32px;
    height:32px;

    display:grid;
    place-items:center;

    flex-shrink:0;

    border-radius:50%;

    background:
        rgba(255,255,255,.48);

    border:
        1px solid rgba(255,255,255,.78);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.9);

    font-size:17px;

    transition:
        transform .3s cubic-bezier(.2,.8,.2,1);
}


/* Hover */

.back-products:hover{
    transform:translateY(-2px);

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.94),
            rgba(255,255,255,.48)
        );

    box-shadow:
        inset 0 1px 0 #fff,
        0 15px 38px rgba(20,25,35,.14);
}


.back-products:hover .back-products-icon{
    transform:translateX(-3px);
}


/* Mobil */

@media(max-width:700px){

    .back-products{
        top:16px;
        left:16px;

        height:42px;

        padding-right:14px;

        font-size:11px;
    }

    .back-products-icon{
        width:29px;
        height:29px;
    }

}

/* ÜRÜN DETAY SAYFASINDA IZGARAYI KALDIR */

.product-page::before,
.product-page .product-studio::after{
    display:none !important;
}


/* =========================================
   UYGULAMA GALERİSİ - OTOMATİK AKIŞ
   Mouse sürükleme görünümünü kapat
   ========================================= */

.work-scroller{
    cursor:default !important;
    scroll-behavior:auto !important;

    -webkit-user-select:none;
    user-select:none;
}

.work-scroller.dragging{
    cursor:default !important;
}

/* scrollbar tamamen gizli */
.work-scroller::-webkit-scrollbar{
    display:none;
}

.work-scroller{
    scrollbar-width:none;
}


/* =========================================================
   ANA SAYFA / UYGULAMALAR GALERISI - TAM OTOMATIK AKIS
   ========================================================= */
.work-scroller{
    overflow-x:hidden !important;
    cursor:default !important;
    scroll-behavior:auto !important;
    scrollbar-width:none !important;
    -webkit-user-select:none;
    user-select:none;
    touch-action:pan-y;
    overscroll-behavior-x:none;
}
.work-scroller::-webkit-scrollbar{
    display:none !important;
}
.work-wrap .round-arrow{
    display:none !important;
}
.work-section .drag-hint{
    display:none !important;
}


/* =========================================
   UYGULAMALAR - ULTRA SMOOTH AUTO SCROLL
   ========================================= */

.work-scroller{
    display:block !important;

    width:100%;

    overflow:hidden !important;

    padding:0 !important;

    cursor:default !important;

    scrollbar-width:none;

    -webkit-user-select:none;
    user-select:none;

    touch-action:pan-y;
}


.work-scroller::-webkit-scrollbar{
    display:none;
}


/* Asıl hareket eden katman */

.work-track{
    display:flex;

    gap:22px;

    width:max-content;

    padding:
        10px
        calc((100vw - min(1120px,87.5vw))/2 + 4px)
        32px;

    will-change:transform;

    transform:translate3d(0,0,0);

    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;

    perspective:1000px;

    contain:layout paint;
}


/* Kartlar kesinlikle küçülmesin */

.work-track .project-card{
    flex-shrink:0;
}


/* Manuel kontrol yok */

.work-wrap .round-arrow{
    display:none !important;
}
/* =========================================================
   V11 — S-FLEX PREMIUM PRODUCT GATEWAY
   Ana sayfadaki ürün reklam alanı / tamamı tıklanabilir.
   ========================================================= */
.sflex-ad-section{
    padding-top:44px;
    padding-bottom:132px;
}

.sflex-ad-card{
    width:100%;
    min-height:590px;
    display:grid;
    grid-template-columns:.88fr 1.12fr;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    color:#0c0c0e;
    border-radius:42px;
    background:#fafafa;
    border:1px solid rgba(29,25,36,.07);
    box-shadow:0 28px 70px rgba(42,31,53,.11);
    transition:transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .55s cubic-bezier(.2,.8,.2,1);
    isolation:isolate;
}

.sflex-ad-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
        radial-gradient(circle at 72% 18%,rgba(139,108,189,.12),transparent 26%),
        radial-gradient(circle at 88% 78%,rgba(74,128,199,.08),transparent 24%);
}

.sflex-ad-card::after{
    content:"";
    position:absolute;
    top:-30%;
    left:-28%;
    width:28%;
    height:165%;
    z-index:3;
    opacity:0;
    pointer-events:none;
    transform:rotate(17deg);
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);
    transition:left .9s cubic-bezier(.2,.8,.2,1),opacity .25s ease;
}

.sflex-ad-card:hover{
    transform:translateY(-5px);
    box-shadow:0 38px 90px rgba(42,31,53,.15);
}

.sflex-ad-card:hover::after{
    left:108%;
    opacity:.58;
}

.sflex-ad-copy{
    position:relative;
    z-index:4;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:72px 28px 70px 68px;
}

.sflex-ad-topline{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-right:12px;
    margin-bottom:28px;
}

.sflex-series-tag,
.sflex-power-range{
    font-size:10px;
    line-height:1;
    letter-spacing:.19em;
    font-weight:700;
    color:#77717c;
    white-space:nowrap;
}

.sflex-series-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.sflex-series-tag::before{
    content:"";
    width:25px;
    height:1px;
    background:#6c3ba2;
}

.sflex-ad-copy h2{
    margin:0;
    max-width:540px;
    font-size:clamp(53px,5vw,73px);
    line-height:.94;
    letter-spacing:-.061em;
    font-weight:710;
    color:#0b0b0c;
}

.sflex-ad-copy h2 span{
    color:#694190;
}

.sflex-ad-copy p{
    max-width:465px;
    margin:29px 0 0;
    font-size:15px;
    line-height:1.62;
    color:#6c6870;
}

.sflex-feature-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:11px;
    margin-top:27px;
    font-size:11px;
    font-weight:600;
    color:#5e5963;
}

.sflex-feature-row i{
    width:3px;
    height:3px;
    border-radius:50%;
    background:#a39ca8;
}

.sflex-ad-cta{
    display:inline-flex;
    align-items:center;
    gap:15px;
    min-height:49px;
    margin-top:35px;
    padding:0 10px 0 21px;
    border-radius:999px;
    background:#0d0d0f;
    color:#fff;
    font-size:12px;
    font-weight:650;
    box-shadow:0 12px 26px rgba(10,10,12,.15);
    transition:transform .3s ease,background .3s ease;
}

.sflex-ad-cta b{
    width:31px;
    height:31px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:16px;
    font-weight:500;
    transition:transform .35s cubic-bezier(.2,.8,.2,1);
}

.sflex-ad-card:hover .sflex-ad-cta{
    background:#55287a;
    transform:translateX(3px);
}

.sflex-ad-card:hover .sflex-ad-cta b{
    transform:translateX(3px);
}

.sflex-ad-showroom{
    min-height:590px;
    position:relative;
    overflow:hidden;
    z-index:2;
    background:
        linear-gradient(135deg,rgba(255,255,255,.72),rgba(244,241,247,.83)),
        #f2f2f4;
    border-left:1px solid rgba(37,31,45,.055);
}

.sflex-ad-showroom::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(40,29,54,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(40,29,54,.035) 1px,transparent 1px);
    background-size:68px 68px;
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 32%,#000);
    mask-image:linear-gradient(90deg,transparent,#000 32%,#000);
}

.sflex-product-halo{
    position:absolute;
    width:550px;
    height:550px;
    border-radius:50%;
    left:50%;
    top:49%;
    transform:translate(-46%,-50%);
    background:radial-gradient(circle,rgba(102,66,144,.18) 0,rgba(137,112,168,.08) 42%,transparent 69%);
    filter:blur(1px);
}

.sflex-product-image{
    position:absolute;
    display:block;
    object-fit:contain;
    mix-blend-mode:multiply;
    filter:drop-shadow(0 30px 26px rgba(24,19,29,.16));
    transition:transform .75s cubic-bezier(.2,.8,.2,1),filter .75s ease;
    user-select:none;
    pointer-events:none;
}

.sflex-product-image-main{
    z-index:4;
    width:63%;
    height:73%;
    right:5%;
    top:14%;
    transform:rotate(-6deg) translateZ(0);
}

.sflex-product-image-back{
    z-index:2;
    width:35%;
    height:50%;
    left:4%;
    top:10%;
    opacity:.48;
    transform:rotate(8deg) scale(.92);
    filter:blur(.15px) drop-shadow(0 24px 24px rgba(24,19,29,.10));
}

.sflex-ad-card:hover .sflex-product-image-main{
    transform:rotate(-3deg) translate(-8px,-7px) scale(1.025);
    filter:drop-shadow(0 38px 32px rgba(24,19,29,.19));
}

.sflex-ad-card:hover .sflex-product-image-back{
    transform:rotate(5deg) translate(-5px,7px) scale(.96);
}

.sflex-visual-label{
    position:absolute;
    z-index:6;
    top:30px;
    right:35px;
    font-size:9px;
    letter-spacing:.16em;
    font-weight:700;
    color:#88828d;
}

.sflex-floating-spec{
    position:absolute;
    z-index:7;
    display:flex;
    flex-direction:column;
    gap:5px;
    padding:12px 15px;
    border:1px solid rgba(255,255,255,.86);
    border-radius:16px;
    background:rgba(255,255,255,.64);
    box-shadow:0 10px 28px rgba(47,36,58,.08);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.sflex-floating-spec small{
    font-size:8px;
    letter-spacing:.16em;
    color:#8b8490;
}

.sflex-floating-spec strong{
    font-size:13px;
    letter-spacing:-.02em;
    color:#171419;
}

.sflex-floating-spec-a{
    right:31px;
    bottom:72px;
}

.sflex-floating-spec-b{
    left:31px;
    bottom:31px;
}

.sflex-floating-spec-b strong{
    font-size:10px;
    letter-spacing:.02em;
}

.sflex-corner-arrow{
    position:absolute;
    z-index:8;
    right:26px;
    top:50%;
    width:46px;
    height:46px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff;
    background:#0e0e10;
    font-size:16px;
    box-shadow:0 12px 28px rgba(0,0,0,.15);
    transform:translateY(-50%);
    opacity:0;
    transition:opacity .3s ease,transform .4s cubic-bezier(.2,.8,.2,1);
}

.sflex-ad-card:hover .sflex-corner-arrow{
    opacity:1;
    transform:translateY(-50%) translateX(-5px) rotate(4deg);
}

@media(max-width:1080px){
    .sflex-ad-card{grid-template-columns:1fr;}
    .sflex-ad-copy{padding:58px 56px 46px;}
    .sflex-ad-copy h2{max-width:700px;}
    .sflex-ad-showroom{min-height:500px;border-left:0;border-top:1px solid rgba(37,31,45,.055);}
    .sflex-product-image-main{width:54%;right:11%;}
    .sflex-product-image-back{left:10%;}
}

@media(max-width:700px){
    .sflex-ad-section{padding-top:30px;padding-bottom:94px;}
    .sflex-ad-card{min-height:0;border-radius:29px;}
    .sflex-ad-copy{padding:41px 27px 36px;}
    .sflex-ad-topline{margin-bottom:22px;}
    .sflex-power-range{display:none;}
    .sflex-ad-copy h2{font-size:47px;line-height:.96;}
    .sflex-ad-copy p{font-size:13px;margin-top:23px;}
    .sflex-feature-row{font-size:10px;margin-top:22px;}
    .sflex-ad-cta{margin-top:28px;min-height:45px;}
    .sflex-ad-showroom{min-height:390px;}
    .sflex-visual-label{top:22px;right:21px;font-size:7px;}
    .sflex-product-halo{width:400px;height:400px;}
    .sflex-product-image-main{width:68%;height:72%;right:-1%;top:13%;}
    .sflex-product-image-back{width:40%;height:44%;left:0;top:10%;}
    .sflex-floating-spec-a{right:18px;bottom:54px;}
    .sflex-floating-spec-b{left:18px;bottom:18px;max-width:205px;}
    .sflex-corner-arrow{display:none;}
}


/* =========================================
   NEDEN SPUTEK PV? - WARM PREMIUM TEMA
========================================= */

/* Kartların sol üst ikon kutuları */
.promise .icon{
    background:#eee7df;
    color:#292522;

    border:1px solid rgba(185,110,50,.08);

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* Kart hover olduğunda ikon */
.promise:hover .icon{
    background:#d9924a;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:
        0 10px 26px rgba(185,110,50,.20);
}


/* Kart gölgelerini sıcak/nötr yap */
.promise{
    box-shadow:
        0 18px 45px rgba(70,55,45,.08);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


/* Kart hover */
.promise:hover{
    transform:translateY(-4px);

    box-shadow:
        0 24px 55px rgba(70,55,45,.12);
}


/* Başlık */
.promise h3{
    color:#272421;
}


/* Açıklama */
.promise p{
    color:#716a65;
}


/* ===== WARM THEME ===== */
/* SPUTEK WARM UI REVISION */

:root{
    --shadow:0 14px 38px rgba(70,55,45,.09);
}

.ambient-a{
    background:#e7c6a5;
    opacity:.13;
}

.ambient-b{
    background:#f1d8bd;
    opacity:.12;
}

.orbital{
    border-color:#dfd2c5;
}

.orbital::before,
.orbital::after{
    border-color:#eadfd4;
}

.orbital::after{
    background:#d9924a;

    box-shadow:
        0 8px 24px rgba(185,110,50,.18);
}

/* =========================================
   HAKKIMIZDA BÖLÜMÜ - WARM AMBER TEMA
========================================= */

/* Hedef grafiğinin dış halkası */
.orbital{
    border-color:#dfd2c5;
}

/* İç halkalar */
.orbital::before,
.orbital::after{
    border-color:#eadfd4;
}

/* Merkezdeki mor noktayı amber yap */
.orbital::after{
    background:#d9924a;

    box-shadow:
        0 0 0 1px rgba(217,146,74,.12),
        0 8px 24px rgba(185,110,50,.18);
}


/* Hakkımızda kartlarının gölgesini nötrleştir */
.about-grid .card{
    box-shadow:
        0 18px 45px rgba(70,55,45,.08);
}


/* Küçük üst etiket */
.about-grid .mini-label{
    color:#8d8178;
}


/* Ar-Ge / OEM açıklamaları */
.about-grid .metric span{
    color:#756e69;
}


/* =========================================
   ANA SAYFA - TEKNOLOJİ KARTLARI
   WARM SUNSET / AMBER TEMA
========================================= */

/* 1. kart - aşama kutuları */
.timeline div{
    background:#eeeae5;
}

/* Aşama numaraları */
.timeline span{
    color:#928a84;
}


/* 2. kart - mor çubukları kaldır */
.bars i{
    background:linear-gradient(
        90deg,
        #e3cdb8 0%,
        #d89a5e 55%,
        #be7439 100%
    );
}


/* 3. kart - ikonların arkasındaki mor daireler */
.symbol-cloud span{
    background:#eee7df;
    color:#292522;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* İkon hover */
.symbol-cloud span:hover{
    background:#d9924a;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:
        0 10px 26px rgba(185,110,50,.20);
}

/* =========================================================
   S-FLEX ÜRÜN REKLAM ALANI
   SPUTEK WARM / SUNSET PREMIUM TEMA
   ========================================================= */

/* Ana büyük kart */
.sflex-ad-card{
    background:#f9f7f4;

    border-color:rgba(112,82,55,.08);

    box-shadow:
        0 28px 70px rgba(70,55,45,.10);
}


/* Kart içindeki eski mor/mavi ambient ışıkları kaldır */
.sflex-ad-card::before{
    background:
        radial-gradient(
            circle at 72% 18%,
            rgba(217,146,74,.11),
            transparent 27%
        ),
        radial-gradient(
            circle at 88% 78%,
            rgba(231,196,160,.10),
            transparent 25%
        );
}


/* Hover gölgesi */
.sflex-ad-card:hover{
    box-shadow:
        0 38px 90px rgba(70,55,45,.14);
}


/* S-FLEX SERIES önündeki mor çizgi */
.sflex-series-tag::before{
    background:#d9924a;
}


/* Üst küçük yazılar */
.sflex-series-tag,
.sflex-power-range{
    color:#81776f;
}


/* Ana başlık */
.sflex-ad-copy h2{
    color:#211f1d;
}


/* "Daha özgür" MOR → AMBER / COPPER */
.sflex-ad-copy h2 span{
    color:#c98542;
}


/* Açıklama */
.sflex-ad-copy p{
    color:#716a65;
}


/* Hafif yapı • Esnek form • Özel ölçü */
.sflex-feature-row{
    color:#625c57;
}


/* Aradaki küçük noktalar */
.sflex-feature-row i{
    background:#d49a63;
}


/* Buton normalde antrasit kalsın */
.sflex-ad-cta{
    background:#171614;
    color:#fff;

    box-shadow:
        0 12px 28px rgba(34,28,23,.16);
}


/* Buton hover: mor yerine amber */
.sflex-ad-card:hover .sflex-ad-cta{
    background:#c98542;
}


/* Buton içindeki beyaz ok */
.sflex-ad-cta b{
    background:#fffaf3;
    color:#211f1d;
}


/* =========================================
   SAĞ ÜRÜN SHOWROOM ALANI
========================================= */

.sflex-ad-showroom{
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.80),
            rgba(241,235,228,.88)
        ),
        #f3f0eb;

    border-left-color:rgba(112,82,55,.07);
}


/* Sağ taraftaki grid çizgilerini morluktan çıkar */
.sflex-ad-showroom::before{
    background-image:
        linear-gradient(
            rgba(105,79,57,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(105,79,57,.035) 1px,
            transparent 1px
        );
}


/* Panel arkasındaki mor halo → sıcak amber ışık */
.sflex-product-halo{
    background:
        radial-gradient(
            circle,
            rgba(217,146,74,.16) 0%,
            rgba(222,178,134,.08) 42%,
            transparent 69%
        );
}


/* Sağ üst küçük teknik yazı */
.sflex-visual-label{
    color:#8d8279;
}


/* Alt taraftaki glass bilgi kutuları */
.sflex-floating-spec{
    background:rgba(255,252,248,.70);

    border-color:rgba(255,255,255,.88);

    box-shadow:
        0 10px 28px rgba(70,55,45,.08);
}


/* Glass kutu küçük başlıkları */
.sflex-floating-spec small{
    color:#91867d;
}


/* Glass kutu değerleri */
.sflex-floating-spec strong{
    color:#292522;
}

/* =========================================
   SİTE ARKA PLAN KILAVUZ ÇİZGİLERİNİ KALDIR
========================================= */

body::before{
    display:none !important;
}
.sflex-ad-showroom::before{
    display:none !important;
}
/* =========================================================
   V12 — S-FLEX TEK ÜRÜN / OTOMATİK SHOWROOM SLIDER
   Aynı anda yalnızca bir ürün gösterilir.
   ========================================================= */
.sflex-ad-showroom .sflex-product-image-back{
    display:none !important;
}

.sflex-ad-showroom .sflex-product-image-main{
    z-index:4;
    width:76%;
    height:76%;
    left:50%;
    right:auto;
    top:11%;
    opacity:1;
    transform:translateX(-50%) rotate(-4deg) scale(1);
    transition:
        opacity .38s ease,
        transform .65s cubic-bezier(.2,.8,.2,1),
        filter .65s ease;
}

.sflex-ad-showroom .sflex-product-image-main.is-switching{
    opacity:0;
    transform:translateX(-50%) rotate(-2deg) scale(.975);
}

.sflex-ad-card:hover .sflex-ad-showroom .sflex-product-image-main{
    transform:translateX(-50%) rotate(-2deg) translateY(-7px) scale(1.025);
    filter:drop-shadow(0 38px 32px rgba(24,19,29,.19));
}

.sflex-ad-card:hover .sflex-ad-showroom .sflex-product-image-main.is-switching{
    opacity:0;
    transform:translateX(-50%) rotate(-1deg) translateY(-2px) scale(.99);
}

.sflex-slider-dots{
    position:absolute;
    z-index:8;
    left:50%;
    bottom:27px;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:7px;
    padding:7px 9px;
    border:1px solid rgba(255,255,255,.86);
    border-radius:999px;
    background:rgba(255,252,248,.56);
    box-shadow:0 8px 22px rgba(70,55,45,.06);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.sflex-slider-dots i{
    display:block;
    width:5px;
    height:5px;
    border-radius:999px;
    background:rgba(61,54,48,.22);
    transition:width .35s ease, background .35s ease;
}

.sflex-slider-dots i.active{
    width:20px;
    background:#c98542;
}

@media(max-width:1080px){
    .sflex-ad-showroom .sflex-product-image-main{
        width:66%;
        height:72%;
        top:12%;
    }
}

@media(max-width:700px){
    .sflex-ad-showroom .sflex-product-image-main{
        width:78%;
        height:70%;
        top:12%;
    }
    .sflex-slider-dots{
        bottom:18px;
    }
}

@media(prefers-reduced-motion:reduce){
    .sflex-ad-showroom .sflex-product-image-main,
    .sflex-slider-dots i{
        transition:none !important;
    }
}


/* ===== V13 COMPONENTS / FINAL OVERRIDES ===== */

/* =========================================================
   SPUTEK PV V13 — MAINTAINABLE COMPONENT LAYER
   New edits should be placed here instead of appending to the core.
   ========================================================= */

:root{
  --sputek-amber:#c98542;
  --sputek-amber-soft:#e9c69f;
  --sputek-charcoal:#181715;
  --sputek-warm-bg:#f7f4ef;
  --sputek-glass:rgba(255,255,255,.48);
}

/* S-FLEX single-product Liquid Glass frame */
.sflex-product-glass{
  position:absolute;
  z-index:3;
  width:min(500px,78%);
  height:76%;
  left:50%;
  top:11%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:42px;
  background:linear-gradient(135deg,rgba(255,255,255,.52),rgba(255,255,255,.17));
  border:1px solid rgba(255,255,255,.78);
  -webkit-backdrop-filter:blur(28px) saturate(170%);
  backdrop-filter:blur(28px) saturate(170%);
  box-shadow:0 30px 70px rgba(30,24,18,.10),0 8px 25px rgba(30,24,18,.06),inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(255,255,255,.28);
  overflow:hidden;
  isolation:isolate;
  transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .55s cubic-bezier(.22,1,.36,1);
}
.sflex-product-glass::before{
  content:"";position:absolute;z-index:1;top:-25%;left:-15%;width:80%;height:65%;border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.65) 0%,rgba(255,255,255,.18) 45%,transparent 72%);
  filter:blur(10px);pointer-events:none;
}
.sflex-product-glass::after{
  content:"";position:absolute;left:17%;bottom:-20%;width:65%;height:38%;
  background:radial-gradient(ellipse at center,rgba(212,139,65,.16),transparent 70%);filter:blur(25px);pointer-events:none;
}
.sflex-product-glass .sflex-product-image-main{
  position:relative !important;inset:auto !important;z-index:2 !important;width:90% !important;height:90% !important;
  transform:rotate(-4deg) scale(1) !important;object-fit:contain;
  filter:drop-shadow(0 24px 22px rgba(0,0,0,.15));
  transition:opacity .38s ease,transform .65s cubic-bezier(.2,.8,.2,1),filter .55s ease !important;
}
.sflex-product-glass .sflex-product-image-main.is-switching{opacity:0;transform:rotate(-2deg) scale(.975) !important;}
.sflex-ad-card:hover .sflex-product-glass{transform:translateX(-50%) translateY(-5px) scale(1.008);box-shadow:0 38px 90px rgba(30,24,18,.14),0 12px 32px rgba(30,24,18,.08),inset 0 1px 0 rgba(255,255,255,1);}
.sflex-ad-card:hover .sflex-product-glass .sflex-product-image-main{transform:rotate(-2deg) scale(1.025) !important;filter:drop-shadow(0 30px 26px rgba(0,0,0,.18));}

/* Technology platform / differentiation */
.innovation-section{padding-top:70px;}
.innovation-grid{width:100%;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;}
.innovation-card{position:relative;min-height:300px;padding:30px;border-radius:28px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(70,55,45,.07);overflow:hidden;}
.innovation-card.large{grid-row:span 2;min-height:616px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(155deg,#1b1917,#2b251f);color:#fff;}
.innovation-card .tech-index{font-size:11px;letter-spacing:.16em;color:#9d9186;text-transform:uppercase;}
.innovation-card.large .tech-index{color:#cdbda9;}
.innovation-card h3{margin:28px 0 10px;font-size:28px;letter-spacing:-.035em;}
.innovation-card.large h3{font-size:clamp(38px,4vw,58px);line-height:1.02;margin:25px 0;}
.innovation-card p{margin:0;color:#756d67;line-height:1.62;}
.innovation-card.large p{color:#cfc6bd;max-width:520px;}
.innovation-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;}
.innovation-pill-row span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:11px;color:#e9e1d8;}
.innovation-link{display:inline-flex;align-items:center;gap:12px;margin-top:26px;color:inherit;text-decoration:none;font-size:13px;font-weight:700;}
.innovation-link b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#171513;}
.innovation-signal{position:absolute;right:-60px;bottom:-80px;width:260px;height:260px;border:1px solid rgba(201,133,66,.28);border-radius:50%;}
.innovation-signal::before,.innovation-signal::after{content:"";position:absolute;border:1px solid rgba(201,133,66,.22);border-radius:50%;inset:38px;}
.innovation-signal::after{inset:82px;background:rgba(201,133,66,.14);}

/* Contact form now has real fields and status states */
.contact-card form{width:min(760px,100%);display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px;}
.contact-card form input,.contact-card form textarea{width:100%;border:1px solid rgba(93,74,58,.12);background:rgba(255,255,255,.76);border-radius:16px;padding:14px 16px;font:inherit;color:#24211f;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
.contact-card form textarea{grid-column:1/-1;min-height:120px;resize:vertical;}
.contact-card form input:focus,.contact-card form textarea:focus{border-color:rgba(201,133,66,.42);box-shadow:0 0 0 4px rgba(201,133,66,.08);}
.contact-card form .contact-submit{grid-column:1/-1;justify-self:start;}
.form-note{min-height:22px;margin-top:10px;font-size:13px;color:#716a65;}
.form-note.success{color:#316b48}.form-note.error{color:#9c453d}
.checkout-helper{font-size:12px;line-height:1.5;color:#7b746e;}

/* AR-GE PAGE */
.arge-page{background:#f4f1ec;}
.arge-main{padding-top:120px;}
.arge-hero{width:var(--content);margin:0 auto;min-height:72vh;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:62px;padding:80px 0 70px;}
.arge-kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#9b8878;display:flex;align-items:center;gap:10px;}
.arge-kicker::before{content:"";width:30px;height:1px;background:var(--sputek-amber);}
.arge-hero h1{font-size:clamp(54px,6vw,86px);line-height:.98;letter-spacing:-.06em;margin:20px 0;color:#1d1a18;}
.arge-hero p{font-size:17px;line-height:1.65;color:#716a65;max-width:610px;}
.arge-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px;}
.arge-visual{position:relative;min-height:560px;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(236,228,219,.72));border:1px solid rgba(255,255,255,.88);box-shadow:0 32px 80px rgba(54,43,34,.12);overflow:hidden;display:flex;align-items:center;justify-content:center;}
.arge-visual::before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(201,133,66,.20),rgba(201,133,66,.05) 45%,transparent 70%);}
.arge-visual img{position:relative;z-index:2;width:76%;height:76%;object-fit:contain;filter:drop-shadow(0 28px 26px rgba(25,20,17,.18));transform:rotate(-5deg);}
.arge-glass-note{position:absolute;z-index:4;left:24px;right:24px;bottom:24px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;justify-content:space-between;gap:15px;}
.arge-glass-note small{display:block;color:#8d8178;font-size:10px;letter-spacing:.12em;margin-bottom:5px;}.arge-glass-note strong{font-size:13px;}
.arge-metrics{width:var(--content);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 0 100px;}
.arge-metric{padding:26px;border-radius:24px;background:#fff;border:1px solid rgba(90,70,55,.07);box-shadow:0 14px 35px rgba(60,45,35,.06);}
.arge-metric strong{font-size:34px;letter-spacing:-.04em;display:block;margin-bottom:8px;}.arge-metric span{color:#746d67;font-size:13px;}
.arge-section{width:var(--content);margin:0 auto;padding:100px 0;}
.arge-section-head{max-width:760px;margin-bottom:40px;}.arge-section-head h2{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.05em;margin:12px 0;}.arge-section-head p{color:#746d67;line-height:1.65;}
.arge-tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}.arge-tech-card{padding:32px;min-height:310px;border-radius:28px;background:#fff;border:1px solid rgba(90,70,55,.07);box-shadow:0 18px 42px rgba(60,45,35,.06);}.arge-tech-card span{font-size:11px;letter-spacing:.14em;color:#a08771;text-transform:uppercase;}.arge-tech-card h3{font-size:31px;letter-spacing:-.04em;margin:34px 0 12px;}.arge-tech-card p{color:#736b65;line-height:1.62;margin:0;}
.arge-process{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;counter-reset:step;}.arge-step{min-height:180px;padding:22px;border-radius:22px;background:rgba(255,255,255,.67);border:1px solid rgba(255,255,255,.9);}.arge-step::before{counter-increment:step;content:"0" counter(step);font-size:11px;letter-spacing:.15em;color:#b38258;}.arge-step strong{display:block;margin:48px 0 8px;font-size:16px;}.arge-step span{color:#7c746e;font-size:12px;line-height:1.5;}
.arge-dark{width:100%;background:#191715;color:#fff;padding:110px 0;margin-top:30px;}.arge-dark-inner{width:var(--content);margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start;}.arge-dark h2{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.05em;margin:12px 0 20px;}.arge-dark p{color:#c7bdb4;line-height:1.65;}.arge-dark-list{display:grid;gap:10px;}.arge-dark-list article{padding:22px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.045);}.arge-dark-list strong{display:block;margin-bottom:6px;}.arge-dark-list span{font-size:13px;color:#bfb5ac;line-height:1.5;}
.arge-cta{width:var(--content);margin:100px auto;padding:55px;border-radius:34px;background:linear-gradient(135deg,#f1dfcd,#e7c399);display:flex;align-items:center;justify-content:space-between;gap:30px;}.arge-cta h2{font-size:clamp(32px,4vw,50px);letter-spacing:-.045em;margin:0;max-width:700px;}

/* Checkout page */
.checkout-page{background:#f4f1ec;}.checkout-main{width:min(960px,88vw);margin:0 auto;padding:150px 0 100px;}.checkout-main h1{font-size:clamp(44px,6vw,72px);letter-spacing:-.055em;line-height:1;margin:10px 0 18px;}.checkout-lead{color:#746d67;line-height:1.6;max-width:700px;}.checkout-card{margin-top:36px;padding:26px;border-radius:28px;background:#fff;box-shadow:0 20px 50px rgba(60,45,35,.08);}.checkout-row{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(80,60,45,.09);}.checkout-row:last-child{border-bottom:0}.checkout-row strong{display:block;font-size:16px}.checkout-row span{color:#817972;font-size:13px}.checkout-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;}.checkout-note{margin-top:22px;padding:16px 18px;border-radius:16px;background:#f4f0eb;color:#716a65;font-size:12px;line-height:1.55;}

@media(max-width:900px){
  .innovation-grid{grid-template-columns:1fr 1fr}.innovation-card.large{grid-column:1/-1;grid-row:auto;min-height:470px}
  .arge-hero{grid-template-columns:1fr;gap:35px}.arge-visual{min-height:460px}.arge-process{grid-template-columns:1fr 1fr}.arge-dark-inner{grid-template-columns:1fr}.arge-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:700px){
  .sflex-product-glass{width:82%;height:70%;top:12%;border-radius:30px}.innovation-grid,.arge-tech-grid,.arge-metrics{grid-template-columns:1fr}.innovation-card.large{min-height:430px}.contact-card form{grid-template-columns:1fr}.contact-card form textarea,.contact-card form .contact-submit{grid-column:1}.arge-main{padding-top:90px}.arge-hero{min-height:auto;padding-top:70px}.arge-visual{min-height:390px;border-radius:30px}.arge-process{grid-template-columns:1fr}.arge-cta{padding:34px}.checkout-row{grid-template-columns:1fr}.checkout-row .button{justify-self:start}
}
@media(prefers-reduced-motion:reduce){.sflex-product-glass,.sflex-product-glass .sflex-product-image-main{transition:none!important}}
@media(prefers-reduced-motion:reduce){.work-track,.product-slider-track{transform:none!important;transition:none!important}.project-card{transition:none!important}}


/* ===== V14 MICRO REFINEMENTS ===== */
.accent-orange{color:var(--sputek-amber,#d61f1f);}


/* ===== V15 R&D CONTENT SYSTEM ===== */
.arge-hero-lead{font-size:clamp(20px,2.2vw,28px)!important;line-height:1.32!important;letter-spacing:-.025em;color:#322d29!important;max-width:700px!important;margin-bottom:14px}
.arge-anchor-nav{width:var(--content);margin:-56px auto 20px;display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-radius:22px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.92);box-shadow:0 14px 40px rgba(60,45,35,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);position:relative;z-index:5}
.arge-anchor-nav a{padding:10px 14px;border-radius:999px;color:#6f665f;text-decoration:none;font-size:12px;font-weight:700;transition:.25s ease}.arge-anchor-nav a:hover{background:#1b1917;color:#fff}
.arge-intro{padding-top:130px}
.arge-statement{margin:0 0 30px;padding:34px 38px;border-radius:30px;background:linear-gradient(135deg,#e9d0b6,#f3e5d5);display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:start}.arge-statement span{text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:#8b694c}.arge-statement strong{font-size:clamp(25px,3vw,40px);letter-spacing:-.04em;line-height:1.14;font-weight:620}
.arge-benefit-grid .arge-tech-card{min-height:330px}
.arge-platform-dark{margin-top:0}.arge-dark-stack{grid-template-columns:1fr;gap:44px}.arge-dark-stack>div:first-child{max-width:850px}
.arge-concept-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.arge-concept-grid article{min-height:300px;padding:26px;border-radius:24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.arge-concept-grid article>span{font-size:11px;letter-spacing:.16em;color:#c59468}.arge-concept-grid strong{font-size:25px;line-height:1.08;letter-spacing:-.035em;margin:48px 0 12px}.arge-concept-grid p{font-size:13px;line-height:1.55;margin:0;color:#bfb6ae}.arge-concept-grid a{margin-top:auto;padding-top:25px;color:#fff;text-decoration:none;font-size:12px;font-weight:700}
.arge-voltage-demo{display:grid;grid-template-columns:1fr auto 1fr 1.5fr;gap:14px;align-items:stretch}.arge-voltage-demo>article{padding:30px;border-radius:26px;background:#fff;border:1px solid rgba(80,60,45,.08);display:flex;flex-direction:column;justify-content:center}.arge-voltage-demo article.accent{background:linear-gradient(145deg,#e4bd93,#f0dbc4)}.arge-voltage-demo small{font-size:10px;letter-spacing:.15em;color:#8d7c6e}.arge-voltage-demo article strong{font-size:52px;letter-spacing:-.055em;margin:25px 0 2px}.arge-voltage-demo article span{font-size:18px;font-weight:700;color:#665b53}.arge-voltage-arrow{display:grid;place-items:center;font-size:30px;color:#b48257}.arge-voltage-note{padding:30px;border-radius:26px;background:#1b1917;color:#fff}.arge-voltage-note strong{font-size:22px;line-height:1.2}.arge-voltage-note p{color:#beb5ad;line-height:1.55;font-size:13px;margin:16px 0 0}.arge-safety{margin-top:16px;padding:34px;border-radius:28px;background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.9)}.arge-safety>span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#a07857}.arge-safety h3{font-size:30px;letter-spacing:-.04em;margin:22px 0 10px}.arge-safety p{color:#746d67;line-height:1.62;margin:0;max-width:980px}
.arge-facade-equation{display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr auto 1fr 1.4fr;align-items:center;gap:10px;margin-bottom:18px;padding:22px;border-radius:24px;background:#fff}.arge-facade-equation span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#9c8b7c}.arge-facade-equation strong{font-size:14px}.arge-facade-equation i{font-style:normal;color:#c98542;font-size:24px}
.arge-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.arge-mini-grid article{padding:25px;border-radius:24px;background:#fff;border:1px solid rgba(80,60,45,.07)}.arge-mini-grid strong{display:block;font-size:18px;margin-bottom:10px}.arge-mini-grid span{font-size:13px;line-height:1.5;color:#766e68}
.arge-roadmap{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:10px}.arge-roadmap article{min-height:180px;padding:24px;border-radius:24px;background:#fff;border:1px solid rgba(80,60,45,.07);display:flex;flex-direction:column}.arge-roadmap small{font-size:10px;letter-spacing:.13em;color:#ac825e}.arge-roadmap strong{font-size:27px;margin:auto 0 6px;letter-spacing:-.04em}.arge-roadmap span{font-size:12px;color:#7c746e}.arge-roadmap>i{font-style:normal;color:#c98542;font-size:22px}
.arge-flowline{margin-top:18px;padding:28px 32px;border-radius:24px;background:#1b1917;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}.arge-flowline span{color:#bfb5ad;font-size:14px}.arge-flowline strong{font-size:23px;letter-spacing:-.03em;text-align:right}
.arge-faq-section{padding-bottom:50px}.arge-faq-list{max-width:none}
.arge-future{width:var(--content);margin:40px auto 110px;padding:70px;border-radius:38px;background:radial-gradient(circle at 80% 20%,rgba(211,143,80,.28),transparent 30%),#1a1816;color:#fff;overflow:hidden}.arge-future small{letter-spacing:.18em;color:#c99b73}.arge-future h2{font-size:clamp(42px,5.5vw,76px);line-height:.98;letter-spacing:-.055em;margin:26px 0 20px;max-width:1000px}.arge-future h2 span{color:#d49a62}.arge-future p{color:#c6bdb5;font-size:17px;margin-bottom:30px}.arge-future>div{display:flex;gap:10px;flex-wrap:wrap}.arge-future .button.secondary{border-color:rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.06)}
@media(max-width:1000px){.arge-voltage-demo{grid-template-columns:1fr 1fr}.arge-voltage-arrow{display:none}.arge-voltage-note{grid-column:1/-1}.arge-facade-equation{grid-template-columns:1fr 1fr}.arge-facade-equation i{display:none}.arge-roadmap{grid-template-columns:1fr 1fr}.arge-roadmap>i{display:none}.arge-concept-grid{grid-template-columns:1fr}.arge-concept-grid article{min-height:230px}}
@media(max-width:700px){.arge-anchor-nav{margin:-30px auto 0;padding:9px;gap:5px}.arge-anchor-nav a{font-size:10px;padding:8px 10px}.arge-intro{padding-top:90px}.arge-statement{grid-template-columns:1fr;padding:28px;gap:12px}.arge-voltage-demo{grid-template-columns:1fr}.arge-voltage-note{grid-column:auto}.arge-facade-equation{grid-template-columns:1fr}.arge-mini-grid,.arge-roadmap{grid-template-columns:1fr}.arge-flowline{align-items:flex-start;flex-direction:column}.arge-flowline strong{text-align:left}.arge-future{padding:38px 28px;border-radius:30px}.arge-concept-grid article{min-height:220px}}



/* =====================================================
   PRODUCTS — S-FLEX HERO BACKGROUND
===================================================== */

.product-showcase-page .showcase-hero {
    position: relative;
    width: min(1500px, calc(100vw - 64px));
    min-height: 680px;

    margin: 115px auto 60px;
    padding: 90px 70px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.98) 0%,
            rgba(255,255,255,0.92) 24%,
            rgba(255,255,255,0.60) 48%,
            rgba(255,255,255,0.10) 72%,
            rgba(255,255,255,0.00) 100%
        ),
        url("assets/sflex-hero-background.webp");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    border-radius: 42px;
    overflow: hidden;

    box-shadow:
        0 30px 80px rgba(0,0,0,0.07);
}


/* Yazıları görselin üzerinde tut */
.product-showcase-page .showcase-hero .showcase-kicker,
.product-showcase-page .showcase-hero h1,
.product-showcase-page .showcase-hero p {
    position: relative;
    z-index: 2;
}


/* Ana başlık */
.product-showcase-page .showcase-hero h1 {
    max-width: 720px;
    color: #111;
}


/* Açıklama */
.product-showcase-page .showcase-hero p {
    max-width: 590px;
    color: rgba(20,20,20,0.72);
}


@media (max-width: 700px) {

    .product-showcase-page .showcase-hero {
        width: calc(100vw - 28px);

        min-height: 620px;

        margin: 90px auto 35px;
        padding: 55px 28px;

        justify-content: flex-end;

        border-radius: 30px;

        background-image:
            linear-gradient(
                180deg,
                rgba(255,255,255,0.10) 0%,
                rgba(255,255,255,0.28) 35%,
                rgba(255,255,255,0.94) 70%,
                rgba(255,255,255,1) 100%
            ),
            url("assets/sflex-hero-background.webp");

        background-position: center center;
    }

    .product-showcase-page .showcase-hero h1 {
        font-size: 48px;
        max-width: 100%;
    }

    .product-showcase-page .showcase-hero p {
        font-size: 14px;
        max-width: 100%;
    }
}

.product-showcase-page .showcase-hero h1 .sflex-orange {
    color: #d61f1f !important;
}


.product-showcase-page .black-pill:hover,
.product-showcase-page .black-pill:hover span {
    color: #fff !important;
}


.product-showcase-page .showcase-media {
    background: transparent !important;
}

.product-showcase-page .showcase-media img {
    background: transparent !important;
}

/* =====================================================
   PROJECT FORM — PREMIUM SUBMIT BUTTON
===================================================== */

.project-submit-btn {
    position: relative;

    min-width: 230px;
    height: 56px;

    padding: 0 18px 0 26px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border: 0;
    border-radius: 18px;

    background: #111111;
    color: #ffffff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -0.01em;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);

    transition:
        transform 0.35s cubic-bezier(.22, 1, .36, 1),
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* Okun bulunduğu yuvarlak alan */
.project-submit-arrow {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    font-size: 18px;
    font-weight: 400;

    transition:
        transform 0.35s cubic-bezier(.22, 1, .36, 1),
        background-color 0.35s ease;
}


/* Hover */
.project-submit-btn:hover {
    background: #d61f1f;

    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(214, 31, 31, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}


.project-submit-btn:hover .project-submit-arrow {
    transform: translateX(3px);

    background: rgba(255, 255, 255, 0.20);
}


/* Tıklama */
.project-submit-btn:active {
    transform: translateY(-1px) scale(0.985);
}


/* Klavye erişilebilirliği */
.project-submit-btn:focus-visible {
    outline: 3px solid rgba(214, 31, 31, 0.22);
    outline-offset: 4px;
}

.accent-orange {
    color: #d61f1f !important;
}

/* =====================================================
   S-FLEX — RED ACCENT SYSTEM
===================================================== */

/* S-FLEX SERIES önündeki ince çizgi */
.sflex-series-tag::before {
    background: #d61f1f !important;
}

/* "Daha özgür." */
.sflex-ad-copy h2 span {
    color: #d61f1f !important;
}

/* Hafif yapı • Esnek form • Özel ölçü arası noktalar */
.sflex-feature-row i {
    background: #d61f1f !important;
}

/* Tüm ürünleri incele butonu hover */
.sflex-ad-card:hover .sflex-ad-cta {
    background: #d61f1f !important;
}

/* Slider aktif göstergesi */
.sflex-slider-dots i.active {
    background: #d61f1f !important;
}


/* =====================================================
   SPUTEK — GLOBAL RED ACCENT SYSTEM
   Tüm turuncu / amber vurgular -> #d61f1f
===================================================== */

:root {
    --sputek-amber: #d61f1f;
    --sputek-amber-soft: #f3b5b5;
    --sputek-red: #d61f1f;
}


/* =====================================================
   ANA SAYFA — TEKNOLOJİ KARTLARI
===================================================== */

/* Turuncu grafik çubukları */
.bars i {
    background: linear-gradient(
        90deg,
        #f2b4b4 0%,
        #d61f1f 55%,
        #a81616 100%
    ) !important;
}

/* İkon hover */
.symbol-cloud span:hover {
    background: #d61f1f !important;
    color: #fff !important;

    box-shadow:
        0 10px 26px rgba(214,31,31,.22) !important;
}


/* =====================================================
   S-FLEX ANA SAYFA VİTRİNİ
===================================================== */

/* S-FLEX SERIES çizgisi */
.sflex-series-tag::before {
    background: #d61f1f !important;
}

/* Daha özgür. */
.sflex-ad-copy h2 span {
    color: #d61f1f !important;
}

/* Küçük ayraç noktaları */
.sflex-feature-row i {
    background: #d61f1f !important;
}

/* CTA hover */
.sflex-ad-card:hover .sflex-ad-cta {
    background: #d61f1f !important;
}

/* Slider aktif göstergesi */
.sflex-slider-dots i.active {
    background: #d61f1f !important;
}

/* Panel arkasındaki amber halo */
.sflex-product-halo {
    background:
        radial-gradient(
            circle,
            rgba(214,31,31,.16) 0%,
            rgba(214,31,31,.07) 42%,
            transparent 69%
        ) !important;
}


/* =====================================================
   GENEL VURGU
===================================================== */

.accent-orange {
    color: #d61f1f !important;
}


/* =====================================================
   ÜRÜNLER SAYFASI
===================================================== */

.product-showcase-page .showcase-hero h1 .sflex-orange {
    color: #d61f1f !important;
}

.product-showcase-page .black-pill:hover {
    background: #d61f1f !important;
}


/* =====================================================
   AR-GE — TÜM AMBER / TURUNCU VURGULAR
===================================================== */

.arge-kicker::before,
.arge-step::before,
.arge-concept-grid article > span,
.arge-voltage-arrow,
.arge-safety > span,
.arge-facade-equation i,
.arge-roadmap small,
.arge-roadmap > i,
.arge-future small,
.arge-future h2 span {
    color: #d61f1f !important;
}

.arge-kicker::before {
    background: #d61f1f !important;
}


/* Higher Voltage vurgu kartı */
.arge-voltage-demo article.accent {
    background:
        linear-gradient(
            145deg,
            #f6dada,
            #efbcbc
        ) !important;
}


/* Ar-Ge statement sıcak turuncu alan */
.arge-statement {
    background:
        linear-gradient(
            135deg,
            #f8e8e8,
            #f3d0d0
        ) !important;
}


/* Ar-Ge CTA sıcak turuncu alan */
.arge-cta {
    background:
        linear-gradient(
            135deg,
            #f6dddd,
            #efbebe
        ) !important;
}


/* Ar-Ge final bölümündeki turuncu ışık */
.arge-future {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(214,31,31,.28),
            transparent 30%
        ),
        #1a1816 !important;
}


/* =====================================================
   FORM / CTA
===================================================== */

.project-submit-btn:hover {
    background: #d61f1f !important;

    box-shadow:
        0 18px 38px rgba(214,31,31,.20),
        inset 0 1px 0 rgba(255,255,255,.18) !important;
}

/* =====================================================
   TECHNOLOGY CARDS — PREMIUM HOVER FOCUS
===================================================== */

.innovation-card {
    position: relative;
    z-index: 1;
    opacity: 1;

    transition:
        transform 0.45s cubic-bezier(.22, 1, .36, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease,
        opacity 0.35s ease;
}


/* Hover edilen kart öne çıkar */
.innovation-card:hover {
    z-index: 10;

    transform:
        translateY(-6px)
        scale(1.025);

    box-shadow:
        0 28px 60px rgba(20, 18, 16, 0.13);

    border-color:
        rgba(214, 31, 31, 0.14);
}


/* Soldaki büyük koyu kart daha kontrollü hareket etsin */
.innovation-card.large:hover {
    transform:
        translateY(-5px)
        scale(1.015);

    box-shadow:
        0 32px 70px rgba(20, 18, 16, 0.20);
}


/* Bir karta hover olduğunda diğer kartlar hafif geri çekilsin */
.innovation-grid:has(.innovation-card:hover)
.innovation-card:not(:hover) {
    transform: scale(0.992);
    opacity: 0.88;
}


/* Mobilde hover efektini kapat */
@media (max-width: 768px) {

    .innovation-card:hover,
    .innovation-card.large:hover {
        transform: none;
    }

    .innovation-grid:has(.innovation-card:hover)
    .innovation-card:not(:hover) {
        transform: none;
        opacity: 1;
    }
}

/* HAKKIMIZDA — ORBITAL RED */

.orbital {
    border-color: rgba(214, 31, 31, 0.18) !important;
}

.orbital::before,
.orbital::after {
    border-color: rgba(214, 31, 31, 0.16) !important;
}

.orbital::after {
    background: #d61f1f !important;

    box-shadow:
        0 0 0 1px rgba(214, 31, 31, 0.12),
        0 8px 24px rgba(214, 31, 31, 0.18) !important;
}


/* =====================================================
   AR-GE HERO VISUAL — FULL COVER
===================================================== */

.arge-visual {
    position: relative;
    overflow: hidden;
}

/* Görsel kartı tamamen kaplasın */
.arge-visual img {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: none !important;
    filter: none !important;

    z-index: 1 !important;
}

/* Eski amber halo'yu kaldır */
.arge-visual::before {
    display: none !important;
}

/* Alttaki glass bilgi kutusu görselin üzerinde kalsın */
.arge-glass-note {
    z-index: 4 !important;
}

/* =====================================================
   AR-GE HERO — GLASS NOTE CONTRAST FIX
===================================================== */

.arge-glass-note {
    background: rgba(18, 18, 18, 0.62) !important;

    border: 1px solid rgba(255, 255, 255, 0.28) !important;

    -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
    backdrop-filter: blur(22px) saturate(150%) !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 12px 32px rgba(0,0,0,0.20) !important;
}


/* DESIGN LOGIC / ENGINEERED */
.arge-glass-note small {
    color: rgba(255, 255, 255, 0.58) !important;

    font-weight: 600;
    letter-spacing: 0.14em;
}


/* Ana bilgiler */
.arge-glass-note strong {
    color: #ffffff !important;
    font-weight: 650 !important;

    text-shadow:
        0 1px 8px rgba(0,0,0,0.25);
}
/* =====================================================
   AR-GE HERO BUTTONS — PREMIUM STYLE
===================================================== */

.arge-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}


/* Ortak buton stili */
.arge-hero-actions .button {
    position: relative;

    min-height: 54px;
    padding: 0 54px 0 24px;

    border-radius: 18px;

    font-size: 13px;
    font-weight: 650;
    letter-spacing: -0.01em;

    transition:
        transform 0.35s cubic-bezier(.22,1,.36,1),
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Sağdaki yuvarlak ok */
.arge-hero-actions .button::after {
    content: "↗";

    position: absolute;
    right: 8px;
    top: 50%;

    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    transform: translateY(-50%);

    font-size: 15px;

    transition:
        transform 0.35s cubic-bezier(.22,1,.36,1),
        background-color 0.35s ease,
        color 0.35s ease;
}


/* ANA BUTON */
.arge-hero-actions .button.primary {
    background: #111111 !important;
    color: #ffffff !important;

    border: 1px solid rgba(0,0,0,.08);

    box-shadow:
        0 12px 28px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.arge-hero-actions .button.primary::after {
    background: #ffffff;
    color: #111111;
}


/* İKİNCİ BUTON */
.arge-hero-actions .button.secondary {
    background: rgba(255,255,255,.72) !important;
    color: #1d1d1f !important;

    border: 1px solid rgba(20,20,20,.08);

    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);

    box-shadow:
        0 10px 24px rgba(0,0,0,.07),
        inset 0 1px 0 rgba(255,255,255,.85);
}

.arge-hero-actions .button.secondary::after {
    background: rgba(20,20,20,.07);
    color: #111111;
}


/* HOVER — ANA BUTON */
.arge-hero-actions .button.primary:hover {
    background: #d61f1f !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(214,31,31,.20),
        inset 0 1px 0 rgba(255,255,255,.16);
}

.arge-hero-actions .button.primary:hover::after {
    transform:
        translateY(-50%)
        rotate(45deg);

    background: #ffffff;
    color: #d61f1f;
}


/* HOVER — İKİNCİ BUTON */
.arge-hero-actions .button.secondary:hover {
    background: #111111 !important;
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 16px 34px rgba(0,0,0,.14);
}

.arge-hero-actions .button.secondary:hover::after {
    transform:
        translateY(-50%)
        rotate(45deg);

    background: rgba(255,255,255,.14);
    color: #ffffff;
}


/* TIKLAMA */
.arge-hero-actions .button:active {
    transform: translateY(-1px) scale(.985);
}

/* =====================================================
   AR-GE — GLOBAL PREMIUM CARD HOVER
   Tüm kutular hover'da hafif öne çıkar
===================================================== */

/* Hover uygulanacak Ar-Ge kartları */
.arge-metric,
.arge-tech-card,
.arge-step,
.arge-dark-list article,
.arge-concept-grid article,
.arge-voltage-demo > article,
.arge-safety,
.arge-mini-grid article,
.arge-roadmap article,
.arge-statement,
.arge-flowline,
.arge-cta {
    position: relative;
    z-index: 1;

    transform: translateZ(0);

    transition:
        transform 0.45s cubic-bezier(.22, 1, .36, 1),
        box-shadow 0.45s ease,
        border-color 0.35s ease,
        background-color 0.35s ease;
}


/* =====================================================
   GENEL HOVER
===================================================== */

.arge-metric:hover,
.arge-tech-card:hover,
.arge-step:hover,
.arge-dark-list article:hover,
.arge-concept-grid article:hover,
.arge-voltage-demo > article:hover,
.arge-safety:hover,
.arge-mini-grid article:hover,
.arge-roadmap article:hover,
.arge-statement:hover,
.arge-flowline:hover,
.arge-cta:hover {
    z-index: 20;

    transform:
        translateY(-6px)
        scale(1.018);

    border-color: rgba(214, 31, 31, 0.13);

    box-shadow:
        0 28px 65px rgba(25, 20, 18, 0.13);
}


/* =====================================================
   BEYAZ KARTLAR
===================================================== */

.arge-metric:hover,
.arge-tech-card:hover,
.arge-step:hover,
.arge-mini-grid article:hover,
.arge-roadmap article:hover,
.arge-voltage-demo > article:hover {
    box-shadow:
        0 28px 65px rgba(30, 24, 20, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.9);
}


/* =====================================================
   KOYU KARTLAR
===================================================== */

.arge-dark-list article:hover,
.arge-concept-grid article:hover,
.arge-flowline:hover {
    border-color: rgba(214, 31, 31, 0.28);

    box-shadow:
        0 30px 70px rgba(0,0,0,0.28),
        0 0 0 1px rgba(214,31,31,0.05);
}


/* Koyu üçlü teknoloji kartlarında daha belirgin derinlik */
.arge-concept-grid article:hover {
    transform:
        translateY(-7px)
        scale(1.022);
}


/* =====================================================
   PATENT KARTLARI
   TR2023 / PCT / WO kutuları
===================================================== */

.arge-metric:hover strong {
    color: #d61f1f;

    transition: color 0.30s ease;
}


/* =====================================================
   KART İÇİNDEKİ KIRMIZI NUMARALAR
===================================================== */

.arge-concept-grid article:hover > span,
.arge-step:hover::before,
.arge-roadmap article:hover small,
.arge-tech-card:hover > span {
    color: #d61f1f !important;
}


/* =====================================================
   "İNCELE" LINKLERİ
===================================================== */

.arge-concept-grid article a {
    transition:
        transform 0.35s cubic-bezier(.22,1,.36,1),
        color 0.30s ease;
}

.arge-concept-grid article:hover a {
    transform: translateX(4px);
    color: #ffffff;
}


/* =====================================================
   HIGHER VOLTAGE ACCENT KART
===================================================== */

.arge-voltage-demo article.accent:hover {
    box-shadow:
        0 28px 65px rgba(214,31,31,0.14);
}


/* =====================================================
   GRIDLERİN BÜYÜYEN KARTI KESMEMESİ İÇİN
===================================================== */

.arge-tech-grid,
.arge-metrics,
.arge-process,
.arge-concept-grid,
.arge-voltage-demo,
.arge-mini-grid,
.arge-roadmap,
.arge-dark-list {
    overflow: visible;
}


/* =====================================================
   MOBİL — HOVER EFEKTİNİ KAPAT
===================================================== */

@media (max-width: 768px) {

    .arge-metric:hover,
    .arge-tech-card:hover,
    .arge-step:hover,
    .arge-dark-list article:hover,
    .arge-concept-grid article:hover,
    .arge-voltage-demo > article:hover,
    .arge-safety:hover,
    .arge-mini-grid article:hover,
    .arge-roadmap article:hover,
    .arge-statement:hover,
    .arge-flowline:hover,
    .arge-cta:hover {
        transform: none;
    }
}


/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {

    .arge-metric,
    .arge-tech-card,
    .arge-step,
    .arge-dark-list article,
    .arge-concept-grid article,
    .arge-voltage-demo > article,
    .arge-safety,
    .arge-mini-grid article,
    .arge-roadmap article,
    .arge-statement,
    .arge-flowline,
    .arge-cta {
        transition: none;
    }
}

/* =====================================================
   AR-GE FUTURE — PREMIUM CTA BUTTONS
===================================================== */

.arge-future > div {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}


/* Ortak yapı */
.arge-future .button {
    position: relative;

    min-height: 56px;
    padding: 0 56px 0 24px;

    border-radius: 18px;

    font-size: 13px;
    font-weight: 650;
    letter-spacing: -0.01em;

    overflow: hidden;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background-color .35s ease,
        color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


/* Sağ yuvarlak ok */
.arge-future .button::after {
    content: "↗";

    position: absolute;
    right: 8px;
    top: 50%;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    transform: translateY(-50%);

    font-size: 16px;
    font-weight: 400;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background-color .35s ease,
        color .35s ease;
}


/* =====================================================
   1 — S-FLEX SERİSİNİ KEŞFET
===================================================== */

.arge-future .button.primary {
    background: #ffffff !important;
    color: #111111 !important;

    border: 1px solid rgba(255,255,255,.92) !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,1);
}

.arge-future .button.primary::after {
    background: #111111;
    color: #ffffff;
}


/* Hover */
.arge-future .button.primary:hover {
    background: #d61f1f !important;
    color: #ffffff !important;

    border-color: #d61f1f !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 42px rgba(214,31,31,.28);
}

.arge-future .button.primary:hover::after {
    background: #ffffff;
    color: #d61f1f;

    transform:
        translateY(-50%)
        rotate(45deg);
}


/* =====================================================
   2 — OEM / ÖZEL PROJE GELİŞTİR
===================================================== */

.arge-future .button.secondary {
    background: rgba(255,255,255,.07) !important;
    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,.18) !important;

    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 10px 28px rgba(0,0,0,.12);
}

.arge-future .button.secondary::after {
    background: rgba(255,255,255,.12);
    color: #ffffff;
}


/* Hover */
.arge-future .button.secondary:hover {
    background: #ffffff !important;
    color: #111111 !important;

    border-color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 40px rgba(0,0,0,.20);
}

.arge-future .button.secondary:hover::after {
    background: #111111;
    color: #ffffff;

    transform:
        translateY(-50%)
        rotate(45deg);
}


/* Tıklama */
.arge-future .button:active {
    transform: translateY(-1px) scale(.985);
}


/* Mobil */
@media (max-width: 600px) {

    .arge-future .button {
        width: 100%;
        justify-content: flex-start;
    }
}

/* =====================================================
   AR-GE — REMOVE PINK / PREMIUM NEUTRAL SYSTEM
===================================================== */

/* Büyük "SPUTEK YAKLAŞIMI / DESIGN PRINCIPLE" kutuları */
.arge-statement {
    background:
        linear-gradient(
            135deg,
            #f5f4f2 0%,
            #eceae7 100%
        ) !important;

    border: 1px solid rgba(20, 20, 20, 0.06) !important;

    box-shadow:
        0 18px 45px rgba(20, 18, 16, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.95) !important;
}


/* Küçük üst etiket */
.arge-statement > span {
    color: #d61f1f !important;
}


/* Ana yazı */
.arge-statement strong {
    color: #1b1b1b !important;
}


/* =====================================================
   HIGHER VOLTAGE — 200 W KONSEPT KARTI
===================================================== */

.arge-voltage-demo article.accent {
    background:
        linear-gradient(
            145deg,
            #1b1b1b 0%,
            #262626 100%
        ) !important;

    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,0.08) !important;

    box-shadow:
        0 20px 48px rgba(0,0,0,0.14) !important;
}


/* SPUTEK KONSEPTİ */
.arge-voltage-demo article.accent small {
    color: #d61f1f !important;
}


/* 200 W */
.arge-voltage-demo article.accent strong {
    color: #ffffff !important;
}


/* 100 V · 2 A */
.arge-voltage-demo article.accent span {
    color: rgba(255,255,255,0.68) !important;
}


/* Hover */
.arge-voltage-demo article.accent:hover {
    border-color: rgba(214,31,31,0.30) !important;

    box-shadow:
        0 28px 65px rgba(0,0,0,0.20),
        0 0 0 1px rgba(214,31,31,0.06) !important;
}

/* =====================================================
   PRODUCT DETAIL — PREMIUM REDESIGN
===================================================== */

.product-detail-hero {
    width: min(1400px, calc(100vw - 80px));
    margin: 0 auto;

    padding: 135px 0 95px;

    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 90px;
    align-items: center;
}


/* =====================================================
   SOL ÜRÜN ALANI
===================================================== */

.product-gallery-stage {
    position: relative;
}


/* Ana ürün showroom */
.product-studio {
    position: relative;

    height: 680px;

    border-radius: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #fafafa 0%,
            #f3f3f1 100%
        ) !important;

    border: 1px solid rgba(20,20,20,.05);

    box-shadow:
        0 30px 80px rgba(20,20,20,.08),
        inset 0 1px 0 rgba(255,255,255,.95);
}


/* Eski mor grid / efektleri kapat */
.product-studio::after {
    opacity: 0 !important;
}


/* Ürün görseli */
.product-studio img {
    position: relative;

    width: 82%;
    height: 82%;

    object-fit: contain;

    z-index: 2;

    filter:
        drop-shadow(0 30px 28px rgba(0,0,0,.13));

    transition:
        transform .7s cubic-bezier(.22,1,.36,1),
        filter .6s ease;
}


.product-studio:hover img {
    transform:
        translateY(-5px)
        scale(1.018);

    filter:
        drop-shadow(0 38px 34px rgba(0,0,0,.16));
}


/* Tüm ürünler */
.back-products {
    position: absolute;

    top: 24px;
    left: 24px;

    height: 44px;

    padding: 0 17px;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    border-radius: 15px;

    background: rgba(255,255,255,.72);

    border: 1px solid rgba(255,255,255,.85);

    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);

    box-shadow:
        0 8px 24px rgba(0,0,0,.07);

    color: #161616 !important;

    font-size: 12px;
    font-weight: 650;

    text-decoration: none;

    z-index: 10;

    transition:
        transform .3s ease,
        background .3s ease;
}


.back-products:hover {
    transform: translateX(-3px);
    background: #ffffff;
}


/* Sol alt teknik label */
.studio-label {
    left: 28px !important;
    bottom: 23px !important;

    color: rgba(20,20,20,.48) !important;

    font-size: 9px !important;
    letter-spacing: .17em !important;
}


/* =====================================================
   SAĞ ÜRÜN BİLGİ ALANI
===================================================== */

.product-purchase {
    position: sticky;
    top: 120px;

    padding: 20px 0;
}


/* ESNEK GÜNEŞ PANELİ */
.product-purchase .catalog-kicker,
.product-purchase > span:first-child {
    color: #d61f1f !important;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .18em;
    text-transform: uppercase;
}


/* S-FLEX 100 */
.product-purchase h1 {
    margin: 17px 0 16px !important;

    font-size: clamp(60px,5vw,82px) !important;
    line-height: .92 !important;

    letter-spacing: -.06em !important;
    font-weight: 760 !important;

    color: #111111 !important;
}


/* Açıklama */
.product-lead {
    margin: 0 0 25px;

    font-size: 17px !important;
    line-height: 1.5 !important;

    color: #777 !important;
}


/* =====================================================
   SPEC PILL
===================================================== */

.product-key-specs {
    display: flex;
    gap: 8px;

    flex-wrap: wrap;
}


.product-key-specs span {
    padding: 9px 13px !important;

    border-radius: 12px !important;

    background: #f2f2f2 !important;

    border: 1px solid rgba(20,20,20,.04);

    color: #555 !important;

    font-size: 10px !important;
    font-weight: 600;
}


/* =====================================================
   DIVIDER
===================================================== */

.purchase-divider {
    height: 1px;

    margin: 30px 0 !important;

    background:
        rgba(20,20,20,.08) !important;
}


/* =====================================================
   FİYAT
===================================================== */

.price-placeholder > span {
    color: #999 !important;

    font-size: 10px !important;

    letter-spacing: .15em !important;
}


.price-placeholder strong {
    margin-top: 7px;

    font-size: 31px !important;
    line-height: 1.1;

    letter-spacing: -.035em;

    color: #171717;
}


.price-placeholder small {
    margin-top: 6px;

    color: #aaa !important;
}


/* =====================================================
   ADET
===================================================== */

.quantity-row {
    margin: 30px 0 16px !important;

    font-size: 12px;

    color: #333;
}


.quantity-control {
    padding: 5px !important;

    gap: 12px !important;

    border-radius: 15px !important;

    background: #f5f5f5;

    border: 1px solid rgba(20,20,20,.06) !important;
}


.quantity-control button {
    width: 38px !important;
    height: 38px !important;

    border-radius: 11px !important;

    background: #ffffff !important;

    box-shadow:
        0 4px 12px rgba(0,0,0,.05);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.quantity-control button:hover {
    background: #d61f1f !important;
    color: #ffffff;

    transform: scale(1.05);
}


/* =====================================================
   SEPETE EKLE — ANA CTA
===================================================== */

.buy-button {
    width: 100%;

    height: 60px !important;

    padding: 0 11px 0 25px !important;

    border-radius: 18px !important;

    background: #111111 !important;
    color: #ffffff !important;

    font-size: 14px;
    font-weight: 650;

    box-shadow:
        0 16px 34px rgba(0,0,0,.15),
        inset 0 1px 0 rgba(255,255,255,.12) !important;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        box-shadow .35s ease;
}


/* Sağ yuvarlak ok */
.buy-button span {
    width: 40px !important;
    height: 40px !important;

    border-radius: 50% !important;

    background: rgba(255,255,255,.12) !important;

    display: grid;
    place-items: center;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        color .35s ease;
}


/* Hover */
.buy-button:hover {
    background: #d61f1f !important;

    transform: translateY(-3px);

    box-shadow:
        0 20px 42px rgba(214,31,31,.24) !important;
}


.buy-button:hover span {
    background: #ffffff !important;
    color: #d61f1f !important;

    transform: rotate(45deg);
}


.buy-button:active {
    transform: translateY(-1px) scale(.99);
}


/* =====================================================
   ALT AVANTAJLAR
===================================================== */

.purchase-benefits {
    margin-top: 24px !important;

    gap: 13px !important;
}


.purchase-benefits div {
    color: #777 !important;

    font-size: 11px !important;
}


.purchase-benefits i {
    width: 24px !important;
    height: 24px !important;

    background: #f1f1f1 !important;

    color: #d61f1f !important;

    font-size: 10px;

    border-radius: 50%;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1080px) {

    .product-detail-hero {
        width: 88vw;

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .product-purchase {
        position: static;
    }

    .product-studio {
        height: 620px;
    }
}


@media (max-width: 700px) {

    .product-detail-hero {
        width: 88vw;

        padding-top: 110px;

        gap: 38px;
    }

    .product-studio {
        height: 470px;

        border-radius: 30px;
    }

    .product-studio img {
        width: 90%;
        height: 86%;
    }

    .product-purchase h1 {
        font-size: 54px !important;
    }
}

/* =====================================================
   S-FLEX PRODUCT SHOWCASE — PREMIUM V2
===================================================== */


/* =====================================================
   ANA ÜRÜN KARTI
===================================================== */

.product-showcase-page .showcase-product {
    position: relative;

    width: min(1420px, calc(100vw - 80px));

    min-height: 700px;

    margin: 0 auto 34px;
    padding: 75px 70px;

    display: grid;
    grid-template-columns: 1.03fr .97fr;
    align-items: center;

    gap: 90px;

    border-radius: 42px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(247,247,245,.92)
        );

    border: 1px solid rgba(20,20,20,.045);

    box-shadow:
        0 30px 80px rgba(20,20,20,.055),
        inset 0 1px 0 rgba(255,255,255,.95);

    overflow: visible;

    transition:
        transform .5s cubic-bezier(.22,1,.36,1),
        box-shadow .5s ease,
        border-color .4s ease;
}


/* Kart hover */
.product-showcase-page .showcase-product:hover {
    transform: translateY(-5px);

    border-color: rgba(214,31,31,.08);

    box-shadow:
        0 38px 95px rgba(20,20,20,.09),
        inset 0 1px 0 rgba(255,255,255,1);
}



/* =====================================================
   SOL ÜRÜN SHOWROOM
===================================================== */

.product-showcase-page .showcase-media {
    position: relative;

    height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(255,255,255,1) 0%,
            rgba(249,249,247,.96) 53%,
            rgba(240,240,238,.88) 100%
        ) !important;

    border: 1px solid rgba(20,20,20,.045);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,1),
        0 18px 45px rgba(20,20,20,.05);

    overflow: hidden;

    transform: translateZ(0);

    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        box-shadow .55s ease;
}


/* Arkaya çok hafif ürün halo */
.product-showcase-page .showcase-media::before {
    content: "";

    position: absolute;

    width: 390px;
    height: 390px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -48%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(214,31,31,.055) 0%,
            rgba(214,31,31,.018) 45%,
            transparent 70%
        );

    filter: blur(2px);

    pointer-events: none;
}


/* Ürün görseli */
.product-showcase-page .showcase-media img {
    position: relative;

    z-index: 2;

    width: 86% !important;
    height: 88% !important;

    object-fit: contain !important;

    background: transparent !important;

    filter:
        drop-shadow(0 28px 24px rgba(0,0,0,.12));

    transform: scale(.98);

    transition:
        transform .7s cubic-bezier(.22,1,.36,1),
        filter .6s ease;
}


/* Ürün hover */
.product-showcase-page .showcase-media:hover {
    transform: translateY(-4px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,1),
        0 26px 60px rgba(20,20,20,.09);
}


.product-showcase-page .showcase-media:hover img {
    transform:
        translateY(-5px)
        scale(1.025);

    filter:
        drop-shadow(0 36px 30px rgba(0,0,0,.15));
}



/* =====================================================
   SAĞ METİN ALANI
===================================================== */

.product-showcase-page .showcase-copy {
    max-width: 590px;

    padding: 15px 0;
}


/* S-FLEX 100 */
.product-showcase-page .model-code {
    margin-bottom: 18px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .22em;

    color: #d61f1f !important;
}


/* 100 Wp */
.product-showcase-page .showcase-copy h2 {
    margin: 0;

    font-size: clamp(66px,5.2vw,88px);

    line-height: .88;

    letter-spacing: -.065em;

    font-weight: 770;

    color: #111;
}


/* Kompakt güç. Sınırsız mobilite. */
.product-showcase-page .showcase-copy h3 {
    margin: 28px 0 10px;

    font-size: 19px;

    line-height: 1.25;

    letter-spacing: -.025em;

    font-weight: 680;

    color: #1b1b1b;
}


/* Karavan / Denizcilik / Off-grid */
.product-showcase-page .applications {
    margin: 0;

    font-size: 14px;

    line-height: 1.6;

    color: #777;
}


/* Ayraç noktaları */
.product-showcase-page .applications b {
    color: #d61f1f !important;

    font-size: 8px;

    margin: 0 6px;
}



/* =====================================================
   TEKNİK ÖZELLİKLER
===================================================== */

.product-showcase-page .showcase-specs {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 12px;

    margin-top: 36px;
    padding-top: 26px;

    border-top:
        1px solid rgba(20,20,20,.08);
}


/* Her teknik bilgi küçük kart gibi */
.product-showcase-page .showcase-specs div {
    position: relative;

    min-height: 85px;

    padding: 15px 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 7px;

    border-radius: 16px;

    background:
        rgba(248,248,247,.82);

    border:
        1px solid rgba(20,20,20,.035);

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        border-color .35s ease;
}


/* Spec hover */
.product-showcase-page .showcase-specs div:hover {
    transform: translateY(-3px);

    background: #ffffff;

    border-color:
        rgba(214,31,31,.11);
}


/* GÜÇ / AĞIRLIK / KALINLIK */
.product-showcase-page .showcase-specs span {
    font-size: 8px;

    font-weight: 700;

    letter-spacing: .20em;

    color: #999;
}


/* Değerler */
.product-showcase-page .showcase-specs strong {
    font-size: 16px;

    font-weight: 700;

    letter-spacing: -.02em;

    color: #161616;
}



/* =====================================================
   SATIN AL / TEKLİF AL BUTONU
===================================================== */

.product-showcase-page .showcase-copy .black-pill {
    position: relative;

    min-width: 155px;

    height: 56px;

    margin-top: 30px;

    padding:
        0 52px
        0 24px;

    display: inline-flex;

    border-radius: 18px;

    background: #111111 !important;

    color: #ffffff !important;

    font-size: 13px;

    font-weight: 650;

    box-shadow:
        0 14px 30px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.12);

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        box-shadow .35s ease;
}


/* Yuvarlak ok */
.product-showcase-page .showcase-copy .black-pill::after {
    content: "→";

    position: absolute;

    right: 8px;
    top: 50%;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    transform: translateY(-50%);

    border-radius: 50%;

    background:
        rgba(255,255,255,.12);

    color: #ffffff;

    font-size: 16px;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        color .35s ease;
}


/* HTML'deki eski ok varsa gizle */
.product-showcase-page .showcase-copy .black-pill > span {
    display: none;
}


/* Hover */
.product-showcase-page .showcase-copy .black-pill:hover {
    background:
        #d61f1f !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 20px 42px rgba(214,31,31,.22);
}


.product-showcase-page .showcase-copy .black-pill:hover::after {
    background: #ffffff;

    color: #d61f1f;

    transform:
        translateY(-50%)
        translateX(2px);
}



/* =====================================================
   ÜRÜNLER ARASINDAKİ AYIRICI
===================================================== */

.product-showcase-page .showcase-rule {
    width: min(1280px, calc(100vw - 140px));

    margin: 28px auto;

    background:
        rgba(20,20,20,.075);
}



/* =====================================================
   ALTERNATING LAYOUT
   Sağ/sol ürünlerde daha editorial görünüm
===================================================== */

.product-showcase-page
.showcase-product.image-right
.showcase-copy {
    padding-left: 25px;
}


.product-showcase-page
.showcase-product.image-right
.showcase-media {
    order: 2;
}



/* =====================================================
   MOBİL / TABLET
===================================================== */

@media (max-width: 1050px) {

    .product-showcase-page .showcase-product {
        width: 88vw;

        grid-template-columns: 1fr;

        gap: 45px;

        padding: 50px;

        min-height: 0;
    }

    .product-showcase-page
    .showcase-product.image-right
    .showcase-media {
        order: 1;
    }

    .product-showcase-page
    .showcase-product.image-right
    .showcase-copy {
        order: 2;
        padding-left: 0;
    }

    .product-showcase-page .showcase-media {
        height: 540px;
    }

}


@media (max-width: 700px) {

    .product-showcase-page .showcase-product {
        width: calc(100vw - 28px);

        padding: 22px;

        border-radius: 30px;

        gap: 35px;
    }

    .product-showcase-page .showcase-media {
        height: 390px;

        border-radius: 25px;
    }

    .product-showcase-page .showcase-media img {
        width: 94% !important;
        height: 90% !important;
    }

    .product-showcase-page .showcase-copy {
        padding: 5px 5px 20px;
    }

    .product-showcase-page .showcase-copy h2 {
        font-size: 58px;
    }

    .product-showcase-page .showcase-specs {
        grid-template-columns: 1fr 1fr 1fr;

        gap: 6px;
    }

    .product-showcase-page .showcase-specs div {
        padding: 12px 9px;

        min-height: 75px;
    }

    .product-showcase-page .showcase-specs strong {
        font-size: 13px;
    }

    .product-showcase-page .showcase-rule {
        width: 80vw;
    }

}


/* =====================================================
   PRODUCT DETAIL — PREMIUM EDITORIAL IMAGE CARDS
===================================================== */

.product-editorial-grid {
    width: min(1400px, calc(100vw - 80px));
    margin: 30px auto 130px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* =====================================================
   CARD
===================================================== */

.product-editorial-grid .editorial-visual-card {
    position: relative;

    min-height: 460px;

    padding: 0 !important;
    border-radius: 34px;

    overflow: hidden;

    background: #151515 !important;

    border: 1px solid rgba(20, 20, 20, 0.06);

    box-shadow:
        0 20px 50px rgba(20, 20, 20, 0.08);

    isolation: isolate;

    transition:
        transform .55s cubic-bezier(.22, 1, .36, 1),
        box-shadow .55s ease,
        border-color .4s ease;
}


/* =====================================================
   BACKGROUND IMAGE
===================================================== */

.product-editorial-grid .editorial-visual-card > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 0;

    transform: scale(1.015);

    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .6s ease;
}


/* =====================================================
   DARK GRADIENT
===================================================== */

.product-editorial-grid .editorial-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(8, 8, 8, 0.06) 0%,
            rgba(8, 8, 8, 0.10) 35%,
            rgba(8, 8, 8, 0.88) 100%
        );

    pointer-events: none;
}


/* Çok hafif SPUTEK kırmızı glow */
.product-editorial-grid .editorial-visual-card::after {
    content: "";

    position: absolute;

    right: -130px;
    bottom: -170px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(214, 31, 31, 0.20),
            rgba(214, 31, 31, 0.05) 44%,
            transparent 70%
        );

    z-index: 2;

    pointer-events: none;

    opacity: .55;

    transition:
        transform .7s cubic-bezier(.22, 1, .36, 1),
        opacity .5s ease;
}


/* =====================================================
   CONTENT
===================================================== */

.product-editorial-grid .editorial-content {
    position: relative;

    z-index: 3;

    min-height: 460px;

    padding: 30px 32px 32px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #ffffff;
}


/* 01 / 02 / 03 */
.product-editorial-grid .editorial-index {
    display: inline-flex;
    align-items: center;

    width: max-content;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .18em;

    color: rgba(255, 255, 255, 0.76);
}


/* Numaranın yanındaki kırmızı çizgi */
.product-editorial-grid .editorial-index::after {
    content: "";

    width: 24px;
    height: 1px;

    margin-left: 10px;

    background: #d61f1f;
}


/* Başlık */
.product-editorial-grid .editorial-content h3 {
    max-width: 330px;

    margin: 0 0 12px;

    font-size: 30px;
    line-height: 1.03;

    letter-spacing: -.04em;

    font-weight: 700;

    color: #ffffff;
}


/* Açıklama */
.product-editorial-grid .editorial-content p {
    max-width: 340px;

    margin: 0;

    font-size: 12px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.72);
}


/* =====================================================
   HOVER
===================================================== */

.product-editorial-grid .editorial-visual-card:hover {
    z-index: 10;

    transform:
        translateY(-7px)
        scale(1.018);

    border-color:
        rgba(214, 31, 31, 0.18);

    box-shadow:
        0 34px 78px rgba(20, 20, 20, 0.17);
}


.product-editorial-grid .editorial-visual-card:hover > img {
    transform: scale(1.075);

    filter:
        contrast(1.03)
        saturate(1.04);
}


.product-editorial-grid .editorial-visual-card:hover::after {
    opacity: 1;

    transform:
        translate(-12px, -10px)
        scale(1.08);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 1000px) {

    .product-editorial-grid {
        width: 88vw;

        grid-template-columns: 1fr 1fr;
    }

    .product-editorial-grid
    .editorial-visual-card:last-child {
        grid-column: 1 / -1;
    }
}


@media (max-width: 700px) {

    .product-editorial-grid {
        width: 88vw;

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .product-editorial-grid
    .editorial-visual-card:last-child {
        grid-column: auto;
    }

    .product-editorial-grid .editorial-visual-card,
    .product-editorial-grid .editorial-content {
        min-height: 390px;
    }

    .product-editorial-grid .editorial-content {
        padding: 25px;
    }

    .product-editorial-grid .editorial-content h3 {
        font-size: 26px;
    }

    .product-editorial-grid .editorial-visual-card:hover {
        transform: none;
    }
}


/* =====================================================
   PRODUCT EDITORIAL CARDS — FORCE IMAGE BACKGROUNDS
===================================================== */

/* Tüm kartların ortak yapısı */
.product-editorial-grid .editorial-card {
    position: relative !important;
    overflow: hidden !important;

    min-height: 460px !important;

    padding: 30px 32px !important;

    border-radius: 34px !important;

    background-color: #151515 !important;

    color: #ffffff !important;

    isolation: isolate;

    box-shadow:
        0 22px 55px rgba(20,20,20,.10) !important;

    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        box-shadow .55s ease !important;
}


/* =====================================================
   01 — DÜŞÜK PROFİLLİ MİMARİ
===================================================== */

.product-editorial-grid .editorial-card:nth-child(1) {
    background:
        linear-gradient(
            180deg,
            rgba(10,10,10,.08) 0%,
            rgba(10,10,10,.12) 42%,
            rgba(10,10,10,.88) 100%
        ),
        url("assets/detail-low-profile.webp")
        center center / cover no-repeat !important;
}


/* =====================================================
   02 — MOBİL ODAKLI ENERJİ
===================================================== */

.product-editorial-grid .editorial-card:nth-child(2) {
    background:
        linear-gradient(
            180deg,
            rgba(10,10,10,.05) 0%,
            rgba(10,10,10,.12) 42%,
            rgba(10,10,10,.86) 100%
        ),
        url("assets/detail-mobile.webp")
        center center / cover no-repeat !important;
}


/* =====================================================
   03 — MÜHENDİSLİK ENTEGRASYONU
===================================================== */

.product-editorial-grid .editorial-card:nth-child(3) {
    background:
        linear-gradient(
            180deg,
            rgba(10,10,10,.05) 0%,
            rgba(10,10,10,.12) 42%,
            rgba(10,10,10,.88) 100%
        ),
        url("assets/detail-engineering.webp")
        center center / cover no-repeat !important;
}


/* HTML'deki img artık gerekli değil.
   Çift görsel oluşmasını engeller. */
.product-editorial-grid .editorial-card > img {
    display: none !important;
}


/* Eski overlay varsa ekstra karartmasın */
.product-editorial-grid .editorial-overlay {
    background: transparent !important;
}


/* =====================================================
   YAZILAR
===================================================== */

.product-editorial-grid .editorial-content {
    position: relative !important;

    z-index: 5 !important;

    min-height: 400px !important;

    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;

    color: #ffffff !important;
}


/* Eski HTML kullanılıyor olsa bile çalışsın */
.product-editorial-grid .editorial-card h3 {
    position: relative;
    z-index: 5;

    color: #ffffff !important;

    font-size: 29px !important;
    line-height: 1.05 !important;

    letter-spacing: -.04em !important;

    text-shadow:
        0 2px 14px rgba(0,0,0,.25);
}


.product-editorial-grid .editorial-card p {
    position: relative;
    z-index: 5;

    color: rgba(255,255,255,.76) !important;

    text-shadow:
        0 2px 12px rgba(0,0,0,.30);
}


/* 01 / 02 / 03 */
.product-editorial-grid .editorial-index,
.product-editorial-grid .editorial-card > span {
    position: relative;
    z-index: 5;

    color: rgba(255,255,255,.82) !important;

    font-weight: 700;
}


/* Yeni HTML'deki numaranın yanındaki çizgi */
.product-editorial-grid .editorial-index::after {
    background: #d61f1f !important;
}


/* =====================================================
   HOVER
===================================================== */

.product-editorial-grid .editorial-card:hover {
    z-index: 20;

    transform:
        translateY(-8px)
        scale(1.018);

    box-shadow:
        0 35px 80px rgba(20,20,20,.20) !important;
}


/* Hover'da hafif kırmızı kenar */
.product-editorial-grid .editorial-card:hover {
    outline:
        1px solid rgba(214,31,31,.16);
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 700px) {

    .product-editorial-grid .editorial-card {
        min-height: 390px !important;
    }

    .product-editorial-grid .editorial-content {
        min-height: 330px !important;
    }

    .product-editorial-grid .editorial-card:hover {
        transform: none;
    }
}


/* =====================================================
   PRODUCT DETAIL CTA — PREMIUM BUTTON
===================================================== */

.detail-cta .button.primary {
    position: relative;

    min-width: 240px;
    height: 58px;

    padding: 0 58px 0 24px;

    border-radius: 18px !important;

    background: #111111 !important;
    color: #ffffff !important;

    border: 1px solid rgba(0,0,0,.06) !important;

    font-size: 13px;
    font-weight: 650;
    letter-spacing: -.01em;

    box-shadow:
        0 14px 30px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.12) !important;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        box-shadow .35s ease;
}


/* Sağdaki yuvarlak ok */
.detail-cta .button.primary::after {
    content: "↗";

    position: absolute;
    right: 9px;
    top: 50%;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    transform: translateY(-50%);

    border-radius: 50%;

    background: rgba(255,255,255,.12);
    color: #ffffff;

    font-size: 16px;
    font-weight: 400;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        color .35s ease;
}


/* Hover */
.detail-cta .button.primary:hover {
    background: #d61f1f !important;

    transform: translateY(-3px);

    box-shadow:
        0 20px 42px rgba(214,31,31,.24) !important;
}


.detail-cta .button.primary:hover::after {
    background: #ffffff;
    color: #d61f1f;

    transform:
        translateY(-50%)
        rotate(45deg);
}


/* Tıklama */
.detail-cta .button.primary:active {
    transform: translateY(-1px) scale(.985);
}


/* Mobil */
@media (max-width: 700px) {

    .detail-cta .button.primary {
        width: 100%;
        min-width: 0;

        justify-content: flex-start;
    }
}

/* =====================================================
   FOOTER — RED ACCENT
===================================================== */

.footer-brand {
    color: #1b1b1b !important;
}

.footer-brand .footer-pv {
    color: #d61f1f !important;
}


/* Footer link hover */
footer a {
    transition:
        color .25s ease,
        transform .25s ease;
}

footer a:hover {
    color: #d61f1f !important;
    transform: translateX(3px);
}


footer > div:not(.footer-brand) > span {
    color: #aaa3ad;
}

/* FOOTER LOGO — PV BOYUT DÜZELTME */

.footer-brand {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
}

.footer-brand .footer-pv {
    color: #d61f1f !important;

    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;

    text-transform: none !important;
}

/* FOOTER — ANTHRACITE */

footer {
    background: #2a2a2a !important;
    color: #ffffff !important;

    border-top: 1px solid rgba(255,255,255,.06) !important;
}

.footer-brand {
    color: #ffffff !important;
}

.footer-brand .footer-pv {
    color: #d61f1f !important;
}

footer > div:not(.footer-brand) > span {
    color: rgba(255,255,255,.42) !important;
}

footer a {
    color: rgba(255,255,255,.78) !important;

    transition:
        color .25s ease,
        transform .25s ease;
}

footer a:hover {
    color: #d61f1f !important;
    transform: translateX(3px);
}

footer .copyright {
    border-top: 1px solid rgba(255,255,255,.10) !important;
    color: rgba(255,255,255,.40) !important;
}

/* =====================================================
   PRODUCTS — REMOVE WHITE IMAGE BACKGROUND
===================================================== */

.product-showcase-page .showcase-media img {
    background: transparent !important;

    /* Görseldeki beyaz zemini showroom rengine yedirir */
    mix-blend-mode: multiply;

    /* Önceki efektleri koru */
    object-fit: contain !important;

    filter:
        drop-shadow(0 24px 24px rgba(0,0,0,.10));
}


/* Ürün showroom zemini */
.product-showcase-page .showcase-media {
    background:
        linear-gradient(
            145deg,
            #f8f8f6 0%,
            #f1f1ef 100%
        ) !important;
}


/* Hover */
.product-showcase-page .showcase-media:hover img {
    transform:
        translateY(-5px)
        scale(1.025);

    filter:
        drop-shadow(0 32px 28px rgba(0,0,0,.14));
}

/* =====================================================
   TECHNOLOGY CARDS — PREMIUM INTERACTION
===================================================== */

.service-card {
    position: relative;
    z-index: 1;

    transition:
        transform .48s cubic-bezier(.22,1,.36,1),
        box-shadow .48s ease,
        border-color .35s ease;
}


/* Kartın tamamı hafif öne gelsin */
.service-card:hover {
    z-index: 10;

    transform:
        translateY(-8px)
        scale(1.018);

    border-color: rgba(214,31,31,.12);

    box-shadow:
        0 32px 70px rgba(20,20,20,.13);
}


/* =====================================================
   01 — ÜRÜN MİMARİSİ
   Alt aşamalar hafif sağa hareket etsin
===================================================== */

.service-card .timeline div {
    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        box-shadow .35s ease;
}


.service-card:hover .timeline div {
    background: #ffffff;

    box-shadow:
        0 8px 20px rgba(20,20,20,.06);
}


.service-card:hover .timeline div:nth-child(1) {
    transform: translateX(5px);
}

.service-card:hover .timeline div:nth-child(2) {
    transform: translateX(9px);
}

.service-card:hover .timeline div:nth-child(3) {
    transform: translateX(13px);
}


/* Aşama numaraları */
.service-card:hover .timeline span {
    color: #d61f1f;
}


/* =====================================================
   02 — YÜKSEK ALAN KULLANIMI
   Kırmızı grafikler hareketlensin
===================================================== */

.service-card .bars i {
    transform-origin: left center;

    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        filter .45s ease,
        box-shadow .45s ease;
}


/* Hover'da barlar hafif uzayıp öne gelsin */
.service-card:hover .bars i:nth-child(1) {
    transform: scaleX(1.04) translateX(3px);
}

.service-card:hover .bars i:nth-child(2) {
    transform: scaleX(1.025) translateX(5px);
}

.service-card:hover .bars i:nth-child(3) {
    transform: scaleX(1.055) translateX(3px);
}

.service-card:hover .bars i:nth-child(4) {
    transform: scaleX(1.02) translateX(6px);
}


.service-card:hover .bars i {
    filter: saturate(1.12);

    box-shadow:
        0 8px 20px rgba(214,31,31,.12);
}


/* =====================================================
   03 — ÖZEL ENTEGRASYON
   Yuvarlak ikonlar canlansın
===================================================== */

.service-card .symbol-cloud span {
    transition:
        transform .5s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        color .35s ease,
        box-shadow .4s ease;
}


/* 1. ikon */
.service-card:hover .symbol-cloud span:nth-child(1) {
    transform:
        translateY(-5px)
        scale(1.08);
}


/* 2. ikon — mevcut yukarı konumunu koruyor */
.service-card:hover .symbol-cloud span:nth-child(2) {
    transform:
        translateY(-41px)
        scale(1.08);
}


/* 3. ikon — mevcut aşağı konumunu koruyor */
.service-card:hover .symbol-cloud span:nth-child(3) {
    transform:
        translateY(24px)
        scale(1.08);
}


/* 4. ikon */
.service-card:hover .symbol-cloud span:nth-child(4) {
    transform:
        translateY(-4px)
        scale(1.08);
}


/* İkonlara hover olduğunda kırmızı */
.service-card .symbol-cloud span:hover {
    background: #d61f1f !important;
    color: #ffffff !important;

    box-shadow:
        0 12px 28px rgba(214,31,31,.20);
}


/* =====================================================
   BAŞLIKLARDA MİKRO HAREKET
===================================================== */

.service-card h3 {
    transition:
        transform .4s cubic-bezier(.22,1,.36,1),
        color .3s ease;
}


.service-card:hover h3 {
    transform: translateY(-2px);
}


/* Kart numarası */
.service-card .service-top {
    transition: color .3s ease;
}


.service-card:hover .service-top {
    color: #d61f1f;
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 768px) {

    .service-card:hover {
        transform: none;
    }

    .service-card:hover .timeline div,
    .service-card:hover .bars i {
        transform: none;
    }
}

/* =====================================================
   PRODUCT DETAIL — REMOVE WHITE IMAGE BACKGROUND
===================================================== */

/* Slider ve slide zemini */
.product-page .product-slider,
.product-page .product-slider-track,
.product-page .product-slide {
    background: transparent !important;
}


/* Ürün fotoğrafındaki beyaz zemini showroom ile kaynaştır */
.product-page .product-slide img {
    background: transparent !important;

    mix-blend-mode: multiply;

    object-fit: contain !important;

    filter:
        drop-shadow(0 28px 24px rgba(0,0,0,.10));
}


/* Ana ürün vitrini */
.product-page .product-studio {
    background:
        linear-gradient(
            145deg,
            #f8f8f6 0%,
            #eeeeeb 100%
        ) !important;
}


/* Eski mor/grid efektini kapat */
.product-page .product-studio::after {
    opacity: 0 !important;
}


/* Hover'da ürün hafif öne çıksın */
.product-page .product-slide img {
    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        filter .45s ease;
}

.product-page .product-studio:hover .product-slide img {
    transform: scale(1.018);

    filter:
        drop-shadow(0 34px 28px rgba(0,0,0,.14));
}

/* =====================================================
   ABOUT CARDS — PREMIUM HOVER INTERACTION
===================================================== */

/* Büyük mühendislik kartı + Ar-Ge + OEM */
.about-grid .feature-large,
.about-grid .metric {
    position: relative;
    z-index: 1;

    transition:
        transform .48s cubic-bezier(.22,1,.36,1),
        box-shadow .48s ease,
        border-color .35s ease,
        background-color .35s ease;
}


/* Hover — kart öne çıksın */
.about-grid .feature-large:hover,
.about-grid .metric:hover {
    z-index: 10;

    transform:
        translateY(-7px)
        scale(1.018);

    border-color: rgba(214,31,31,.12) !important;

    box-shadow:
        0 30px 68px rgba(20,20,20,.12);
}


/* =====================================================
   AR-GE / OEM
===================================================== */

.about-grid .metric strong {
    transition:
        transform .38s cubic-bezier(.22,1,.36,1),
        color .3s ease;
}


/* Başlık hover */
.about-grid .metric:hover strong {
    color: #d61f1f !important;

    transform: translateY(-3px);
}


/* Alt açıklama */
.about-grid .metric span {
    transition:
        transform .35s ease,
        color .35s ease;
}


.about-grid .metric:hover span {
    transform: translateY(-1px);

    color: #555 !important;
}


/* =====================================================
   BÜYÜK MÜHENDİSLİK KARTI
===================================================== */

.about-grid .feature-large h3 {
    transition:
        transform .4s cubic-bezier(.22,1,.36,1);
}


.about-grid .feature-large:hover h3 {
    transform: translateY(-3px);
}


/* Küçük 01 / MÜHENDİSLİK etiketi */
.about-grid .feature-large .mini-label {
    transition:
        color .3s ease,
        letter-spacing .35s ease;
}


.about-grid .feature-large:hover .mini-label {
    color: #d61f1f !important;

    letter-spacing: .15em;
}


/* =====================================================
   KIRMIZI ORBITAL ANİMASYONU
===================================================== */

.about-grid .orbital {
    transition:
        transform .65s cubic-bezier(.22,1,.36,1),
        border-color .4s ease;
}


/* Dış/orta halkalar */
.about-grid .orbital::before,
.about-grid .orbital::after {
    transition:
        transform .65s cubic-bezier(.22,1,.36,1),
        border-color .4s ease,
        box-shadow .4s ease;
}


/* Büyük kart hover olduğunda orbital */
.about-grid .feature-large:hover .orbital {
    transform:
        rotate(8deg)
        scale(1.07);

    border-color:
        rgba(214,31,31,.32) !important;
}


/* Orta halka */
.about-grid .feature-large:hover .orbital::before {
    transform:
        rotate(-16deg)
        scale(.95);

    border-color:
        rgba(214,31,31,.28) !important;
}


/* Kırmızı merkez */
.about-grid .feature-large:hover .orbital::after {
    transform: scale(1.10);

    background: #d61f1f !important;

    box-shadow:
        0 0 0 8px rgba(214,31,31,.06),
        0 10px 30px rgba(214,31,31,.22);
}


/* =====================================================
   MOUSE DOĞRUDAN ORBITAL ÜZERİNDE
===================================================== */

.about-grid .orbital:hover {
    transform:
        rotate(14deg)
        scale(1.10) !important;
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 768px) {

    .about-grid .feature-large:hover,
    .about-grid .metric:hover {
        transform: none;
    }

    .about-grid .feature-large:hover .orbital {
        transform: none;
    }
}
/* =====================================================
   CONTACT / PROJECT REQUEST — PREMIUM V2
===================================================== */

.contact-card {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 760px;

    padding: 72px 70px 68px;

    border-radius: 42px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 12%,
            rgba(214,31,31,.075),
            transparent 27%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(20,20,20,.035),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7f7f5 100%
        ) !important;

    border: 1px solid rgba(20,20,20,.055);

    box-shadow:
        0 34px 90px rgba(20,20,20,.08),
        inset 0 1px 0 rgba(255,255,255,1);

    text-align: center;
}


/* Üstte çok ince kırmızı vurgu */
.contact-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 130px;
    height: 3px;

    transform: translateX(-50%);

    border-radius: 0 0 999px 999px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d61f1f,
            transparent
        );
}


/* Çok hafif arka plan glow */
.contact-card::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -230px;
    top: -230px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(214,31,31,.08),
            transparent 68%
        );

    pointer-events: none;

    z-index: -1;
}


/* =====================================================
   İLETİŞİM BADGE
===================================================== */

.contact-card .eyebrow {
    margin: 0 auto 20px;

    padding: 7px 14px;

    border-radius: 999px;

    background: #ffffff;

    border: 1px solid rgba(20,20,20,.055);

    color: #777;

    font-size: 11px;
    font-weight: 600;

    box-shadow:
        0 7px 20px rgba(20,20,20,.055);
}


/* =====================================================
   ANA BAŞLIK
===================================================== */

.contact-card h2 {
    max-width: 900px;

    margin: 0 auto;

    font-size: clamp(52px,5vw,76px) !important;

    line-height: .94 !important;

    letter-spacing: -.06em !important;

    font-weight: 730;

    color: #171717;
}


/* Açıklama */
.contact-card > p {
    max-width: 650px;

    margin: 24px auto 0;

    font-size: 16px;
    line-height: 1.6;

    color: #747474;
}


/* =====================================================
   FORM PANELİ
===================================================== */

.contact-card form {
    position: relative;

    width: min(820px,100%);

    margin: 38px auto 0;

    padding: 18px;

    display: grid !important;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 11px;

    border-radius: 28px;

    background:
        rgba(255,255,255,.72);

    border:
        1px solid rgba(20,20,20,.06);

    -webkit-backdrop-filter:
        blur(24px)
        saturate(140%);

    backdrop-filter:
        blur(24px)
        saturate(140%);

    box-shadow:
        0 24px 60px rgba(20,20,20,.075),
        inset 0 1px 0 rgba(255,255,255,1);
}


/* =====================================================
   INPUT / TEXTAREA
===================================================== */

.contact-card input,
.contact-card textarea {
    width: 100%;

    border:
        1px solid rgba(20,20,20,.075) !important;

    outline: none;

    border-radius: 16px !important;

    background:
        rgba(248,248,247,.88) !important;

    color: #171717;

    font-family: inherit;

    font-size: 14px;

    transition:
        border-color .28s ease,
        background .28s ease,
        box-shadow .28s ease,
        transform .28s ease;
}


/* Input */
.contact-card input {
    min-height: 54px !important;

    padding: 0 17px !important;
}


/* Textarea */
.contact-card textarea {
    grid-column: 1 / -1;

    min-height: 130px;

    padding: 16px 17px;

    resize: vertical;
}


/* Placeholder */
.contact-card input::placeholder,
.contact-card textarea::placeholder {
    color: #969696;
}


/* Focus */
.contact-card input:focus,
.contact-card textarea:focus {
    background: #ffffff !important;

    border-color:
        rgba(214,31,31,.40) !important;

    box-shadow:
        0 0 0 4px rgba(214,31,31,.06),
        0 10px 25px rgba(20,20,20,.05);

    transform:
        translateY(-1px);
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.project-submit-btn {
    grid-column: 1 / -1;

    position: relative;

    width: 100%;
    height: 62px;

    margin-top: 2px;

    padding:
        0 12px
        0 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;

    border-radius: 18px;

    background:
        #111111 !important;

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;
    font-weight: 650;

    cursor: pointer;

    box-shadow:
        0 16px 36px rgba(0,0,0,.16),
        inset 0 1px 0 rgba(255,255,255,.12);

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        box-shadow .35s ease;
}


/* Sağ ok */
.project-submit-arrow {
    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,.12);

    color: #ffffff;

    font-size: 18px;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        background .35s ease,
        color .35s ease;
}


/* Hover */
.project-submit-btn:hover {
    background:
        #d61f1f !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 22px 45px rgba(214,31,31,.24);
}


.project-submit-btn:hover
.project-submit-arrow {
    background:
        #ffffff;

    color:
        #d61f1f;

    transform:
        translateX(3px);
}


/* Click */
.project-submit-btn:active {
    transform:
        translateY(-1px)
        scale(.992);
}


/* =====================================================
   FORM FOCUS EFFECT
===================================================== */

.contact-card form:focus-within {
    border-color:
        rgba(214,31,31,.11);

    box-shadow:
        0 28px 70px rgba(20,20,20,.09),
        0 0 0 1px rgba(214,31,31,.035),
        inset 0 1px 0 rgba(255,255,255,1);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .contact-card {
        min-height: auto;

        padding:
            52px 20px
            26px;

        border-radius:
            30px;
    }

    .contact-card h2 {
        font-size:
            44px !important;

        line-height:
            .98 !important;
    }

    .contact-card > p {
        font-size:
            14px;
    }

    .contact-card form {
        grid-template-columns:
            1fr !important;

        padding: 12px;

        border-radius:
            22px;
    }

    .contact-card textarea,
    .project-submit-btn {
        grid-column:
            1;
    }

    .contact-card input {
        min-height:
            52px !important;
    }

    .project-submit-btn {
        height:
            58px;
    }
}

/* =====================================================
   S-FLEX SHOWROOM — REMOVE RED / PINK GLOW
===================================================== */

/* Panel arkasındaki büyük kırmızı/pembe halo */
.sflex-product-halo {
    background: transparent !important;
    display: none !important;
}


/* Glass çerçevenin altındaki sıcak renkli glow */
.sflex-product-glass::after {
    background: transparent !important;
    display: none !important;
}


/* Glass alan tamamen nötr kalsın */
.sflex-product-glass {
    background:
        rgba(255,255,255,.62) !important;

    border:
        1px solid rgba(255,255,255,.88) !important;

    box-shadow:
        0 30px 70px rgba(30,24,18,.10),
        0 8px 25px rgba(30,24,18,.05),
        inset 0 1px 0 rgba(255,255,255,.96) !important;
}

/* =====================================================
   S-FLEX PRODUCT GLASS — MORE TRANSPARENT
===================================================== */

.sflex-product-glass {
    background:
        rgba(255, 255, 255, 0.24) !important;

    border:
        1px solid rgba(255, 255, 255, 0.55) !important;

    -webkit-backdrop-filter:
        blur(18px)
        saturate(125%) !important;

    backdrop-filter:
        blur(18px)
        saturate(125%) !important;

    box-shadow:
        0 28px 70px rgba(30, 24, 18, 0.08),
        0 8px 24px rgba(30, 24, 18, 0.04),
        inset 0 1px 0 rgba(255,255,255,.72),
        inset 0 -1px 0 rgba(255,255,255,.18) !important;
}


/* Üst beyaz parlamayı da azalt */
.sflex-product-glass::before {
    opacity: 0.42 !important;
}


/* Renkli glow kesinlikle olmasın */
.sflex-product-glass::after {
    display: none !important;
}


/* Ana showroom zemini de biraz daha nötr */
.sflex-ad-showroom {
    background:
        linear-gradient(
            145deg,
            rgba(250,249,247,.58),
            rgba(240,237,232,.48)
        ) !important;
}

/* ===== LEGAL FOOTER GRID + ACTIVE LEGAL COMPONENTS ===== */
footer,.shop-footer,.site-footer{grid-template-columns:1.55fr repeat(4,minmax(0,1fr))!important;column-gap:38px!important}
.footer-legal{min-width:0}.footer-legal a{line-height:1.35}.checkout-footer{margin-top:70px}
@media(max-width:1050px){footer,.shop-footer,.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 26px!important}footer .footer-brand,.shop-footer .footer-brand,.site-footer .footer-brand{grid-column:1/-1}}
@media(max-width:600px){footer,.shop-footer,.site-footer{grid-template-columns:1fr!important}}
/* ===== LEGAL PAGES + FOOTER V2 / FINAL ===== */
.footer-legal a{transition:color .25s ease,transform .25s ease;}
.footer-legal a:hover{color:#d61f1f!important;transform:translateX(3px);}
.legal-content{padding-top:8px;}
.legal-content>section{padding:28px 0;border-bottom:1px solid rgba(20,20,20,.07);}
.legal-content>section:last-child{border-bottom:0;}
.legal-content h2{scroll-margin-top:120px;}
.legal-content p:first-child.legal-lead{margin:30px 0 8px;padding:22px 24px;border-radius:19px;background:#f5f2ef;color:#252321;font-size:15px;line-height:1.7;border:1px solid rgba(20,20,20,.05);}
.legal-content strong{color:#262321;}
.legal-content ul{display:grid;gap:9px;margin-top:15px;}
.legal-content li::marker{color:#d61f1f;}
.legal-party-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;margin-top:18px;}
.legal-party-card{padding:23px;border-radius:20px;background:#f6f4f1;border:1px solid rgba(20,20,20,.055);}
.legal-party-card>span{display:block;margin-bottom:11px;color:#d61f1f;font-size:9px;font-weight:750;letter-spacing:.18em;}
.legal-party-card>strong{display:block;margin-bottom:15px;font-size:17px;letter-spacing:-.02em;}
.legal-party-card p{margin:7px 0!important;font-size:13px!important;}
.legal-emphasis{display:grid!important;grid-template-columns:auto 1fr;column-gap:18px;align-items:center;padding:23px 25px!important;margin:28px 0 4px;border:0!important;border-radius:22px;background:#202020;color:#fff;}
.legal-emphasis>span{grid-column:1/-1;margin-bottom:9px;color:#d61f1f;font-size:9px;font-weight:750;letter-spacing:.18em;}
.legal-emphasis>strong{color:#fff;font-size:33px;letter-spacing:-.04em;}
.legal-emphasis>p{margin:0!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;}
.legal-update{display:inline-flex;margin:27px 0 7px!important;padding:8px 12px;border-radius:999px;background:#f5f2ef;color:#77716d!important;font-size:11px!important;}
.legal-content blockquote{margin:25px 0;padding:20px 22px;border-left:3px solid #d61f1f;background:#f7f4f1;border-radius:0 16px 16px 0;}
.legal-content code{font-family:inherit;background:#f4f1ee;padding:2px 5px;border-radius:5px;}
@media(max-width:760px){.legal-party-grid{grid-template-columns:1fr}.legal-emphasis{grid-template-columns:1fr}.legal-emphasis>p{margin-top:5px!important}}


/* === SIMPLE LEGAL PAGES V2 === */
.simple-legal-page{
  margin:0;
  color:#1b1b1b;
  background:#f5f3ef;
  font-family:Inter,"Helvetica Neue",Arial,sans-serif;
}
.simple-legal-page:before{display:none!important;}
.simple-legal-header{
  width:min(980px,calc(100vw - 48px));
  min-height:92px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(20,20,20,.10);
}
.simple-legal-brand{
  color:#171717;
  text-decoration:none;
  font-size:22px;
  font-weight:800;
  letter-spacing:-.04em;
}
.simple-legal-brand span{color:#d61f1f;}
.simple-legal-back{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#202020;
  font-size:12px;
  font-weight:650;
  padding:10px 13px 10px 16px;
  border:1px solid rgba(20,20,20,.10);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  transition:transform .25s ease,color .25s ease,border-color .25s ease;
}
.simple-legal-back b{
  width:27px;height:27px;border-radius:50%;display:grid;place-items:center;
  background:#171717;color:#fff;font-weight:400;
}
.simple-legal-back:hover{color:#d61f1f;border-color:rgba(214,31,31,.22);transform:translateY(-2px);}
.simple-legal-main{
  width:min(860px,calc(100vw - 48px));
  margin:0 auto;
  padding:92px 0 110px;
}
.simple-legal-eyebrow{
  color:#d61f1f;
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  margin-bottom:20px;
}
.simple-legal-main h1{
  margin:0;
  color:#141414;
  font-size:clamp(44px,6vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:760;
}
.simple-legal-rule{height:1px;background:rgba(20,20,20,.11);margin:42px 0 50px;}
.simple-legal-content{
  font-size:15px;
  line-height:1.78;
  color:#4e4b48;
}
.simple-legal-content .legal-lead{
  color:#252321;
  font-size:19px;
  line-height:1.65;
  margin:0 0 42px;
}
.simple-legal-content .legal-update{
  color:#8a8580;
  font-size:12px;
  letter-spacing:.03em;
  margin:0 0 30px;
}
.simple-legal-content section{margin:0 0 46px;}
.simple-legal-content h2{
  margin:48px 0 16px;
  color:#171717;
  font-size:25px;
  line-height:1.18;
  letter-spacing:-.035em;
}
.simple-legal-content h3{color:#171717;font-size:18px;margin:30px 0 10px;}
.simple-legal-content p{margin:0 0 18px;}
.simple-legal-content ul,.simple-legal-content ol{margin:10px 0 24px;padding-left:22px;}
.simple-legal-content li{margin:8px 0;padding-left:4px;}
.simple-legal-content strong{color:#222;}
.simple-legal-content a{color:#d61f1f;text-decoration:none;border-bottom:1px solid rgba(214,31,31,.28);}
.simple-legal-content a:hover{border-color:#d61f1f;}
.simple-legal-footer{
  width:min(980px,calc(100vw - 48px));
  margin:0 auto;
  padding:32px 0 46px;
  border-top:1px solid rgba(20,20,20,.10);
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:30px;
  color:#8a8580;
  font-size:10px;
}
.simple-legal-footer nav{display:flex;gap:17px;flex-wrap:wrap;justify-content:flex-end;}
.simple-legal-footer a{color:#77716c;text-decoration:none;transition:color .2s ease;}
.simple-legal-footer a:hover{color:#d61f1f;}
@media(max-width:700px){
  .simple-legal-header{width:88vw;min-height:76px;}
  .simple-legal-main{width:88vw;padding:64px 0 80px;}
  .simple-legal-main h1{font-size:46px;}
  .simple-legal-rule{margin:30px 0 34px;}
  .simple-legal-content{font-size:14px;line-height:1.72;}
  .simple-legal-content h2{font-size:22px;margin-top:38px;}
  .simple-legal-footer{width:88vw;flex-direction:column;padding-bottom:32px;}
  .simple-legal-footer nav{justify-content:flex-start;gap:12px 16px;}
}


/* =====================================================
   LEGAL FOOTER BAR — PREMIUM
===================================================== */

.legal-footer {
    width: min(1400px, calc(100vw - 80px));
    margin: 70px auto 30px;

    padding: 22px 26px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border-radius: 20px;

    background: #2a2a2a;

    border: 1px solid rgba(255,255,255,.06);

    box-shadow:
        0 18px 42px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.04);
}


/* Telif */
.legal-footer .legal-copy {
    margin: 0;

    color: rgba(255,255,255,.42);

    font-size: 11px;
    white-space: nowrap;
}


/* Sağ link grubu */
.legal-footer .legal-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 22px;
    flex-wrap: wrap;
}


/* Linkler */
.legal-footer .legal-links a {
    position: relative;

    color: rgba(255,255,255,.78);

    font-size: 11px;
    font-weight: 500;

    text-decoration: none;

    transition:
        color .25s ease,
        transform .25s ease;
}


/* Aralara küçük ayraç */
.legal-footer .legal-links a:not(:last-child)::after {
    content: "";

    position: absolute;

    right: -12px;
    top: 50%;

    width: 2px;
    height: 2px;

    border-radius: 50%;

    background: rgba(255,255,255,.22);

    transform: translateY(-50%);
}


/* Hover */
.legal-footer .legal-links a:hover {
    color: #d61f1f;
    transform: translateY(-1px);
}


/* Mobil */
@media (max-width: 800px) {

    .legal-footer {
        width: calc(100vw - 28px);

        margin-top: 45px;

        padding: 20px;

        flex-direction: column;
        align-items: flex-start;
    }

    .legal-footer .legal-links {
        justify-content: flex-start;

        gap: 14px 20px;
    }

    .legal-footer .legal-copy {
        white-space: normal;
    }
}
/* =====================================================
   LEGAL CONTENT — CLARITY & COMPLIANCE SUPPORT
===================================================== */
.legal-notice{
  margin:0 0 42px!important;
  padding:24px 26px!important;
  border:1px solid rgba(20,20,20,.07)!important;
  border-left:3px solid #d61f1f!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.62)!important;
  box-shadow:0 14px 34px rgba(25,22,19,.045)!important;
}
.legal-notice>strong{
  display:block;
  margin-bottom:8px;
  color:#171717!important;
  font-size:15px;
  letter-spacing:-.01em;
}
.legal-notice>p{
  margin:0!important;
  color:#625d58!important;
  font-size:13px!important;
  line-height:1.72!important;
}
.legal-small-note{
  margin-top:18px!important;
  padding:15px 17px;
  border-radius:14px;
  background:#f7f5f2;
  color:#77716c!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.simple-legal-content section[id]{scroll-margin-top:110px;}
.simple-legal-content h2 + p{max-width:820px;}

.contact-privacy-note{
  width:min(820px,100%);
  margin:12px auto 0!important;
  color:rgba(30,27,24,.56)!important;
  font-size:11px!important;
  line-height:1.55!important;
  text-align:left;
}
.contact-privacy-note a{
  color:#d61f1f!important;
  text-decoration:none;
  border-bottom:1px solid rgba(214,31,31,.25);
}
.contact-privacy-note a:hover{border-color:#d61f1f;}
.contact-privacy-check{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:10px;
  padding:4px 4px 2px;
  color:#67615c;
  font-size:12px;
  line-height:1.45;
  text-align:left;
}
.contact-privacy-check input{
  width:18px!important;
  min-height:18px!important;
  height:18px!important;
  padding:0!important;
  margin:0;
  flex:0 0 18px;
  accent-color:#d61f1f;
  box-shadow:none!important;
}
.contact-privacy-check a{color:#d61f1f;text-decoration:none;border-bottom:1px solid rgba(214,31,31,.25)}
.contact-privacy-check a:hover{border-color:#d61f1f}
html body,button,input,textarea,select{font-family:"Helvetica Neue",Arial,sans-serif}
.product-documents{width:var(--content);margin:-70px auto 120px;padding:36px 40px;border-radius:30px;background:#fff;display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;box-shadow:0 18px 44px rgba(53,43,58,.07)}
.product-documents h2{margin:8px 0 0;font-size:32px;letter-spacing:-.04em}.product-document-links{display:grid;gap:10px}.product-document-links a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 17px;border:1px solid rgba(41,30,47,.1);border-radius:15px;color:#332a38;text-decoration:none;font-size:12px}.product-document-links a:hover{border-color:rgba(63,31,82,.35);background:#faf8fb}.product-document-links b{font-size:10px;color:#6d4d7d}
.technical-engineering-note{margin:18px 0 0;padding:14px 16px;border-radius:14px;background:#fff4e5;color:#76521d;font-size:11px;line-height:1.6}.technical-engineering-note strong{color:#51350d}
@media(max-width:700px){.product-documents{width:84vw;margin-top:-70px;padding:28px 24px;grid-template-columns:1fr}}
.product-noscript{width:min(1120px,87.5vw);margin:120px auto 20px;padding:24px;border-radius:22px;background:#fff}
.product-noscript h1{margin:0 0 10px}.product-noscript p{color:#65616b;line-height:1.55}
.live-price-block strong{font-size:clamp(28px,3vw,42px);letter-spacing:-.04em;color:#241b29}
.live-price-block small{display:block;margin-top:8px;color:#817982}
.catalog-price{display:block;margin-top:10px;font-size:15px;color:#2f184b;letter-spacing:-.02em}
.checkout-live-main{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.live-checkout-grid{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(420px,1.35fr);gap:20px;align-items:start;margin-top:28px}
.order-summary-card{position:sticky;top:100px}
.buy-summary-product{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:22px 0;border-bottom:1px solid rgba(52,37,61,.09)}
.buy-summary-product strong{display:block;font-size:19px;color:#2b2130}.buy-summary-product span{display:block;margin-top:5px;font-size:12px;color:#8a828c}
.buy-summary-price{text-align:right;white-space:nowrap}.buy-summary-price b{display:block;font-size:13px}.buy-summary-price span{font-size:12px;color:#8a828c}
.checkout-stock-status{display:block;margin-top:8px;color:#2f7a4b;font-size:10px;font-style:normal;font-weight:700}.checkout-stock-status.is-out{color:#a33434}
.checkout-total-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0 8px}.checkout-total-row span{font-size:13px;color:#7d7480}.checkout-total-row strong{font-size:29px;letter-spacing:-.04em;color:#2f184b}
.checkout-tax-note{font-size:11px!important;line-height:1.6!important;color:#928a94!important;margin:8px 0 0!important}
.checkout-form-card .mini-label,.order-summary-card .mini-label{display:block;margin-bottom:18px}
.checkout-page .order-summary-card{grid-column:1;grid-row:1}
.checkout-page .checkout-form-card{grid-column:2;grid-row:1}
.checkout-page .checkout-preinfo-card{grid-column:1/-1;grid-row:2;margin-top:0}
.checkout-page .checkout-preinfo-card h2{margin:7px 0 20px;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}
.checkout-preinfo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.checkout-preinfo-grid>div{padding:14px 15px;border:1px solid rgba(53,33,78,.1);border-radius:14px;background:rgba(255,255,255,.58)}
.checkout-preinfo-grid span{display:block;margin-bottom:6px;color:#7d7480;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.checkout-preinfo-grid strong{display:block;color:#312a34;font-size:12px;line-height:1.55}
.checkout-order-facts{display:grid;gap:0;margin-top:20px;padding-top:8px;border-top:1px solid rgba(52,37,61,.09)}
.checkout-order-facts>div{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:10px 0}
.checkout-order-facts span{color:#817982;font-size:11px}
.checkout-order-facts strong{max-width:58%;color:#312a34;font-size:11px;line-height:1.45;text-align:right}
.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.checkout-form-grid label{display:flex;flex-direction:column;gap:7px}.checkout-form-grid label span{font-size:11px;font-weight:700;color:#6f6672;letter-spacing:.02em}
.checkout-form-grid input,.checkout-form-grid textarea{width:100%;border:1px solid rgba(53,33,78,.14);background:rgba(255,255,255,.8);border-radius:14px;padding:13px 14px;font:inherit;color:#2e2631;outline:none;transition:.2s}
.checkout-form-grid input:focus,.checkout-form-grid textarea:focus{border-color:rgba(73,42,112,.55);box-shadow:0 0 0 3px rgba(73,42,112,.08);background:#fff}
.checkout-address-field{grid-column:1/-1}.checkout-form-grid textarea{resize:vertical;min-height:96px}
.checkout-invoice-section{margin:24px 0 8px;padding:20px;border:1px solid rgba(53,33,78,.1);border-radius:18px;background:rgba(249,248,249,.6)}
.checkout-invoice-section legend{padding:0 8px;color:#3b2d42;font-size:12px;font-weight:750}
.checkout-invoice-note{margin:0 0 15px;color:#8a828c;font-size:10px;line-height:1.55}
.invoice-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}
.invoice-type-selector>label{position:relative;cursor:pointer}
.invoice-type-selector input{position:absolute;opacity:0;pointer-events:none}
.invoice-type-selector span{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border:1px solid rgba(53,33,78,.1);border-radius:14px;background:rgba(255,255,255,.7);transition:.2s}
.invoice-type-selector strong{color:#3a313e;font-size:11px}
.invoice-type-selector small{color:#918993;font-size:9px}
.invoice-type-selector input:checked+span{border-color:rgba(66,31,93,.45);background:#fff;box-shadow:0 0 0 3px rgba(66,31,93,.06)}
.invoice-type-selector input:focus-visible+span{outline:2px solid #4c2669;outline-offset:2px}
.checkout-invoice-fields{margin-top:12px}
.checkout-invoice-fields[hidden]{display:none!important}
.checkout-invoice-fields label span small{color:#99919a;font-size:9px;font-weight:500}
.invoice-address-toggle{display:flex;align-items:flex-start;gap:9px;margin:16px 2px 3px;color:#6f6672;font-size:10px;line-height:1.5;cursor:pointer}
.invoice-address-toggle input{width:16px;height:16px;margin:0;flex:none;accent-color:#3d1859}
.checkout-consent{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-size:11px;line-height:1.55;color:#6f6672}.checkout-consent input{margin-top:3px;accent-color:#2f184b}.checkout-consent a{color:#2f184b;text-decoration:underline;text-underline-offset:2px}
.checkout-pay-button{width:100%;min-height:52px;display:flex!important;align-items:center;justify-content:center;gap:10px}.checkout-pay-button:disabled{opacity:.6;cursor:wait}
.product-stock-status,.catalog-stock-status{margin:10px 0 12px;color:#2f7a4b;font-size:11px;font-weight:700}.product-stock-status.is-out,.catalog-stock-status.is-out{color:#a33434}.quantity-control button:disabled,.buy-button:disabled,.black-pill[aria-disabled="true"]{opacity:.5;cursor:not-allowed;pointer-events:none}
.checkout-error{padding:12px 14px;margin:0 0 14px;border-radius:12px;background:#fff0f0;border:1px solid #f1cccc;color:#8d2b2b;font-size:12px}
.payment-trust-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:13px;font-size:10px;color:#958d98}
.paytr-frame-card{max-width:980px;margin:24px auto 0}.payment-stage-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.payment-stage-head h2{margin:5px 0 0;font-size:24px}.paytr-loading{padding:42px;text-align:center;color:#827a85}
.payment-result-page{min-height:100vh;display:grid;place-items:center;padding:28px}.result-brand{position:fixed;left:28px;top:24px}.payment-result-card{width:min(580px,100%);text-align:center;padding:48px!important}.result-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:30px;font-weight:700}.result-icon.pending{background:#f0ebf5;color:#51376c}.result-icon.success{background:#e7f6ec;color:#1f7a44}.result-icon.failed{background:#fdeaea;color:#a33434}.payment-result-card h1{margin:12px 0;font-size:34px;letter-spacing:-.04em}.payment-result-card p{color:#746b77;line-height:1.7}.result-order{margin:18px 0 24px;padding:12px;border-radius:12px;background:#f7f5f8;font-size:12px;font-weight:700;color:#55495a}.result-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
@media(max-width:820px){.live-checkout-grid{grid-template-columns:1fr}.checkout-page .order-summary-card,.checkout-page .checkout-form-card,.checkout-page .checkout-preinfo-card{grid-column:1;grid-row:auto}.order-summary-card{position:static}.checkout-preinfo-grid{grid-template-columns:1fr}.checkout-form-grid{grid-template-columns:1fr}.checkout-address-field{grid-column:auto}.checkout-live-main{padding-left:16px;padding-right:16px}.payment-stage-head{align-items:flex-start;flex-direction:column}.payment-result-card{padding:30px 20px!important}.result-brand{position:absolute;left:20px;top:18px}}
@media(max-width:560px){.invoice-type-selector{grid-template-columns:1fr}.checkout-invoice-section{padding:16px}}


/* =========================================================
   SPUTEK PV — PREMIUM CHECKOUT 2026
   styles.css DOSYASININ EN ALTINA EKLE
   ========================================================= */

/* ---------- SAYFA ---------- */

body.checkout-page{
    --checkout-bg:#f4f1ec;
    --checkout-card:rgba(255,255,255,.82);
    --checkout-border:rgba(255,255,255,.92);
    --checkout-text:#18171a;
    --checkout-muted:#777177;
    --checkout-purple:#35154f;
    --checkout-purple-2:#54237b;

    background:
        radial-gradient(circle at 8% 20%,rgba(104,69,141,.08),transparent 28%),
        radial-gradient(circle at 92% 72%,rgba(176,142,99,.07),transparent 26%),
        linear-gradient(180deg,#f8f6f2 0%,#f1ede8 100%) !important;

    min-height:100vh;
    color:var(--checkout-text);
}

/* eski arka plan gridini daha premium yap */
body.checkout-page::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-2;

    background-image:
        linear-gradient(rgba(35,25,45,.022) 1px,transparent 1px),
        linear-gradient(90deg,rgba(35,25,45,.022) 1px,transparent 1px);

    background-size:72px 72px;
    mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);
}


/* ---------- ÜST MENÜ ---------- */

.checkout-page .nav-shell{
    width:min(1180px,calc(100vw - 48px)) !important;
    height:64px !important;
    top:18px !important;

    padding:0 12px 0 20px !important;

    background:rgba(44,43,43,.82) !important;
    border:1px solid rgba(255,255,255,.17) !important;

    border-radius:24px !important;

    backdrop-filter:blur(24px) saturate(140%);
    -webkit-backdrop-filter:blur(24px) saturate(140%);

    box-shadow:
        0 18px 50px rgba(28,24,30,.16),
        inset 0 1px 0 rgba(255,255,255,.15) !important;
}

.checkout-page .desktop-nav{
    gap:30px !important;
}

.checkout-page .desktop-nav a{
    color:rgba(255,255,255,.72) !important;
    font-size:12px !important;
    font-weight:600;
    transition:.2s ease;
}

.checkout-page .desktop-nav a:hover{
    color:#fff !important;
}

.checkout-page .nav-center-logo img{
    filter:brightness(0) invert(1);
    opacity:.95;
}

.checkout-page .nav-actions .button{
    background:#faf8f4 !important;
    color:#242126 !important;
    min-height:42px !important;
    padding:0 23px !important;

    box-shadow:
        0 5px 14px rgba(0,0,0,.12),
        inset 0 1px 0 #fff !important;
}

.checkout-page .nav-actions .button:hover{
    transform:translateY(-1px);
    background:#fff !important;
}


/* ---------- ANA CHECKOUT ALANI ---------- */

.checkout-page .checkout-main.checkout-live-main{
    width:min(1180px,calc(100% - 48px)) !important;
    max-width:1180px !important;

    margin:0 auto !important;

    padding:
        128px
        0
        110px !important;
}


/* ---------- ÜST BAŞLIK ---------- */

.checkout-page .arge-kicker{
    display:flex;
    align-items:center;
    gap:10px;

    margin:0 0 14px !important;

    color:#9a8776 !important;

    font-size:10px !important;
    font-weight:700 !important;
    letter-spacing:.18em !important;
    text-transform:uppercase;
}

.checkout-page .arge-kicker::before{
    content:"";
    display:block;

    width:28px;
    height:1px;

    background:linear-gradient(
        90deg,
        #e84e58,
        #ff8a78
    );
}

.checkout-page .checkout-main h1{
    max-width:780px;

    margin:0 !important;

    font-size:clamp(48px,5vw,76px) !important;
    line-height:.96 !important;

    letter-spacing:-.065em !important;

    font-weight:650 !important;

    color:#171619 !important;

    text-wrap:balance;
}

.checkout-page .checkout-lead{
    max-width:760px !important;

    margin:
        22px
        0
        0 !important;

    font-size:15px !important;
    line-height:1.7 !important;

    color:#77716e !important;
}


/* ---------- CHECKOUT GRID ---------- */

.checkout-page .live-checkout-grid{
    display:grid !important;

    grid-template-columns:
        minmax(285px,.78fr)
        minmax(500px,1.32fr) !important;

    gap:22px !important;

    align-items:start;

    margin-top:56px !important;
}


/* ---------- GENEL KART TASARIMI ---------- */

.checkout-page .checkout-card{
    position:relative;

    margin-top:0 !important;

    padding:28px !important;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.92),
            rgba(255,255,255,.70)
        ) !important;

    border:
        1px solid
        rgba(255,255,255,.95);

    border-radius:28px !important;

    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);

    box-shadow:
        0 28px 70px rgba(50,38,57,.09),
        0 4px 16px rgba(50,38,57,.035),
        inset 0 1px 0 rgba(255,255,255,.96) !important;

    overflow:hidden;
}


/* kart üst ışık efekti */

.checkout-page .checkout-card::after{
    content:"";

    position:absolute;

    width:220px;
    height:220px;

    right:-120px;
    top:-130px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(101,62,139,.09),
            transparent 68%
        );

    pointer-events:none;
}


/* ---------- KÜÇÜK BAŞLIKLAR ---------- */

.checkout-page .mini-label{
    display:flex !important;
    align-items:center;

    margin-bottom:22px !important;

    color:#877d8a !important;

    font-size:10px !important;

    font-weight:700;

    letter-spacing:.16em !important;

    text-transform:uppercase;
}


/* ---------- SİPARİŞ ÖZETİ ---------- */

.checkout-page .order-summary-card{
    position:sticky !important;

    top:108px !important;

    padding:30px !important;

    min-height:270px;
}

.checkout-page .buy-summary{
    position:relative;
    z-index:2;
}

/* ürün satırı */

.checkout-page .buy-summary > div{
    padding:
        10px
        0
        22px !important;

    border-bottom:
        1px solid
        rgba(50,34,63,.08) !important;
}

.checkout-page .buy-summary strong{
    color:#222026;

    font-size:17px !important;

    letter-spacing:-.02em;
}

.checkout-page .buy-summary span{
    color:#8d858d;
}


/* ---------- TOPLAM ---------- */

.checkout-page .checkout-total-row{
    position:relative;
    z-index:2;

    padding:
        24px
        0
        7px !important;
}

.checkout-page .checkout-total-row span{
    font-size:12px !important;

    color:#898187 !important;
}

.checkout-page .checkout-total-row strong{
    font-size:31px !important;

    line-height:1;

    letter-spacing:-.05em !important;

    color:#301347 !important;
}

.checkout-page .checkout-tax-note{
    position:relative;
    z-index:2;

    margin-top:13px !important;

    color:#989197 !important;

    font-size:10px !important;

    line-height:1.65 !important;
}


/* ---------- TESLİMAT FORMU ---------- */

.checkout-page .checkout-form-card{
    padding:30px !important;
}

.checkout-page .checkout-form-grid{
    grid-template-columns:
        repeat(2,minmax(0,1fr)) !important;

    gap:17px 14px !important;
}

.checkout-page .checkout-form-grid label{
    gap:8px !important;
}

.checkout-page .checkout-form-grid label > span{
    margin-left:2px;

    color:#746d76 !important;

    font-size:10px !important;

    font-weight:700 !important;

    letter-spacing:.025em;
}


/* ---------- INPUT ---------- */

.checkout-page .checkout-form-grid input,
.checkout-page .checkout-form-grid textarea{
    width:100%;

    padding:
        14px
        16px !important;

    border:
        1px solid
        rgba(52,35,68,.10) !important;

    border-radius:15px !important;

    background:
        rgba(249,248,249,.72) !important;

    color:#29252c !important;

    font-size:13px !important;

    box-shadow:
        inset 0 1px 2px rgba(37,25,49,.025);

    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease,
        transform .22s ease !important;
}

.checkout-page .checkout-form-grid input:hover,
.checkout-page .checkout-form-grid textarea:hover{
    border-color:
        rgba(68,38,93,.20) !important;

    background:#fff !important;
}

.checkout-page .checkout-form-grid input:focus,
.checkout-page .checkout-form-grid textarea:focus{
    border-color:
        rgba(75,39,108,.42) !important;

    background:#fff !important;

    box-shadow:
        0 0 0 4px rgba(70,35,102,.07),
        0 8px 20px rgba(55,34,73,.04) !important;

    transform:translateY(-1px);
}

.checkout-page .checkout-form-grid textarea{
    min-height:104px !important;

    resize:vertical;
}


/* Açık adres tam genişlik */

.checkout-page .checkout-address-field{
    grid-column:1 / -1 !important;
}


/* ---------- SÖZLEŞME ALANI ---------- */

.checkout-page .checkout-consent{
    position:relative;

    display:flex;

    gap:11px !important;

    align-items:flex-start;

    margin:
        20px
        2px
        19px !important;

    padding:
        13px
        15px;

    background:
        rgba(247,245,248,.74);

    border:
        1px solid
        rgba(59,38,76,.07);

    border-radius:14px;

    color:#777078 !important;

    font-size:10px !important;

    line-height:1.55 !important;
}

.checkout-page .checkout-consent input{
    width:16px;
    height:16px;

    margin-top:0 !important;

    flex:none;

    accent-color:#3d1859 !important;
}

.checkout-page .checkout-consent a{
    color:#492466 !important;

    font-weight:600;

    text-decoration:none !important;

    border-bottom:
        1px solid
        rgba(73,36,102,.28);
}


/* ---------- HATA MESAJI ---------- */

.checkout-page .checkout-error{
    padding:
        12px
        15px !important;

    margin:
        0
        0
        14px !important;

    border:
        1px solid
        rgba(192,70,70,.20) !important;

    border-radius:13px !important;

    background:
        rgba(255,239,239,.86) !important;

    color:#a13e3e !important;

    font-size:11px !important;
}


/* ---------- ÖDEME BUTONU ---------- */

.checkout-page .checkout-pay-button{
    position:relative;

    width:100% !important;

    min-height:56px !important;

    border-radius:17px !important;

    background:
        linear-gradient(
            135deg,
            #321247 0%,
            #4c1b6c 52%,
            #35124e 100%
        ) !important;

    color:#fff !important;

    font-size:12px !important;

    font-weight:700 !important;

    letter-spacing:.01em;

    overflow:hidden;

    box-shadow:
        0 15px 30px rgba(54,18,78,.22),
        inset 0 1px 0 rgba(255,255,255,.15) !important;

    transition:
        transform .22s ease,
        box-shadow .22s ease !important;
}

.checkout-page .checkout-pay-button::before{
    content:"";

    position:absolute;

    width:90px;
    height:180px;

    top:-70px;
    left:-120px;

    transform:rotate(24deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.18),
            transparent
        );

    transition:left .6s ease;
}

.checkout-page .checkout-pay-button:hover{
    transform:
        translateY(-2px) !important;

    box-shadow:
        0 20px 38px rgba(54,18,78,.30),
        inset 0 1px 0 rgba(255,255,255,.17) !important;
}

.checkout-page .checkout-pay-button:hover::before{
    left:110%;
}

.checkout-page .checkout-pay-button span{
    display:inline-block;

    margin-left:5px;

    transition:
        transform .2s ease;
}

.checkout-page .checkout-pay-button:hover span{
    transform:
        translateX(4px);
}


/* ---------- GÜVENLİK SATIRI ---------- */

.checkout-page .payment-trust-row{
    display:grid !important;

    grid-template-columns:
        repeat(3,1fr);

    gap:7px !important;

    margin-top:12px !important;
}

.checkout-page .payment-trust-row span{
    display:flex;

    align-items:center;
    justify-content:center;

    min-height:29px;

    padding:
        5px
        7px;

    background:
        rgba(246,244,247,.75);

    border:
        1px solid
        rgba(59,38,76,.06);

    border-radius:9px;

    color:#938b94 !important;

    font-size:9px !important;

    text-align:center;
}


/* ---------- PAYTR ÖDEME KARTI ---------- */

.checkout-page .paytr-frame-card{
    margin-top:24px !important;

    padding:30px !important;

    background:
        rgba(255,255,255,.88) !important;
}

.checkout-page .payment-stage-head{
    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    margin-bottom:22px;
}

.checkout-page .payment-stage-head h2{
    margin:
        5px
        0
        0;

    font-size:28px;

    letter-spacing:-.04em;
}

.checkout-page .paytr-loading{
    padding:
        30px;

    border-radius:18px;

    background:#f7f5f8;

    color:#817983;

    text-align:center;

    font-size:12px;
}

.checkout-page #paytriframe{
    border-radius:20px;

    overflow:hidden;

    background:#fff;
}


/* ---------- FOOTER ---------- */

.checkout-page .checkout-footer{
    margin-top:0 !important;

    border-top:
        1px solid
        rgba(47,30,61,.07);
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:900px){

    .checkout-page .checkout-main.checkout-live-main{
        width:
            min(100% - 32px,760px) !important;

        padding-top:115px !important;
    }

    .checkout-page .live-checkout-grid{
        grid-template-columns:1fr !important;

        margin-top:40px !important;
    }

    .checkout-page .order-summary-card{
        position:relative !important;

        top:auto !important;
    }

}


/* =========================================================
   MOBİL
   ========================================================= */

@media(max-width:640px){

    .checkout-page .nav-shell{
        width:
            calc(100% - 24px) !important;

        top:12px !important;

        border-radius:20px !important;
    }

    .checkout-page .checkout-main.checkout-live-main{
        width:
            calc(100% - 24px) !important;

        padding:
            104px
            0
            70px !important;
    }

    .checkout-page .checkout-main h1{
        font-size:
            clamp(42px,13vw,58px) !important;
    }

    .checkout-page .checkout-lead{
        font-size:13px !important;
    }

    .checkout-page .live-checkout-grid{
        gap:14px !important;

        margin-top:34px !important;
    }

    .checkout-page .checkout-card,
    .checkout-page .checkout-form-card,
    .checkout-page .order-summary-card{
        padding:22px !important;

        border-radius:23px !important;
    }

    .checkout-page .checkout-form-grid{
        grid-template-columns:
            1fr !important;
    }

    .checkout-page .checkout-address-field{
        grid-column:auto !important;
    }

    .checkout-page .checkout-total-row strong{
        font-size:28px !important;
    }

    .checkout-page .payment-trust-row{
        grid-template-columns:1fr !important;
    }

    .checkout-page .payment-stage-head{
        align-items:flex-start;

        flex-direction:column;
    }

}

/* =========================================================
   SPUTEK PV — MOBILE RESPONSIVE HARDENING 2026
   Global mobile/tablet safety layer. Desktop rules untouched.
   ========================================================= */
@media (max-width: 900px){
  html,body{max-width:100%;overflow-x:hidden!important}
  :root{--content:min(720px,calc(100vw - 32px))!important}
  img,svg,video,canvas,iframe{max-width:100%}
  .nav-shell,
  .checkout-page .nav-shell{
    width:calc(100% - 24px)!important;
    max-width:720px!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    padding:0 12px 0 14px!important;
    box-sizing:border-box!important;
  }
  .desktop-nav,
  .nav-shell .desktop-nav,
  .checkout-page .desktop-nav,
  .nav-center-logo{display:none!important}
  .nav-shell .brand{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    margin:0 auto 0 0!important;
    max-width:128px!important;
    min-width:0!important;
    height:40px!important;
    padding:0 12px!important;
  }
  .nav-shell .brand img{
    width:auto!important;
    height:auto!important;
    max-width:104px!important;
    max-height:34px!important;
  }
  .nav-actions,
  .checkout-page .nav-actions{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
    max-width:calc(100% - 142px)!important;
  }
  .mobile-menu{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-height:calc(100vh - 96px)!important;
    overflow:auto!important;
    box-sizing:border-box!important;
  }
  main,section,article,div,form,fieldset{min-width:0}
  input,textarea,select,button{max-width:100%;min-width:0}
  table{max-width:100%}
}

@media (max-width:700px){
  :root{--content:calc(100vw - 28px)!important}
  .section{width:var(--content)!important;padding-top:72px;padding-bottom:72px}

  /* Home */
  .hero{padding-top:104px!important;gap:34px!important}
  .hero h1{font-size:clamp(38px,11.5vw,48px)!important;line-height:1.02!important}
  .hero-copy>p{font-size:14px!important}
  .hero-actions{width:100%;display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .hero-actions .button{width:100%!important;min-height:48px}
  .hero-gallery{height:clamp(330px,105vw,420px)!important}
  .section-head h2,.contact-card h2{font-size:clamp(34px,10vw,44px)!important}
  .section-head p,.contact-card>p{font-size:14px!important}
  .feature-large,.metric,.service-card,.promise,.stats article{padding-left:20px!important;padding-right:20px!important}
  .feature-large h3{font-size:clamp(25px,8vw,31px)!important}
  .project-card{flex-basis:calc(100vw - 44px)!important;height:270px!important}
  .project-meta{left:10px!important;right:10px!important;bottom:10px!important;padding:13px 48px 13px 14px!important}
  .project-meta h3{font-size:15px!important}
  .project-meta p{font-size:11px!important;line-height:1.35}
  .work-scroller{padding-left:14px!important;padding-right:14px!important;gap:12px!important}
  details{padding-left:16px!important;padding-right:16px!important}
  details p{padding-right:0!important}
  footer,.shop-footer,.site-footer{padding-left:20px!important;padding-right:20px!important}
  .contact-card{width:100%!important}
  .contact-card form{width:100%!important}

  /* Product list */
  .product-showcase-page{--sx-width:calc(100vw - 28px)!important}
  .showcase-hero{width:calc(100vw - 28px)!important;padding-top:118px!important}
  .showcase-hero h1{font-size:clamp(40px,12.5vw,52px)!important;overflow-wrap:anywhere}
  .product-showcase-page .showcase-product{width:calc(100vw - 28px)!important;padding:18px!important;gap:26px!important}
  .product-showcase-page .showcase-media{height:clamp(300px,95vw,390px)!important}
  .product-showcase-page .showcase-copy h2{font-size:clamp(42px,14vw,56px)!important}
  .product-showcase-page .showcase-specs{grid-template-columns:1fr!important}
  .product-showcase-page .showcase-specs div{min-height:62px!important;padding:11px 13px!important}
  .product-showcase-page .showcase-copy .black-pill{width:100%!important;justify-content:flex-start}

  /* Product detail */
  .product-detail-hero{width:calc(100vw - 28px)!important;padding-top:104px!important;padding-bottom:64px!important}
  .product-studio{height:clamp(320px,105vw,430px)!important}
  .back-products{top:14px!important;left:14px!important;height:40px!important;padding:0 12px!important;font-size:11px!important}
  .studio-label{left:16px!important;bottom:15px!important;font-size:8px!important}
  .product-purchase h1{font-size:clamp(43px,14vw,56px)!important;overflow-wrap:anywhere}
  .product-lead{font-size:15px!important}
  .quantity-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important}
  .buy-button{min-height:56px!important;height:auto!important}
  .product-overview,.product-editorial-grid,.detail-cta,.product-documents{width:calc(100vw - 28px)!important}
  .product-documents{margin-top:-35px!important;margin-bottom:80px!important;padding:24px 18px!important;gap:22px!important}
  .product-document-links a{align-items:flex-start!important;gap:12px!important;padding:14px!important}
  .product-document-links a span{overflow-wrap:anywhere}
  .product-editorial-grid{gap:14px!important}
  .detail-cta{padding:28px 20px!important}

  /* Ar-Ge */
  .arge-main{width:100%!important;overflow:hidden}
  .arge-hero,.arge-intro,.arge-dark-inner,.arge-future,.arge-cta,.arge-anchor-nav{width:calc(100vw - 28px)!important}
  .arge-hero h1,.arge-future h2{font-size:clamp(38px,11.5vw,52px)!important;overflow-wrap:anywhere}
  .arge-hero-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important}
  .arge-hero-actions .button{width:100%!important}
  .arge-anchor-nav{overflow-x:auto!important;flex-wrap:nowrap!important;justify-content:flex-start!important;scrollbar-width:none}
  .arge-anchor-nav::-webkit-scrollbar{display:none}
  .arge-anchor-nav a{flex:0 0 auto}
  .arge-statement,.arge-safety,.arge-flowline,.arge-voltage-demo>article,.arge-mini-grid article,.arge-roadmap article{padding:20px!important}
  .arge-voltage-demo article strong{font-size:clamp(38px,12vw,50px)!important}
  .arge-future{margin-bottom:70px!important}

  /* Checkout */
  .checkout-page .checkout-main.checkout-live-main{width:calc(100vw - 24px)!important;padding-left:0!important;padding-right:0!important}
  .checkout-page .nav-actions .button.compact{min-height:38px!important;padding:0 14px!important;font-size:10px!important;white-space:nowrap}
  .checkout-page .checkout-main h1{font-size:clamp(36px,11vw,48px)!important;line-height:1!important;overflow-wrap:anywhere}
  .checkout-page .checkout-card,.checkout-page .checkout-form-card,.checkout-page .order-summary-card,.checkout-page .paytr-frame-card{padding:18px!important;border-radius:20px!important}
  .checkout-page .checkout-order-facts{grid-template-columns:1fr!important}
  .checkout-page input,.checkout-page textarea,.checkout-page select{font-size:16px!important}
  .checkout-page #paytriframe{width:100%!important;max-width:100%!important}

  /* Legal pages */
  .simple-legal-header,.simple-legal-main,.simple-legal-footer{width:calc(100vw - 28px)!important}
  .simple-legal-header{gap:10px}
  .simple-legal-brand{font-size:19px!important}
  .simple-legal-back{font-size:10px!important;padding-left:12px!important}
  .simple-legal-main h1{font-size:clamp(36px,11vw,46px)!important;overflow-wrap:anywhere}
  .simple-legal-content{overflow-wrap:anywhere}
  .simple-legal-content table{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}
  .legal-footer{width:calc(100vw - 28px)!important}
}

@media (max-width:380px){
  .nav-shell,.checkout-page .nav-shell{width:calc(100% - 16px)!important;padding-left:10px!important;padding-right:10px!important}
  .nav-shell .brand{max-width:116px!important;padding:0 10px!important}
  .nav-shell .brand img{max-width:92px!important}
  .checkout-page .nav-actions .button.compact{padding:0 10px!important;font-size:9px!important}
  .hero h1{font-size:37px!important}
  .product-purchase h1{font-size:42px!important}
  .product-showcase-page .showcase-copy h2{font-size:42px!important}
  .contact-card{padding-left:16px!important;padding-right:16px!important}
}

@media (hover:none) and (pointer:coarse){
  .product-showcase-page .showcase-product:hover,
  .product-showcase-page .showcase-media:hover,
  .product-editorial-grid .editorial-card:hover,
  .service-card:hover,
  .innovation-card:hover,
  .arge-metric:hover,
  .arge-tech-card:hover,
  .arge-step:hover,
  .arge-concept-grid article:hover,
  .arge-voltage-demo>article:hover,
  .arge-mini-grid article:hover,
  .arge-roadmap article:hover,
  .arge-statement:hover,
  .arge-flowline:hover,
  .arge-cta:hover{transform:none!important}
}

/* =========================================================
   SPUTEK PV — MOBILE VISUAL FIXES V2 / 2026-08-27
   Fixes reported on real phone: fixed-nav overlap, technology
   card graph collision and S-FLEX showroom labels/dots overlap.
   ========================================================= */
@media (max-width: 700px){
  /* On phones the navigation scrolls away instead of covering page content. */
  .nav-shell,
  .checkout-page .nav-shell{
    position:absolute!important;
    top:12px!important;
  }

  /* Technology cards: let content define the card height. */
  .service-card{
    min-height:0!important;
    height:auto!important;
    padding:24px 20px 26px!important;
    overflow:hidden!important;
  }
  .service-card .service-top{
    gap:14px!important;
    align-items:flex-start!important;
  }
  .service-card .service-top > span:first-child{
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }
  .service-card h3{
    font-size:clamp(31px,9.6vw,40px)!important;
    line-height:1.04!important;
    margin:24px 0 12px!important;
    overflow-wrap:anywhere!important;
  }
  .service-card > p{
    margin:0!important;
    font-size:15px!important;
    line-height:1.55!important;
  }
  .service-card .timeline{
    margin-top:28px!important;
    gap:10px!important;
  }
  .service-card .timeline div{
    padding:13px 14px!important;
    gap:12px!important;
  }
  .service-card .timeline b{
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }
  .service-card .timeline span{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }

  /* Graph is part of normal flow on mobile; it can never cover text. */
  .service-card .bars{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    margin-top:28px!important;
    display:grid!important;
    gap:10px!important;
  }
  .service-card .bars i{
    height:28px!important;
    max-width:100%!important;
    border-radius:10px!important;
  }

  .service-card .symbol-cloud{
    height:130px!important;
    margin-top:28px!important;
  }
  .service-card .symbol-cloud span{
    width:52px!important;
    height:52px!important;
    font-size:21px!important;
  }

  /* S-FLEX gateway: reserve a clean lower UI zone under the product. */
  .sflex-ad-section{
    padding-top:36px!important;
    padding-bottom:78px!important;
  }
  .sflex-ad-copy{
    padding:38px 24px 34px!important;
  }
  .sflex-ad-copy h2{
    font-size:clamp(40px,12vw,47px)!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
  }
  .sflex-ad-copy p{
    font-size:14px!important;
    line-height:1.58!important;
  }
  .sflex-feature-row{
    flex-wrap:wrap!important;
    row-gap:8px!important;
  }
  .sflex-ad-showroom{
    min-height:455px!important;
  }
  .sflex-product-glass{
    width:calc(100% - 42px)!important;
    height:64%!important;
    top:8%!important;
    border-radius:28px!important;
  }
  .sflex-product-glass .sflex-product-image-main{
    width:88%!important;
    height:88%!important;
  }
  .sflex-visual-label{
    top:17px!important;
    right:18px!important;
    max-width:70%!important;
    text-align:right!important;
  }

  /* Two spec cards sit side-by-side, dots sit above them. */
  .sflex-floating-spec{
    gap:4px!important;
    padding:10px 12px!important;
    border-radius:15px!important;
  }
  .sflex-floating-spec-a{
    right:14px!important;
    bottom:14px!important;
    width:112px!important;
    max-width:112px!important;
  }
  .sflex-floating-spec-b{
    left:14px!important;
    bottom:14px!important;
    width:calc(100% - 154px)!important;
    max-width:none!important;
  }
  .sflex-floating-spec small{
    font-size:7.5px!important;
  }
  .sflex-floating-spec strong{
    line-height:1.25!important;
  }
  .sflex-floating-spec-b strong{
    font-size:9px!important;
    letter-spacing:0!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  .sflex-slider-dots{
    left:50%!important;
    right:auto!important;
    bottom:88px!important;
    transform:translateX(-50%)!important;
    z-index:10!important;
  }
}

@media (max-width: 380px){
  .service-card{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .service-card h3{
    font-size:34px!important;
  }
  .sflex-ad-copy{
    padding-left:21px!important;
    padding-right:21px!important;
  }
  .sflex-ad-copy h2{
    font-size:40px!important;
  }
  .sflex-ad-showroom{
    min-height:440px!important;
  }
  .sflex-product-glass{
    width:calc(100% - 32px)!important;
    height:62%!important;
  }
  .sflex-floating-spec-a{
    width:105px!important;
    max-width:105px!important;
    right:12px!important;
  }
  .sflex-floating-spec-b{
    left:12px!important;
    width:calc(100% - 137px)!important;
  }
  .sflex-floating-spec-b strong{
    font-size:8.5px!important;
  }
}

/* S-FLEX showroom otomatik + manuel sürükleme */
.sflex-ad-showroom{
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
}

.sflex-ad-showroom.is-dragging{
    cursor: grabbing;
}

[data-sflex-slider]{
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    will-change: transform, opacity;
    transform: translateX(0);
}


/* SPUTEK public stock privacy */
.product-stock-status.is-low,
.catalog-stock-status.is-low,
.checkout-stock-status.is-low{
  color:#9a6a16!important;
}


/* =========================================================
   REFERANSLAR
   ========================================================= */

.references-section{
  padding-top: 42px;
  padding-bottom: 42px;
}

.references-section .section-head{
  margin-bottom: 34px;
}

.references-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  flex-wrap:wrap;
  width:100%;
}

.reference-card{
  width:230px;
  height:120px;
  padding:22px 28px;
  display:flex;
  align-items:center;
  justify-content:center;

  background:#fff;
  border:1px solid rgba(20,20,20,.07);
  border-radius:24px;

  box-shadow:
    0 14px 38px rgba(20,20,20,.045),
    inset 0 1px 0 rgba(255,255,255,.9);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.reference-card:hover{
  transform:translateY(-5px);
  border-color:rgba(20,20,20,.12);
  box-shadow:
    0 22px 48px rgba(20,20,20,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.reference-card img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:72px;
  object-fit:contain;
}

/* Teknopark logosu yatay olduğu için biraz daha geniş hissedebilir */
.reference-card:first-child img{
  max-height:66px;
}

/* AFAD logosu yüksek kontrastlı ve geniş, biraz sınırla */
.reference-card:nth-child(3) img{
  max-height:68px;
}

/* TRtest de geniş logo */
.reference-card:nth-child(4) img{
  max-height:62px;
}

/* Tablet */
@media (max-width: 1024px){
  .references-row{
    gap:20px;
  }

  .reference-card{
    width:210px;
    height:110px;
  }
}

/* Mobil */
@media (max-width: 768px){
  .references-section{
    padding-top:28px;
    padding-bottom:28px;
  }

  .references-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .reference-card{
    width:100%;
    height:96px;
    padding:16px 18px;
    border-radius:18px;
  }

  .reference-card img{
    max-height:54px;
  }
}

/* Çok küçük ekran */
@media (max-width: 480px){
  .references-row{
    grid-template-columns:1fr;
  }

  .reference-card{
    height:92px;
  }
}

/* =========================================================
   REFERANSLAR - YATAY BANT
   ========================================================= */

.references-section{
  padding-top: 42px;
  padding-bottom: 42px;
}

.references-section .section-head{
  margin-bottom: 28px;
}

.references-band{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 42px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;

  background: #f5f3f0;
  border: 1px solid rgba(20,20,20,.05);
  border-radius: 30px;

  box-shadow:
    0 18px 45px rgba(20,20,20,.04),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.references-band img{
  display: block;
  max-width: 210px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: .96;
  transition: transform .22s ease, opacity .22s ease;
}

.references-band img:hover{
  transform: translateY(-2px);
  opacity: 1;
}

/* Logo bazlı küçük düzeltmeler */
.references-band img:nth-child(1){
  max-height: 70px;
}

.references-band img:nth-child(2){
  max-height: 60px;
}

.references-band img:nth-child(3){
  max-height: 68px;
}

.references-band img:nth-child(4){
  max-height: 62px;
}

/* Tablet */
@media (max-width: 1024px){
  .references-band{
    padding: 26px 24px;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .references-band img{
    max-width: 180px;
    max-height: 58px;
  }
}

/* Mobil */
@media (max-width: 768px){
  .references-section{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .references-band{
    padding: 22px 18px;
    border-radius: 22px;
    gap: 20px;
  }

  .references-band img{
    max-width: 150px;
    max-height: 48px;
  }
}


/* =========================================================
   REFERANSLAR - GENİŞ YATAY BANT
   ========================================================= */

.references-section{
  padding-top: 42px;
  padding-bottom: 42px;
}

.references-section .section-head{
  margin-bottom: 28px;
}

/* Sayfa genişliğini dolduran açık renk bant */
.references-band{
  width: calc(100% - 48px);
  max-width: 1760px;
  margin: 0 auto;

  min-height: 170px;
  padding: 34px 60px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;

  background: #f5f3f0;
  border: 1px solid rgba(20,20,20,.06);
  border-radius: 28px;

  box-shadow:
    0 18px 45px rgba(20,20,20,.04),
    inset 0 1px 0 rgba(255,255,255,.9);
}

/* Logolar genel */
.references-band img{
  display: block;
  width: auto;
  height: auto;
  max-width: 280px;
  max-height: 100px;
  object-fit: contain;

  transition:
    transform .22s ease,
    opacity .22s ease;
}

.references-band img:hover{
  transform: translateY(-3px) scale(1.03);
}

/* Tek tek logo dengesi */
.references-band img:nth-child(1){
  max-width: 250px;
  max-height: 95px;
}

.references-band img:nth-child(2){
  max-width: 170px;
  max-height: 95px;
}

.references-band img:nth-child(3){
  max-width: 270px;
  max-height: 90px;
}

.references-band img:nth-child(4){
  max-width: 300px;
  max-height: 105px;
}

/* Tablet */
@media (max-width: 1100px){
  .references-band{
    width: calc(100% - 32px);
    padding: 28px 30px;
    gap: 35px;
  }

  .references-band img{
    max-width: 210px;
    max-height: 78px;
  }
}

/* Mobil */
@media (max-width: 768px){
  .references-band{
    width: calc(100% - 24px);
    min-height: auto;
    padding: 24px 18px;
    border-radius: 22px;

    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px 20px;
  }

  .references-band img{
    margin: auto;
    max-width: 150px !important;
    max-height: 60px !important;
  }
}

/* =========================================================
   REFERANS LOGOLARI - EŞİT BOYUT
   ========================================================= */

.references-band img{
  display:block !important;
  width:220px !important;
  height:90px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  margin:0 auto !important;
}

/* Önceki logo bazlı özel ölçüleri etkisizleştir */
.references-band img:nth-child(1),
.references-band img:nth-child(2),
.references-band img:nth-child(3),
.references-band img:nth-child(4){
  width:220px !important;
  height:90px !important;
  max-width:none !important;
  max-height:none !important;
}

@media (max-width:768px){
  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:150px !important;
    height:65px !important;
  }
}


/* Referanslar başlığını tam ortala */
.references-section .section-head{
  width:100% !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}

.references-section .section-head .eyebrow,
.references-section .section-head h2,
.references-section .section-head p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}


/* =========================================================
   REFERANSLAR - BÜYÜK VERSİYON
   ========================================================= */

.references-section{
  padding-top:80px !important;
  padding-bottom:80px !important;
}

.references-section .section-head{
  margin-bottom:52px !important;
}

.references-section .section-head .eyebrow{
  font-size:14px !important;
  padding:10px 18px !important;
}

.references-section .section-head h2{
  font-size:clamp(58px,6vw,92px) !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
  margin-top:18px !important;
}

.references-section .section-head p{
  font-size:20px !important;
  line-height:1.5 !important;
  margin-top:20px !important;
}

/* Büyük yatay alan */
.references-band{
  width:calc(100% - 48px) !important;
  max-width:1800px !important;
  min-height:320px !important;

  padding:60px 80px !important;

  gap:90px !important;

  border-radius:38px !important;
}

/* Tüm logolar aynı büyük alan */
.references-band img,
.references-band img:nth-child(1),
.references-band img:nth-child(2),
.references-band img:nth-child(3),
.references-band img:nth-child(4){
  width:330px !important;
  height:170px !important;

  max-width:none !important;
  max-height:none !important;

  object-fit:contain !important;
}

/* Tablet */
@media (max-width:1100px){
  .references-band{
    min-height:240px !important;
    padding:45px 40px !important;
    gap:40px !important;
  }

  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:220px !important;
    height:120px !important;
  }
}

/* Mobil */
@media (max-width:768px){
  .references-section{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

  .references-section .section-head h2{
    font-size:46px !important;
  }

  .references-section .section-head p{
    font-size:16px !important;
  }

  .references-band{
    min-height:auto !important;
    padding:35px 24px !important;

    grid-template-columns:repeat(2,1fr) !important;
    gap:35px 22px !important;
  }

  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:180px !important;
    height:95px !important;
  }
}


/* =========================================================
   REFERANSLAR - NİHAİ ORTALAMA DÜZELTMESİ
   ========================================================= */

.references-section{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:48px !important;
  padding-right:48px !important;
  box-sizing:border-box !important;
}

.references-section .section-head{
  width:100% !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}

/* Ana yatay çerçeve */
.references-band{
  width:100% !important;
  max-width:1500px !important;
  min-height:300px !important;

  margin-left:auto !important;
  margin-right:auto !important;

  padding:50px 65px !important;
  box-sizing:border-box !important;

  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  align-items:center !important;
  justify-items:center !important;

  gap:45px !important;

  overflow:hidden !important;

  background:#f5f3f0 !important;
  border:1px solid rgba(20,20,20,.06) !important;
  border-radius:38px !important;
}

/* Dört logo da eşit merkezleme alanı */
.references-band img,
.references-band img:nth-child(1),
.references-band img:nth-child(2),
.references-band img:nth-child(3),
.references-band img:nth-child(4){
  display:block !important;

  width:250px !important;
  height:130px !important;

  max-width:100% !important;
  max-height:130px !important;

  object-fit:contain !important;
  object-position:center !important;

  margin:0 auto !important;
  padding:0 !important;
}


/* TABLET */
@media (max-width:1100px){

  .references-section{
    padding-left:24px !important;
    padding-right:24px !important;
  }

  .references-band{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    min-height:auto !important;
    padding:42px 35px !important;
    gap:38px !important;
  }

  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:230px !important;
    height:120px !important;
    max-height:120px !important;
  }
}


/* MOBİL */
@media (max-width:600px){

  .references-section{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .references-band{
    grid-template-columns:1fr !important;
    padding:35px 25px !important;
    gap:28px !important;
    border-radius:26px !important;
  }

  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:220px !important;
    height:100px !important;
    max-height:100px !important;
  }
}

/* =========================================================
   REFERANSLAR — PREMIUM / MODERN V2
   ========================================================= */

.references-section{
  width:100% !important;
  max-width:none !important;
  padding:100px 48px 110px !important;
  box-sizing:border-box !important;
  position:relative !important;
}

/* Başlık */
.references-section .section-head{
  width:100% !important;
  max-width:900px !important;
  margin:0 auto 54px !important;
  text-align:center !important;
}

.references-section .section-head .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  padding:9px 17px !important;
  border:1px solid rgba(20,20,20,.07) !important;
  border-radius:999px !important;

  background:rgba(255,255,255,.72) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.035) !important;

  font-size:12px !important;
  letter-spacing:.02em !important;

  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}

.references-section .section-head h2{
  margin:24px 0 0 !important;

  font-size:clamp(58px,5.5vw,84px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  font-weight:700 !important;
}

.references-section .section-head p{
  margin:24px auto 0 !important;
  max-width:700px !important;

  font-size:18px !important;
  line-height:1.6 !important;
  color:rgba(20,20,20,.58) !important;
}


/* =========================================================
   ANA LOGO BANDI
   ========================================================= */

.references-band{
  position:relative !important;
  isolation:isolate !important;

  width:100% !important;
  max-width:1500px !important;
  min-height:330px !important;

  margin:0 auto !important;
  padding:68px 72px !important;
  box-sizing:border-box !important;

  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  align-items:center !important;
  justify-items:center !important;
  gap:50px !important;

  overflow:hidden !important;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.92) 0%,
      rgba(247,245,242,.96) 48%,
      rgba(255,255,255,.90) 100%
    ) !important;

  border:1px solid rgba(25,25,25,.075) !important;
  border-radius:42px !important;

  box-shadow:
    0 35px 80px rgba(20,20,20,.065),
    inset 0 1px 0 rgba(255,255,255,1) !important;
}

/* İçeride çok hafif ışık efekti */
.references-band::before{
  content:"" !important;
  position:absolute !important;

  width:650px !important;
  height:650px !important;

  top:-430px !important;
  left:50% !important;
  transform:translateX(-50%) !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.95) 0%,
      rgba(255,255,255,.30) 38%,
      transparent 70%
    ) !important;

  pointer-events:none !important;
  z-index:-1 !important;
}

/* Alt tarafta hafif gölge / derinlik */
.references-band::after{
  content:"" !important;
  position:absolute !important;
  left:8% !important;
  right:8% !important;
  bottom:-55px !important;
  height:90px !important;

  background:rgba(20,20,20,.10) !important;
  filter:blur(55px) !important;
  opacity:.22 !important;

  pointer-events:none !important;
  z-index:-2 !important;
}


/* =========================================================
   LOGOLAR
   ========================================================= */

.references-band img,
.references-band img:nth-child(1),
.references-band img:nth-child(2),
.references-band img:nth-child(3),
.references-band img:nth-child(4){
  display:block !important;

  width:250px !important;
  height:140px !important;

  max-width:100% !important;
  max-height:140px !important;

  margin:0 auto !important;

  object-fit:contain !important;
  object-position:center !important;

  /* İlk görünüm daha kurumsal/soft */
  filter:saturate(.86) contrast(.96) !important;
  opacity:.86 !important;

  transform:translateY(0) scale(1) !important;

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    filter .35s ease,
    opacity .35s ease !important;
}

/* Hover'da logo öne çıksın */
.references-band img:hover{
  transform:translateY(-6px) scale(1.06) !important;
  filter:saturate(1) contrast(1) !important;
  opacity:1 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1100px){

  .references-section{
    padding:75px 24px 85px !important;
  }

  .references-band{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;

    min-height:auto !important;
    padding:55px 45px !important;

    gap:50px 35px !important;
  }

  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:230px !important;
    height:125px !important;
    max-height:125px !important;
  }
}


/* =========================================================
   MOBİL
   ========================================================= */

@media(max-width:650px){

  .references-section{
    padding:60px 16px 70px !important;
  }

  .references-section .section-head{
    margin-bottom:36px !important;
  }

  .references-section .section-head h2{
    font-size:46px !important;
  }

  .references-section .section-head p{
    font-size:15px !important;
    margin-top:16px !important;
  }

  .references-band{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;

    padding:36px 20px !important;
    gap:32px 18px !important;

    border-radius:28px !important;
  }

  .references-band img,
  .references-band img:nth-child(1),
  .references-band img:nth-child(2),
  .references-band img:nth-child(3),
  .references-band img:nth-child(4){
    width:145px !important;
    height:85px !important;
    max-height:85px !important;
  }
}


/* =========================================================
   NEDEN SPUTEK PV — MODERN TYPOGRAPHY
   ========================================================= */

#promise .promise-modern-title{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;

  margin:18px 0 0 !important;

  font-family:
    "Segoe UI Variable Display",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif !important;

  line-height:.86 !important;
}

/* küçük NEDEN */
#promise .promise-modern-title > span{
  margin-bottom:12px !important;

  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:.28em !important;

  color:rgba(20,20,20,.42) !important;
}

/* SPUTEK PV? */
#promise .promise-modern-title > strong{
  font-size:clamp(64px,6.2vw,96px) !important;
  font-weight:800 !important;

  letter-spacing:-.075em !important;
  line-height:.9 !important;

  color:#171719 !important;
}

/* PV */
#promise .promise-modern-title b{
  font-weight:850 !important;
  color:#e11f26 !important;
}


/* NEDEN etiketini belirginleştir */
#promise .promise-modern-title > span{
  margin-bottom:14px !important;

  font-size:16px !important;
  font-weight:800 !important;
  letter-spacing:.34em !important;

color:#5d5d5f !important;

  text-shadow:
    0 1px 0 rgba(255,255,255,.8) !important;
}

/* Uzun ürün adları: tam metin, masaüstü ve mobilde okunabilir satırlar. */
.product-purchase h1[data-product-name] {
    font-size: clamp(1.75rem, 3vw, 2.75rem) !important;
    line-height: 1.16 !important;
    letter-spacing: -.025em !important;
    overflow-wrap: anywhere;
}
.product-showcase-page .showcase-copy .model-code {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .01em;
    overflow-wrap: anywhere;
}
.buy-summary-product > div:first-child { min-width: 0; }
.buy-summary-product strong { line-height: 1.4; overflow-wrap: anywhere; }
.pp-result-head #ppResultTitle {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

/* ===== DOWNLOADS HUB FOOTER CTA / 2026-09-14 ===== */
.footer-download-hub{grid-column:1/-1;display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:24px;margin:14px 0 2px;padding:22px 24px!important;border-radius:20px;background:linear-gradient(120deg,#171717,#2a2a2d)!important;color:#fff!important;text-decoration:none!important;overflow:hidden;position:relative;box-shadow:0 15px 34px rgba(0,0,0,.12);transition:transform .25s ease,box-shadow .25s ease!important;}
.footer-download-hub::before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:80px;top:-115px;background:rgba(215,25,32,.34);filter:blur(4px);}
.footer-download-hub:hover{transform:translateY(-3px)!important;color:#fff!important;box-shadow:0 20px 42px rgba(0,0,0,.17)!important;}
.footer-download-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:4px;}
.footer-download-copy small{color:#aaa!important;font-size:9px!important;font-weight:750;letter-spacing:.12em;text-transform:uppercase;}
.footer-download-copy strong{font-size:18px;letter-spacing:-.02em;}
.footer-download-arrow{position:relative;z-index:1;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#171717;font-size:19px;transition:transform .25s ease,background .25s ease,color .25s ease;}
.footer-download-hub:hover .footer-download-arrow{transform:translateX(3px);background:#d71920;color:#fff;}
@media(max-width:650px){.footer-download-hub{grid-template-columns:1fr auto!important;padding:19px!important;gap:12px!important}.footer-download-copy strong{font-size:15px}.footer-download-arrow{width:40px;height:40px}}

/* ===== FOOTER CONTACT DETAILS / 2026-09-14 ===== */
.footer-wordmark{
    font-size:28px;
    font-weight:700;
    line-height:1;
    letter-spacing:-.02em;
    color:#fff;
}
.footer-brand-contact{
    margin-top:20px;
    max-width:270px;
    font-size:11.5px!important;
    font-weight:400!important;
    line-height:1.55!important;
    letter-spacing:0!important;
    color:rgba(255,255,255,.58)!important;
}
.footer-brand-contact address{
    margin:0 0 12px;
    font-style:normal;
    font-size:11.5px;
    line-height:1.55;
    color:rgba(255,255,255,.58);
}
.footer-contact-phones{
    display:flex;
    flex-wrap:wrap;
    gap:6px 13px;
    margin-bottom:6px;
}
.footer-brand-contact a{
    display:inline-flex;
    width:max-content;
    font-size:11.5px!important;
    line-height:1.45;
    color:rgba(255,255,255,.88)!important;
    text-decoration:none;
}
.footer-brand-contact a:hover{
    color:#d61f1f!important;
    transform:none!important;
}
.footer-contact-mail{
    color:rgba(255,255,255,.74)!important;
}
@media(max-width:900px){
    .footer-brand-contact{max-width:430px;margin-top:16px}
}
@media(max-width:520px){
    .footer-brand-contact{max-width:100%;font-size:11px!important}
    .footer-brand-contact address,.footer-brand-contact a{font-size:11px!important}
    .footer-contact-phones{flex-direction:column;gap:3px}
}


/* ===== Free shipping threshold UI ===== */
.shipping-threshold-message{
  margin:12px 0 0; padding:12px 14px; border:1px solid rgba(0,0,0,.10);
  border-radius:10px; font-size:.92rem; line-height:1.45; background:#fff;
}
.shipping-threshold-message strong{font-weight:800}
.shipping-threshold-message.is-free{font-weight:700}
.checkout-shipping-note{margin-top:10px;font-size:.88rem;line-height:1.45}
