@import url('products.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap');
:root{--navy:#03101d;--navy2:#071b2d;--blue:#068dff;--cyan:#24b8ff;--ink:#07111b;--muted:#65717c;--line:#dfe5e9;--white:#fff;--shell:min(1400px,calc(100% - 80px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.shell{width:var(--shell);margin:auto}.topline{background:#030b13;color:#b9c8d4;font-size:11px;letter-spacing:.08em}.topline .shell{height:34px;display:flex;align-items:center;justify-content:space-between}.topline a{margin-left:24px}.site-header{height:94px;background:#fff;position:relative;z-index:20;border-bottom:1px solid rgba(0,0,0,.05);transition:.25s}.site-header.scrolled{box-shadow:0 10px 35px rgba(0,20,40,.09)}.nav{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}.nav nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:700}.nav-right{justify-content:flex-end}.nav a{transition:.2s}.nav nav>a:hover{color:var(--blue)}.wordmark{display:flex;flex-direction:column;align-items:center;line-height:1}.wordmark b{font-size:32px;letter-spacing:.24em;font-weight:500;padding-left:.24em}.wordmark b span{color:var(--blue)}.wordmark small{margin-top:8px;color:#0b85df;letter-spacing:.23em;font-size:6px}.language{display:flex;gap:6px!important;border:1px solid var(--line);padding:10px 12px}.language a{font-size:11px;color:#8a949d}.language .active{color:var(--blue);font-weight:800}.menu-button{display:none;border:0;background:none;width:36px}.menu-button i{display:block;height:2px;background:#0a1a28;margin:5px}.mega-menu{position:absolute;left:0;right:0;top:94px;background:#fff;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s;box-shadow:0 25px 45px rgba(2,16,29,.14)}.mega-menu.open{opacity:1;visibility:visible;transform:none}.mega-grid{display:grid;grid-template-columns:1.65fr .75fr .8fr;gap:55px;padding:48px 0}.eyebrow{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.18em;margin:0 0 20px}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.mega-links a{display:flex;align-items:center;gap:13px;padding:8px;border-radius:6px;font-size:13px;font-weight:700}.mega-links a:hover{background:#f3f7fa;color:var(--blue)}.mini-icon{width:36px;height:36px;display:grid;place-items:center;background:#f1f5f8;color:var(--blue)}.mega-sector{border-left:1px solid var(--line);padding-left:40px}.mega-sector a{display:block;font-size:13px;margin:17px 0}.mega-promo{height:220px;position:relative;overflow:hidden;background:#071524}.mega-promo img{width:100%;height:100%;object-fit:cover;opacity:.58}.mega-promo span{position:absolute;left:20px;right:20px;bottom:18px;color:#fff;font-size:15px;font-weight:700;display:flex;justify-content:space-between}.hero{height:720px;position:relative;background:var(--navy);overflow:hidden}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.03);transition:opacity .8s,transform 7s}.slide.active{opacity:1;transform:scale(1)}.slide .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,9,18,.9) 0%,rgba(0,9,18,.6) 46%,rgba(0,9,18,.05) 80%),linear-gradient(0deg,rgba(0,9,18,.35),transparent)}.slide-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding-bottom:40px}.slide-content>p{font-size:11px;color:#55c3ff;letter-spacing:.28em;font-weight:700}.slide-content h1{font-size:clamp(44px,5.2vw,82px);max-width:850px;line-height:1.04;letter-spacing:-.05em;margin:16px 0 24px}.slide-content>div{max-width:600px;color:#d5e1e9;font-size:17px;line-height:1.7}.btn{margin-top:35px;display:inline-flex;align-items:center;gap:28px;background:var(--blue);color:#fff;padding:16px 22px;font-size:12px;font-weight:800;letter-spacing:.04em}.btn:hover{background:#18a7ff}.slider-controls{position:absolute;z-index:4;left:50%;transform:translateX(-50%);bottom:38px;display:flex;justify-content:flex-end;align-items:center;gap:16px}.slider-controls button{border:0;color:#fff;background:transparent;cursor:pointer}.dots{display:flex;gap:8px}.dots button{width:22px;height:2px;padding:0;background:rgba(255,255,255,.35)}.dots button.active{background:var(--cyan);width:45px}.intro{padding:110px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:120px;align-items:start}.intro h2,.section-head h2,.tech-copy h2,.contact-band h2,.empty-products h2{font-size:clamp(34px,4vw,58px);line-height:1.1;letter-spacing:-.045em;margin:0}.intro>div:last-child p{color:var(--muted);font-size:16px;line-height:1.8;margin:0 0 28px}.text-link{font-size:12px;font-weight:800;color:var(--blue);border-bottom:1px solid #a7d7f5;padding-bottom:6px}.categories{background:#f2f5f7;padding:100px 0 110px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section-head h2{max-width:760px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.category-card{height:400px;position:relative;overflow:hidden;color:#fff;background:var(--navy)}.category-card img{width:100%;height:100%;object-fit:cover;transition:.7s}.category-card:nth-child(2n) img{object-position:70% center}.category-card .shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,10,20,.92),rgba(0,10,20,.06) 72%)}.category-card>div{position:absolute;left:26px;right:24px;bottom:26px}.category-card small{color:var(--cyan);font-weight:700}.category-card h3{font-size:23px;margin:9px 0}.category-card p{font-size:12px;color:#c8d3da;line-height:1.55;max-width:260px;margin:0}.category-card b{position:absolute;right:0;bottom:0;border:1px solid rgba(255,255,255,.45);width:38px;height:38px;display:grid;place-items:center}.category-card:hover img{transform:scale(1.06)}.category-card:hover b{background:var(--blue);border-color:var(--blue)}.technology{display:grid;grid-template-columns:1fr 1fr;min-height:740px;background:var(--navy);color:#fff}.tech-photo{overflow:hidden}.tech-photo img{width:100%;height:100%;object-fit:cover;object-position:65% center}.tech-copy{padding:110px max(7vw,60px);display:flex;flex-direction:column;justify-content:center}.tech-copy h2{font-size:58px}.tech-copy>p:not(.eyebrow){color:#aebdca;line-height:1.8;max-width:600px}.stats{display:flex;gap:50px;margin:32px 0 0;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}.stats div{display:flex;flex-direction:column}.stats strong{font-size:36px;color:var(--cyan)}.stats span{font-size:10px;letter-spacing:.1em;color:#aebdca}.btn.dark{background:#fff;color:var(--navy);align-self:flex-start}.sector-section{padding:110px 0}.sector-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.sector-row article{padding:35px 40px 20px 0;border-right:1px solid var(--line);margin-right:35px}.sector-row article:last-child{border:0}.sector-row span{font-size:11px;color:var(--blue);font-weight:800}.sector-row h3{font-size:23px}.sector-row p{font-size:13px;color:var(--muted);line-height:1.7}.contact-band{background:linear-gradient(110deg,#0878cf,#00a9ff);color:#fff;padding:75px 0}.contact-band .shell{display:flex;align-items:center;justify-content:space-between}.contact-band .eyebrow{color:#d8f3ff}.contact-band h2{max-width:900px;font-size:43px}.btn.light{background:#fff;color:#067fd5;margin:0;white-space:nowrap}footer{background:#020b13;color:#c4d0d8;padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:70px}.footer-logo{align-items:flex-start;color:#fff}.footer-grid h4{color:#fff;font-size:12px;letter-spacing:.08em}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:13px;font-size:12px}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:55px;display:flex;justify-content:space-between;font-size:10px}.whatsapp{position:fixed;right:24px;bottom:24px;background:#12a864;color:#fff;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;z-index:15;font-size:23px}.compact{height:90px}.compact .back{font-size:12px;font-weight:800}.category-hero{height:560px;position:relative;color:#fff}.category-hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.category-hero .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,8,17,.9),rgba(0,8,17,.15))}.category-hero .shell{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center}.category-hero p{color:var(--cyan);font-size:11px;letter-spacing:.2em}.category-hero h1{font-size:70px;margin:10px 0}.empty-products{padding:90px 0 120px}.empty-products h2{font-size:36px;max-width:780px}
@media(max-width:1100px){:root{--shell:min(100% - 40px,1000px)}.nav nav{gap:14px}.nav nav>a{font-size:11px}.wordmark b{font-size:27px}.category-grid{grid-template-columns:repeat(2,1fr)}.hero{height:650px}.mega-grid{grid-template-columns:1.3fr .7fr}.mega-promo{display:none}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}}
@media(max-width:780px){:root{--shell:calc(100% - 32px)}.topline{display:none}.site-header{height:76px}.nav{grid-template-columns:40px 1fr 50px}.menu-button{display:block}.wordmark b{font-size:23px}.wordmark small{font-size:4.5px}.nav-left,.nav-right>a{display:none!important}.nav-right{display:block!important}.language{border:0;padding:0}.site-header.mobile-open .nav-left{display:flex!important;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:25px 20px}.mega-menu{top:76px;position:fixed;height:calc(100vh - 76px);overflow:auto}.mega-menu.open{top:76px}.mega-grid{grid-template-columns:1fr;padding:28px 0}.mega-sector{border:0;padding:0}.mega-links{grid-template-columns:1fr 1fr}.hero{height:620px}.slide-content h1{font-size:44px}.slide-content>div{font-size:14px}.intro{grid-template-columns:1fr;gap:30px;padding:75px 0}.category-grid{grid-template-columns:1fr 1fr}.category-card{height:330px}.category-card p{display:none}.technology{grid-template-columns:1fr}.tech-photo{height:480px}.tech-copy{padding:70px 25px}.tech-copy h2{font-size:42px}.stats{gap:25px}.sector-row{grid-template-columns:1fr}.sector-row article{border-right:0;border-bottom:1px solid var(--line);margin:0}.contact-band .shell{display:block}.contact-band h2{font-size:34px}.contact-band .btn{margin-top:28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-logo{grid-column:1/-1}.section-head{display:block}.section-head>.text-link{display:inline-block;margin-top:22px}.category-hero{height:450px}.category-hero h1{font-size:50px}}
@media(max-width:480px){.category-grid{grid-template-columns:1fr}.category-card{height:390px}.mega-links{grid-template-columns:1fr}.slider-controls{justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-logo{grid-column:auto}.intro h2,.section-head h2{font-size:38px}}

/* ASTEMA V1.1 — stronger premium direction */
body{background:#050d15}.site-header{height:104px;background:rgba(3,12,20,.88);position:absolute;top:0;left:0;right:0;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px);color:#fff}.site-header.scrolled{position:fixed;background:rgba(3,12,20,.96)}.nav nav{font-size:12px;letter-spacing:.035em}.wordmark b{font-size:35px;font-weight:500}.wordmark small{color:#62c8ff}.language{border-color:rgba(255,255,255,.18)}.language a{color:#9eafbb}.mega-menu{top:104px;color:var(--ink);border-top:2px solid var(--blue)}.hero{height:max(780px,100vh)}.slide{background-position:center}.slide .overlay{background:linear-gradient(90deg,rgba(2,9,15,.97) 0%,rgba(2,9,15,.74) 33%,rgba(2,9,15,.05) 68%),linear-gradient(0deg,rgba(2,9,15,.72),transparent 48%)}.slide-content{padding-top:92px;padding-bottom:120px}.slide-content>p{font-size:12px;letter-spacing:.32em;position:relative;padding-left:55px}.slide-content>p:before{content:"";position:absolute;width:38px;height:1px;background:var(--cyan);left:0;top:7px}.slide-content h1{font-size:clamp(60px,6.8vw,112px);max-width:940px;line-height:.94;letter-spacing:-.065em;margin:28px 0 32px}.slide-content>div{font-size:18px;max-width:560px}.btn{padding:19px 25px;margin-top:40px;min-width:190px;justify-content:space-between;transition:.25s}.btn:hover{transform:translateY(-3px)}.hero-proof{position:absolute;z-index:5;left:50%;transform:translateX(-50%);bottom:0;height:112px;border-top:1px solid rgba(255,255,255,.18);display:grid;grid-template-columns:repeat(3,210px) 1fr;align-items:center;color:#fff}.hero-proof>div:not(.hero-scroll){border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;padding-right:30px;margin-right:30px}.hero-proof strong{font-size:20px;color:#fff}.hero-proof span{font-size:9px;color:#9eb0bc;text-transform:uppercase;letter-spacing:.12em;margin-top:5px}.hero-scroll{justify-self:end;display:flex;align-items:center;gap:13px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.hero-scroll i{width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;position:relative}.hero-scroll i:after{content:"↓";position:absolute;inset:0;display:grid;place-items:center}.slider-controls{bottom:132px}.manifesto{background:#fff;overflow:hidden}.intro{padding:135px 0 120px}.intro h2{font-size:clamp(48px,5.3vw,78px);max-width:790px}.intro>div:last-child{padding-top:48px}.intro>div:last-child p{font-size:18px}.marquee{border-top:1px solid var(--line);height:96px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;color:#dbe3e8;font-size:39px;font-weight:800;letter-spacing:-.03em}.marquee div{animation:marquee 22s linear infinite}.marquee span{color:var(--blue);margin:0 22px}@keyframes marquee{to{transform:translateX(-50%)}}.categories{background:#eef2f5;padding:120px 0 130px}.section-head h2{font-size:clamp(48px,5vw,72px)}.category-grid{grid-template-columns:repeat(12,1fr);gap:12px}.category-card{height:520px;grid-column:span 3}.category-card:nth-child(1),.category-card:nth-child(6){grid-column:span 6}.category-card:nth-child(1),.category-card:nth-child(6){height:580px}.category-card .shade{background:linear-gradient(0deg,rgba(0,9,18,.97),rgba(0,9,18,.02) 76%)}.category-card>div{left:32px;right:30px;bottom:32px}.category-card h3{font-size:29px}.category-card p{font-size:13px;max-width:320px}.technology{min-height:850px}.tech-photo{position:relative}.tech-photo img{object-position:center}.tech-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,rgba(3,16,29,.55))}.tech-badge{position:absolute;left:38px;bottom:38px;z-index:2;background:rgba(3,14,24,.9);backdrop-filter:blur(10px);padding:20px 28px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.tech-badge span{color:var(--cyan);margin-right:18px}.tech-copy{padding:120px max(7vw,70px);background:radial-gradient(circle at 100% 0,#0a2d48 0,transparent 42%),#03101d}.tech-copy h2{font-size:clamp(50px,5vw,76px);line-height:1}.tech-copy>p:not(.eyebrow){font-size:16px;max-width:630px}.feature-lines{margin:40px 0 6px;border-top:1px solid rgba(255,255,255,.13)}.feature-lines div{border-bottom:1px solid rgba(255,255,255,.13);padding:18px 0;display:flex;gap:24px}.feature-lines span{color:var(--cyan);font-size:10px}.feature-lines b{font-size:12px;letter-spacing:.08em}.sector-section{width:100%;padding:130px max(5vw,40px);background:#07131e;color:#fff}.sector-section .section-head{width:var(--shell);margin-left:auto;margin-right:auto}.sector-row{width:var(--shell);margin:auto;border-color:rgba(255,255,255,.12)}.sector-row article{min-height:260px;padding:44px 45px 30px 0;border-color:rgba(255,255,255,.12)}.sector-row h3{font-size:28px}.sector-row p{color:#94a5b2}.contact-band{padding:95px 0;background:linear-gradient(105deg,#006ac5,#00b5ff);position:relative;overflow:hidden}.contact-band:after{content:"ASTEMA";position:absolute;right:-30px;top:-62px;color:rgba(255,255,255,.08);font-size:190px;font-weight:800;letter-spacing:.08em}.contact-band .shell{position:relative;z-index:1}.contact-band h2{font-size:52px}footer{padding-top:90px}.whatsapp{box-shadow:0 10px 30px rgba(18,168,100,.4)}
@media(max-width:1100px){.hero-proof{grid-template-columns:repeat(3,170px) 1fr}.category-card{grid-column:span 6}.category-card:nth-child(1),.category-card:nth-child(6){grid-column:span 6}.category-card{height:470px!important}}
@media(max-width:780px){.site-header{height:78px}.mega-menu{top:78px}.slide-content{padding-top:90px}.slide-content h1{font-size:53px}.hero-proof{height:92px;grid-template-columns:repeat(3,1fr)}.hero-proof>div:not(.hero-scroll){padding-right:10px;margin-right:10px}.hero-proof strong{font-size:14px}.hero-proof span{font-size:7px}.hero-scroll{display:none}.slider-controls{bottom:112px}.intro{padding:85px 0}.intro>div:last-child{padding-top:0}.intro h2{font-size:46px}.marquee{height:72px;font-size:27px}.categories{padding:80px 0}.category-grid{grid-template-columns:1fr 1fr}.category-card,.category-card:nth-child(1),.category-card:nth-child(6){grid-column:auto;height:390px!important}.technology{grid-template-columns:1fr}.tech-photo{height:520px}.tech-copy{padding:80px 28px}.sector-section{padding:85px 20px}.contact-band h2{font-size:37px}.contact-band:after{font-size:100px}}
@media(max-width:480px){.wordmark b{font-size:25px}.hero{height:760px}.slide .overlay{background:linear-gradient(90deg,rgba(2,9,15,.94),rgba(2,9,15,.38)),linear-gradient(0deg,rgba(2,9,15,.7),transparent)}.slide-content h1{font-size:49px}.hero-proof>div:nth-child(3){display:none}.hero-proof{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr}.category-card{height:440px!important}.tech-photo{height:400px}.tech-copy h2{font-size:46px}}

/* ASTEMA V1.2 — disciplined product grid and complete mobile navigation */
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card,.category-card:nth-child(1),.category-card:nth-child(6){grid-column:span 1;height:500px}.category-card{border-radius:2px}.category-card img{object-position:center 42%}.category-card:nth-child(2n) img{object-position:center 42%}.category-card .shade{background:linear-gradient(0deg,rgba(0,8,16,.98) 0%,rgba(0,8,16,.64) 24%,rgba(0,8,16,.04) 63%)}.category-card>div{left:28px;right:26px;bottom:27px}.category-card small{display:inline-flex;align-items:center;gap:9px}.category-card small:after{content:"";width:24px;height:1px;background:var(--cyan)}.category-card h3{font-size:25px;margin:12px 0 8px}.category-card p{padding-right:42px}.category-card b{border-radius:50%;width:42px;height:42px}.category-card:hover{box-shadow:0 24px 55px rgba(0,25,50,.2)}.category-card:hover img{transform:scale(1.045)}
.menu-button{position:relative;height:42px;padding:8px;z-index:30}.menu-button i{transition:transform .25s,opacity .2s;background:#fff}.site-header.mobile-open .menu-button i:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.mobile-open .menu-button i:nth-child(2){opacity:0}.site-header.mobile-open .menu-button i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body.menu-lock{overflow:hidden}
@media(max-width:1100px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card,.category-card:nth-child(1),.category-card:nth-child(6){grid-column:span 1;height:470px}}
@media(max-width:780px){.site-header .nav{position:relative}.site-header.mobile-open:after{content:"";position:fixed;inset:78px 0 0;background:rgba(0,6,12,.72);backdrop-filter:blur(5px);z-index:-1}.site-header.mobile-open .nav-left{display:flex!important;position:fixed;z-index:24;top:78px;left:0;right:auto;bottom:0;width:min(88vw,390px);padding:42px 24px;background:#03101d;color:#fff;flex-direction:column;align-items:stretch;gap:0;overflow:auto;box-shadow:30px 0 70px rgba(0,0,0,.42)}.site-header.mobile-open .nav-left>a{display:flex!important;justify-content:space-between;align-items:center;padding:20px 5px;border-bottom:1px solid rgba(255,255,255,.12);font-size:18px}.site-header.mobile-open .nav-left>a:first-child{border-top:1px solid rgba(255,255,255,.12)}.site-header.mobile-open .nav-left:after{content:"ASTEMA · PROFESSIONAL REFRIGERATION";display:block;color:#399fd8;font-size:8px;letter-spacing:.18em;margin:40px 5px}.mega-menu{position:fixed;z-index:28;top:78px!important;left:0;bottom:0;width:min(92vw,430px);height:auto!important;background:#f7f9fa;overflow:auto;transform:translateX(-105%);opacity:1;visibility:hidden;transition:transform .3s,visibility .3s;box-shadow:30px 0 70px rgba(0,0,0,.4)}.mega-menu.open{visibility:visible;transform:translateX(0)}.mega-grid{display:block;padding:34px 22px}.mega-links{grid-template-columns:1fr 1fr;gap:8px}.mega-links a{font-size:12px;padding:6px 0}.mega-sector{margin-top:28px;padding-top:25px;border-top:1px solid var(--line)}.mega-promo{display:block;margin-top:28px;height:170px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card,.category-card:nth-child(1),.category-card:nth-child(6){height:420px!important}.category-card h3{font-size:23px}.category-card p{font-size:11px}.categories .section-head{margin-bottom:32px}}
@media(max-width:520px){.categories{padding:72px 0}.categories .section-head h2{font-size:41px}.category-grid{grid-template-columns:1fr;gap:12px}.category-card,.category-card:nth-child(1),.category-card:nth-child(6){height:min(118vw,510px)!important}.category-card>div{left:24px;right:22px;bottom:24px}.category-card h3{font-size:27px}.category-card p{display:block;font-size:12px;line-height:1.55}.mega-links{grid-template-columns:1fr}.mini-icon{width:34px;height:34px}.hero-proof{padding-bottom:max(0px,env(safe-area-inset-bottom))}}

/* ASTEMA V1.2.1 — preserve premium header and bands, defeat stale-cache regressions */
.topline{position:relative;z-index:31;background:#020a12;color:#a8bac7}.site-header{top:34px}.site-header.scrolled{top:0}.marquee>div{display:flex;width:max-content;animation:marquee-loop 28s linear infinite}.marquee .marquee-set{display:block;flex:none;padding-right:22px;color:#dbe3e8;margin:0}.marquee-set i{font-style:normal;color:var(--blue);margin:0 22px}@keyframes marquee-loop{to{transform:translateX(-50%)}}
@media(max-width:780px){.topline{display:none}.site-header{top:0}.site-header.scrolled{top:0}.hero{margin-top:0}.marquee>div{animation-duration:20s}}

/* ASTEMA V1.3 — original logo and brand typography */
.brand-logo{display:flex;align-items:center;justify-content:center;width:230px;height:90px;overflow:hidden}.brand-logo img{display:block;width:218px;height:auto;mix-blend-mode:screen}.footer-logo{width:270px;height:auto;justify-content:flex-start;overflow:visible}.footer-logo img{width:260px}.nav nav,.nav .language,.slide-content h1,.slide-content>p,.slide-content>div,.btn,.hero-proof,.eyebrow,.intro h2,.section-head h2,.category-card h3,.tech-copy h2,.sector-row h3,.contact-band h2,.marquee,.category-hero h1{font-family:'Rajdhani','Arial Narrow',Arial,sans-serif}.nav nav{font-size:15px;font-weight:600;letter-spacing:.06em}.nav nav>a{line-height:1}.slide-content h1{font-weight:700;letter-spacing:-.045em;line-height:.91}.slide-content>p,.eyebrow{font-weight:700;letter-spacing:.22em}.slide-content>div{font-size:20px;font-weight:500;letter-spacing:.015em}.btn{font-size:14px;font-weight:700;letter-spacing:.055em}.hero-proof strong{font-family:'Rajdhani','Arial Narrow',Arial,sans-serif;font-weight:700;letter-spacing:.04em}.hero-proof span{font-family:'Rajdhani','Arial Narrow',Arial,sans-serif;font-size:10px;letter-spacing:.13em}.intro h2,.section-head h2,.tech-copy h2,.contact-band h2{font-weight:700;letter-spacing:-.035em}.category-card h3,.sector-row h3{font-weight:700;letter-spacing:-.015em}.marquee{font-weight:700;letter-spacing:.015em}.sector-row .sector-card{display:block;min-height:260px;padding:44px 45px 30px 0;border-right:1px solid rgba(255,255,255,.12);color:#fff}.sector-row .sector-card:last-child{border-right:0}.sector-row .sector-card:hover h3{color:var(--cyan)}.sector-row .sector-card>span{color:var(--cyan)}.sector-row .sector-card p{color:#94a5b2}.bulutplus-signature{color:var(--cyan)!important;font-weight:700}@media(max-width:780px){.sector-row .sector-card{min-height:0;padding:30px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}}
@media(max-width:1100px){.brand-logo{width:190px}.brand-logo img{width:180px}.nav nav{font-size:13px}}
@media(max-width:780px){.brand-logo{width:170px;height:68px}.brand-logo img{width:162px}.footer-logo{width:230px;height:auto}.footer-logo img{width:220px}.slide-content>div{font-size:17px}.nav nav{font-size:15px}}
@media(max-width:400px){.brand-logo{width:145px}.brand-logo img{width:140px}}

/* Branded WhatsApp contact button */
.whatsapp{width:58px!important;height:58px!important;padding:0!important;background:#fff!important;overflow:hidden;z-index:40!important;box-shadow:0 12px 34px rgba(0,0,0,.3)!important;transition:transform .2s,box-shadow .2s}.whatsapp:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 16px 38px rgba(0,0,0,.36)!important}.whatsapp img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}@media(max-width:600px){.whatsapp{right:15px!important;bottom:15px!important;width:52px!important;height:52px!important}}

/* ASTEMA V1.4 — category icons, reference rail and information cards */
.mini-icon{background:#eef4f8;color:#087ed2;border:1px solid #e0e9ef;transition:.25s}.mini-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.mega-links a:hover .mini-icon{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-2px)}
.brand-rail{background:#07131e;color:#fff;padding:105px 0 110px;overflow:hidden;border-top:1px solid rgba(255,255,255,.08)}.brand-rail-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px}.brand-rail-head h2{font-family:'Rajdhani','Arial Narrow',Arial,sans-serif;font-size:clamp(42px,4vw,62px);line-height:1;margin:0}.brand-track{display:flex;width:max-content;animation:brand-scroll 68s linear infinite}.brand-track:hover{animation-play-state:paused}.brand-track-set{display:flex;gap:14px;padding-right:14px}.brand-track a{width:270px;height:145px;background:#fff;border:1px solid #dce5eb;display:flex;align-items:center;justify-content:center;padding:28px;transition:.25s}.brand-track a.dark-logo{background:#020a12;border-color:#1b3447}.brand-track a:hover{transform:translateY(-5px);border-color:var(--cyan)}.brand-track img{max-width:100%;max-height:78px;object-fit:contain}.brand-track .dark-logo img{mix-blend-mode:screen}@keyframes brand-scroll{to{transform:translateX(-50%)}}
.benefits{background:#fff;padding:110px 0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefits article{min-height:390px;border:1px solid #dfe5e9;background:#f7f9fa;padding:48px 42px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:.3s}.benefits article:hover{background:#fff;transform:translateY(-7px);box-shadow:0 25px 70px rgba(5,30,50,.1);border-color:#b9d8ec}.benefit-icon{width:82px;height:82px;color:var(--blue);margin-bottom:25px}.benefit-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.benefits h3{font-family:'Rajdhani','Arial Narrow',Arial,sans-serif;font-size:28px;line-height:1.1;margin:8px 0 18px}.benefits p{color:#64727d;line-height:1.85;font-size:14px;max-width:390px;margin:0}
@media(max-width:900px){.brand-track a{width:220px;height:125px}.benefits-grid{grid-template-columns:1fr 1fr}.benefits article:last-child{grid-column:1/-1}.benefits article{min-height:330px}}
@media(max-width:600px){.brand-rail{padding:75px 0 80px}.brand-track a{width:180px;height:105px;padding:22px}.brand-track img{max-height:58px}.benefits{padding:72px 0}.benefits-grid{grid-template-columns:1fr}.benefits article,.benefits article:last-child{grid-column:auto;min-height:auto;padding:38px 26px}.benefit-icon{width:68px;height:68px}.mega-links .mini-icon{flex:0 0 36px}}

/* ASTEMA V1.5 — catalogue, professional chevron and scroll reveal */
.mobile-only{display:none!important}.products-trigger{display:inline-flex;align-items:center;gap:9px}.menu-chevron{width:15px;height:10px;display:inline-grid;place-items:center;color:var(--cyan);transition:transform .25s}.menu-chevron svg{width:11px;height:7px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.mega-menu.open~* .menu-chevron,.products-trigger:hover .menu-chevron{transform:translateY(2px)}.mega-promo img{opacity:.76;filter:saturate(.82) contrast(1.08)}.mega-promo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,10,18,.82),transparent 65%)}.mega-promo span{z-index:2}
.reveal-ready .reveal-item{opacity:0;transform:translateY(42px);filter:blur(7px);transition:opacity .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms),transform .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms),filter .8s ease var(--reveal-delay,0ms)}.reveal-ready .reveal-item.is-visible{opacity:1;transform:none;filter:none}.reveal-ready .tech-photo.reveal-item{transform:translateX(-45px);clip-path:inset(0 10% 0 0)}.reveal-ready .tech-photo.reveal-item.is-visible{transform:none;clip-path:inset(0)}.reveal-ready .tech-copy>.reveal-item{transform:translateX(32px)}.reveal-ready .tech-copy>.reveal-item.is-visible{transform:none}.reveal-ready .category-card.reveal-item{filter:none;transform:translateY(55px) scale(.975)}.reveal-ready .category-card.reveal-item.is-visible{transform:none}
.catalog-header{position:relative;top:0;background:#020a12}.catalog-page{background:#eef2f5}.catalog-hero{min-height:560px;background:linear-gradient(90deg,rgba(2,10,18,.96),rgba(2,10,18,.35)),url('../images/hotel-kitchen-menu-v2.png') center/cover;color:#fff;display:flex;align-items:center}.catalog-hero .shell{padding-top:40px}.catalog-hero h1{font-family:'Rajdhani','Arial Narrow',Arial,sans-serif;font-size:clamp(54px,7vw,100px);line-height:.92;letter-spacing:-.045em;max-width:940px;margin:20px 0 28px}.catalog-hero .shell>p:last-child{font-size:17px;line-height:1.7;color:#c7d4dc;max-width:600px}.catalog-products{padding:110px 0 130px}
@media(max-width:780px){.site-header.mobile-open .mobile-only{display:flex!important}.menu-chevron{margin-left:auto}.mega-menu.open .menu-chevron{transform:rotate(180deg)}.reveal-ready .reveal-item{transform:translateY(25px);filter:blur(3px);transition-duration:.65s}.reveal-ready .tech-photo.reveal-item,.reveal-ready .tech-copy>.reveal-item{transform:translateY(25px);clip-path:none}.catalog-header{height:78px}.catalog-header .back{font-size:0}.catalog-header .back:after{content:"←";font-size:22px}.catalog-hero{min-height:520px}.catalog-hero h1{font-size:52px}.catalog-products{padding:75px 0}}
@media(prefers-reduced-motion:reduce){.brand-track,.marquee>div{animation:none}.reveal-item{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important}}
.products-trigger.active .menu-chevron{transform:rotate(180deg)}
.inner-site-header{position:relative!important;top:auto!important;background:#030c14!important}.language{width:auto!important;min-width:0!important;justify-self:end;display:inline-flex!important;align-items:center;gap:2px!important;padding:3px!important;border:1px solid rgba(112,157,193,.28)!important;border-radius:999px;background:rgba(2,13,23,.7)}.language a{display:grid;place-items:center;min-width:34px;height:28px;padding:0 8px;border-radius:999px;color:#8fa4b4!important;font-size:9px!important}.language a.active{background:#078eff;color:#fff!important}.language span{display:none}
.world-reach{position:relative;overflow:hidden;background:#03101d;color:#fff;padding:105px 0}.world-reach:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 55% 50%,rgba(0,144,255,.16),transparent 42%)}.world-reach-head{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.world-reach h2{font:600 clamp(40px,5vw,68px)/1 Rajdhani,sans-serif;margin:0;max-width:680px}.world-reach-copy{max-width:430px;color:#9db0be;line-height:1.8;font-size:13px}.world-map{position:relative;z-index:1;border:1px solid rgba(77,160,224,.2);background:linear-gradient(145deg,rgba(7,28,45,.88),rgba(1,9,16,.96));overflow:hidden}.world-map svg{display:block;width:100%;height:auto}.map-land{fill:#102c42;stroke:#245875;stroke-width:1}.map-grid{stroke:#16354a;stroke-width:.6}.map-route{fill:none;stroke:#078eff;stroke-width:2;stroke-dasharray:7 8;filter:url(#routeGlow);animation:routeFlow 2.2s linear infinite}.map-route.dim{stroke:#24b8ff;stroke-width:1.4;animation-duration:3s}.map-origin{fill:#fff;stroke:#078eff;stroke-width:5}.map-destination{fill:#24b8ff}.map-label{fill:#bcd2e1;font:700 11px Manrope,sans-serif;letter-spacing:.08em}.world-proof{position:absolute;left:32px;bottom:28px;display:flex;gap:35px}.world-proof strong{display:block;color:#24b8ff;font:700 32px Rajdhani}.world-proof span{font-size:9px;color:#9eb1bf;letter-spacing:.11em}.map-pulse{transform-origin:center;animation:mapPulse 1.8s ease-out infinite}@keyframes routeFlow{to{stroke-dashoffset:-30}}@keyframes mapPulse{0%{opacity:1;transform:scale(.4)}to{opacity:0;transform:scale(2.4)}}
@media(max-width:780px){.inner-site-header .nav{grid-template-columns:40px 1fr 72px}.inner-site-header .nav-right{display:block!important}.inner-site-header .nav-right>a{display:none!important}.world-reach{padding:75px 0}.world-reach-head{display:block}.world-reach-copy{margin-top:22px}.world-map{overflow:auto}.world-map svg{width:900px;max-width:none}.world-proof{position:sticky;left:18px;bottom:18px}}
@media(prefers-reduced-motion:reduce){.map-route,.map-pulse{animation:none!important}}.map-dots{fill:#24b8ff}
/* V2.3 realistic global map base */
.world-map{background-color:#020d18;background-image:linear-gradient(rgba(1,12,22,.08),rgba(1,12,22,.08)),url('../images/world-map-realistic-v2.png');background-size:105% 100%;background-position:center;background-repeat:no-repeat}.world-map .map-land{display:none}.world-map .map-grid{opacity:.22}.world-map svg{filter:drop-shadow(0 20px 45px rgba(0,0,0,.28))}.map-route{stroke-width:2.3}.map-route.dim{stroke-width:1.7}.map-label{paint-order:stroke;stroke:#02101d;stroke-width:4px;stroke-linejoin:round}.world-map:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 80px rgba(0,7,14,.72)}
@media(max-width:780px){.world-map{background-size:auto 100%;background-position:center}.world-map:after{width:900px}}
.map-country-labels text{fill:#d9efff;font:800 8px Manrope,sans-serif;paint-order:stroke;stroke:#03101d;stroke-width:3px}.export-routes .map-route{opacity:.92}.export-routes .map-route:hover{stroke:#fff;opacity:1}

/* Mobil düzeltmeler: menü, 2'li kategori vitrini ve sabit harita */
@media(max-width:780px){
  .menu-button{display:block!important;pointer-events:auto;cursor:pointer}
  .site-header.mobile-open{z-index:100}
  .site-header.mobile-open .nav-left{display:flex!important;visibility:visible;opacity:1;transform:none;top:78px!important;bottom:auto!important;height:calc(100dvh - 78px);min-height:calc(100vh - 78px)}
  .site-header.mobile-open .nav-left>a{display:flex!important;width:100%}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .category-card,.category-card:nth-child(1),.category-card:nth-child(6){height:270px!important;min-width:0}
  .category-card>div{left:14px;right:12px;bottom:15px}
  .category-card h3{font-size:18px;margin:8px 34px 4px 0}
  .category-card p{display:none!important}
  .category-card b{width:30px;height:30px;font-size:12px}
  .world-map{overflow:hidden!important;height:auto;min-height:270px;background-size:900px auto;background-position:calc(50% - 67px) center;touch-action:pan-y}
  .world-map svg{display:block;width:900px!important;max-width:none;margin-left:calc(50% - 517px);transform:none!important}
  .world-map:after{width:100%!important}
  .world-proof{position:absolute!important;left:16px!important;bottom:14px!important}
}
.legal-footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;padding:18px 20px;border-top:1px solid #ffffff1c;background:#020a11}.legal-footer-links a{color:#9eb3c1!important;font-size:12px}.legal-footer-links a:hover{color:#38c0ff!important}
@media(max-width:390px){
  .category-card,.category-card:nth-child(1),.category-card:nth-child(6){height:245px!important}
  .category-card h3{font-size:16px}
}
/* Mobil kategori akordeonu ve iki satırlı fiyat listesi menü öğesi */
.price-nav-label{display:inline-block;line-height:1.12;text-align:center;white-space:nowrap}.nav-right .price-nav-link{min-width:96px;justify-content:center}.desktop-products-trigger{display:inline-flex}.mobile-products-group{display:none!important}.mobile-product-categories{display:none!important}
@media(max-width:780px){.site-header.mobile-open .nav-left>.desktop-products-trigger{display:none!important}.site-header.mobile-open .nav-left>.mobile-products-group{display:flex!important;align-items:center;justify-content:space-between;width:100%;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.mobile-products-group>a{display:flex;align-items:center;flex:1;min-height:62px;padding:12px 5px;font-size:18px}.mobile-products-toggle{width:52px;height:52px;border:0;border-left:1px solid rgba(255,255,255,.13);background:transparent;color:#49bcff;font-size:29px;cursor:pointer}.mobile-products-toggle[aria-expanded=true]{transform:rotate(180deg);border-left:0;border-right:1px solid rgba(255,255,255,.13)}.site-header.mobile-open .nav-left>.mobile-product-categories:not([hidden]){display:flex!important;flex-direction:column;width:100%;padding:8px 0 12px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.mobile-product-categories>a{display:block;padding:11px 8px;color:#c3d7e6;font-size:13px;line-height:1.4;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-product-categories>a:last-child{border-bottom:0}.site-header.mobile-open .nav-left>a .price-nav-label{text-align:left;white-space:normal}.site-header .mega-menu{display:none!important}}
